/*
Theme Name:   ESP Safety 2026
Theme URI:    https://www.classicinformatics.com/
Description:  A Twenty Twenty child theme
Author:       classic
Author URI:   https://www.classicinformatics.com/
Template:     twentytwenty
Version:      1.0.0
Text Domain:  twentytwentychild
*/
.product-card.featured-product:after {
	content: 'Bestseller';
	padding: 3px 10px;
	background-color: rgb(190 26 56);
	color: #fff;
	position: absolute;
	top: 15px;
	left: 13px;
	border-radius: 5px;
}

@media screen and (max-width: 1149px) {
	.zeynep.first ul li.enquary-last-menu {
		background: #a50622 !important;
	}

	.zeynep.first ul li.enquary-last-menu a {
		color: #fff !important;
	}

	.zeynep.first ul li.enquary-last-menu:hover {
		background: #f7f7f7 !important;
	}

	.zeynep.first ul li.enquary-last-menu a:hover {
		color: #000 !important;
	}
}

.esp-button,
.esp-button:hover {
	display: inline-block;
	margin: 0 !important;
	padding: 10px 22px !important;
	font-size: 16px;
	color: #fefefe;
	font-family: 'Avenir Next LT Pro bold';
	border: none;
	border-radius: 8px;
	background: rgb(190, 26, 56);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.esp-button.esp-button--secondary,
.esp-button.esp-button--secondary:hover {
	color: #444;
	background: #ccc;
}

.esp-button.esp-button--info,
.esp-button.esp-button--info:hover {
	color: #fff;
	background: #336699;
}

/**
 * ESP Cart.
 */
.esp-cart-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.esp-cart-table th,
.esp-cart-table td {
	padding: 10px 10px;
	border: 1px solid #eee;
}

.esp-cart-table th {
	padding: 20px 5px;
	background: #f7f7f7;
	font-weight: 600;
}

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

.esp-cart-item .esp-cart-item__image {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 5px;
}

.esp-cart-item .esp-cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.esp-cart-item .esp-cart-item__variations ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.esp-cart-item .esp-cart-item__description {
	width: 200px;
	font-size: 14px;
}

.esp-cart-item .esp-cart-item__quanity {
	width: 90px;
}

.esp-cart-item .esp-cart-item__actions {
	width: 160px;
}

.esp-cart-ctas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

@media (max-width: 768px) {

	.esp-cart-table,
	.esp-cart-table h4 {
		font-size: 16px;
	}

	.esp-cart-table thead {
		display: none;
	}

	.esp-cart-table tr {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
		border: 1px solid #ddd;
		border-radius: 10px;
	}

	.esp-cart-table .esp-cart-item__image {
		width: 100%;
	}

	.esp-cart-table .esp-cart-item__image img {
		width: 120px;
		height: auto;
	}

	.esp-cart-table .esp-cart-item__name {
		width: 100%;
		padding: 0 10px;
	}

	.esp-cart-table .esp-cart-item__variations {
		width: 100%;
		padding-top: 0;
	}

	.esp-cart-item .esp-cart-item__description {
		width: 100%;
		padding: 0 10px;
	}

	.esp-cart-table .esp-cart-item__quanity {
		width: 90px;
	}

	.esp-cart-table .esp-cart-item__actions {
		width: calc(100% - 90px);
	}

	.esp-cart-table th,
	.esp-cart-table td {
		display: flex;
		align-items: center;
		border: none;
	}
}

.esp-cart.esp-cart--view .esp-cart-table thead tr th:last-child,
.esp-cart.esp-cart--view .esp-cart-table tbody tr td:last-child,
.esp-cart.esp-cart--view .esp-cart-ctas {
	display: none;
}

.esp-cart.esp-cart--view .esp-cart-item__quanity input {
	border: none;
	box-shadow: none;
	pointer-events: none;
}

/**
 * ESP Add to Cart Form.
*/
.esp-add-to-cart {
	margin: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

/**
 * ESP Product Configuration.
 */
.esp-product-config {
	margin-top: 20px;
}

.esp-product-config [disabled] {
	pointer-events: none;
	opacity: 0.5;
}

.esp-product-config-item__name,
.esp-product-config-accessory-item__name {
	padding: 8px 10px;
	font-weight: 600;
	background-color: #336699;
	color: #fff;
	border-bottom: 3px solid #954200;
}

.esp-product-config-item__inputs,
.esp-product-config-accessory-item__inputs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 20px;
	padding: 0 10px 8px 10px;
}

.esp-product-config-accessory-item__inputs span {
	position: relative;
	display: inline-grid;
	place-content: center;
	background: #336699;
	color: #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 999px;
	font-size: 12px;
	vertical-align: bottom;
	line-height: 1;
}

.esp-product-config-accessory-item__inputs span[data-tooltip]:before,
.esp-product-config-accessory-item__inputs span[data-tooltip]:after {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	transition: 0.2s ease-in-out 0.2s;
}

.esp-product-config-accessory-item__inputs span[data-tooltip]:before {
	content: "";
	height: 0;
	width: 0;
	top: calc(100% - 9px);
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent #eeeeee transparent;
}

.esp-product-config-accessory-item__inputs span[data-tooltip]:after {
	content: attr(data-tooltip);
	width: 220px;
	background: #f7f7f7;
	padding: 12px;
	font-size: 14px;
	box-sizing: border-box;
	top: calc(100% + 11px);
	color: #4c5273;
	line-height: 1.2;
	z-index: 9;
	border-radius: 8px;
}

.esp-product-config-accessory-item__inputs span[data-tooltip]:hover:before,
.esp-product-config-accessory-item__inputs span[data-tooltip]:hover:after {
	opacity: 1;
	visibility: visible;
	transition: 0.2s ease-in-out 0.2s;
}

.esp-product-config-item__inputs label.disabled,
.esp-product-config-item__inputs label.disabled a {
	color: #999;
}

.esp-product-config-item__inputs p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

.esp-product-config-item__inputs a {
	font-size: inherit;
}

.esp-product-config-item__inputs span {
	font-weight: 400;
}

.esp-product-config__ctas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.esp-product-config__add-to-cart {
	flex: 1;
}

.esp-add-to-cart__qty {
	width: 90px;
	padding: 10px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/**
 * ESP Notices.
 */
.esp-notice {
	width: 96%;
	margin: 15px auto;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 600;
	color: #263238;
	background: #eceff1;
	border-radius: 8px;
}

.esp-notice p {
	margin: 0;
	padding: 0;
}

.esp-notice--success {
	background: #c8e6c9;
	color: #2e7d32;
}

.esp-notice--warning {
	background: #fff3cd;
	color: #856404;
}

.esp-notice--info {
	background: #bbdefb;
	color: #0d47a1;
}

/**
 * ESP Header Cart Link.
*/
.esp-header-cart-link {
	position: relative;
}

.esp-header-cart-link a {
	font-size: 16px;
	color: #0a133f;
	font-family: 'Avenir Next LT Pro bold';
	padding: 10px 22px;
	border-radius: 8px;
	background: rgb(247 247 247);
	border: 1px solid rgb(190, 26, 56);
}

.esp-header-cart-link.active a {
	background-color: #c8e6c9 !important;
}

.esp-header-cart-link span {
	position: absolute;
	top: -18px;
	right: -8px;
	width: 22px;
	height: 22px;
	background-color: #a50622;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}

.esp-header-cart-link-mobile {
	border: 1px solid #a50622;
}

.esp-header-cart-link-mobile.active {
	background-color: #c8e6c9 !important;
}

.esp-header-cart-link-mobile a {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.esp-header-cart-link-mobile span {
	display: inline-block;
	margin-right: 20px;
	width: 22px;
	height: 22px;
	background-color: #a50622;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}



.product-card {
	min-height: 660px;
    max-height: 660px;
}

.product-card .c-learn-more-holder {
	margin: 0;
	padding: 0 20px;
}

.product-card .cate-style+p {
	flex-grow: 1;
}

/* ESP product table */
.esp-product-table {
	width: 100%;
}

.esp-product-table th,
.esp-product-table td {
	padding: 10px 5px;
	border: 1px solid #ddd;
}

.product-listing .esp-product-table {
	width: calc(100% - 40px);
	margin: 0 21px;
}

.product-listing .esp-product-table th {
	width: 100px;
}

.single-product .esp-product-table {
	width: 450px;
	max-width: 100%;
}

.single-product .esp-product-table th {
	width: 120px;
}

@media (max-width: 450px) {
	.single-product .esp-product-price {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.single-product .esp-product-price__selector a {
		padding: 6px 6px;
		font-size: 12px;
	}
}

.esp-product-availability {
	width: 70px;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.esp-product-availability span {
	position: relative;
	width: 18%;
	background-color: #cfd8dc;
	border-radius: 999px;
	margin: 0 !important;
	cursor: pointer;
}

.esp-product-availability span:nth-child(n) {
	height: calc(25% * var(--i));
}

.esp-product-availability span:nth-child(n).active {
	background-color: var(--color);
}

.esp-product-availability span[data-tooltip]:before,
.esp-product-availability span[data-tooltip]:after {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	transition: 0.2s ease-in-out 0.2s;
}

.esp-product-availability span[data-tooltip]:before {
	content: "";
	height: 0;
	width: 0;
	top: calc(100% - 9px);
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent #333 transparent;
}

.esp-product-availability span[data-tooltip]:after {
	content: attr(data-tooltip);
	white-space: nowrap;
	background: #333;
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-size: 1.1rem;
	box-sizing: border-box;
	top: calc(100% + 11px);
	color: #fff;
	border-radius: 2px;
	text-shadow: 0px 1px 1px #000;
	z-index: 9;
}

.esp-product-availability:hover span[data-tooltip]:before,
.esp-product-availability:hover span[data-tooltip]:after {
	opacity: 1;
	visibility: visible;
	transition: 0.2s ease-in-out 0.2s;
}

/* Define custom properties for active colors */
.esp-product-availability span:nth-child(1) {
	--i: 1;
	--color: #0071c1;
}

.esp-product-availability span:nth-child(2) {
	--i: 2;
	--color: #f79645;
}

.esp-product-availability span:nth-child(3) {
	--i: 3;
	--color: #c4d69b;
}

.esp-product-availability span:nth-child(4) {
	--i: 4;
	--color: #0cb051;
}

/* ESP Product Price HTML CSS */
.esp-product-price {
	display: flex;
	gap: 10px;
	align-items: center;
}

.esp-product-price span {
	margin: 0;
	padding: 0;
	line-height: 1;
	vertical-align: middle;
	color: inherit;
}

.esp-product-price__selector {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.esp-product-price__selector li {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
	vertical-align: middle !important;
}

.esp-product-price__selector li::before {
	display: none;
}

.esp-product-price__selector a {
	padding: 6px 10px;
	margin: 0;
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
}

.esp-product-price__selector a:is( :hover, .active) {
	background: #9f001c !important;
	color: #fff;
	border-color: #9f001c;
}

.product-listing .esp-product-price__selector {
	display: none;
}

/* ESP Production Specification */
.esp-product-specifications {
	display: flex;
	gap: 40px;
}

.esp-product-specifications table {
	border: 1px solid #e9e9e9;
}

.esp-product-specifications table th {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	font-size: 16px;
	color: #0a133f;
	font-family: 'Avenir Next LT Pro Demi';
	padding: 10px 15px;
}

.esp-product-specifications table td {
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	color: #4c5273;
	padding: 10px 15px;
}

@media (max-width: 768px) {
	.esp-product-specifications {
		display: block;
	}

	.esp-product-specifications table {
		width: 100%;
	}
}

/* Filter CSS Override */
.sk-filter-selector {
	color: #336699;
}

.sk-filter-selector::after {
	filter: hue-rotate(240deg) contrast(0.5);
}

.sk-filter-selector.fill {
	color: #9f001c;
}

.sk-filter-selector.active {
	color: #fff !important;
}

/* Distributors */
.esp-distributors {
	margin-top: 60px;
	margin-bottom: 60px;
}

.esp-distributors__header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}

.esp-distributors__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
	gap: 20px;
}

.esp-distributors__list.lock {
	opacity: 0.4;
	pointer-events: none;
}

.esp-distributor {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 10px;
	transition: all 300ms ease-in-out;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.esp-distributor:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.esp-distributor__name {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: rgb(190, 26, 56);
}

.esp-distributor__details {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

.esp-distributor__details li {
	display: flex;
	align-items: normal;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 14px;
}

.esp-distributor__details svg {
	--size: 20px;
	width: var(--size);
	height: var(--size);
}

.esp-distributor__details a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.esp-distributor__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}

.esp-distributor__view-more {
	font-size: 16px;
	font-family: 'Avenir Next LT Pro bold';
	color: #be1a38;
}

.esp-distributor__ctas {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.esp-distributor__cta svg {
	--size: 24px;
	width: var(--size);
	height: var(--size);
}

.esp-distributors__filters {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.esp-distributors__filters details {}

.esp-distributors__filters summary {
	position: relative;
	list-style: none;
	/* Remove default arrow */
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

/* Remove default marker (Chrome, Safari) */
.esp-distributors__filters summary::-webkit-details-marker {
	display: none;
	/* Remove default arrow in WebKit browsers */
}

/* Custom arrow */
.esp-distributors__filters summary::after {
	content: "↓";
	position: absolute;
	right: 0;
}

/* Rotate arrow when open */
.esp-distributors__filters details[open] summary::after {
	transform: rotate(180deg);
}

.esp-distributors__filters details>div {
	margin-top: 10px;
}

.esp-distributors__filters details>div input[type="checkbox"] {
	margin-right: 10px;
	scale: 1.2;

	/* red */
	accent-color: #a50622;
}

.esp-distributors__filters details>div p {
	margin: 0;
	font-size: 14px;
	color: #444;
	font-weight: 400;
}

.esp-distributors__filters details>div count {
	font-size: 12px;
	color: #666;
}

.esp-distributor-popup {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.esp-distributor-popup__details {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.esp-distributor-popup__title {
	font-size: 28px;
	font-family: 'Avenir Next LT Pro Bold';
	text-align: left;
	color: #9f001c;
	margin: 0;
}

.esp-distributor-popup__excerpt {
	font-size: 16px;
	color: #4c5273;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0;
}

.esp-distributor-popup__list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.esp-distributor-popup__list li {
	padding: 10px 0;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	color: #4c5273;
}

.esp-distributor-popup__list strong {}

.esp-distributor-popup__list a {
	text-decoration: none;
	color: #9f001c;
}

.esp-distributor-popup__map {
	width: 48%;
	min-height: 400px;
	padding-right: 16px;
}

.esp-distributor-popup__content {
	margin-top: 20px;
	width: 100%;
	text-align: left;
}

.esp-distributor-popup__content p {
	font-size: 16px;
}

.esp-distributor-popup__close {
	color: #000;
}

@media (max-width: 1024px) {
	.esp-distributor-popup-container {
		width: 80% !important;
	}

	.esp-distributor-popup {
		flex-direction: column;
	}

	.esp-distributor-popup__details,
	.esp-distributor-popup__map {
		width: 100%;
	}

	.esp-distributor-popup__map {
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.esp-distributor-popup-container {
		width: 98% !important;
	}

	.esp-distributors__header {
		margin-top: 40px;
	}

	.esp-distributors__filters {
		margin: 0;
	}

}

/* Sweetalert2 */
div:where(.swal2-container) div:where(.swal2-popup) {
	font-size: 1.4rem !important;
}


/*
 * Knowledge Share CSS.
*/

.esp-knowledge-share {
	margin-top: 60px;
	margin-bottom: 60px;
}

.esp-knowledge-share__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
	gap: 20px;
}

.esp-knowledge-share__list.lock {
	opacity: 0.4;
	pointer-events: none;
}

.esp-knowledge-share__item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 10px;
	transition: all 300ms ease-in-out;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.esp-knowledge-share__item:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #fafafa;
}

.esp-knowledge-share__cat {
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

.esp-knowledge-share__name {
	font-size: 18px;
	font-weight: 700;
	color: #9f001c;

	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.esp-knowledge-share__name svg {
	--box: 20px;
	width: var(--box);
	height: var(--box);
	vertical-align: text-top;
}

.esp-knowledge-share__desc {
	margin-bottom: 0;
	flex: 1 1 auto;
}

.esp-knowledge-share__meta {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
	font-size: 14px;
}

.esp-knowledge-share__meta span {
	color: #ccc;
}

.esp-knowledge-share__extension,
.esp-knowledge-share__size,
.esp-knowledge-share__date {
	margin-bottom: 0;
	font-weight: 700;
}

.esp-knowledge-share__search {
	padding: 5px;
	border: 1px solid #ccc;
}

.esp-knowledge-share__filters {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.esp-knowledge-share__filters summary {
	position: relative;
	list-style: none;
	/* Remove default arrow */
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

/* Remove default marker (Chrome, Safari) */
.esp-knowledge-share__filters summary::-webkit-details-marker {
	display: none;
	/* Remove default arrow in WebKit browsers */
}

/* Custom arrow */
.esp-knowledge-share__filters summary::after {
	content: "↓";
	position: absolute;
	right: 0;
}

/* Rotate arrow when open */
.esp-knowledge-share__filters details[open] summary::after {
	transform: rotate(180deg);
}

.esp-knowledge-share__filters details>div {
	margin-top: 10px;
}

.esp-knowledge-share__filters details>div input[type="checkbox"] {
	margin-right: 10px;
	scale: 1.2;

	/* red */
	accent-color: #a50622;
}

.esp-knowledge-share__filters details>div p {
	margin: 0;
	font-size: 14px;
	color: #444;
	font-weight: 400;
}

.esp-knowledge-share__filters details>div count {
	font-size: 12px;
	color: #666;
}

.esp-knowledge-share-popup {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-top: 4%;
}

.esp-knowledge-share-popup__close {
	color: #000;
}

.esp-knowledge-share-popup__title {
	font-size: 28px;
	font-family: 'Avenir Next LT Pro Bold';
	color: #9f001c;
	margin: 0;
}

.esp-knowledge-share-popup__ctas {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.esp-knowledge-share-popup__btn,
.esp-knowledge-share-popup__btn:hover {
	display: block;
	font-size: 16px;
	color: #fefefe;
	font-family: 'Avenir Next LT Pro bold';
	padding: 10px 22px;
	border-radius: 8px;
	text-decoration: none;
}

.esp-knowledge-share-popup__btn:first-child {
	background: rgb(190, 26, 56);
}

.esp-knowledge-share-popup__btn:last-child {
	background: #336699;
}

.esp-knowledge-share-popup__details-list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	font-size: 15px;
	font-weight: 700;
}

.esp-knowledge-share-popup__table {
	max-width: 400px;
	width: 100%;
	text-align: left;
}

.esp-knowledge-share-popup__table th,
.esp-knowledge-share-popup__table td {
	padding: 10px 4px;
}


.esp-knowledge-share-popup__table th {
	width: 170px;
	vertical-align: top;
}

/* WooCommerce */
.woocommerce-cart-form .actions .input-text,
.woocommerce-cart-form .actions .button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 16px;
}

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

.woocommerce #payment #place_order,
.woocommerce .checkout-button {
	margin-top: 20px;
	padding: 15px !important;
	background: #b61431;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
}

.woocommerce-cart-form table input.qty {
	padding: 8px;
	padding-right: 0;
}

.woocommerce-checkout form #order_review {
	position: sticky;
	top: 0;
}

.woocommerce-checkout form #billing_city_field,
.woocommerce-checkout form #billing_state_field {
	width: 47%;
	overflow: visible;
	clear: none !important;
}

.woocommerce-checkout form #billing_city_field {
	float: left;
}

.woocommerce-checkout form #billing_state_field {
	float: right;
}

.single-product form.cart .qty {
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #aaa;
}

.single-product .single_add_to_cart_button {
	padding: 10px 20px;
	background: #b51330;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #b51330;
	border-radius: 4px;
}

.woocommerce .price {
	margin: 0;
}

.woocommerce .price span {
	font-size: 20px;
	font-family: 'Avenir Next LT Pro Demi';
	color: #9f001c;
	margin-bottom: 8px;
	display: inline-block;
}

.woocommerce-message .button.wc-forward {
	padding: 8px 16px;
	font-size: 14px;
	font-family: 'Avenir Next LT Pro bold';
	border: none;
	border-radius: 8px;
	background: #333;
	color: #fefefe;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.cart_totals table {
	width: 100%;
}

.eps-add-to-cart {
	margin-top: 40px;
}

.eps-add-to-cart .stock {
	display: none;
}


.woocommerce-account .woocommerce {
	display: flex;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 0;
	border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
	color: #9f001c;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation a {
	text-decoration: none !important;
	color: #000;
	font-weight: 400;
}

.woocommerce-account .woocommerce table {
	width: 100%;
}

.woocommerce-account .woocommerce table tr,
.woocommerce-account .woocommerce table td {
	background: #fff !important;
}


.woocommerce-account .woocommerce table .button {
	padding: 6px 12px;
	font-size: 14px;
	font-family: 'Avenir Next LT Pro bold';
	border: none;
	border-radius: 8px;
	background: #333;
	color: #fefefe;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}


.woocommerce-account .woocommerce [type="submit"] {
	padding: 10px 36px;
	font-size: 18px;
	font-family: 'Avenir Next LT Pro bold';
	border: none;
	border-radius: 8px;
	background: #333;
	color: #fefefe;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}


.content-section span {
	display: inline-block;
	margin: 0;
}
