
/*
* General  
*/
:root {
	--atc-white: #ffffff;
	--atc-icon: #0c967c;
}

.br-12 {
	border-radius: 12px;
}

.section-title-normal,
.section-title-normal span {
	border: 0;
}

.section.dark {
	background: unset;
}

.banner-row .img-inner img {
	border-radius: 5px;
}

.home #main {
	background-color: var(--atc-white);
}

/*
* Footer
*/
.footer-wrapper {
	background-color: var(--atc-white);
}

.absolute-footer.dark .pull-left {
	float: unset;
}

.absolute-footer.dark {
	color: rgb(150, 150, 150);
	text-align: center;
}

ul li.bullet-arrow,
ul li.bullet-checkmark,
ul li.bullet-cross,
ul li.bullet-star {
	border-width: 0;
}

.row-cat-home > .col {
	border-radius: 0;
	padding: 20px 16px 24px;
	background-color: var(--atc-white);
}

.row-cat-home > .col .box {
	border-radius: 10px;
	padding: 5px;
	background-color: rgb(219, 229, 224);
	transition: box-shadow 0.3s;
	border: 0.5px solid #bfc9c4;
}

.row-cat-home > .col .box:hover {
	box-shadow: rgb(177, 204, 195) 0px 2px 0px 0px;
}

.row-cat-home > .col .box > .box-image {
	border-radius: 10px;
}

.row-cat-home > .col .box .button {
	font-size: 11px;
	font-weight: 600;
	margin: 0;
	letter-spacing: initial;
	color: rgb(68, 72, 70);
	line-height: unset;
}

.row-cat-home .show-for-medium .row-small > .col {
	padding-left: 5px;
	padding-right: 5px;
}

.home-list-product .row-pro-focus-home > .col {
	background-color: var(--atc-white);
}

.row-pro-focus-home > .col {
	background-color: rgb(205, 233, 223);
	padding-top: 24px;
	padding-bottom: 24px;
}

.row-pro-focus-home > .col h2 span {
	font-size: 20px;
}

.row-pro-focus-home > .col h2 span .icon-star {
	color: rgb(1 107 89);
	opacity: 1;
	font-size: 24px;
}

.product-small.box {
	border: 0.5px solid rgb(191, 201, 196);
	border-radius: 12px;
}

.product-small .box-image {
	border-radius: 12px 12px 0 0;
}

.product-small .box-text {
	border-radius: 0 0 12px 12px;
	padding: 15px 10px;
	background-color: var(--atc-white);
}

.product-small .badge-container.top {
	top: unset;
	bottom: 0;
}

.badge {
	height: 1.35em;
}

.badge-inner.on-sale {
	color: rgb(250, 253, 250);
	font-weight: 600;
	font-size: 11px;
	border-top-right-radius: 8px;
	width: fit-content;
	padding: 2px 4px 2px 8px;
}

.product-card-promotion {
	margin-top: 4px;
	margin-bottom: 4px;
}

.product-card-promotion .product-card-tag {
	font-weight: 600;
	padding: 2px 4px;
	color: #008771;
	border-color: #008771;
	border: 0.5px solid #d9d9d9;
	border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
}

.price-wrapper .price {
	display: flex;
	align-items: center;
	gap: 8px;
}

.price-wrapper .price ins,
span.amount {
	-ms-flex-order: 1;
	order: 1;
	font-size: 16px;
}

.price-wrapper .price del {
	-ms-flex-order: 2;
	order: 2;
	font-size: 12px;
}

.product-card-description {
	color: rgb(92, 95, 93);
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.2px;
}

.row-icon-focus .icon-box-img .icon-inner {
	width: 28px;
	height: 28px;
	line-height: 18px;
	text-align: center;
	border: 3px solid rgb(255, 221, 181);
	border-radius: 50%;
	background-color: rgb(255, 248, 246);
}

.row-icon-focus .icon-box-img svg {
	width: 20px;
}

.row-icon-focus .icon-box-text {
	line-height: 16px;
}

.row-icon-focus .icon-box-text p > strong {
	color: rgb(0, 107, 89);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.product-small:hover .box-text {
	--tw-bg-opacity: 1;
	background-color: rgb(242 252 250 / var(--tw-bg-opacity)) !important;
	animation-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-box-img svg path {
	fill: var(--atc-icon) !important;
}

.quantity .button,
.single_add_to_cart_button.button {
	border-radius: 9999px;
}

input[type='number'] {
	box-shadow: unset;
}

.product-info .quantity input[type='number'] {
	max-width: 60px;
	width: 60px;
	height: 40px;
}

.product-main {
	padding-top: 0;
}

.category-page-row > .col,
.content-row,
.product-footer > .container > div,
.product-footer .related {
	background-color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.category-page-row > .col {
	padding-bottom: 0;
	margin-bottom: 30px;
}

.product-footer > .container {
	padding-left: 0;
	padding-right: 0;
}

.product-footer > .container > div ul li {
	margin-left: 1.3em;
}

.tab-panels {
	padding-top: 0;
}

.product-footer .container > div,
.product-footer .related {
	padding-left: 15px;
	padding-right: 15px;
}

.product-footer .related {
	margin-top: 30px;
	margin-bottom: 45px;
}

.product-gallery-slider img,
.product-thumbnails a {
	border-radius: 0.75rem;
}

.product-thumbnails img {
	opacity: 1;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
	border-color: #006b59;
}

.rank-math-breadcrumb p {
	margin-bottom: 0;
}

.rank-math-breadcrumb p > a,
.rank-math-breadcrumb p > .separator {
	color: #5d5f5d;
}

.product-info .is-divider {
	height: 0;
}

.button.buy-now {
	background-color: #cee9e0;
	color: #07211b;
	padding: 5px 20px;
	border: none;
	border-radius: 9999px;
}

.button.buy-now:hover {
	background-color: #c8f1e4;
}

.quantity {
	display: flex;
	align-items: center;
}

.quantity .quantity-prefix {
	margin-right: 8px;
	font-weight: bold;
}

form.cart .single_add_to_cart_button,
form.cart .buy-now {
	display: inline-block;
	text-align: center;
	margin: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
	box-shadow: unset;
	border-radius: 5px;
}

.product-info ins .woocommerce-Price-amount {
	font-size: 28px;
}

.search-text {
	display: none;
}

.header-cart-icon img[width='1'][height='1'] {
	margin-top: -4px;
	width: 21px;
}

.mobile-nav .icon-user:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('/wp-content/uploads/2024/11/Mediamodifier-Design-2.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text-primary {
	font-size: 1.25rem;
	color: #006b59;
}

.tabbed-content .nav {
	display: none;
}

#footer .button.icon {
	background: var(--atc-icon);
	border: solid 1px white;
	-webkit-box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
	-moz-box-shadow: -3px 3px 8px 2px rgba(0, 0, 0, 0.5);
	box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
	color: #fff;
}

.header-cart-icon[data-icon-label]:after {
	background-color: #de3730 !important;
}

/* Check out page */

.order_receipt_wrapper {
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.05));
	background: #fff;
	text-align: center;
	border-top: 6px solid #74b816;
	/* padding: 75px 20px; */
	/* margin: 40px 0; */
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	box-shadow: none;
}

.order_receipt_wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	background: url(/wp-content/uploads/2025/04/receipt_footer_bg.png) 0 100%
		repeat-x;
	width: 100%;
	height: 17px;
	background-size: 22.5px auto;
}

.order_receipt_icon {
	position: relative;
	margin-bottom: 18px;
	height: 64px;
}

.order_receipt_icon:after {
	content: '\e00a';
	font-family: fl-icons;
	position: absolute;
	width: 64px;
	height: 64px;
	background: #74b816;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 30px;
}

ul.woocommerce-order-overview {
	list-style: none;
	--li-pl: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	--list-mb: 10px;
	--li-mb: 20px;
}

ul.woocommerce-order-overview li {
	flex: 1 1 0%;
	padding-right: 20px;
	padding-left: 20px;
	border-inline-end: 1px solid rgba(0, 0, 0, 0.105);
	color: #767676;
	text-align: center;
    margin-left: 0;
}

ul.woocommerce-order-overview li:last-child {
	border-inline-end: none;
}

ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 10px;
	color: #000000;
}

.order_receipt_title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 30px;
}

.order_receipt_number {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 42px;
}
table th {
	padding: 15px 10px;
}

.col2-set :is(.col-1, .col-2) {
	flex: 1 0 50%;
	max-width: 50%;
}

.woocommerce-order-details .amount {
	color: #74b816;
	font-weight: 700;
	white-space: nowrap;
}
/* .order_receipt_number:after {
	content: '* * * * * * * * * * * * * * * * * * * * * *';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 270px;
	height: 6px;
	transform: translateX(-50%);
} */
/* Custom, iPhone Retina */
@media screen and (min-width: 240px) {
}

/* Small Devices, Phones(480 x 640)*/
@media screen and (min-width: 320px) {
}

/* Extra Small Devices, Tablet (480 x 640) */
@media screen and (min-width: 480px) {
}

/* Small Devices, Tablet (768 x 1024) */
@media screen and (min-width: 768px) {
}

/* Medium Devices, Desktops (1024 x 768)*/
@media screen and (min-width: 1024px) {
	.row-pro-focus-home > .col,
	.row-cat-home > .col {
		border-radius: 12px;
	}

	.header-wrapper #logo img,
	.header-wrapper.stuck #logo img {
		max-height: 56px !important;
	}

	.header-wrapper .header-main .nav > li > a,
	.header-wrapper.stuck .header-main .nav > li > a {
		line-height: 24px;
	}

	.nav-line-bottom > li > a:before {
		height: 2.5px;
	}

	h1 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: initial;
	}

	.header-nav.header-nav-main.nav-right li > a,
	.header-nav.header-nav-main.nav-right li > a > span {
		display: block;
		text-align: center;
		font-weight: 400;
		font-size: 14px;
		color: #5c5f5d;
	}

	.header-nav.header-nav-main.nav-right
		li.cart-item
		> a
		> span:not(.header-cart-title) {
		display: inline-block;
	}

	.header:not(.transparent) .header-nav-main.nav > li > a {
		font-size: 16px;
	}

	.header-nav.header-nav-main.nav-right.nav-line-bottom > li > a:before {
		height: 0;
	}

	.badge-inner.on-sale {
		padding: 2px 8px 2px 12px;
	}

	.price-wrapper .price del {
		font-size: 14px;
	}

	.product-card-description {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.25px;
	}

	.row-icon-focus .icon-box-img .icon-inner {
		width: 44px;
		height: 44px;
		line-height: 34px;
		border: 4px solid rgb(255, 221, 181);
	}

	.row-icon-focus .icon-box-text {
		line-height: 20px;
	}

	.row-icon-focus .icon-box-text p > strong {
		font-size: 15px;
	}

	.row-cat-home > .col .box .button {
		font-size: 13px;
	}

	.row-cat-home > .col .box {
		padding: 8px;
	}

	.row-cat-home > .col .box > .box-image {
		border-radius: 12px;
	}

	.row-cat-home > .col .box {
		border-radius: 12px;
	}

	.search-text {
		display: block;
	}

	.header-cart-icon img[width='1'][height='1'] {
		margin-top: -11px;
	}

	.category-page-row > .col,
	.content-row,
	.product-footer > .container > div,
	.product-footer .related {
		border-radius: 0.75rem;
	}

	p#billing_phone_field {
		margin-right: 0;
	}

	p#billing_last_name_field {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
}

/* Large Devices, Wide Screens */
@media screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product-main .content-row,
	.product-info.col {
		padding-bottom: 0;
	}

	form.cart .single_add_to_cart_button {
		flex: 1 1 100%;
		padding: 5px 20px;
	}

	ul.woocommerce-order-overview li {
		flex-basis: 100%;
        margin-bottom: 0;
        padding: 15px 0;
        max-width: 100%;
        border-inline-end: none;
        border-bottom: 1px solid rgba(0,0,0,0.105);
	}


    ul.woocommerce-order-overview li:last-child {
        border-bottom: none;
    }
}