/*
Theme Name: Huda

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-top: 1em;
}
ul.products li.product {
  min-height: 100%;
  list-style: none;
  position: relative;
  margin-bottom: 1em;
  padding: 2em 1.5em;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  ul.products li.product {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 576px) {
  ul.products li.product {
    min-height: 100%;
  }
}
ul.products li.product .huda-product-content-wrap {
  width: 100%;
  display: flex;
  padding: 1em 0;
  flex-direction: column;
}
ul.products li.product img {
  width: 100%;
  height: 100%;
  max-width: 9.063em;
  max-height: 9.063em;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
ul.products li.product h2, ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: normal !important;
  color: #05011C;
}
ul.products li.product .onsale.huda-onsale-card {
  position: absolute;
  top: 1.2em;
  left: 1.2em;
  font-size: 0.875em;
  padding: 0.25em 0.75em;
  color: #FFFFFE;
  background: #F25F4C;
  border-radius: 50px;
}
ul.products li.product a:visited {
  color: #05011C;
}
ul.products li.product .added_to_cart {
  margin-top: 1em;
  color: #05011C;
}
ul.products li.product .button {
  width: 100%;
  display: block;
  text-align: center;
  align-self: flex-center;
  border: 1px solid;
  margin-top: 0.8em;
  padding: 12px 10px;
  border-color: #E1E0E7;
  transition: color 0.3s;
}
ul.products li.product .button:hover {
  color: #FFFFFE;
  background: #05011C;
  border-color: #ccc #bbb #aaa;
}
ul.products li.product .button.loading {
  position: relative;
}
ul.products li.product .button.loading::before {
  content: "";
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  right: 12px;
  transform: translate(-50%, 0%);
  border-radius: 50%;
  display: inline-block;
  border: 0.25em solid;
  border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.products li.product .button.added {
  position: relative;
}
ul.products li.product .button.added::after {
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 1em;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
ul.products li.product .woocommerce-Price-amount {
  font-size: 1.2em;
  padding: 0.5em 0;
  color: #05011C;
}
ul.products li.product .price-rating-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
}

.wc-block-grid__products .wp-block-button__link {
  font-size: 1.4em !important;
}
.wc-block-grid__products .wc-block-grid__product-title {
  font-size: 1.8em;
  color: #05011C;
}
.wc-block-grid__products .woocommerce-Price-amount {
  font-size: 1.8em;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  margin-bottom: 2em;
}

section.related h2 {
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  section.related {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-4 li.product {
    width: 100%;
  }
}
@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;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-1 li.product {
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  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.4933333333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
@media screen and (max-width: 576px) {
  .single-product div.product {
    padding: 0 1em;
  }
}
.single-product div.product h1.product_title {
  font-size: 2em;
  font-weight: 600;
  color: #05011C;
}
@media screen and (max-width: 768px) {
  .single-product div.product h1.product_title {
    font-size: 2em;
  }
}
.single-product div.product p.price {
  font-size: 1.6em;
  font-weight: 500;
  color: #05011C;
}
.single-product div.product .onsale.huda-onsale-card {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 0.875em;
  padding: 0.25em 0.75em;
  color: #FFFFFE;
  background: #F25F4C;
  border-radius: 50px;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product div.product .woocommerce-product-gallery .wp-post-image {
  width: 100%;
  height: 100%;
}
.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.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: 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;
}
.single-product div.product .entry-summary {
  float: left;
  width: 50%;
  padding-left: 2em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .single-product div.product .entry-summary {
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
  }
}
.single-product div.product .entry-summary .cart {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 1em;
}
.single-product div.product .entry-summary .cart .quantity input {
  width: 110px;
  padding: 12px 12px;
}
.single-product div.product .entry-summary .product_meta {
  margin-top: 1em;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #22c55e;
}
.stock.out-of-stock {
  color: #F25F4C;
}

/**
 * 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%;
  }
  a.checkout-button {
    padding: 12px 10px;
  }
}
.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #cfc8d8;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  box-sizing: border-box;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table td del {
  font-weight: 400;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#wc-stripe-express-checkout-element {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 1em;
  padding-top: 2em;
}

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

.woocommerce-breadcrumb {
  display: none;
}

/**
 * Woocommerce Variable Product Stule
 */
.product-type-variable .variations_form {
  display: block !important;
}
.product-type-variable .variations_form tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.product-type-variable .variations_form tr th label {
  font-size: 1em;
  font-weight: bold;
}
.product-type-variable .variations_form tr td select {
  padding: 0.75em 0.75em;
  border-radius: 0.5em;
}
.product-type-variable .woocommerce-variation.single_variation {
  margin-bottom: 1em;
}

/**
 * Woocommerce mini cart widget
 */
.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-mini-cart-item.mini_cart_item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-mini-cart-item.mini_cart_item .woocommerce-mini-cart__total {
  margin-top: 1em;
}
.woocommerce-mini-cart-item.mini_cart_item img {
  max-width: 230px;
  min-height: 23px;
}

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

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: #FEB952;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #FEB952;
  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: #FEB952;
  opacity: 1;
}

/**
 * Tabs
 */
@media screen and (max-width: 576px) {
  .woocommerce-tabs {
    padding: 0 1em;
  }
}
.woocommerce-tabs ul.tabs {
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1em;
  text-align: left;
  border-bottom: 1px solid #E1E0E7;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
  color: #05011C;
}
.woocommerce-tabs ul.tabs li.active a {
  font-weight: 400;
  color: #E93315;
}
.woocommerce-tabs ul.tabs li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #E93315;
}
.woocommerce-tabs ol li.review .comment_container {
  padding: 24px;
  border-radius: 0.5em;
  border: 1px solid #E1E0E7;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 576px) {
  .woocommerce-tabs ol li.review .comment_container {
    display: grid;
  }
}
.woocommerce-tabs ol li.review .comment_container img {
  float: left;
  border-radius: 50px;
}
.woocommerce-tabs ol li.review .comment_container .comment-text {
  display: flex;
  flex-direction: column;
}
.woocommerce-tabs ol li.review .comment_container .comment-text .star-rating {
  order: 3;
}
.woocommerce-tabs ol li.review .comment_container .comment-text .meta {
  order: 1;
}
.woocommerce-tabs ol li.review .comment_container .comment-text .description {
  order: 2;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.4em;
  }
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #22c55e;
}
.woocommerce-password-strength.short {
  color: #F25F4C;
}
.woocommerce-password-strength.bad {
  color: #F25F4C;
}
.woocommerce-password-strength.good {
  color: #F7F7F7;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #22c55e;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #F25F4C;
}

.woocommerce-ordering {
  float: right;
}
@media (max-width: 575px) {
  .woocommerce-ordering {
    width: 100%;
  }
}
.woocommerce-ordering select {
  border: 0;
  padding: 0.625em 0.75em;
  border-right: 10px solid transparent;
}
@media (max-width: 575px) {
  .woocommerce-ordering select {
    width: 100%;
  }
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #22c55e;
  padding: 0.4em 0.6em;
  clear: both;
}

.woocommerce-message {
  font-size: 1.2gem;
  font-weight: 500;
  padding: 1.4em 2em;
  border: 1px solid #E1E0E7;
  background-color: #FFFFFE;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5em;
}
.woocommerce-message a:visited {
  color: white;
}

.woocommerce-result-count {
  float: left;
  line-height: 2.625em;
}

.woocommerce-result-count,
.woocommerce-ordering {
  font-size: 1.2em;
  margin-bottom: 1.4em;
}

.woocommerce-ordering {
  border: 1px solid #E1E0E7;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  color: #05011C;
  background-color: #F7F7F7;
}

.woocommerce-error {
  color: #FFFFFE;
  background-color: #F25F4C;
}

.woocommerce-products-header__title.page-title {
  display: none;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #F7F7F7;
  z-index: 9999;
}

#coming-soon-footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.4em;
  text-align: center;
  background: #F4F4F4;
}
#coming-soon-footer-banner a {
  color: #E93315;
}

#review_form {
  margin-bottom: 2em;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.comment-respond {
  margin-top: 1em;
}

/**
* My Account
*/
.woocommerce-page .woocommerce {
  display: flex;
  align-items: flex-start;
  gap: 2.2em;
}
@media (max-width: 1320px) {
  .woocommerce-page .woocommerce {
    flex-wrap: wrap;
  }
}
.woocommerce-page .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 25%;
  height: 100%;
  padding: 0.6em 1em;
  background: #FFFFFE;
}
@media (max-width: 1320px) {
  .woocommerce-page .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-page .woocommerce nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  list-style-type: none;
}
.woocommerce-page .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  padding: 0.6em 1em 0.6em 0;
}
.woocommerce-page .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 500;
  color: #E93315;
  border-bottom: 1px solid #E93315;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  padding: 0 1.4em;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .addresses .col-1, .woocommerce-page .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
  width: 100%;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form label {
  margin-bottom: 0 !important;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form p.woocommerce-form-row {
  float: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin-top: 1em;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form p.woocommerce-form-row input {
  width: 96%;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form fieldset {
  width: 100%;
  margin-bottom: 1em;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: left;
  width: 50%;
  gap: 0.4em;
  margin-bottom: 1em;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field, .woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field, .woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row#billing_postcode_field {
  width: 100%;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field input, .woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field input, .woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row#billing_postcode_field input {
  width: 100%;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper, .woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span input {
  width: 96%;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row select {
  padding: 0.375em 0.75em;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row .select2-container {
  width: 96% !important;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  height: 2.375em !important;
  border-radius: 0.5em !important;
  border: 1px solid #E1E0E7 !important;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.375em !important;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.375em !important;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  width: 100%;
  padding: 1em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFE;
  border-top: 0.125em solid #05011C;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button, .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward {
  color: #FFFFFE;
  background-color: #E93315;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button:hover, .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward:hover {
  color: #05011C;
  background: #FFFFFE;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  cursor: pointer;
  background: #E93315;
  border: 1px solid #E93315;
  transition: 0.3s ease-in;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout:hover {
  background: #FFFFFE;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout:hover a {
  color: #05011C;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout:hover::before {
  color: #05011C;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #FFFFFE;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "\eed8";
  font-family: "remixicon";
  font-size: 1.25em;
  color: #FFFFFE;
  margin-right: 0.3em;
}
.woocommerce-page .woocommerce .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFE;
  padding: 1.6em 4em;
}
@media (max-width: 1024px) {
  .woocommerce-page .woocommerce .woocommerce-login-wrapper {
    max-width: 100%;
  }
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #E1E0E7;
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper form {
  width: 100%;
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper form p.woocommerce-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper form p.woocommerce-form-row input {
  width: 100%;
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper form .form-row {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  gap: 1em;
}
.woocommerce-page .woocommerce .woocommerce-login-wrapper form .form-row button {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.woocommerce-page .woocommerce a.edit::before {
  content: "\ecdb";
  font-family: "remixicon";
  font-size: 1.25em;
  margin-right: 0.1em;
}

body.woocommerce-lost-password article {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFE;
  padding: 1.6em 4em;
}
@media (max-width: 1024px) {
  body.woocommerce-lost-password article {
    max-width: 100%;
  }
}
body.woocommerce-lost-password article form p {
  text-align: left;
}
body.woocommerce-lost-password article form .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
body.woocommerce-lost-password article form button {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    width: 20em;
    top: 110%;
    left: -999em;
    display: block;
    padding: 12px 18px;
    background-color: #FFFFFE;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    z-index: 999999;
  }
  .site-header-cart .widget_shopping_cart .buttons {
    display: flex;
    gap: 1em;
  }
  .site-header-cart .widget_shopping_cart .buttons .button.wc-forward {
    color: #FFFFFE;
    padding: 0.4em 1em;
    background-color: #05011C;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: -8em;
    display: block;
  }
}
/**
* Cart
*/
.woocommerce-cart table.wc-block-cart-items a.wc-block-components-product-name {
  font-size: 1.25em;
  font-weight: 500;
  color: #05011C;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 16px;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__remove-link {
  font-size: 14px !important;
}
.woocommerce-cart table.wc-block-cart-items p {
  font-size: 14px;
}
.woocommerce-cart .wc-block-cart__totals-title {
  font-size: 16px !important;
}

/**
 * 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%;
}/*# sourceMappingURL=woocommerce.css.map */