/* WooCommerce breadcrumb style */
.woocommerce-breadcrumb {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 12px 18px;
  margin: 18px 0 24px 0;
  font-size: 1.08rem;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.woocommerce-breadcrumb a {
  color: #3984be;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.woocommerce-breadcrumb a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.woocommerce-breadcrumb .delimiter {
  color: #bbb;
  margin: 0 4px;
  font-size: 1.1em;
}

/* Cart and quantity style */

.cart-flex {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cart .quantity {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fafbfc;
  overflow: hidden;
  height: 40px;
}

.cart .quantity input.qty {
  width: 48px;
  height: 48px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
}

.cart .quantity .qty-btn {
  width: 40px;
  height: 40px;
  background: #ff6600;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.cart .quantity .qty-btn:active {
  background: #3984be;
}

/* WooCommerce message/notice style */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  background: #e6f7e6;
  color: #2e7d32;
  border: 1.5px solid #b2dfdb;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 18px 0;
  font-size: 1.08rem;
  font-weight: 500;
  box-shadow: 0 1px 4px rgba(46, 125, 50, 0.04);
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-message a {
  color: #00796b;
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce-error {
  background: #ffebee;
  color: #c62828;
  border-color: #ffcdd2;
}

.woocommerce-info {
  background: #e3f2fd;
  color: #1565c0;
  border-color: #90caf9;
}

/* Showroom system section */
.product-showroom-system {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 16px 16px 16px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.product-showroom-title {
  text-align: center;
  color: #3984be;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.product-showroom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}

.product-showroom-item {
  background: #fafbfc;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 18px 18px 12px 18px;
  min-width: 300px;
  max-width: 340px;
  flex: 1 1 320px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-showroom-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #3984be;
  margin-bottom: 6px;
}

.product-showroom-name {
  font-weight: bold;
  color: #3984be;
  font-size: 1.1rem;
}

.product-showroom-map {
  background: #ffb400;
  color: #fff;
  border-radius: 6px;
  padding: 2px 12px;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 4px;
}

.product-showroom-info {
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}

.product-showroom-info b {
  color: #444;
}

.product-showroom-note {
  background: #fafbfc;
  border-radius: 8px;
  border: 1.5px solid #e0e0e0;
  margin-top: 18px;
  padding: 16px 0;
  text-align: center;
  color: #3984be;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-showroom-car {
  font-size: 2rem;
  margin-right: 8px;
}

/* Product detail viewed section */
.product-detail-viewed {
  background: #fff;
  border-radius: 8px;
  margin-top: 32px;
}

.product-detail-viewed .block-title {
  margin-bottom: 20px;
}

.viewed-slider {
  position: relative;
}

.viewed-products {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.viewed-product {
  min-width: 220px;
  max-width: 240px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 12px 10px 16px 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.viewed-product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  border-radius: 4px;
}

.viewed-product .product-brand {
  font-weight: bold;
  color: #444;
  font-size: 1rem;
  margin-bottom: 2px;
}

.viewed-product .woocommerce-loop-product__title {
  font-size: 1.05rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 4px;
  min-height: 38px;
}

.viewed-product .price {
  color: #3984be;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.viewed-product .onsale {
  background: #3984be;
  color: #fff;
  border-radius: 4px;
  font-size: 0.98rem;
  padding: 2px 8px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.viewed-product .product-cashback {
  background: #b71c1c;
  color: #fff;
  border-radius: 4px;
  font-size: 0.98rem;
  padding: 2px 8px;
  margin-top: 4px;
  display: inline-block;
}

.viewed-product .badge-hot {
  background: #4caf50;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.viewed-tags {
  margin-top: 16px;
  font-size: 1rem;
  color: #444;
}

.viewed-tag {
  background: #f5f5f5;
  color: #444;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 0.98rem;
  display: inline-block;
}

/* Product detail related section */
.product-detail-related {
  background: #fff;
  border-radius: 8px;
  margin-top: 32px;
}

.product-detail-related .block-title {
  margin-bottom: 20px;
}

.related-slider {
  position: relative;
}

.related.products {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.related.products .product {
  min-width: 220px;
  max-width: 240px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 12px 10px 16px 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.related.products .product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  border-radius: 4px;
}

.related.products .woocommerce-loop-product__title {
  font-size: 1.05rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 4px;
  min-height: 38px;
}

.related.products .price {
  color: #3984be;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.related.products .price del {
  color: #888;
  font-size: 0.98rem;
}

.related.products .onsale {
  background: #3984be;
  color: #fff;
  border-radius: 4px;
  font-size: 0.98rem;
  padding: 2px 8px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.related.products .product .woocommerce-loop-product__title {
  min-height: 38px;
}

.related.products .product .product-cashback {
  background: #b71c1c;
  color: #fff;
  border-radius: 4px;
  font-size: 0.98rem;
  padding: 2px 8px;
  margin-top: 4px;
  display: inline-block;
}


.product-detail-reviews .block-title {
  margin-bottom: 20px;
}

.review-summary {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.review-score {
  min-width: 120px;
  text-align: center;
}

.score-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3984be;
}

.score-max {
  font-size: 1.2rem;
  color: #888;
  margin-left: 2px;
}

.score-stars,
.review-stars {
  color: #ffb400;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.review-cta {
  flex: 1;
  text-align: center;
}

.btn-review {
  display: inline-block;
  background: #3984be;
  color: #fff;
  font-weight: bold;
  padding: 10px 24px;
  margin-top: 10px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.2s;
  border-radius: 100vmax;
}

.btn-review:hover {
  background: #3984be;
  color: #fff;
}

.review-list {
  margin-top: 24px;
}

.review-item {
  background: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 14px 16px 10px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.review-header {
  font-weight: bold;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-author {
  color: #222;
}

.review-date {
  color: #888;
  font-size: 0.98rem;
  margin-left: auto;
}

.review-content {
  margin-bottom: 6px;
  color: #222;
}

.review-reply {
  margin-top: 4px;
  background: #fff3e0;
  border-radius: 4px;
  padding: 6px 10px;
  color: #3984be;
  font-size: 0.98rem;
}

.review-admin {
  font-weight: bold;
  color: #3984be;
}

.admin-badge {
  background: #ffb400;
  color: #fff;
  border-radius: 3px;
  padding: 2px 7px;
  font-size: 0.9em;
  margin-left: 4px;
}

.review-imgs {
  margin: 8px 0 0 0;
}

.review-imgs img {
  max-width: 120px;
  border-radius: 4px;
  margin-right: 8px;
  border: 1px solid #eee;
}

/* Product detail main layout */
.product-detail-main {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.product-detail-images {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}

.product-detail-info {
  flex: 1 1 0;
  min-width: 0;
}

.product-detail-badges {
  margin-bottom: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  ;
}

span.onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #F44336;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}

.badge-sale {
  background: #3984be;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 8px;
}

.badge-hot {
  background: #4caf50;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
}

.product_title.entry-title {
  font-size: 2rem;
  margin-bottom: 8px;
}

.product-meta-short {
  margin-bottom: 12px;
  color: #444;
  font-size: 1rem;
}

.in-stock {
  color: #4caf50;
}

.out-of-stock {
  color: #f44336;
}

.product-pricing {
  width: 100%;
  margin: 0;
  margin: 15px 0 0;
  background: #3984be;
  padding: 0.5333333333rem 0.6666666667rem;
  color: #fff;
  border-radius: 8px;
}

.price-sale {
  font-size: 1.5rem;
  color: #3984be;
  font-weight: bold;
}


.price-discount {
  color: #4caf50;
  font-size: 1rem;
}

.product-variation-tabs {
  margin-bottom: 12px;
}

.variation-tabs {
  display: flex;
  gap: 8px;
}

.variation-tab-btn {
  margin-right: 8px;
  padding: 4px 12px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
}

.cart-flex {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.add-to-compare {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.product-hotlines {
  margin-bottom: 12px;
}

.hotline-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.hotline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hotline-item {
  background: #fff3e0;
  color: #3984be;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 4px;
}

.product-meta-tags {
  margin-bottom: 12px;
}

.tag {
  background: #f5f5f5;
  color: #3984be;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 13px;
}

.product-service-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.service-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f9f9f9;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}

/* Block title style for bottom columns */
.block-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3984be;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.block-title>span:first-child {
  background: #3984be;
  color: #fff;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  font-size: 1.2rem;
}

.block-title-bg {
  flex: 1;
  height: 24px;
  background: #eee;
  border-radius: 0 6px 6px 0;
}

/* Product detail bottom 3-column layout */
.product-detail-bottom {
  display: flex;
  gap: 16px;
}

.product-detail-left {
  width: 50%;
}

.product-detail-right {
}

.product-detail-right {
  display: block;
  width: 50%;
}

.product-detail-upsell {
  width: 100%;
  display: flex;
  flex-flow: column;
}

.product-detail-upsell .product-item {
  padding: 0 8px;
}

.product-detail-desc,
.product-detail-upsell,
.product-detail-docs,
.product-detail-reviews {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #eee;
  margin-bottom: 16px;
}

.product-detail-docs {
  flex: 1 1 0;
}

.product-detail-bottom .dashicons {
  font-size: 18px;
  vertical-align: middle;
}

.product-detail-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-detail-bottom li {
  margin-bottom: 10px;
}


.product-detail-bottom .product-detail-upsell .products {
  display: flex;
  gap: 12px;
}

.product-detail-bottom .product-detail-upsell .product {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-detail-bottom .product-detail-upsell .woocommerce-Price-amount {
  color: #3984be;
  font-weight: bold;
}

/* Product detail custom styles */
.product-detail-layout {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 32px;
}

.product-detail-main {
  gap: 32px;
}

.product-detail-badges .badge {
  margin-right: 8px;
  font-size: 13px;
}

.product-detail-info .product_title {
  font-size: 2rem;
  margin-bottom: 8px;
  margin-top: 0;
}

.product-meta-short {
  color: #444;
  font-size: 1rem;
  margin-bottom: 12px;
}


.product-pricing .price {
  color: #3984be;
  font-size: 1.5rem;
  font-weight: bold;
}

.price-old {
  color: #b5b5b5;
  text-decoration: line-through;
  font-size: 1rem;
}

.product-pricing .price-sale {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  margin: 0;
  margin-top: 0.3333333333rem;
}

.product-hotlines span {
  display: inline-block;
  margin-bottom: 4px;
}

.product-meta-tags .tag {
  background: #4b4b4b;
  padding: 2px 10px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 5px;
}

.product-service-icons .service-icon {
  background: #eee;
  padding: 10px;
  border-radius: 5px;
}

.product-slider-main {
  margin-bottom: 10px;
}

.product-slider-thumbs {
  margin-top: 10px;
}

.product-slider-thumbs .woocommerce-product-gallery__image {
  padding: 2px;
  cursor: pointer;
}

.product-slider-thumbs img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.slick-arrow {
  z-index: 2;
}

.slick-slide {
  outline: none;
}

/*
Theme Name: thietbihoanthien

WooCommerce styles override
*/
/**
 * 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;
}

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

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

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.79667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.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: 0.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.79667%;
}

.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: 22.15%;
}

.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: 16.96%;
}

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

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.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;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.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: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

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: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover~a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active~a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * 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: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

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

.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: #4169e1;
  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: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.product-slider-main .woocommerce-product-gallery__image {
  text-align: center;
}

.product-slider-main img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-slider-thumbs {
  margin-top: 10px;
}

.product-slider-thumbs .woocommerce-product-gallery__image {
  padding: 2px;
  cursor: pointer;
}

.product-slider-thumbs img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.slick-arrow {
  z-index: 2;
}

.slick-slide {
  outline: none;
}

.product-meta-short {
  display: flex;
  flex-flow: column;
}

.price-discount {
  background: #fff6dc;
  border-radius: 0.5333333333rem;
  margin: 0.6666666667rem 0 0;
  padding: 0.3333333333rem 0.6666666667rem;
  color: #000;
}

.price-discount .amount {
  color: #4caf50;
  font-weight: bold;
}

.product-detail-info button.single_add_to_cart_button.button.alt {
    display: inline-block;
    background: #3984be;
    color: #fff;
    font-weight: bold;
    padding: 10px 24px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 100vmax;
    min-height: 48px;
}
.product-detail-info button.single_add_to_cart_button.button.alt:hover {
  background: #fff;
  color: #3984be;
  border: 1px solid #3984be;
}


.product-option-buttons {
  display: flex;
  gap: 16px;
  margin: 20px 0 10px 0;
}

.option-btn {
  border: 2px solid #3984be;
  background: #fff;
  color: #222;
  font-weight: 600;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
}

.option-btn .option-price {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-top: 2px;
  text-align: left;
  display: block;
  width: 100%;
}

.option-btn.active,
.option-btn:hover {
  background: #fff;
  color: #3984be;
  border: 2px solid #3984be;
  box-shadow: 0 0 0 2px #ffe5e0;
}

.option-btn:not(.active) {
  border: 2px solid #ddd;
  color: #222;
}

.option-btn:not(.active):hover {
  border: 2px solid #3984be;
  color: #3984be;
}