@charset "UTF-8";
/*
Theme Name: ancatest

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;
      width: 100%; }
    ul.products li.product .et_shop_image {
      margin-bottom: 10px;
      display: block; }
    ul.products li.product .button {
      display: none; }
    ul.products li.product a {
      color: #000;
      text-decoration: none; }
    ul.products li.product .woocommerce-loop-product__title, ul.products li.product .author, ul.products li.product .price {
      font-size: 14px;
      font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      line-height: 20px;
      margin: 0; }
    ul.products li.product .price {
      font-weight: bold; }
  ul.products ins, ul.products mark {
    background: transparent; }
  ul.products .onsale {
    display: none; }

@media (min-width: 1500px) {
  .woocommerce-shop #page-wrap.container, .woocommerce.single-product #page-wrap.container {
    max-width: calc(100vw - 560px); } }

.woocommerce-page .container .shop-page h1.page-title,
.woocommerce-page .container .product-page h1.page-title {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .woocommerce-page .container .shop-page h1.page-title,
    .woocommerce-page .container .product-page h1.page-title {
      margin-top: 0; } }

@media (max-width: 767px) {
  .woocommerce-page .container .shop-page ul.products li.product,
  .woocommerce-page .container .product-page ul.products li.product {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important; } }

@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 .product-desc-photo {
  display: flex;
  position: relative;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .single-product div.product .product-desc-photo {
      flex-direction: column-reverse;
      margin-bottom: 20px; } }

.single-product div.product .onsale {
  display: none; }

.single-product div.product .entry-summary {
  flex: 50% 0 0;
  padding-right: 20px; }
  .single-product div.product .entry-summary > * {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px; }

.single-product div.product .quantity {
  display: none; }

.single-product div.product .product_title {
  font-size: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 20px; }

.single-product div.product .product_price {
  margin-top: 1rem; }

.single-product div.product .product_price_value {
  font-weight: bold; }

.single-product div.product ins, .single-product div.product mark {
  background: transparent; }

.single-product div.product .single_add_to_cart_button {
  margin-top: 100px;
  margin-bottom: 20px;
  line-height: 54px !important;
  font-size: 24px;
  text-align: center;
  padding: 0 36px;
  border-radius: 100px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: inline-block; }
  .single-product div.product .single_add_to_cart_button:after {
    content: '+';
    margin-left: 10px;
    line-height: 54px;
    transition: all 0.1s linear; }
  .single-product div.product .single_add_to_cart_button:hover, .single-product div.product .single_add_to_cart_button:focus, .single-product div.product .single_add_to_cart_button:active {
    background: #f4ebe1;
    color: #000;
    border: 1px solid #000; }
    .single-product div.product .single_add_to_cart_button:hover:after, .single-product div.product .single_add_to_cart_button:focus:after, .single-product div.product .single_add_to_cart_button:active:after {
      margin-left: 20px; }
  @media (max-width: 767px) {
    .single-product div.product .single_add_to_cart_button {
      margin-top: 20px; } }

.single-product div.product .product_description p {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 0; }

.single-product div.product .images img {
  max-width: 100%;
  height: auto;
  display: block; }

.single-product div.product .product-info {
  display: flex; }
  .single-product div.product .product-info .product-excerpt, .single-product div.product .product-info .product-description {
    flex: 50% 0 0; }
    .single-product div.product .product-info .product-excerpt > *, .single-product div.product .product-info .product-description > * {
      font-size: 14px; }
  @media (max-width: 767px) {
    .single-product div.product .product-info {
      display: block; } }

.single-product div.product .woocommerce-product-gallery {
  flex: 50% 0 0;
  position: relative;
  overflow: hidden; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none; }
  .single-product div.product .woocommerce-product-gallery .slick-slide .img {
    aspect-ratio: 1; }
  .single-product div.product .woocommerce-product-gallery .wpgs-nav .slick-slide {
    aspect-ratio: 1; }
    .single-product div.product .woocommerce-product-gallery .wpgs-nav .slick-slide img {
      object-fit: cover;
      min-height: 100%;
      min-width: 100%; }
  .single-product div.product .woocommerce-product-gallery .flaticon-right-arrow {
    right: 10px; }
  .single-product div.product .woocommerce-product-gallery .flaticon-back {
    left: 10px; }
  @media (max-width: 767px) {
    .single-product div.product .woocommerce-product-gallery .wpgs-nav.slick-slider {
      display: none; } }
  .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
 */
.shop_table {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .shop_table thead {
    border-bottom: 1px solid #000; }
    .shop_table thead th {
      font-size: 24px;
      font-weight: 300; }
  .shop_table .cart_item a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300; }
    .shop_table .cart_item a:hover {
      text-decoration: underline; }
  .shop_table .product-remove {
    padding: 10px;
    width: 36px; }
    @media (max-width: 767px) {
      .shop_table .product-remove {
        width: auto; } }
  .shop_table .product-thumbnail {
    width: 244px;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .shop_table .product-thumbnail {
        width: auto; } }

.checkout-button {
  margin-top: 100px;
  margin-bottom: 20px;
  line-height: 54px !important;
  font-size: 24px;
  text-align: center;
  padding: 0 36px;
  border-radius: 100px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer; }
  .checkout-button:visited {
    color: #000; }
  .checkout-button:after {
    content: '→';
    margin-left: 10px;
    line-height: 54px;
    transition: all 0.1s linear; }
  .checkout-button:hover, .checkout-button:focus, .checkout-button:active {
    background: #f4ebe1;
    color: #000;
    border: 1px solid #000; }
    .checkout-button:hover:after, .checkout-button:focus:after, .checkout-button:active:after {
      margin-left: 20px; }
  @media (max-width: 767px) {
    .checkout-button {
      margin-top: 20px; } }

.update-button {
  line-height: 54px !important;
  font-size: 24px;
  text-align: center;
  padding: 0 36px;
  border-radius: 100px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  max-width: 300px;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .update-button:visited {
    color: #000; }
  .update-button:after {
    content: '↵';
    margin-left: 10px;
    line-height: 54px;
    transition: all 0.1s linear; }
  .update-button:hover, .update-button:focus, .update-button:active {
    background: #f4ebe1;
    color: #000;
    border: 1px solid #000; }
    .update-button:hover:after, .update-button:focus:after, .update-button:active:after {
      margin-left: 20px; }
  @media (max-width: 767px) {
    .update-button {
      margin-top: 20px; } }

.woocommerce-cart .woocommerce {
  display: flex;
  position: relative; }
  @media (max-width: 767px) {
    .woocommerce-cart .woocommerce {
      flex-direction: column; } }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex-grow: 1; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex: 400px 0 0;
    border-left: 1px solid #000;
    padding: 0 .75rem; }
    @media (max-width: 767px) {
      .woocommerce-cart .woocommerce .cart-collaterals {
        border-left: none; } }

.woocommerce-cart .woocommerce-notices-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px; }

.woocommerce-checkout .checkout {
  display: flex;
  position: relative; }
  @media (max-width: 767px) {
    .woocommerce-checkout .checkout {
      flex-direction: column; } }
  .woocommerce-checkout .checkout .woocommerce-cart-form {
    flex-grow: 1; }
  .woocommerce-checkout .checkout .cart-collaterals {
    flex: 400px 0 0;
    border-left: 1px solid #000;
    padding: 0 .75rem; }
    @media (max-width: 767px) {
      .woocommerce-checkout .checkout .cart-collaterals {
        border-left: none; } }

.woocommerce-checkout .woocommerce-notices-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px; }

.woocommerce-order-received .woocommerce-order.checkout {
  display: block; }

@media (max-width: 767px) {
  table.shop_table_responsive tr.cart_item td:before {
    display: none; }
  table.shop_table_responsive tr td {
    text-align: center; }
    table.shop_table_responsive tr td .quantity {
      max-width: 200px;
      margin: auto; }
      table.shop_table_responsive tr td .quantity input {
        text-align: center; } }

.woocommerce-checkout .table-wrapper {
  flex-grow: 1; }
  .woocommerce-checkout .table-wrapper .shop_table {
    position: sticky;
    top: 70px; }

.woocommerce-checkout .cart-collaterals {
  flex: 400px 0 0;
  border-left: 1px solid #000;
  padding: 0 .75rem; }
  @media (max-width: 767px) {
    .woocommerce-checkout .cart-collaterals {
      border-left: none; } }

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300 !important;
  padding-right: 10px; }

.cart_totals h2, h3#order_review_heading {
  font-weight: bold !important;
  font-size: 24px !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; }
  .cart_totals h2 span, h3#order_review_heading span {
    float: right; }

.wc_payment_methods.payment_methods.methods {
  list-style: none;
  padding: 0;
  margin: 0; }
  .wc_payment_methods.payment_methods.methods .woocommerce-notice {
    font-size: 14px; }

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  list-style: none;
  padding: 20px;
  margin: 0 0 20px; }

.woocommerce-terms-and-conditions-wrapper p {
  font-size: 14px;
  margin-top: 20px; }

.cart_totals .shop_table th,
.woocommerce-checkout-review-order .shop_table th {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300 !important;
  padding-right: 10px; }

.cart_totals .shop_table td,
.woocommerce-checkout-review-order .shop_table td {
  text-align: right !important; }
  .cart_totals .shop_table td.product-name,
  .woocommerce-checkout-review-order .shop_table td.product-name {
    text-align: left !important; }
  .cart_totals .shop_table td .woocommerce-shipping-destination,
  .woocommerce-checkout-review-order .shop_table td .woocommerce-shipping-destination {
    margin-top: 10px;
    text-align: left !important; }

.cart_totals .shop_table .cart-subtotal, .cart_totals .shop_table .shipping,
.woocommerce-checkout-review-order .shop_table .cart-subtotal,
.woocommerce-checkout-review-order .shop_table .shipping {
  font-size: 14px;
  vertical-align: top; }

.cart_totals .shop_table .order-total,
.woocommerce-checkout-review-order .shop_table .order-total {
  font-size: 24px;
  padding-top: 40px; }
  .cart_totals .shop_table .order-total *,
  .woocommerce-checkout-review-order .shop_table .order-total * {
    font-weight: 700; }

.cart_totals .shop_table .product-name,
.cart_totals .shop_table .product-total,
.woocommerce-checkout-review-order .shop_table .product-name,
.woocommerce-checkout-review-order .shop_table .product-total {
  font-size: 14px; }

.woocommerce-checkout-review-order thead {
  display: none; }

.payment_box p {
  font-size: 1rem; }

.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none; }
  .woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .woocommerce-shipping-methods li label {
      margin-left: 5px;
      margin-bottom: 0;
      flex-grow: 1;
      display: flex;
      justify-content: space-between; }
    @media (max-width: 767px) {
      .woocommerce-shipping-methods li {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .woocommerce-shipping-methods {
      clear: both; } }

.woocommerce-additional-fields {
  margin-top: 30px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.woocommerce-order-received .site-header {
  background: #f4ebe1; }
  .woocommerce-order-received .site-header.search-opened, .woocommerce-order-received .site-header.menu-opened {
    background: #fff; }

.woocommerce-order-received .site-main {
  background: #f4ebe1; }
  .woocommerce-order-received .site-main .entry-content {
    margin-top: 0;
    text-align: center; }
  .woocommerce-order-received .site-main h2 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .woocommerce-order-received .site-main p {
    margin: 0; }
  .woocommerce-order-received .site-main a {
    color: #000 !important;
    text-decoration: none;
    margin-top: 100px;
    display: block; }
    .woocommerce-order-received .site-main a:hover, .woocommerce-order-received .site-main a:focus {
      text-decoration: underline; }

.woocommerce-order-received .entry-header {
  display: none; }

.woocommerce-order-received .woocommerce {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto; }
  @media (max-width: 767px) {
    .woocommerce-order-received .woocommerce {
      min-height: calc(100vh - 150px); } }

@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: #000;
    text-indent: 0;
    opacity: 0.25; }
  p.stars a:hover ~ a::before {
    content: "\53";
    color: #000;
    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: #000;
  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
 */
.product-page .woocommerce-message {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .product-page .woocommerce-message .wc-message {
    font-size: 48px;
    font-family: "Wremena", serif;
    line-height: 48px;
    margin-bottom: 50px;
    max-width: 800px; }
  .product-page .woocommerce-message .btn-primary {
    margin-bottom: 100px; }
    .product-page .woocommerce-message .btn-primary:after {
      margin-left: 10px;
      line-height: 54px;
      transition: all 0.1s linear; }
    .product-page .woocommerce-message .btn-primary:hover, .product-page .woocommerce-message .btn-primary:focus, .product-page .woocommerce-message .btn-primary:active {
      background: #f4ebe1;
      color: #000;
      border: 1px solid #000; }
      .product-page .woocommerce-message .btn-primary:hover:after, .product-page .woocommerce-message .btn-primary:focus:after, .product-page .woocommerce-message .btn-primary:active:after {
        margin-left: 20px; }

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

.shop-page h1.page-title, .product-page h1.page-title {
  font-size: 48px; }

.woocommerce-cart .container,
.woocommerce-checkout .container {
  max-width: none; }

.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
  font-size: 48px; }

.woocommerce input, .woocommerce .select2-selection, .woocommerce textarea {
  border: 1px solid #000;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 15px;
  height: auto;
  width: 300px;
  max-width: 100%;
  position: relative; }
  .woocommerce input.input-checkbox, .woocommerce input.shipping_method, .woocommerce .select2-selection.input-checkbox, .woocommerce .select2-selection.shipping_method, .woocommerce textarea.input-checkbox, .woocommerce textarea.shipping_method {
    width: auto; }
  .woocommerce input.qty, .woocommerce .select2-selection.qty, .woocommerce textarea.qty {
    width: auto;
    max-width: 90px; }
  @media (max-width: 767px) {
    .woocommerce input, .woocommerce .select2-selection, .woocommerce textarea {
      padding: 10px 15px;
      margin: 10px auto; }
      .woocommerce input[type="radio"], .woocommerce .select2-selection[type="radio"], .woocommerce textarea[type="radio"] {
        margin: 5px auto; } }

.woocommerce textarea {
  width: 100%;
  max-width: 600px; }

.woocommerce label {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }
  .woocommerce label .required {
    color: #000;
    text-decoration: none; }
  .woocommerce label.checkbox {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.woocommerce .select2-container--open .select2-selection {
  padding: 0; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 15px; }

@media (max-width: 767px) {
  .woocommerce input, .woocommerce .select2-selection, .woocommerce textarea {
    width: 100%;
    max-width: none; } }

.woocommerce-page p {
  margin-bottom: 15px; }

.woocommerce-page .entry-header h1.entry-title {
  margin-top: 100px;
  margin-left: 280px; }
  @media (max-width: 767px) {
    .woocommerce-page .entry-header h1.entry-title {
      margin-top: 0;
      margin-left: 0; } }

.woocommerce-page .select2-dropdown.select2-dropdown--below {
  border: 1px solid #000; }

.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0; }

.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f4ebe1;
  color: #000; }

@media screen and (max-width: 767px) {
  .woocommerce-page .site-main, .woocommerce-page .shop-page, .woocommerce-page .product-page {
    padding-top: 150px; } }

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