/*
Theme Name: Agroricambi

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

.wc-block-cart-item__wrap a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	transition: all ease-in-out 250ms;
}

.wc-block-cart-item__wrap a:hover {
	color: #698129;
}

.wc-block-cart-item__prices {
	margin-bottom: 15px;
}

.wc-block-cart-item__prices .price {
	font-size: 14px;
	font-weight: 600;
}

.wc-block-components-product-name {
	margin-bottom: 15px;
}

.wc-block-cart-item__quantity {
	margin-bottom: 15px;
	display: flex;
	gap: 20px;
}

.wc-block-components-product-badge {
	display: none !important;
}

#D6001C .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
	margin-bottom: 0 !important;
}

.wc-block-cart-item__remove-link,
.wc-block-components-product-price__value.is-discounted {
	color: #D6001C !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

body.woocommerce-cart .entry-header {
	display: none;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 16px;
}

.components-button,
a.wc-block-components-totals-coupon-link {
	background-color: #698129;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all ease-in-out 250ms !important;
	border: none;
	outline: none;
	box-shadow: none;
}

.components-button:hover,
a.wc-block-components-totals-coupon-link:hover {
	background-color: #4a5a1d;
}

/**
* Products
*/
.products-slider__container {
	padding: 100px 20px;
}

.products-slider__container .section-title {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

.products-slider__container .section-title .slider-arrows {
	display: flex;
	gap: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.products-slider__container .section-title .slider-arrows .slick-disabled {
	opacity: 0.2;
}

.products-slider__container .section-title .slider-arrows > span {
	transition: all ease-in-out 250ms;
	cursor: pointer;
	display: flex;
}

.product-item {
	text-align: center;
	position: relative;
}

.product-item a {
	text-decoration: none;
}

.product-item img {
	margin: 0 auto 40px;
	transition: all ease-in-out 250ms;
}

.product-item:hover img {
	transform: scale(1.08);
}

.product-item .woocommerce-loop-product__title {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	min-height: 35px;
}

.product-item .price {
	display: flex;
	justify-content: center;
	color: #000;
	font-weight: 700;
	margin: 20px 0;
	align-items: center;
	gap: 10px;
}

.product-item .price del {
	font-size: 14px;
	font-weight: 400;
}

.product-item .price ins {
	color: #d6001c;
	text-decoration: none;
}

.product-item .tinv-wraper {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.product-item .tinv-wraper a {
	margin-top: 0 !important;
}

.product-item .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	color: red !important;
}

.product-item button {
	background: #e57f31;
	border: none;
	outline: none;
	cursor: pointer;
	width: 60px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-item > form {
	display: flex;
	justify-content: center;
	gap: 10px;
	opacity: 0;
	transition: all ease-in-out 250ms;
}

.product-item:hover form {
	opacity: 1;
}

.product-item .added {
	position: relative;
}

.product-item .added::before {
	content: "\2713";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #698129;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.product-item .added_to_cart {
	display: none;
}

.shop__container {
	margin-top: 107px;
}

.shop__content {
	display: flex;
	flex-direction: row-reverse;
	gap: 35px;
}

.shop__content .woocommerce-breadcrumb {
	display: none;
}

.shop__content .site-main {
	flex: 1;
	margin-top: 0;
}

.shop__content .woocommerce-result-count {
	display: none;
}

.shop__content .woocommerce-ordering {
	display: none;
}

.shop__content .shop-order-filters {
	margin-bottom: 40px;
}

.shop__content .shop-order-filters .woocommerce-ordering {
	display: block;
}

.shop__content .shop-order-filters .woocommerce-ordering select {
	padding: 10px;
	border: 1px solid #000;
	outline: none;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.shop__breadcrump {
	padding: 40px 0;
}

.shop__breadcrump a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}

.shop__breadcrump nav {
	font-weight: 700;
	font-size: 14px;
}

.products {
	list-style: none;
}

.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	margin-bottom: 40px;
}

.woocommerce-products-header .discount-banner__container {
	margin: 30px 0;
}

.woocommerce-products-header .discount-banner__container img {
	min-height: 300px;
}

.woocommerce-products-header .discount-banner__content {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
}

.woocommerce-message {
	padding: 10px;
	background-color: #47a854;
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 20px;
	margin: 20px 0;
	font-size: 14px;
}

.woocommerce-message a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.buttons_added {
	border: 2px solid #000;
	/* Remove spinner buttons in some browsers */
}

.buttons_added .qty {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	padding: 10px;
	border: none;
	border-radius: 0;
	max-width: 40px;
	text-align: center;
	pointer-events: none;
	outline: none;
}

.buttons_added .qty::-webkit-outer-spin-button,
.buttons_added .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity input[type="button"] {
	height: 100%;
	width: 25px;
	padding: 10px;
	border: none;
	background: #fff;
	color: #000;
	font-weight: 900;
	cursor: pointer;
}

.stock-status {
	display: flex;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.stock-status::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.stock-status--instock {
	color: #47a854;
}

.stock-status--instock::before {
	background-color: #47a854;
}

.stock-status--outofstock {
	color: #a84747;
}

.stock-status--outofstock::before {
	background-color: #a84747;
}

.onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ff521c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 8px;
	z-index: 2;
}

body.woocommerce-shop .widget-area {
	width: 250px;
}

body.woocommerce-shop .bapf_head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

body.woocommerce-shop .bapf_body > ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.woocommerce-shop .berocket_single_filter_widget {
	margin-bottom: 40px;
}

body.woocommerce-shop .site-main > .woocommerce-result-count,
body.woocommerce-shop .site-main > .woocommerce-ordering {
	display: none !important;
}

/**
 * Single product
 */
body.single-product .woocommerce-message {
	margin: 0 0 20px;
}

body.single-product .single-product__content {
	display: flex;
	gap: 50px;
	position: relative;
}

body.single-product .single-product__content .woocommerce-product-gallery {
	min-width: 580px;
}

body.single-product .single-product__content .woocommerce-product-gallery__wrapper > div > a > img {
	width: 100%;
	height: auto;
}

body.single-product .single-product__content .summary {
	flex: 1;
}

body.single-product .single-product__content .summary form.cart {
	display: flex;
	gap: 50px;
}

body.single-product .single-product__content .summary form.cart .quantity {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

body.single-product .single-product__content .summary form.cart button {
	flex: 1;
	background-color: #e57f31;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	border: none;
	outline: none;
	cursor: pointer;
}

body.single-product .single-product__content .summary form.cart button .text {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

body.single-product .single-product__content .summary .onsale {
	right: auto;
	left: 545px;
}

body.single-product .single-product__content .price {
	font-size: 25px;
	font-weight: 700;
	color: #000;
}

body.single-product .single-product__content .price del {
	font-size: 16px;
	font-weight: 400;
}

body.single-product .single-product__content .price ins {
	text-decoration: none;
	font-weight: 600;
	color: #D6001C;
}

body.single-product .single-product__content .stock-status {
	justify-content: flex-end;
}

body.single-product .single-product__header {
	margin-bottom: 60px;
}

.back-to-category {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.brand-name {
	font-size: 14px;
	font-weight: 600;
	color: #8f8f8f;
	margin-bottom: 20px;
}

.single-product-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 40px;
	margin-bottom: 10px;
}

.sku {
	margin: 20px 0;
	color: #afafaf;
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-product-gallery__trigger {
	position: relative;
	bottom: 10px;
	right: 10px;
}

.woocommerce-product-gallery__trigger::before {
	content: "";
	background-image: url(./assets/images/zoom.svg);
	background-size: cover;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.product-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 20px 0;
}

.woocommerce-tabs {
	display: none;
}

.related.products {
	margin-bottom: 60px;
}

.related.products h2 {
	margin-bottom: 40px;
}

/**
 * Checkout
 */
body.woocommerce-checkout .entry-header {
	display: none;
}

body.woocommerce-checkout .entry-content {
	padding: 0;
}

.woocommerce-info {
	background-color: #E57F31;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
}

.woocommerce-info a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

form.woocommerce-checkout {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 40px 0;
}

form.woocommerce-checkout h3 {
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 30px;
	margin-bottom: 40px;
}

.woocommerce-EditAccountForm p,
.woocommerce-address-fields__field-wrapper p,
.woocommerce-billing-fields__field-wrapper p {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	flex-basis: calc(50% - 15px);
}

.woocommerce-EditAccountForm p textarea,
.woocommerce-EditAccountForm p select,
.woocommerce-EditAccountForm p input:not(input[type="checkbox"]),
.woocommerce-address-fields__field-wrapper p textarea,
.woocommerce-address-fields__field-wrapper p select,
.woocommerce-address-fields__field-wrapper p input:not(input[type="checkbox"]),
.woocommerce-billing-fields__field-wrapper p textarea,
.woocommerce-billing-fields__field-wrapper p select,
.woocommerce-billing-fields__field-wrapper p input:not(input[type="checkbox"]) {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	height: 40px;
	font-family: 'Inter', sans-serif;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #ddd;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-EditAccountForm .select2-container,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields__field-wrapper .select2-container,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-billing-fields__field-wrapper .select2-container,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
	height: 40px;
}

#order_comments_field {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#order_comments_field textarea {
	font-family: 'Inter', sans-serif;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	height: 40px;
}

.cart_item td {
	padding: 12px;
	font-size: 14px;
	color: #444;
	font-weight: 600;
	min-width: 130px;
}

.cart_item:nth-child(even) {
	background-color: #f8f8f8;
}

.woocommerce-checkout-review-order-table thead .product-name {
	text-align: left;
	padding: 12px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-weight: 900;
}

.woocommerce-checkout-review-order-table thead .product-total {
	background-color: #f8f8f8;
	font-size: 14px;
	font-weight: 900;
}

.woocommerce-checkout-review-order-table tbody .product-total {
	text-align: right;
}

.woocommerce-checkout-review-order-table tfoot tr {
	text-align: left;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
	border-top: 1px solid #ddd;
}

.woocommerce-checkout-review-order-table tfoot td {
	padding: 12px;
	text-align: right;
}

.payment_methods {
	list-style-type: none;
}

.payment_methods .woocommerce-info {
	background-color: #f8f8f8;
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
}

.woocommerce-privacy-policy-text {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
}

.woocommerce-privacy-policy-text a {
	color: #698129;
	font-weight: 700;
	text-decoration: none;
}

.button {
	background-color: #698129;
	color: #fff;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
	box-shadow: none;
	border: none;
	cursor: pointer;
	padding: 12px 15px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
}

.button:hover {
	background-color: #4a5a1d;
}

/**
 * Account
 */
body.woocommerce-account .entry-header {
	display: none;
}

body.woocommerce-account .entry-content {
	padding: 40px 0;
	min-height: calc(100vh - 550px);
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.woocommerce-MyAccount-navigation a {
	text-decoration: none;
	color: #000;
	padding: 12px 20px;
	border: 1px solid #ddd;
	display: inline-flex;
}

.woocommerce-MyAccount-navigation li.is-active a {
	background-color: #698129;
	color: #fff;
}

.woocommerce-MyAccount-content {
	padding: 20px 0;
}

.woocommerce-MyAccount-content .clear {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-info {
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce-MyAccount-content .woocommerce-info a {
	width: fit-content;
}

.woocommerce-MyAccount-content p {
	color: #000;
	line-height: 25px;
	font-size: 14px;
}

.woocommerce-MyAccount-content a:not(.button) {
	line-height: 20px;
	font-size: 14px;
	color: #698129;
	font-weight: 600;
	text-decoration: none;
}

.woocommerce-MyAccount-content a.edit {
	display: inline-flex;
	margin: 10px 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	align-items: flex-start;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	flex-basis: 100%;
	padding: 20px;
	background-color: #f8f8f8;
}

/**
 * Wishlist
 */
.tinv-header {
	display: none;
}

.site-main--default {
	padding: 40px 0;
}

.entry-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wishlist_item a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.wishlist_item a:hover {
	color: #698129;
}

.wishlist_item .product-thumbnail img {
	width: 80px;
	height: 80px;
}

.wishlist_item .product-price ins {
	text-decoration: none;
	font-weight: 600;
	color: #D6001C;
	font-size: 14px;
}

.wishlist_item .product-price del {
	font-weight: 400;
	font-size: 14px;
}

.tinv-wishlist .product-action {
	width: 230px;
}

.tinv-wishlist table td,
.tinv-wishlist table th {
	text-align: center;
}

.tinv-wishlist tfoot .tinvwl-to-right > * {
	width: fit-content;
}

.cart-empty.woocommerce-info {
	margin-bottom: 20px;
}

.return-to-shop a {
	display: inline-flex;
	margin: 20px 0 0;
	text-decoration: none;
	width: fit-content;
}

/**
 * Cart
 */
.woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.woocommerce-cart-form__cart-item .product-name a {
	text-decoration: none;
	color: #000;
}

.woocommerce-cart-form__cart-item .product-name a:hover {
	color: #698129;
}

.woocommerce-cart-form__cart-item .product-remove {
	text-align: center;
}

.woocommerce-cart-form__cart-item .product-remove a {
	line-height: 1;
	color: #fff;
	background-color: #ee4040;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

body.woocommerce-cart .coupon {
	display: flex;
	margin: 20px 0;
	gap: 30px;
	justify-content: flex-end;
}

body.woocommerce-cart .coupon .button {
	width: fit-content;
}

body.woocommerce-cart .coupon .input-text {
	padding: 0 15px;
	outline: none;
}

body.woocommerce-cart .woocommerce-cart-form__contents {
	width: 100%;
}

body.woocommerce-cart .entry-content > .woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

body.woocommerce-cart .woocommerce-cart-form {
	flex: 3;
}

body.woocommerce-cart .cart-collaterals {
	flex: 1;
	background-color: #f8f8f8;
	padding: 20px;
}

body.woocommerce-cart .cart-collaterals h2 {
	margin-bottom: 30px;
}

body.woocommerce-cart .cart-collaterals table {
	width: 100%;
}

body.woocommerce-cart .cart-collaterals table th,
body.woocommerce-cart .cart-collaterals table td {
	padding: 12px;
}

body.woocommerce-cart .cart-collaterals table tr:last-child th,
body.woocommerce-cart .cart-collaterals table tr:last-child td {
	background-color: #fff;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
	flex-basis: 100%;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	display: inline-flex;
	margin: 20px 0 0;
	width: 100%;
}

body.woocommerce-cart .wc-proceed-to-checkout a {
	text-decoration: none;
	text-align: center;
}

body.woocommerce-cart tr {
	position: relative;
}

body.woocommerce-cart tr button[name="update_cart"] {
	width: fit-content;
	position: absolute;
	top: 20px;
}

.woocommerce-notices-wrapper {
	margin: 20px 0;
}

.woocommerce-notices-wrapper ul {
	list-style: none;
}

.woocommerce-error {
	background-color: #ee4040;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

/*# sourceMappingURL=woocommerce.css.map */