.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-color: #eee;
	border-color: var(--border);
}

.woocommerce form .form-row textarea {
	min-height: 6em;
}

.woocommerce-no-products-found .woocommerce-info,
.woocommerce .wc-empty-cart-message .cart-empty.woocommerce-info {
	padding: 0;
	background: none;
	color: var(--bs-dark);
	border: 0;
}

.cart-empty-icon {
	width: 120px;
	height: 120px;
}

.cart-empty-icon svg {
    width: 120px;
    height: 120px;
  }

.cart-empty-icon {

	margin: 0 auto 1em;
	color: var(--bs-gray-500);
}

.wc-empty-cart-message,
.return-to-shop {
	text-align: center;
}

.woocommerce-page form p, .woocommerce-form p {
		width: 100%;
	}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
}

@media (min-width: 960px) {

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
		width: 50%;
}
	}

body.woocommerce-checkout,
body.woocommerce-cart {
	background: var(--bs-light);
}

body.woocommerce-checkout .site-info, body.woocommerce-cart .site-info {
		background: var(--bs-light);
		font-size: 0.75rem;
	}

body.woocommerce-checkout .site-content, body.woocommerce-cart .site-content {
		padding-top: 2em;
		padding-bottom: 2em;
	}

body.woocommerce-checkout .inside-article, body.woocommerce-cart .inside-article {
		background: none;
	}

body.woocommerce-checkout .entry-header, body.woocommerce-cart .entry-header {
		padding-bottom: 2em;
		text-align: center;
	}

body.woocommerce-checkout .entry-header .breadcrumb, body.woocommerce-cart .entry-header .breadcrumb {
			opacity: 0.75;
		}

body.woocommerce-checkout .rank-math-breadcrumb, body.woocommerce-cart .rank-math-breadcrumb {
		padding: 0;
	}

body.woocommerce-checkout .entry-content, body.woocommerce-cart .entry-content {
		max-width: 1080px;
		max-width: var(--xl);
		margin: 0 auto;
	}

body.woocommerce-checkout .woocommerce-checkout {
		display: flex;
		flex-wrap: wrap;
		margin-top: 1em;
	}

@media (min-width: 782px) {

body.woocommerce-checkout .woocommerce-checkout {
			margin-top: 2em;
	}
		}

body.woocommerce-checkout #order_review,
	body.woocommerce-checkout .col2-set {
		float: none;
		width: calc(50% - var(--bs-gutter-x));
		margin: 0;
	}

body.woocommerce-checkout #order_review {
		padding-left: 2em;
	}

.woocommerce-cart-form {
	padding-bottom: 2em;
}

@media (min-width: 782px) {

.woocommerce-cart-form {
		padding-bottom: 4em;
}
	}

.woocommerce a.added_to_cart {
	display: flex;
	justify-content: center;
	margin: 0.5em 0;
	padding: 10px 30px;
	color: var(--bs-primary);
	background: var(--bs-white);
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--bs-primary);
	border-radius: 6px;
	border-radius: var(--radius);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	padding: 10px;
	border: 0;
}

.woocommerce table.shop_table th {
	background: none;
}

.woocommerce table.shop_table.cart {
	width: 100%;
}

.woocommerce table.shop_table.cart thead {
		display: none;
	}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart thead {
			position: relative;
			display: flex;
			width: 100%;
	}

			.woocommerce table.shop_table.cart thead tr {
				flex-grow: 1;
				display: flex;
			}

			.woocommerce table.shop_table.cart thead th {
				padding: 0 10px 10px;
				border: 0;
				border-bottom: 1px solid #eee;
				border-bottom: 1px solid var(--border);
			}

			.woocommerce table.shop_table.cart thead th.product-remove,
			.woocommerce table.shop_table.cart thead th.product-thumbnail {
				display: none;
			}

			.woocommerce table.shop_table.cart thead th.product-name {
				padding-left: 0;
				flex-grow: 1;
			}

			.woocommerce table.shop_table.cart thead th.product-price {
				display: none;
			}

			.woocommerce table.shop_table.cart thead th.product-quantity {
				width: 160px;
				text-align: center;
			}

			.woocommerce table.shop_table.cart thead th.product-subtotal {
				width: 160px;
				text-align: right;
			}
		}

.woocommerce table.shop_table.cart td {
		padding-right: 0;
		border-bottom: 0;
	}

.woocommerce table.shop_table.cart .cart_item {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		min-height: 110px;
		border-bottom: 1px solid #eee;
		border-bottom: 1px solid var(--border);
	}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart .cart_item {
			padding: 0.75em 0;
	}
		}

@media (min-width: 960px) {

.woocommerce table.shop_table.cart .cart_item {
			padding: 1em 0;
	}
		}

.woocommerce table.shop_table.cart .cart_item .product-remove {
			position: absolute;
			top: 0;
			right: 0;
			padding: 0;
			border: 0;
		}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart .cart_item .product-remove {
				position: static;
				order: 1;
				width: 20px;
		}
			}

.woocommerce table.shop_table.cart .cart_item .product-thumbnail {
			position: absolute;
			top: 0;
			left: 0;
			width: 100px;
			padding: 0;
			overflow: hidden;
		}

.woocommerce table.shop_table.cart .cart_item .product-thumbnail img {
				transition: transform 0.4s ease;
			}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart .cart_item .product-thumbnail {
				position: static;
		}
					.woocommerce table.shop_table.cart .cart_item .product-thumbnail:hover img {
						transform: scale(1.05);
					}
			}

.woocommerce table.shop_table.cart .cart_item .product-thumbnail a {
				display: flex;
			}

.woocommerce table.shop_table.cart .cart_item .product-name,
		.woocommerce table.shop_table.cart .cart_item .product-price,
		.woocommerce table.shop_table.cart .cart_item .product-quantity,
		.woocommerce table.shop_table.cart .cart_item .product-subtotal {
			padding: 0 0 0 110px;
			border: 0;
		}

.woocommerce table.shop_table.cart .cart_item .product-name {
			margin-bottom: 0.5em;
			padding-right: 25px;
			text-align: left;
		}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart .cart_item .product-name {
				width: calc(100% - 100px - 140px - 160px - 20px);
				padding: 0 10px;
		}
			}

.woocommerce table.shop_table.cart .cart_item .product-name::before {
				content: none;
			}

.woocommerce table.shop_table.cart .cart_item .product-name a {
				display: block;
				color: var(--bs-dark);
				text-decoration: none;
			}

.woocommerce table.shop_table.cart .cart_item .product-name a:hover {
					color: var(--bs-primary);
				}

.woocommerce table.shop_table.cart .cart_item .product-price {
			display: none;
		}

.woocommerce table.shop_table.cart .cart_item .product-quantity {
			margin-bottom: 0.5em;
		}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart .cart_item .product-quantity {
				width: 140px;
				padding: 0 10px;
		}
			}

.woocommerce table.shop_table.cart .cart_item .product-quantity .quantity {
				justify-content: flex-start;
				font-size: 0.85rem;
			}

.woocommerce table.shop_table.cart .cart_item .product-quantity .quantity .plus,
				.woocommerce table.shop_table.cart .cart_item .product-quantity .quantity .minus {
					width: 40px;
					min-height: 40px;
					font-weight: 700;
				}

.woocommerce table.shop_table.cart .cart_item .product-quantity .quantity .qty {
					width: 40px;
					min-height: 40px;
				}

.woocommerce table.shop_table.cart .cart_item .product-subtotal {
			width: 100%;
			text-align: left;
		}

@media (min-width: 782px) {

.woocommerce table.shop_table.cart .cart_item .product-subtotal {
				width: 160px;
				padding: 0 10px;
				text-align: right;
		}
			}

.woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100%;
	border: 1px solid #eee;
	border: 1px solid var(--border);
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	background: none;
	border-bottom: 0;
	text-align: left;
}

@media (min-width: 600px) {

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions {
		justify-content: space-between;
}
	}

@media (min-width: 960px) {

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions {
		padding-top: 20px;
}
	}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon {
		float: none !important;
	}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon {
		display: flex;
		width: 100%;
	}

@media (min-width: 600px) {

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon {
			width: auto;
			max-width: 280px;
			flex-grow: 1;
	}
		}

.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text {
			width: auto !important;
		}

.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text {
			flex-grow: 1;
			margin: 0;
			border: 1px solid #eee;
			border: 1px solid var(--border);
			border-right: 0;
			border-radius: 6px 0 0 6px;
			border-radius: var(--radius) 0 0 var(--radius);
		}

.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button {
			background: var(--bs-warning);
			color: var(--bs-dark);
			border: 0;
			border-radius: 0 6px 6px 0;
			border-radius: 0 var(--radius) var(--radius) 0;
		}

@media (min-width: 600px) {

.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button {
				min-width: 105px;
		}
			}

.woocommerce #content table.cart td.actions button.button[name='update_cart'], .woocommerce table.cart td.actions button.button[name='update_cart'] {
		color: var(--bs-white) !important;
	}

.woocommerce #content table.cart td.actions button.button[name='update_cart'], .woocommerce table.cart td.actions button.button[name='update_cart'] {
		width: 100%;
		margin-top: 1em;
		padding: 11px 10px;
	}

@media (min-width: 600px) {

.woocommerce #content table.cart td.actions button.button[name='update_cart'], .woocommerce table.cart td.actions button.button[name='update_cart'] {
			width: auto;
			margin-top: 0;
			margin-left: 1em;
	}
		}

@media (min-width: 600px) {

.woocommerce .cart-sidebar {
		display: flex;
		justify-content: flex-end;
}
	}

.woocommerce .cart-collaterals {
	flex-grow: 1;
}

@media (min-width: 600px) {

.woocommerce .cart-collaterals {
		max-width: 300px;
}
	}

@media (min-width: 1080px) {

.woocommerce .cart-collaterals {
		max-width: 100%;
		padding-left: 2em;
}
	}

.woocommerce .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
		padding: 0;
	}

@media (min-width: 782px) {

.woocommerce .cart-collaterals .cart_totals {
			max-width: 300px;
			flex-grow: 0;
	}
		}

@media (min-width: 1080px) {

.woocommerce .cart-collaterals .cart_totals {
			max-width: 100%;
	}
		}

.woocommerce .cart-collaterals .cart_totals th,
		.woocommerce .cart-collaterals .cart_totals td {
			padding: 10px 0;
		}

.woocommerce .cart-collaterals .cart_totals td {
			text-align: right;
		}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	margin: 0;
	padding-bottom: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin: 0.5em 0 0 0;
	padding: 12px 24px;
	background: var(--bs-danger);
	transition: all 0.4s ease;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
		background: var(--bs-dark);
	}

@media (min-width: 960px) {

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		padding: 15px 30px;
}
	}

.woocommerce #order_review_heading {
	display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	opacity: 0.65;
}

#payment
	.payment_methods
	li.wc_payment_method
	> input[type='radio']:first-child:checked
	+ label {
	background: none;
}

#payment .payment_methods > .wc_payment_method > label {
	padding: 0.5em 0;
	background: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	margin-bottom: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
		padding: 5px 0;
		border-bottom: 0;
	}

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

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
		font-weight: 400;
	}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
		width: 70%;
	}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount td,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
		width: 30%;
		text-align: right;
	}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
		font-size: 0.85rem;
		opacity: 0.85;
	}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot > tr:first-child th,
		.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot > tr:first-child td {
			padding-top: 0.5em;
			border-top: 1px solid var(--bs-gray-300);
		}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
		font-weight: 700;
	}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
			font-weight: 700;
		}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
		font-size: 1.15rem;
	}

#add_payment_method #payment div.form-row.place-order, .woocommerce-cart #payment div.form-row.place-order, .woocommerce-checkout #payment div.form-row.place-order {
		margin-top: 0.5em;
	}

.woocommerce form.login,
.woocommerce form.coupon,
.woocommerce form.woocommerce-form-coupon,
.woocommerce table.shop_table.cart,
.woocommerce-checkout .col2-set {
	margin-bottom: 2em;
	padding: 1em;
	background: var(--bs-white);
	box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
	box-shadow: var(--shadow);
	border-radius: 6px;
	border-radius: var(--radius);
}

@media (min-width: 782px) {

.woocommerce form.login,
.woocommerce form.coupon,
.woocommerce form.woocommerce-form-coupon,
.woocommerce table.shop_table.cart,
.woocommerce-checkout .col2-set {
		margin-bottom: 0;
}
	}

.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info {
		margin-bottom: 0.5em;
		padding: 0;
		color: var(--bs-dark);
		background: none;
		border: 0;
	}

.woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info a {
			color: var(--bs-dark);
			text-decoration: none;
		}

.woocommerce-form-login-toggle .woocommerce-info a:hover,
			.woocommerce-form-coupon-toggle .woocommerce-info a:hover,
			.woocommerce-form-login-toggle .woocommerce-info a:focus,
			.woocommerce-form-coupon-toggle .woocommerce-info a:focus {
				color: var(--bs-dark);
			}

.woocommerce-form-login,
.woocommerce-form-coupon {
	padding: 1.5em;
}

.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

form.woocommerce-shipping-calculator button.button {
		width: 100%;
	}

.woocommerce table.shop_table.woocommerce-table--order-details {
	background: var(--bs-white);
}

.woocommerce table.shop_table.woocommerce-table--order-details a {
		color: var(--bs-dark);
		text-decoration: none;
	}

.woocommerce table.shop_table.woocommerce-table--order-details tfoot th,
		.woocommerce table.shop_table.woocommerce-table--order-details tfoot td {
			font-weight: 400;
			font-size: 0.85rem;
		}

.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:first-child th,
			.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:first-child td {
				border-top: 1px solid #eee;
				border-top: 1px solid var(--border);
			}

.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child td {
				font-weight: 700;
			}

.woocommerce ul.order_details {
	padding: 0;
}

.woocommerce-notice--success {
	color: var(--bs-success);
}

.product-grid-slider__item .onsale,
.woocommerce ul.products li.product.sales-flash-overlay .onsale {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	position: absolute;
	top: 3px;
	right: 3px;
	width: 40px;
	height: 40px;
	background: var(--bs-danger);
	color: var(--bs-white);
	font-size: 0.65rem;
	font-weight: 600;
	border-radius: 50%;
	pointer-events: none;
}

@media (min-width: 600px) {

.product-grid-slider__item .onsale,
.woocommerce ul.products li.product.sales-flash-overlay .onsale {
		width: 45px;
		height: 45px;
		font-size: 0.75rem;
}
	}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
		color: var(--bs-dark);
		text-decoration: none;
	}

.woocommerce ul.products li.product .wc-product-image {
		position: relative;
		height: 0;
		padding-top: 100%;
	}

.woocommerce ul.products li.product .inside-wc-product-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.woocommerce ul.products li.product .inside-wc-product-image img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;

			-o-object-fit: cover;

			   object-fit: cover;
		}

.woocommerce ul.products li.product .price del + ins {
			color: var(--bs-danger);
		}

.woocommerce ul.products li.product.wc-has-gallery img {
			transition: opacity 0.4s ease-in-out;
		}

.woocommerce ul.products li.product.wc-has-gallery img.secondary-image {
			transform: none;
		}

.woocommerce ul.products li.product.wc-has-gallery:hover img {
				opacity: 0;
			}

.woocommerce ul.products li.product.wc-has-gallery:hover img.secondary-image {
				opacity: 1;
			}

a.devvn_buy_now_style {
	max-width: 100%;
	margin: 0 0 0.5em;
	font-size: 1.25rem;
	border-radius: 6px;
	border-radius: var(--radius);
}

.devvn_prod_variable .quantity {
	display: flex;
	text-align: center;
}

.customer_coupon_field button.apply_coupon,
.devvn-popup-title,
.popup-customer-info-group .devvn-order-btn {
	background: var(--bs-primary);
}

.customer_coupon_field button.apply_coupon {
	border-color: var(--bs-primary);
}

.popup_quickbuy_total_calc {
	color: var(--bs-danger);
}

body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
	padding: 8px 12px;
	font-size: 0.875rem;
	border: 1px solid #eee;
	border: 1px solid var(--border);
}

body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
	height: auto;
}

body .popup-customer-info-group textarea {
	min-height: 60px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}

.woocommerce div.product .product_title {
	font-size: 1.15rem;
}

@media (min-width: 960px) {

.woocommerce div.product .product_title {
		font-size: 1.25rem;
}
	}

.woocommerce div.product div.summary .product-excerpt {
	font-size: 0.875rem;
}

.single-product-right-column .entry-summary {
	width: 100%;
}

@media (min-width: 782px) {

.single-product-right-column .entry-summary {
		position: sticky;
		top: 0;
		left: 0;
		background: var(--bs-white);
}
	}

.woocommerce div.product form.cart {
	margin-bottom: 0.5em;
	align-items: center;
}

.woocommerce div.product form.cart span.qty-title {
		width: auto !important;
	}

.woocommerce div.product form.cart span.qty-title {
		padding-right: 0.5em;
	}

.woocommerce div.product form.cart .button {
		flex-grow: 1;
		padding: 14px 10px;
		background: var(--bs-primary);
	}

.woocommerce div.product form.cart .woocommerce-variation-price .price {
		align-items: center;
		margin: 0 0 1em 0;
		padding: 0;
		color: var(--bs-danger);
		border: 0;
	}

.woocommerce div.product form.cart .woocommerce-variation-price .price del {
			color: var(--bs-dark);
			font-size: 1rem;
		}

.woocommerce div.product div.summary {
	flex-basis: min-content;
	position: relative;
}

@media (min-width: 782px) {

.woocommerce div.product div.summary {
		position: sticky;
		top: 0;
		left: 0;
}
	}

.woocommerce div.product div.summary .price {
		display: flex;
		margin: 1em 0;
		padding: 0.25em 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

.related.products {
	width: 100%;
}

.related.products > h2 {
		position: relative;
		margin-bottom: 1em;
		padding-bottom: 0.75em;
	}

.related.products > h2::after {
    content: '';
    position: absolute;
		left: 0;
		bottom: 0;
    height: 4px;
    width: 60px;
    background-color: var(--bs-primary);
		pointer-events: none;
  }

.related.products > h2 {

		font-weight: 700;
		font-size: 1.15rem;
	}

@media (min-width: 782px) {

.woocommerce div.product form.cart .button {
		width: 100%;
		margin-top: 0.5em;
}
	}

@media (min-width: 960px) {

.woocommerce div.product form.cart .button {
		width: auto;
		margin-top: 0;
}
	}

.woocommerce-ordering::after {
	content: '' !important;
	font-family: inherit !important;
}

.woocommerce-ordering::after {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M8 9l4 -4l4 4\" /><path d=\"M16 15l-4 4l-4 -4\" /></svg>");
}

.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li, .sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li {
		padding: 0;
	}

.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li > del,
		.sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li > del,
		.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li > ins,
		.sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li > ins {
			display: none;
		}

.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li a, .sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li a {
			position: relative;
			display: flex;
			align-items: center;
			padding-left: 80px;
			min-height: 80px;
		}

.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li a:hover, .sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li a:hover {
				color: var(--bs-primary);
			}

.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li .product-title, .sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li .product-title {
			line-height: 1.25;
			font-size: 0.875rem;
			font-weight: 400;
			overflow: hidden;
			width: 100%;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
		}

.sidebar.is-right-sidebar .widget_recently_viewed_products .product_list_widget li img, .sidebar.is-left-sidebar .widget_recently_viewed_products .product_list_widget li img {
			position: absolute;
			top: 10px;
			left: 10px;
			width: 60px;
			height: 60px;
			margin: 0;
			-o-object-fit: cover;
			   object-fit: cover;
			border-radius: 6px;
		}

@media (min-width: 1080px) {

body.tax-product_cat.separate-containers .inside-left-sidebar {
		margin-top: 0;
}
			body.tax-product_cat.separate-containers .inside-left-sidebar .widget_product_categories ul {
				box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
				box-shadow: var(--shadow);
			}

			body.tax-product_cat.separate-containers .inside-left-sidebar .widget_product_categories .widget-title {
				display: none;
			}
	}

body.woocommerce-lost-password {
	background: var(--bs-light);
}

body.woocommerce-lost-password .content-area {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 2em 0;
		min-height: 60vh;
	}

body.woocommerce-lost-password .inside-article {
		background: none;
		max-width: 600px;
		max-width: var(--sm);
		margin: 0 auto;
		padding: 1.5em;
		background: var(--bs-white);
		box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
		box-shadow: var(--shadow);
		border-radius: 6px;
		border-radius: var(--radius);
	}

body.woocommerce-lost-password .entry-header {
		text-align: center;
	}

body.woocommerce-lost-password .form-row,
	body.woocommerce-lost-password .input-text,
	body.woocommerce-lost-password .button {
		width: 100%;
	}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	font-weight: 700;
}

/** Page title **/

body.woocommerce-account .entry-title, body.woocommerce-checkout .entry-title, body.woocommerce-cart .entry-title {
		margin-bottom: 0.25em;
		font-size: 1.25rem;
		font-weight: 700;
	}

@media (min-width: 960px) {

body.woocommerce-account .entry-title, body.woocommerce-checkout .entry-title, body.woocommerce-cart .entry-title {
			font-size: 1.75rem;
	}
		}

/** Sub-title **/

.woocommerce-order-details__title,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/** CTA Cart and Checkout button **/

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 1.15rem;
}

@media (min-width: 960px) {

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		font-size: 1rem;
}
	}

.woocommerce table.shop_table .product-name a {
	font-weight: 400;
}

.woocommerce button.button,
.woocommerce a.button {
	font-weight: 700;
	border-radius: 6px;
	border-radius: var(--radius);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce-variation-price .price,
.price {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
	color: var(--bs-danger);
	font-weight: 700;
	font-size: 0.85rem;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce-variation-price .price del, .price del {
		padding-left: 0.25em;
		color: var(--bs-dark);
		font-weight: 400;
	}

@media (min-width: 782px) {

.woocommerce div.product div.summary .price {
		font-size: 1.15rem;
}
	}

.woocommerce-loop-product__title {
	transition: color 0.4s ease;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
			color: var(--bs-primary);
		}

/** Checkout **/

.woocommerce-shipping-destination,
.woocommerce-form-login-toggle + .woocommerce-form-login > p:first-child,
.woocommerce-form-coupon-toggle + .woocommerce-form-coupon > p:first-child {
	opacity: 0.75;
	font-size: 0.85rem;
}

