/*
Theme Name: Amrutanjan

WooCommerce styles override
*/

.amrutanjan-shop-archive {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
}

.amrutanjan-shop-banner {
  margin-bottom: 1.5rem;
  width: 100%;
}

.amrutanjan-shop-banner img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.amrutanjan-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  margin: 25px 0;
}

.amrutanjan-shop-sidebar {
  background: #eaf8f2;
  border: 0px solid #eaf8f2;
  border-radius: 20px;
  padding: 1.25rem;
  position: sticky;
  top: 1.5rem;
}

.amrutanjan-shop-sidebar-title {
  font-size: 1.15rem;
  margin: 0 0 1rem;
  color: #1f1f1f;
}

.amrutanjan-shop-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.amrutanjan-shop-category-item label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  color: #444;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.amrutanjan-shop-category-item input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #c7d8cd;
  border-radius: 4px;
  background: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.amrutanjan-shop-category-item input:checked {
  background: #298c35;
  border-color: #298c35;
}

.amrutanjan-shop-category-item input:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.amrutanjan-shop-category-item label:hover {
  background: #f4fbf6;
  border-color: #dcefe2;
}

.amrutanjan-shop-category-item input:checked + span,
.amrutanjan-shop-category-item input:checked ~ span {
  color: #298c35;
}

.amrutanjan-shop-content .woocommerce-products-header__title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.amrutanjan-shop-content .woocommerce-result-count {
  margin-bottom: 1rem;
}

.amrutanjan-shop-content .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.amrutanjan-shop-content .product {
  margin: 0;
  padding: 0;
}

.amrutanjan-shop-content .product {
  list-style: none;
}

.amrutanjan-shop-content .product .woocommerce-loop-product__link {
  display: block;
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.amrutanjan-shop-content .product .woocommerce-loop-product__link img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.amrutanjan-shop-content .product .woocommerce-loop-product__title {
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.amrutanjan-shop-content .product .price {
  color: #298c35;
  font-weight: 700;
}

@media (max-width: 991px) {
  .amrutanjan-shop-layout {
    grid-template-columns: 1fr;
  }

  .amrutanjan-shop-sidebar {
    position: static;
  }

  .amrutanjan-shop-content .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .amrutanjan-shop-banner img {
    height: 220px;
  }

  .amrutanjan-shop-content .products {
    grid-template-columns: 1fr;
  }
}

.single-product .product-single-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.single-product .product-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
table.variations th.label {
  display: none;
}
.single-product .product-gallery-card,
.single-product .product-summary-card,
.single-product .product-description-card {
  background: #fff;
  padding: 1.5rem;
}

.single-product .product-gallery-card {
  padding: 1rem;
  display: inline-block;
}

.single-product .product-summary-card h1.product_title {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
}

.single-product .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  gap: 10px;
}

#amrutanjan-variation-details {
  margin-top: 35px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#amrutanjan-variation-details h3 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 600;
}

.single-product .product-summary-card .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #298c35;
  margin: 1rem 0;
}

.single-product .product-summary-card p.price {
  display: none;
}
.single-product .product-summary-card .cart {
  margin-top: 1.25rem;
}

.single-product .product-summary-card .quantity input {
  width: 70px;
  padding: 0.6rem;
}

.single-product .product-summary-card .single_add_to_cart_button,
.single-product .product-summary-card .amrutanjan-buy-now-button {
  background: #298c35;
  border: 1px solid #298c35;
  padding: 7px 40px 10px;
  border-radius: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.25rem;
  font-size: 20px;
}

.single-product .product-summary-card .single_add_to_cart_button:hover,
.single-product .product-summary-card .amrutanjan-buy-now-button:hover {
  background: #fff;
  color: #298c35;
}

.single-product .product-lower-section {
  margin-top: 2rem;
}

.single-product .amrutanjan-product-page .site-main {
  max-width: 100%;
  padding: 0;
}

.single-product .amrutanjan-accordion-item {
  /* border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;*/
  overflow: hidden;
}

.single-product .amrutanjan-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 1rem 1.1rem;
  font-size: 25px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  text-align: left;
}

.single-product .amrutanjan-accordion-title {
  display: block;
}

.single-product .amrutanjan-accordion-icon {
  color: #298c35;
  font-size: 1.2rem;
  line-height: 1;
}

.single-product .amrutanjan-accordion-content {
  padding: 0 5px;
}

.single-product .amrutanjan-accordion-content[hidden] {
  display: none;
}

.single-product
  .amrutanjan-product-description-content
  .amrutanjan-accordion-trigger {
  font-size: 25px;
}

.single-product .amrutanjan-product-description-content ul {
  padding-left: 0;
  margin-left: 20px;
}

.single-product .product-page-content {
  padding: 0;
}

.single-product .product_meta,
.single-product .product-summary-card .posted_in,
.single-product .product-summary-card .sku_wrapper,
.single-product .product-summary-card .tagged_as {
  display: none !important;
}

.single-product .amrutanjan-product-details ul {
  margin: 0;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-product .amrutanjan-product-details ul li {
  list-style: none;
}
.single-product .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-direction: row-reverse;
  position: relative;
}

.single-product .variation-gallery-preview {
  display: none;
}

.single-product .variation-gallery-footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.single-product .variation-gallery-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.single-product .variation-gallery-nav-group {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.single-product .variation-gallery-nav-button,
.single-product .variation-gallery-preview-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border: 0px solid #298c35;
  background: #fff;
  color: #298c35;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.single-product .variation-gallery-nav-button {
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 1.1rem;
  border: 0px solid #298c35;
  background: transparent;
  color: #fff;
}

.single-product .variation-gallery-nav-button img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.single-product .variation-gallery-main {
  position: relative;
  flex: 1;
  min-height: 450px;
  overflow: hidden;
  padding: 25px;
  border-radius: 25px;
  background-color: #eaf8f2;
}

.single-product .variation-gallery-main .woocommerce-product-gallery__image {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  transform: scale(0.98);
}

.single-product
  .variation-gallery-main
  .woocommerce-product-gallery__image.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  position: relative;
}

.single-product
  .variation-gallery-main
  .woocommerce-product-gallery__image
  img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
}

.single-product .variation-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.single-product .variation-gallery-thumbs button {
  border: 2px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.single-product .variation-gallery-thumbs button.is-active {
  border-color: #298c35;
}

.single-product .variation-gallery-thumbs img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .single-product .variation-gallery-preview {
    display: block;
    position: absolute;
    top: 0;
    right: -1.5rem;
    transform: translateX(100%);
    width: min(560px, 40vw);
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 30;
    overflow: hidden;
  }

  .single-product .variation-gallery-preview.is-active {
    opacity: 1;
    visibility: visible;
  }

  .single-product .variation-gallery-preview img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.08s linear;
    transform-origin: center center;
    transform: scale(1);
  }
}

body.variation-lightbox-open {
  overflow: hidden;
}

.variation-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.variation-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.variation-lightbox-stage {
  max-width: 900px;
  width: min(90vw, 900px);
}

.variation-lightbox-stage img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.variation-lightbox-close,
.variation-lightbox-nav {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  padding: 0 0 5px;
}

.variation-lightbox-close {
  top: 1rem;
  right: 1rem;
}

.variation-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.variation-lightbox-nav.prev {
  left: 1rem;
}

.variation-lightbox-nav.next {
  right: 1rem;
}
nav.woocommerce-breadcrumb {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
nav.woocommerce-breadcrumb a {
  color: #298c35;
}
.single-product .amrutanjan-variation-selection-label {
  display: inline-block;
  margin: 0 0 0.6rem;
  font-size: 1rem;
  color: #222;
  letter-spacing: 0.01em;
}

.single-product form.variations_form .reset_variations {
  display: none !important;
}
.single-product table.variations {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.single-product .woocommerce-variation.single_variation {
  padding-bottom: 20px;
}
.single-product .amrutanjan-variation-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}

.single-product .amrutanjan-variation-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  border: 2px solid #000;
  background: #fff;
  color: #333;
  padding: 0.7rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  min-width: 92px;
  text-align: left;
}

.single-product .amrutanjan-variation-tab .variation-tab-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.single-product .woocommerce-variation-price {
  display: none;
}
.single-product .amrutanjan-variation-tab .variation-tab-price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-top: 2px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;
  line-height: 24px;
  width: 125px;
}

.single-product .amrutanjan-variation-tab:hover,
.single-product .amrutanjan-variation-tab.is-active {
  background: #fff;
  color: #000;
  border-color: #0049a4;
  font-weight: 600;
}

.single-product form.variations_form .variations select {
  display: block;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .single-product .product-hero {
    grid-template-columns: 1fr;
  }
}

/**
 * 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: 100%;
    text-align: center;
  }

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

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

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

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

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

p.stars.selected a:not(.active)::before {
  content: "\53";
  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%;
}

@media (max-width: 767px) {
  nav.woocommerce-breadcrumb {
    padding: 0 20px 20px 20px;
  }
}
