/*
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: 30%;
}
.checkout.woocommerce-checkout .col2-set .col-2 {
  width: 70%;
}
.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(74, 190, 99, 0.3);
  color: #515151;
}
div#payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid rgba(74, 190, 99, 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;
}
.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;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-left: -3px;
}
.woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce-tabs ul.tabs li.active a {
  background: #3676c1;
  color: #fff;
}
.woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  padding: 0 15px;
  display: block;
  border: 1px solid #3676c1;
  text-decoration: none;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.woocommerce-tabs ul.tabs li a:focus {
  text-decoration: none;
}
.woocommerce-tabs .panel {
  border: 1px solid #ddd;
  border-top-color: #3676c1;
  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: #3676c1;
}
.woocommerce .woocommerce-message:before {
  color: #3676c1;
}
.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 #3676c1;
}
.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: #3676c1;
}
.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: #3676c1;
  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: #3676c1;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #3676c1;
  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: #3676c1;
}
.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 {
  background: #fff;
  border-top: #3676c1 2px solid;
  border-left: #ebebeb 1px solid;
  border-right: #ebebeb 1px solid;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 50px 10px 15px;
  position: relative;
}
.title-tab-wg .has_title ul.nav.nav-tabs {
  display: none;
}
.title-tab-wg span {
  position: relative;
  color: #000;
  font-size: 1em;
  line-height: 30px;
}
.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: #3676c1;
}
.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: #36954a;
}
.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: #3676c1;
  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;
}
.top_lists {
  background-color: #f9f9f9;
  border-bottom: solid 1px #DBDBDB;
  line-height: 38px;
  margin-top: 3px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.top_lists ul.list_child_cat {
  display: block;
  list-style: none;
  margin: 0;
  text-align: right;
}
.top_lists ul.list_child_cat li {
  list-style: none;
  display: inline-block;
}
.top_lists ul.list_child_cat li a {
  color: #222;
  font-size: 13px;
  padding-right: 8px;
  padding-left: 8px;
  display: block;
}
.top_lists ul.list_child_cat li a:hover {
  color: #3676c1;
}
.top_lists .link_view_all {
  float: right;
  padding-right: 5px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  font-style: italic;
}
.text_group {
  float: left;
  background-color: #3676c1;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.text_group a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.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: #3676c1;
  }
  .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: #3676c1;
  }
  .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: center;
  }
  .woocommerce-pagination ul li {
    display: inline-block;
  }
  .woocommerce-pagination ul li a,
  .woocommerce-pagination ul li span {
    display: block;
    padding: 0;
    border: 1px solid #3676c1;
    line-height: 35px;
    width: 35px;
    height: 35px;
    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 {
    color: #3676c1;
  }
  .woocommerce-pagination ul li a:hover {
    background: #3676c1;
    color: #fff;
  }
  /************************************ 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;
  }
  .woocommerce .products-wrapper {
    clear: both;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom: 0;
    float: left;
    margin-top: 20px;
    width: 100%;
}
  .woocommerce .products-wrapper:before,
  .woocommerce .products-wrapper:after {
    content: '';
    display: table;
  }
  .woocommerce .products-wrapper:after {
    clear: both;
  }
  .woocommerce .products-wrapper:before,
  .woocommerce .products-wrapper:after {
    content: '';
    display: table;
  }
  .woocommerce .products-wrapper:after {
    clear: both;
  }
 /* .woocommerce .products-wrapper > .products {
    margin-left: -10px;
    margin-right: -10px;
  }*/
  .woocommerce .products {
    list-style-type: none;
    clear: both;
  }
  .woocommerce .products:before,
  .woocommerce .products:after {
    content: '';
    display: table;
  }
  .woocommerce .products:after {
    clear: both;
  }
  .woocommerce .products:before,
  .woocommerce .products:after {
    content: '';
    display: table;
  }
  .woocommerce .products:after {
    clear: both;
  }
  .woocommerce .products .list-product-content {
    padding: 0 10px;
  }
  .has_title ul.nav.nav-tabs {
    display: none;
  }
  .woocommerce .products .product-item {
    float: left;
    position: relative;
  }
  .woocommerce .products .product-item:before,
  .woocommerce .products .product-item:after {
    content: '';
    display: table;
  }
  .woocommerce .products .product-item:after {
    clear: both;
  }
  .woocommerce .products .product-item:before,
  .woocommerce .products .product-item:after {
    content: '';
    display: table;
  }
  .woocommerce .products .product-item:after {
    clear: both;
  }
  .woocommerce .products .product-item .thumb-price-wp {
    position: relative;
  }
  .woocommerce .products .product-item .wc-forward {
    display: block;
    text-align: center;
    margin-top: 5px;
    background: #e61b1b;
    color: #fff;
    padding: 5px;
  }
  .woocommerce .products .product-item .wc-forward:before {
    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;
    content: "\f058";
    margin-right: 5px;
  }
  .woocommerce .products .product-item.listyle-1,
  .woocommerce .products .product-item.listyle-2 {
    text-align: center;
  }
  .woocommerce .products .product-item.listyle-1 img,
  .woocommerce .products .product-item.listyle-2 img {
    border: solid 1px #cbcbcb;
    padding: 3px;
    background-color: #fff;
    display: block;
  }
  .woocommerce .products .product-item.listyle-1 .name-pr {
    float: left;
    padding-top: 10px;
  }
  .woocommerce .products .product-item.listyle-1 .amount {
    padding-top: 10px;
    display: inline-block;
    text-align: right;
    text-decoration: line-through;
    float: right;
  }
  .woocommerce .products .product-item.listyle-2 {
    padding-top: 10px;
    text-align: center;
  }
  .woocommerce .products .product-item.listyle-2 .thumb-wp {
    display: block;
    background: url(images/gp.gif) no-repeat center bottom;
    padding-bottom: 7px;
    background-size: 100% auto;
  }
  .woocommerce .products .product-item.listyle-2 strong {
    display: block;
    padding-top: 8px;
    overflow: hidden;
  }
  .woocommerce .products .product-item.listyle-2 .price_style-2 {
    font-weight: bold;
    padding-top: 5px;
  }
  .woocommerce .products .product-item.listyle-2 .price_style-2 b {
    color: #f00;
  }
  .woocommerce .products .product-loop-inner {
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    background: #fff;
  }
  .woocommerce .products .product-loop-inner:before,
  .woocommerce .products .product-loop-inner:after {
    content: '';
    display: table;
  }
  .woocommerce .products .product-loop-inner:after {
    clear: both;
  }
  .woocommerce .products .product-loop-inner:before,
  .woocommerce .products .product-loop-inner:after {
    content: '';
    display: table;
  }
  .woocommerce .products .product-loop-inner:after {
    clear: both;
  }
  .woocommerce .products .product-loop-inner:hover {
   /* border-color: #3676c1;*/
  }
  .woocommerce .products .product-loop-inner:hover .thumb-outter .link-to-product {
    bottom: 25%;
    margin-bottom: 0;
  }
  .woocommerce .products .product-loop-inner:hover .thumb-outter > a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  .woocommerce .products .product-loop-inner:hover .thumb-outter .link-to-product {
    background-color: rgba(54, 118, 193, 0.69);
  }
  .woocommerce .products .product-loop-inner .thumb-outter {
    padding: 2px 2px 0;
    position: relative;
    overflow: hidden;
  }
  .woocommerce .products .product-loop-inner .thumb-outter span.onsale {
    position: absolute;
    display: block;
    font-weight: 300;
    font-size: 11px;
    padding: 0px 4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    -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;
    background: #36954a;
  }
  .woocommerce .products .product-loop-inner .thumb-outter span.onsale:before {
    top: 99%;
    left: 0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top: 10px solid #36954a;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .woocommerce .products .product-loop-inner .thumb-outter span.onsale span {
    font-size: 13px;
    display: block;
    margin: 4px 0 5px;
    font-weight: bold;
    color: #fff;
  }
  .woocommerce .products .product-loop-inner .thumb-outter > a {
    display: block;
    overflow: hidden;
  }
  .woocommerce .products .product-loop-inner .thumb-outter > a img {
    margin: 0!important;
    transition: all .5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	height: 300px;
    object-fit: cover;
  }
  .woocommerce .products .product-loop-inner .thumb-outter .link-to-product {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    margin-bottom: -50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
  }
  .woocommerce .products .product-loop-inner .thumb-outter .link-to-product a.link_a {
    background-color: transparent;
    background-image: url("images/add-cart.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0;
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: auto;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
  }
  .woocommerce .products span.price {
    display: block;
    margin-bottom: 0;
    font-size: 1.14286em;
    color: #3676c1;
    font-weight: 600;
  }
  .woocommerce .products span.price .amount {
    color: #e60808;
    font-weight: 600;
  }
  .woocommerce .products span.price del,
  .woocommerce .products span.price ins {
    display: block;
  }
  .woocommerce .products span.price del .amount {
    font-size: 90%;
    color: #999;
    font-weight: 400;
  }
  .woocommerce .products .pr-loop-footer {
    padding: 10px ;
  }
  .woocommerce .products .pr-loop-footer .button,
  .woocommerce .products .pr-loop-footer .add_to_cart_button {
    display: none;
    width: auto;
    margin: 0 auto;
    background: #3676c1;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .woocommerce .products .pr-loop-footer a.button.product_type_simple.ajax_add_to_cart {
    display: none;
}
  .woocommerce .products .pr-loop-footer .button:before,
  .woocommerce .products .pr-loop-footer .add_to_cart_button:before {
    content: "\f217";
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .woocommerce .products .pr-loop-footer .button:hover,
  .woocommerce .products .pr-loop-footer .add_to_cart_button:hover {
    background: #36954a;
  }
  .woocommerce .columns-3 .products .product-item {
    width: 33.3%;
  }
  .woocommerce .columns-3 .products .product-item:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce .columns-4 .products .product-item {
    width: 25%;
    padding: 0 3px;
  }
  .woocommerce .columns-4 .products .product-item:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce .columns-5 .products .product-item {
    width: 20%;
  }
  .woocommerce .columns-5 .products .product-item:nth-child(5n+1) {
    clear: left;
  }
  /********************************  Content single woo  *************************************/
  .images-summary {
    margin-bottom: 20px;
  }
  h1.product_title {
    text-transform: none;
    border-bottom: 1px solid #ccc;
  }
  h1.product_title span {
    display: inline-block;
    border-bottom: 2px solid #3676c1;
    position: relative;
    bottom: -1px;
    padding-right: 5px;
  }
  .single-product .images {
    position: relative;
    z-index: 6;
  }
  .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 p.price {
    font-size: 22px;
    font-weight: 600;
  }
  .single-product .summary p.price del,
  .single-product .summary p.price ins {
    display: inline-block;
    vertical-align: top;
  }
  .single-product .summary p.price del {
    color: #999;
    font-weight: 400;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
  }
  .single-product .summary p.price del:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    background: #e60808;
    transform: skewY(10deg);
  }
  .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;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    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: 15px;
    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 {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: 600;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .single-product .summary .product_meta {
    padding-top: 10px;
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
  }
  .single-product .summary .product_meta a {
    color: #3676c1;
  }
  .single-product .summary .product_meta > span {
    display: block;
  }
  .single-product .summary .cart {
    overflow: auto;
    display: block;
    margin-bottom: 10px;
  }
  .single-product .summary .cart .button:before {
    content: "\f217";
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .single-product .summary .cart .button:hover {
    background: #36954a;
  }
  .single-product .summary .cart .single_add_to_cart_button {
    text-transform: uppercase;
    font-weight: 600;
    background: #e60808;
    height: 40px;
  }
  .related-products-title {
    text-transform: none;
    border-bottom: 1px solid #ccc;
  }
  .related-products-title span {
    display: inline-block;
    border-bottom: 2px solid #3676c1;
    position: relative;
    bottom: -1px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .related.products {
    overflow: hidden;
  }
 .related.products .products {
    border-right: 1px solid #ebebeb;
}
  .related.products .products li {
    width: 33.3%;
  }
  /********************************  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;
    }
    .woocommerce .columns-3 .products .product-item,
    .woocommerce .columns-4 .products .product-item,
    .woocommerce .columns-5 .products .product-item {
      width: 50%;
    }
    .woocommerce .columns-3 .products .product-item:nth-child(3n+1),
    .woocommerce .columns-4 .products .product-item:nth-child(3n+1),
    .woocommerce .columns-5 .products .product-item:nth-child(3n+1),
    .woocommerce .columns-3 .products .product-item:nth-child(4n+1),
    .woocommerce .columns-4 .products .product-item:nth-child(4n+1),
    .woocommerce .columns-5 .products .product-item:nth-child(4n+1),
    .woocommerce .columns-3 .products .product-item:nth-child(5n+1),
    .woocommerce .columns-4 .products .product-item:nth-child(5n+1),
    .woocommerce .columns-5 .products .product-item:nth-child(5n+1) {
      clear: none;
    }
    .woocommerce .columns-3 .products .product-item:nth-child(2n+1),
    .woocommerce .columns-4 .products .product-item:nth-child(2n+1),
    .woocommerce .columns-5 .products .product-item:nth-child(2n+1) {
      clear: left;
    }
    .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;
    }
  }
  @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;
    }
  }
  @media (max-width: 500px) {
	  .woocommerce .products .product-loop-inner .thumb-outter > a img {
    height: 195px;
    object-fit: cover;
}
    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;
    }
    .woocommerce .columns-3 .products .product-item,
    .woocommerce .columns-4 .products .product-item,
    .woocommerce .columns-5 .products .product-item {
      width: 50%;
      padding-left: 3px;
      padding-right: 3px;
    }
    .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;
    }
  }
  @media (min-width: 992px) {
    .single-product .images-summary {
      display: block;
    }
    .single-product .images,
    .single-product .summary {
      position: relative;
      width: 50%;
      float: left;
    }
    .single-product .images {
      padding-right: 15px;
    }
    .single-product .summary {
      padding-left: 10px;
    }
    .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%;
    }
  }
