.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 li {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0;
}

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

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

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

.sf-input-select {
  font-family: "Roboto Condensed";
  font-size: 16px;
  border: 0px solid white;
  color: black;
  font-weight: 600;
  width: 236px;
  text-transform: uppercase;
  height: 40px;
  background-color: #f4f0ed;
}

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

.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 */
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0 10px 30px 0;
}

.woocommerce .woocommerce-result-count {
	display: block;
  font-size: 1em;
  line-height: 36px;
  margin-right: 6px;
  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;
}

/* 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;
  font-family: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  text-transform: none;
  text-align: center;
}

.product-inner .delivery-info {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .2px;
  color: #37b24d;
  padding: 10px;
}

/* 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;
  font-family: "Roboto Condensed";
}

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

ul.products li.product {
	padding-top: 10px !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

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

.woocommerce ul.products li.product a img.woo-entry-image-main {
	display: block;
  margin: 0 auto 20px;
  max-height: 280px;
  min-height: 280px;
  width: auto;
  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: #0a0a0a;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	min-height: 85px;
}

.woocommerce ul.products li.product .woocommerce-Price-amount {
  color: #000;
  font-size: 24px !important;
  font-weight: 600;
}

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

.woocommerce ul.products li.product .button {
  font-family: "Roboto Condensed" !important;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-size: 0.923em;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #cc1e1e !important;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart {
  margin-top: 0;
  padding: 12px 15px;
  display: inline;
  flex: 1;
  width: 100%;
}

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

.product-details {
  padding: 15px 40px 10px 40px;
  height: 170px;
  display: flex;
  flex-direction: column;
}

.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-family: "Roboto Condensed";
  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: #cc1e1e;
	color: #FFF;
	padding: 5px 20px;
	display: block;
}

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

/* Detail page */
.woocommerce div.product div.images, .woocommerce-page div.product {
	display: flex;
	gap: 2rem;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images {
  width: 52%;
  margin-bottom: 20px;
  flex: 1;
}

.woocommerce .woocommerce-product-gallery {
  padding-top: 80px;
}

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

.woocommerce div.product div.images, .woocommerce-page div.product .summary {
  width: 44%;
  margin-bottom: 20px;
}

.single-product .summary {
  padding-top: 170px;
}

.woocommerce div.product .product_title {
  font-family: "Roboto Condensed";
  font-weight: 600;
  font-size: 28px;
}

.product .product_title {
  margin-bottom: 20px;
}

.entry-title {
  display: block;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1.077em;
  font-weight: 600;
  color: #222;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: normal;
  font-style: normal;
  text-transform: none;
}

.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 {
  font-family: "Roboto Condensed" !important;
  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;
}

.woocommerce-Price-amount {
  font-family: "Roboto Condensed" !important;
  color: #cc1e1e;
  font-size: 24px !important;
  font-weight: 600;
}

.product .summary ins .woocommerce-Price-amount,
.product .summary .price > .woocommerce-Price-amount {
  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;
}

.fiftycolumn {
	flex: 1;
}

.fiftycolumn.left {
  padding-right: 80px;
  position: relative;
}

.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 .quantity {
  position: relative;
  overflow: hidden;
  zoom: 1;
  float: left;
}

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 {
  float: right;
  width: 48%;
  margin-bottom: 30px;
}

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

/* 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-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: "Phosphor-Fill";
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 15px;
  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-error,
.woocommerce-info,
.woocommerce-message {
	display: flex;
  justify-content: space-between;
}

.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 {
	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-family: "Roboto Condensed";
  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;
}
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;
}