.woocommerce-breadcrumb {
	padding: 1.5rem 0;
}
/* Achive - Widget */
select {
  color: inherit;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  outline: 0;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget .searchandfilter ul {
  margin-right: 1rem;
}

.widget .searchandfilter ul li {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0;
  flex: 1 1;
}

.widget_search_filter_register_widget li {
  border-bottom: 1px solid #000;
}

.searchandfilter > ul > li[data-sf-combobox="1"] label {
  display: block;
}

.searchandfilter label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sf-input-select {
  font-size: 16px;
  border: none;
  color: black;
  width: 100%;
  text-transform: uppercase;
  height: 40px;
  background-color: #f4f0ed;
}

.searchandfilter select.sf-input-select {
  min-width: 236px;
}

.widget ul li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sf-field-reset {
  border-bottom: 0px solid #eeeeee !important;
  padding-left: 6px !important;
}

.widget ul li a.search-filter-reset {
	color: #cc1e1e;
}

/* Archive - List */
.onsale {
  display: none;
}
.woocommerce del,
.products del {
  opacity: 0.5;
}
.woocommerce ins,
.products ins {
  text-decoration: none;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0;
}

.woocommerce .woocommerce-result-count {
	display: block;
  font-size: 1em;
  line-height: 36px;
  opacity: 0.6;
}

.woocommerce-ordering .select-wrap {
	position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  color: #777;
  display: flex;
  align-items: center;
}

.woocommerce-ordering .select-wrap select.orderby {
	position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  background: transparent;
  background-image: none;
  border: 0;
  outline: 0;
  padding: 8px;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
}

.woocommerce-ordering .select-wrap span {
	display: inline-block;
	padding-right: 8px;
}

header.tax-header {
  background: #000;
  color: #FFF;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header.tax-header .tax-header-content {
  max-width: 90%;
}

header.tax-header .tax-header-content .woocommerce-breadcrumb {
  padding: 0;
}

header.tax-header .tax-header-content .term-description {
  font-size: 24px;
}

/* Category */
.products .product-category mark {
	background: none;
}

.woocommerce ul.products li.product-category a img {
  min-height: 195px;
  object-fit: cover;
}

.products .product-category img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}

.woocommerce ul.products li.product-category {
  text-align: center;
  margin: 0 0 20px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  -mx-flex: 0 1 auto;
  flex: 0 1 auto;
}

.woocommerce ul.products li.product-category a img {
  margin-bottom: 20px;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  color: #222;
  text-transform: none;
  flex: 1;
  margin-top: 1rem;
}

.woocommerce-loop-category__title {
  text-align: center;
}

.product-inner .delivery-info {
  font-family: Inter, serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .2px;
  color: var(--subbar);
  padding: 10px;
  text-align: center;
}

.product-inner .delivery-info .delivery-info-country {
  font-size: 12px;
}

/* Category Detail page */
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

/* Products */
.products-upper-content {
	display: flex;
}

.products-upper-content p.woocommerce-result-count {
	flex: 1;
}

ul.products {
  clear: both;
}

.products ul,
ul.products {
  list-style: none;
  display: flex;
  padding: 0;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	padding-top: 10px !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
  padding: 0 10px;
}

.woocommerce ul.products li.product .product-inner {
  padding: 40px 0px;
}

.woocommerce ul.products li.product .product-inner a.woocommerce-LoopProduct-link {
	flex: 1;
	position: relative;
}

.woocommerce ul.products li.product .product-inner a img.woo-entry-image-main,
.woocommerce ul.products li.product .product-inner a img.attachment-woocommerce_thumbnail {
	display: block;
  max-height: 280px;
  min-height: 280px;
  width: auto;
  margin: 0 auto 20px;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  flex: 1;
}

.woocommerce ul.products li.product .woocommerce-Price-amount,
.carousel-container ul.products li.product .woocommerce-Price-amount{
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
  color: #a3988a;
}

.product-inner .button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 8px;
}

.woocommerce ul.products li.product .button,
.products-carousel ul.products li.product .button {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.woocommerce ul.products li.product .button:hover,
.products-carousel ul.products li.product .button:hover {
	background-color: var(--subbar) !important;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.products-carousel ul.products li.product .add_to_cart_button,
.products-carousel ul.products li.product .added_to_cart {
  margin-top: 0;
  padding: 8px 15px;
  display: flex;
  flex: 1;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.added_to_cart {
  background-color: #263e0f;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 28px;
}

.product-details {
  padding: 15px 20px 10px 20px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.products .product .ajax_add_to_cart.loading .ph-spinner {
  display: block;
}

.dashicons-plus::before {
	content: "";
}

.button__icon {
  float: right;
  font-size: 16px;
  margin: 5px -8px 0px 0;
}

.woocommerce span.onsale,
.woocommerce .outofstock-badge {
  z-index: 9;
  color: #fff;
  font-size: .846em;
  padding: .615em .769em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  text-align: center;
  top: 15px;
  left: 15px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  border-radius: 0;
  -webkit-font-smoothing: inherit;
}

.woocommerce .onsale {
  background:#d75440;
}

.woocommerce .outofstock-badge {
  background: #585858;
}

/* Pagination */
.woocommerce-pagination {
	width: 100%;
	display: flex;
}
.woocommerce-pagination ul.page-numbers {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
  font-size: 24px;
	margin: 0 auto;
	list-style: none;
	display: flex;
  overflow: hidden;
  padding: 0;
  border: 1px solid #000;
  border-radius: 5px;
}

.woocommerce-pagination .page-numbers li {
	border-right: 1px solid #000;
}

.woocommerce-pagination .page-numbers li:last-child {
	border-right: none;
}

.woocommerce-pagination .page-numbers li a {
	padding: 5px 20px;
	color: inherit;
	display: block;
}

.woocommerce-pagination .page-numbers li span.current {
	background-color: var(--subbar);
	color: #FFF;
	padding: 5px 20px;
	display: block;
}

.woocommerce-pagination .page-numbers li span.dots {
	padding: 5px 20px;
	display: block;
}

/* Detail page */
.woocommerce .woocommerce-product-gallery {
  margin-top: 30px;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce div.product .product_title {
  font-family: Georgia, serif;
  font-size: 36px;
  color: #2b1511;
  display: block;
  line-height: 1.1;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: normal;
  font-style: normal;
  text-transform: none;
}

.woocommerce div.product .product_title .product-subtitle {
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}

.woocommerce .product .summary .price {
  font-size: 1.385em;
  margin: 5px 0 0;
}

.simple-product-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.woocommerce .product form.cart {
  padding: 10px 0 30px;
}

.woocommerce div.product div.summary .single_add_to_cart_button {
  color: white !important;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  padding: 0px 40px 0px 40px !important;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  font-size: 0.923em;
}

.woocommerce-product-details__short-description {
  padding-top: 0px;
  margin-top: 20px;
}

.woocommerce-product-details__short-description h2 {
  display: none;
}

.product .summary ins .woocommerce-Price-amount,
.product .summary .price > .woocommerce-Price-amount {
  font-family: Georgia, 'Times New Roman', serif;
  color: #000000;
}

.moreinfo {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 40px;
}

.moreinfo a:link,
.moreinfo a:active,
.moreinfo a:visited {
  text-decoration: underline;
    text-decoration-style: solid;
  text-decoration-style: dotted !important;
  color: #666666;
}

#fullinfo {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
#fullinfo a {
  text-decoration: underline;
}
#fullinfo h1,h2,h3 {
  margin-top: 1rem;
}

.woocommerce-tabs {
  display: none !important;
}

.woocommerce .related.products {
  margin-bottom: 20px;
}

/* Basket Page */

table.cart th,
table.cart td {
  vertical-align: middle;
}

table.cart td.product-name {
  word-break: break-word;
}

table.cart td.product-thumbnail img {
	max-width: 50px;
}

table.cart td.product-name a {
  color: inherit;
}

table.cart .product-remove a.remove {
  font-size: 1.5em;
  color: inherit;
  opacity: 0.45;
  text-decoration: none;
}

table.cart .product-quantity .button-container {
	display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 8px;
}

.return-to-shop {
	text-align: center;
	margin: 0;
}


.cart-collaterals .cart_totals > h2,
.cart-collaterals .cross-sells > h2 {
  margin: 0 0 20px;
  font-size: 1.077em;
  font-weight: 600;
}

.wc-proceed-to-checkout {
	display: flex;
	justify-content: flex-end;
}

table.cart tr td.actions div.coupon input[name="coupon_code"] {
  width: auto;
}

/* Messages */
.woocommerce-notices-wrapper {
	outline: none;
}
/*.woocommerce-notices-wrapper .woocommerce-message::before {
	top: 20px;
  left: 12px;
}*/
.woocommerce-notices-wrapper .woocommerce-message::before {
	content: '\eba6';
  background: #4bb828;
}

.woocommerce-info {
  position: relative;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: "Phosphor-Fill";
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-info::before {
  content: "\e2ce";
  font-size: 25px;
  color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 1rem;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
	font-size: 18px;
	background: none;
	color: #000;
	padding: 0;
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover {
	text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
	border-right: 2px solid #000;
	border-left: 2px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 36px;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  border: 0;
  margin: 0;
  padding: 0 0 1.538em;
  text-align: center;
  font-size: 1.154em;
  color: #222;
  font-weight: 600;
}

/* Checkout */
ul.woocommerce-shipping-methods {
	list-style: none;
  margin: 0;
  padding: 0;
}
ul.woocommerce-shipping-methods li {
  display: flex;
  margin: 5px 0;
}
.woocommerce-checkout #customer_details h3 {
	margin: 0 0 20px;
	font-size: 1.231em;
}

form.woocommerce-form label,
form.woocommerce-checkout label,
form .woocommerce-address-fields label {
	display: block;
  margin: 0 0 5px;
}
form.woocommerce-form .input-text,
form.woocommerce-checkout .input-text,
form .woocommerce-address-fields .input-text {
	width: 100%;
}
form.woocommerce-form .required,
form.woocommerce-checkout .required,
form .woocommerce-address-fields .required {
  text-decoration: none;
  color: red;
}
.woocommerce form .form-row .required {
  visibility: visible;
}
.woocommerce-checkout-payment ul.wc_payment_methods {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout-payment .wc_payment_method label {
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .products .product .product-details {
    padding: 16px;
    height: auto;
  }
  .woocommerce .products .product .product-details {
    height: 210px;
  }
  /*.products .product .product-details h2 {
    font-size: 13px;
  }*/
  .woocommerce .woocommerce-product-gallery {
    margin-top: 0px;
  }
  .single-product .summary {
    margin-top: 0px;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column;
  }
  table.cart th.product-price,
  table.cart .product-thumbnail,
  .woocommerce-page table.cart td.product-price,
  .woocommerce-page table.cart td.product-thumbnail {
    display: none;
  }

  table.cart th.product-price,
  table.cart .product-thumbnail,
  .woocommerce-page table.cart td.product-price,
  .woocommerce-cart-form {
    font-size: 13px;
  }
  .woocommerce-cart-form .woocommerce-Price-amount {
    font-size: 14px;
  }

  table.cart tr td.actions div.coupon input[name="coupon_code"],
  table.cart tr td.actions div.coupon button[name="apply_coupon"] {
    width: 100%;
  }

  table.cart tr td.product-quantity {
    max-width: 90px;
  }

  table.cart .product-quantity .button-container {
    margin: 0;
  }

  table.cart .product-quantity .button-container .button {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .ph-spinner {
    font-size: 12px;
  }

  .woocommerce-checkout #place_order {

    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    margin-bottom: 2rem;
  }

  /* Taxonomy Header */
  header.tax-header {
    min-height: unset;
    padding: 4rem 0;
  }
  header.tax-header .tax-header-content {
    max-width: 100%;
  }

  header.tax-header .tax-header-content .term-description {
    font-size: 15px;
  }
}