
/* Variables  */
:root {
	--banner-height: 50vh;
	--product-data-tabs-count: 8;
	--ct-blue: #ae78b7;
	--mini-cart-thumb-radius: 5px;
}

/* .single-product .images .product-slider .slide {
	aspect-ratio: 1/1 !important;
}

.single-product
	.images
	.product-slider
	.slide
	.woocommerce-product-gallery__image {
	aspect-ratio: 1/1 !important;
} */
.nectar-slide-in-cart.style_slide_in_click {
	background-color: #ccefff;
}

#header-outer #top .sf-menu > li:not(.megamenu) ul:not(.woocommerce-mini-cart) {}

#header-outer:not([data-format="left-header"])
	#top
	nav
	> ul
	> li:not(.megamenu)
	ul.sub-menu
	a {
	color: #fff !important;
	text-align: left;
}

.sf-menu li ul li a .menu-title-text:after {
	background-color: #fff !important;
}

.single-product .flickity.product-slider {
	aspect-ratio: 3/2 !important;
}

.sf-menu > li ul {}

.flickity.product-slider .slider, .flickity.product-slider .flickity-viewport, .flickity.product-slider .flickity-slider, .flickity.product-slider .slide, .flickity.product-slider .woocommerce-product-gallery__image, .flickity.product-slider .woocommerce-product-gallery__image > a, .flickity.product-slider
	.woocommerce-product-gallery__image
	> a
	> .attachment-shop_single {
	height: 100% !important;
}

.flickity.product-slider
	.woocommerce-product-gallery__image
	> a
	> .attachment-shop_single {
	object-fit: cover;
}

body[data-header-resize="1"].woocommerce-checkout .container-wrap, body[data-header-resize="1"].woocommerce-cart .container-wrap {
	padding-top: 25vh !important;
}

.woocommerce-checkout-payment a {
	text-decoration: underline;
}

button[name="woocommerce_checkout_place_order"] {
	background-color: #000 !important;
	width: 100% !important;
}

.fancy-select-wrap {
	position: relative;
}

.woocommerce-checkout .select2-container--open:nth-child(3) {
	top: 70px !important;
}

#vat_exempt_status-description {
	display: block !important;
	background: none;
	padding: 0;
	margin-top: 1em;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}

#vat_exempt_status-description::before {
	display: none;
}

#ship-to-different-address .fancy-select-wrap {
	display: flex;
	flex-direction: column;
	position: relative;
}

#ship-to-different-address
	.fancy-select-wrap
	.select2-container--open:not(.select2-container--below) {
	top: 90px !important;
}

#ship-to-different-address .fancy-select-wrap label {
	color: #000 !important;
}

.sticky-data-tabs-swiper {
	background-color: white;
	position: fixed !important;
	top: 0 !important;
	left: 120px !important;
	right: 120px !important;
	transition: all;
	transition-duration: .3s;
}

.nectar-woo-cart .cart-menu img {
	margin-bottom: 0 !important;
	width: 20px !important;
	max-width: initial !important;
}

#order_review_heading {
	text-transform: capitalize;
}

.nectar-woo-cart .cart-wrap {
	position: absolute !important;
}

.woocommerce-Price-currencySymbol {
	font-size: inherit !important;
}

.nectar-ajax-search-results a:hover {
	color: var(--ct-blue);
}

.nectar-ajax-search-results a.product-card-data-link:hover {
	color: #000;
}

.related-cat-mobile, .related-price-mobile {
	display: none;
}

.custom-page-dots {
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.custom-dot {
	width: 35px;
	height: 6px;
	margin: 0 2px;
	background-color: #dbdbdb;
	cursor: pointer;
}

.custom-dot.active {
	background-color: var(--ct-blue);
}

.woocommerce-account
	#customer_login
	.nectar-form-controls
	.control:nth-child(3), .woocommerce-account
	#customer_login
	.nectar-form-controls
	.control:nth-child(4) {
	display: none !important;
}

.payment_box {
	display: none;
}

/* .product-card-data.cat-number.mobile {
  display: none;
}

.product-card-data.cat-number.desktop {
  display: block;
} */
.payment_method_paymentorder {}

.mini-cart-item-cat-number {
	display: none;
}

.mini-cart-item-title {
	display: none;
}

.mobile-result-count {
	display: none;
}

.custom-filter-item-block {
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-right: .7em;
	transition: all;
	transition-duration: .3s;
	position: relative;
}

.custom-filter-item-block > div {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 1px;
	border: 1px solid #fff;
	opacity: 0;
	transition: all;
	transition-duration: .3s;
	background: black;
}

.custom-filter-item:hover .custom-filter-item-block > div, .custom-filter-item.active .custom-filter-item-block > div {
	opacity: 1;
}

/* .custom-filter-item:hover .custom-filter-item-block {
  background-color: #000;
  border: 3px solid white;
} */
.custom-filter-arrow.mobile-arrow {
	display: none;
}

.form-row.form-row-wide.woocommerce-validated {
	padding-left: 0 !important;
}

.expirationDate {
	font-family: sans-serif !important;
}

.button.alt.ppcp-dcc-order-button {
	background-color: #000 !important;
}

#categories-filter-toggle {
	cursor: auto;
}

.mobile-filter-title {
	display: none;
}

.desktop-filter-title {
	display: block;
}

.custom-filter {
	margin-bottom: .5em;
}

#categories-filter-toggle svg {
	display: none;
}

.custom-filter-divider.categories {
	display: none;
}

#custom-filter-form {
	width: 100%;
}

.custom-filter-item {
	display: flex;
	align-items: center;
	position: relative;
}

.custom-filter-item label {
	font-weight: 400 !important;
}

#custom-filter-form > p {
	padding-bottom: 1em;
	font-weight: 500;
}

#cancer-types-filter-toggle {
	margin-top: .5em;
}

input[type="checkbox" i] {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 .5em 0 0;
	position: relative;
	top: 2px;
}

input[type="checkbox" i]:checked {
	/* background-color: #044388; */
	border-color: #e5e5e5;
}

input[type="checkbox" i]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: #000;
	border: 2px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
}

.custom-filter {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-filter > p {
	padding: 0;
	font-weight: 500;
}

.custom-filter.rotate-arrow svg {
	transform: rotate(270deg);
}

.custom-filter-divider {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	margin: .5em 0;
}

.custom-filter svg {
	width: 20px;
	transform: rotate(90deg);
	transition: all;
	transition-duration: .3s;
}

body.material #header-outer:not([data-format="left-header"]) .cart-wrap {
	/* top: -12px !important;
  right: 9px !important; */
	top: -1em !important;
	right: .1em !important;
}

.product-info .btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product-info .btns {
	margin-top: .5em;
}

.product-info .btns .cat-number {
	margin-bottom: 0 !important;
	padding: .3em 1em !important;
}

.product-info .btns a {
	background: black;
	margin-left: .5em;
	border-radius: 30px;
	line-height: 1.3;
	padding: .3em 1em;
	color: white !important;
}

.shop_table.woocommerce-checkout-review-order-table .product-info .inner h4 {
	color: var(--ct-blue);
}

.shop_table.woocommerce-checkout-review-order-table .product-info .inner p {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1.3 !important;
}

.checkout .col2-set .col-2, .checkout .col2-set .col-1 {
	width: 50% !important;
}

.woocommerce table.cart td.product-name a {
	font-size: 16px !important;
	color: var(--ct-blue) !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-card-data {
	font-size: 16px !important;
	line-height: 1.4;
}

.woocommerce-cart-form__cart-item.cart_item .product-card-data.cat-number {
	margin-bottom: 0;
	margin-top: .5em;
}

/* Navigation  */
body #header-outer.ct {
	background: linear-gradient(90deg, #03003d 31.78%, #044389 98.4%);
}

body.material.theme-salient #top nav ul #search-btn > div a {
	border: 1px solid #fff;
	padding: 4px 4px 4px 130px !important;
	border-radius: 9px;
	border-left: 1px solid #fff !important;
}

/* Enquire button */
.woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page
	.container-wrap
	button[type="submit"].single_add_to_cart_button.enquire {
	padding: 1em 3em !important;
	background-color: #0892a5;
}

/* HubSpot enquire modal */
#enquiry-form-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .4);
}

#enquiry-form-modal fieldset {
	max-width: 100%;
}

#enquiry-form-modal fieldset .hs-input {
	width: 100%;
	max-width: 100%;
}

#enquiry-form-modal legend {
	color: #000;
}

#enquiry-form-modal select, #enquiry-form-modal input::placeholder {
	color: #000 !important;
}

#enquiry-form-modal .form-columns-1, #enquiry-form-modal .form-columns-2 {
	padding-top: 2em;
}

.enquiry-form-modal-content {
	position: relative;
	background-color: #fff;
	color: #000;
	margin: 15% auto;
	padding: 20px;
	border-radius: 4px;
	width: 80%;
	max-width: 600px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .08);
}

.enquiry-form-modal-close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.enquiry-form-modal-close:hover, .enquiry-form-modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* Categories listing */
.product-categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}

.product-category-item {
	width: calc(25% - 2em);
	border-radius: 1em;
	box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
}

.product-category-item h4 {
	margin-bottom: 3.5em !important;
	color: var(--ct-blue);
	margin-left: 15px;
}

.product-category-item:hover {
	transform: scale(1.02);
	transition: all .1s ease-in-out;
	cursor: pointer;
}

.product-category-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8px;
	border-radius: 1em 1em 0 0;
	aspect-ratio: 4/2;
	object-fit: cover;
}

/* Banner */
.ct-banner {
	background-image: url("https://ctnosalientud.wpengine.com/wp-content/uploads/tools.png");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: var(--banner-height);
	display: none;
	justify-content: start;
	align-items: center;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
}

.ct-banner.nitro-lazy {
	background-image: none !important;
}

.ct-banner h2 {
	color: #fff;
}

.ct-banner__tag {
	border: 1px solid #fff;
	padding: .2em 1em;
	display: inline-block;
	justify-content: center;
	border-radius: 25px;
}

.single.single-product .row, .single.single-product .container {
	position: static;
}

.single.single-product .container-wrap {
	padding-top: 0;
}

/* Product images */
.single-product .product-thumbs.flickity {
	position: relative;
	bottom: 4em;
	width: 80%;
	margin: 0 auto;
}

/* Single Product Page */
.woocommerce.single-product div.product[data-tab-pos] {
	padding-top: 5em;
}

.woocommerce.single-product .summary h1 {
	color: var(--ct-blue);
	font-weight: 500 !important;
	padding-bottom: .5em;
}

.woocommerce.single-product .summary p {
	padding: 0;
}

.woocommerce.single-product .summary p.fee-disclaimer {
	font-size: .8em;
	padding-bottom: 1em;
	padding-top: 1em;
	line-height: normal;
}

.woocommerce.single-product .summary .woocommerce-Price-amount.amount {
	font-size: 1.6em;
	font-weight: 100;
}

.woocommerce div.product .summary p.price {
	padding: 0 !important;
}

.nectar-prod-wrap .woocommerce-variation-add-to-cart, .woocommerce
	div.product
	.nectar-prod-wrap
	form.cart:not(.variations_form):not(.grouped_form) {
	flex-direction: row-reverse;
}

.woocommerce-page div.product form.cart div.quantity {
	margin-left: 20px;
	margin-right: 0;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page
	.container-wrap
	button[type="submit"].single_add_to_cart_button {
	line-height: .5 !important;
	font-weight: 300;
	background-color: #0892a5;
}

.contributor-header {
	color: var(--ct-blue);
}

.contributor-information p {
	padding: 0;
	font-weight: normal;
}

/* Product Data Carousel */
.product-data-cell {
	width: calc(100% / var(--product-data-tabs-count));
	margin: 0 calc(( 100% / var(--product-data-tabs-count) ) / ( ( var(--product-data-tabs-count) - 1 ) * 2 ));
	color: var(--ct-blue);
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .3em;
	border-radius: 30px;
}

.product-data-cell p {
	padding: 0;
}

.data-tabs-wrapper {
	margin-top: 3.5em;
	position: relative;
}

.flickity-viewport {
	overflow: hidden !important;
}

.flickity-slider {
	position: relative !important;
}

.data-tabs-wrapper .flickity-prev-next-button {
	background-color: #000 !important;
}

.flickity-prev-next-button.previous {
	position: absolute;
	left: -5%;
	top: 50%;
}

.flickity-prev-next-button.next {
	position: absolute;
	right: -5%;
	top: 50%;
}

.product-data-slider .flickity-page-dots .dot {
	margin: 0 5px !important;
}

.product-tabs-content {
	margin-top: 1em;
}

.product-tabs-content h4 {
	color: var(--ct-blue);
}

#search-box form #s {
	border-color: #000 !important;
}

.product-thumb-overlay {
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: .3;
	display: none;
}

#search-outer #search #close a:before {
	background-color: #03003d !important;
}

.close-line {
	background-color: #fff !important;
}

body.material #search-outer #search #search-box input[type="text"]#s {
	color: #fff !important;
	border-color: #fff !important;
	font-weight: 400;
}

body.material
	#search-outer
	#search
	#search-box
	input[type="text"]#s::placeholder {
	color: #fff !important;
	border-color: #fff !important;
}

#header-outer[data-transparent-header="true"] #top #logo img.stnd {
	position: relative;
	opacity: 1 !important;
}

#top {
	height: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header-secondary-outer {
	display: none;
}

#logo img {
	max-width: 280px !important;
	height: 100% !important;
	object-fit: contain !important;
}

#header-space {
	display: none !important;
	height: 0 !important;
	visibility: hidden;
}

.nectar-slide-in-cart.style_slide_in_click
	.widget_shopping_cart
	.cart_list.woocommerce-mini-cart
	.mini_cart_item
	.product-details
	a {
	color: #00e !important;
	font-size: 18px;
	line-height: 1.3;
}

.style_slide_in_click {
	padding-top: 4em;
}

.product-meta {
	padding-top: 1em;
}

.cat-number-cart {
	border: 0px solid var(--ct-blue);
	border-radius: 0px;
	padding: .3em 0em .5em 0em;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	width: fit-content;
	margin-bottom: 5px;
}

.woocommerce-mini-cart-item.mini_cart_item > a, .woocommerce-mini-cart-item.mini_cart_item > a img, .woocommerce-mini-cart-item.mini_cart_item > a .product-thumb-overlay {
	border-radius: var(--mini-cart-thumb-radius) !important;
}

.product-price .woocommerce-Price-amount {
	color: #000 !important;
}

.nectar-slide-in-cart.style_slide_in_click
	.widget_shopping_cart
	.cart_list.woocommerce-mini-cart
	.mini_cart_item
	.product-price
	a {
	color: #000 !important;
}

.nectar-slide-in-cart.style_slide_in_click
	.widget_shopping_cart
	.cart_list.woocommerce-mini-cart
	.mini_cart_item
	.quantity
	input {
	color: #000 !important;
}

.nectar-slide-in-cart.style_slide_in_click
	.widget_shopping_cart
	.cart_list.woocommerce-mini-cart
	.mini_cart_item
	.quantity {
	border-color: #000;
}

.attachment-woocommerce_thumbnail {
	width: 110px !important;
	height: 130px !important;
	border-radius: 7px;
}

.woocommerce table.shop_table tr th {
	font-size: 16px !important;
	font-weight: 400 !important;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item .quantity {
	border-color: #fff !important;
}

.nectar-slide-in-cart.style_slide_in_click .total > strong {
	color: #000 !important;
}

.woocommerce-Price-currencySymbol {
	color: #000 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td bdi {
	color: #000 !important;
	font-weight: 500;
}

.style_slide_in_click .total bdi {
	color: #000 !important;
	font-weight: 500;
}

.nectar-global-section.before-footer {
	background-color: #e5e5e5 !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-30 {
	margin-top: 30px;
}

.pl-20 {
	padding-left: 20px;
}

.pt-50 {
	padding-top: 50px;
}

.h-40 {
	height: 40px;
}

.text-center {
	text-align: center;
}

#custom-footer .woocommerce__footer .blue, .blue {
	color: #044389 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.gray {
	color: #7d7d7d;
	font-size: 14px;
}

.padding-border-none {
	padding: 0 !important;
	border: none !important;
}

.woocommerce__footer {
	padding-top: 50px;
	padding-bottom: 20px;
}

.woocommerce__footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.woocommerce__footer__grid.three {
	grid-template-columns: .7fr 1.6fr .7fr;
}

.woocommerce__footer__grid__item:nth-child(2) {
	padding: 0 20px;
	border-right: 1px solid #959999;
	border-left: 1px solid #959999;
}

#custom-footer
	.woocommerce__footer__grid
	.woocommerce__footer__grid__item
	a:not(.blue), .woocommerce__footer__grid__item a {
	color: #7d7d7d;
	font-size: 14px;
}

.woocommerce__footer__grid__item__image {
	max-width: 100%;
	height: auto;
}

.woocommerce__footer__grid__item__list {
	margin: 0;
}

.woocommerce__footer__grid__item__list li {
	list-style-type: none;
}

.woocommerce__footer__grid__item__list li a, #custom-footer .woocommerce__footer__grid__item__list li a {
	color: #7d7d7d;
	font-size: 14px;
}

.woocommerce__footer .footer__socials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-left: 20px;
}

.woocommerce__footer .social {
	display: flex;
	align-items: center;
}

.woocommerce__footer .social .icon {
	height: 15px;
	opacity: .75;
}

.woocommerce__footer .social .icon:first-child {
	margin-right: 15px;
}

.woocommerce__footer .footer__socials .footer__socials__social__button p {
	padding-bottom: 0;
}

.woocommerce__footer
	.footer__socials
	.footer__socials__social__button
	.back-to-top {
	margin-left: 10px;
	cursor: pointer;
}

.mobile-header-custom {
	display: none;
}

.custom-heading-border {
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 20px;
}

.mh-120 {
	min-height: 120px;
}

#header-outer .nectar-woo-cart .cart-outer {
	display: flex;
}

.card-hover {
	transition: transform .3s ease-in-out;
}

.card-hover:hover {
	transform: scale(1.1);
}

.woocommerce
	.span_9
	ul.products[data-product-style="minimal"]
	li.product.minimal, .woocommerce-page
	.span_9
	ul.products[data-product-style="minimal"]
	li.product.minimal.type-product {
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce
	.span_9
	ul.products[data-product-style="minimal"]
	li.product.minimal, .woocommerce-page
	.span_9
	ul.products[data-product-style="minimal"]
	li.product.minimal.type-product
	.product-image-wrap {
	width: 250px;
}

.woocommerce
	.span_9
	ul.products[data-product-style="minimal"]
	li.product.minimal, .woocommerce-page
	.span_9
	ul.products[data-product-style="minimal"]
	li.product.minimal.type-product
	.product-meta
	.product-main-meta
	.woocommerce-loop-product__title {
	color: #044389;
	font-size: 22px !important;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar {
	display: none;
}

#search-outer .nectar-ajax-search-results .inner {
	max-height: 500px !important;
}

#search-outer .nectar-ajax-search-results .inner::-webkit-scrollbar {
	display: none;
}

#search-outer .nectar-ajax-search-results .woocommerce .columns-4 .product {
	width: 100%;
}

#search-outer
	.nectar-ajax-search-results
	.woocommerce
	.columns-4
	.product
	.product-wrap {
	width: max-content;
}

#search-outer
	.nectar-ajax-search-results
	.woocommerce
	.columns-4
	.product
	.product-wrap
	.product-image-wrap {
	width: max-content;
}

#search-outer
	.nectar-ajax-search-results
	.woocommerce
	.columns-4
	.product
	.product-wrap
	.product-image-wrap
	.custom-product-image
	img {
	min-width: 200px;
	width: 200px !important;
	height: 300px !important;
}

.login-register__container {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .45);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: .3s ease-in-out;
}

.login-register__container.open {
	opacity: 1;
	visibility: visible;
	overflow: initial;
}

.login-register.open {
	opacity: 1;
	visibility: visible;
	overflow: scroll;
}

.login-register__container.close {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.login-register.close {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.login-register {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	padding: 50px;
	width: 500px;
	max-width: 100%;
	transition: .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.login-register .fancy-select-wrap {
	position: relative;
	width: 100%;
}

.fancy-select-wrap .select2-container:nth-child(2) {
	width: 100% !important;
}

.fancy-select-wrap .select2-container:nth-child(3) {
	width: auto !important;
}

.login-register .woocommerce .u-columns .u-column2 {
	display: none;
	float: none;
	width: 100%;
}

.login-register .woocommerce .u-columns .u-column1 {
	float: none;
	width: 100%;
}

.login-register .woocommerce .u-columns .u-column1 h2, .login-register .woocommerce .u-columns .u-column2 h2 {
	font-family: Roboto;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative;
}

.login-register .crossmark-svg {
	position: absolute;
	top: 2px;
	right: 0;
	background-color: #e5e5e5;
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
}

.login-register .woocommerce .woocommerce-form input {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.login-register .woocommerce .woocommerce-form .woocommerce-form-row label {
	font-family: Roboto;
	font-weight: 300 !important;
}

.login-register label {
	font-weight: 300 !important;
}

.login-register .woocommerce .woocommerce-form .required {
	font-weight: 300;
}

.login-register .woocommerce .u-columns .u-column1 .woocommerce-form .form-row {
	display: flex;
	flex-direction: column;
}

.login-register
	.woocommerce
	.u-columns
	.u-column1
	.woocommerce-form
	.form-row
	.woocommerce-form__input-checkbox {
	position: absolute;
	left: 50px;
	display: block;
	top: 319px;
}

.login-register
	.woocommerce
	.u-columns
	.u-column1
	.woocommerce-form
	.form-row
	.woocommerce-form__label-for-checkbox {
	margin-left: 20px;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-weight: 300 !important;
}

.login-register
	.woocommerce
	.u-columns
	.u-column1
	.woocommerce-form
	.form-row
	.woocommerce-Button, .login-register
	.woocommerce
	.u-columns
	.u-column2
	.woocommerce-form
	.form-row
	.woocommerce-Button {
	padding: 15px;
	width: 100%;
	text-align: center;
}

.login-register
	.woocommerce
	.u-columns
	.u-column1
	.woocommerce-form
	.woocommerce-LostPassword {
	text-align: start !important;
}

.login-register .register-button-text {
	position: absolute;
	top: 465px;
	right: 20px;
}

/* .login-register .login-button-text {
  position: absolute;
  top: 580px;
  left: 57px;
} */
.login-register .login-button-text {
	display: none;
}

.login-register .register-button-text .register-button, .login-register .login-button-text .login-button {
	text-decoration: underline;
}

body.material #slide-out-widget-area-bg.slide-out-from-right {
	background: linear-gradient(to right, #020381 0%, #2874fc 100%);
}

.custom-hero {
	margin-top: 81px;
	background-image: url("https://cdn-ilckdcl.nitrocdn.com/MBaePtwnBApFeVkjJnkSzqjAKXyRSkYH/assets/images/optimized/rev-205640f/ctnosalientud.wpengine.com/wp-content/uploads/tools-80.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	display: none;
}

.custom-hero.nitro-lazy {
	background-image: none !important;
}

.nectar-shape-divider {
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 100%;
	position: absolute;
}

.custom-hero p, .custom-hero h2 {
	color: #fff;
}

.product-card-data {
	color: #000;
	padding: 0;
	font-size: 16px !important;
}

.single_add_to_cart_button {
	background-color: #0892a5;
}

.container-wrap button[type=submit] {
	background-color: #0892a5;
}

.button.alt {
	background-color: #0892a5;
}

.product-card-data strong {
	display: inline !important;
}

.product-card-data-title {
	color: #ae78b7;
	font-size: 24px !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.product-card-data.cat-number, .mobile-summary-cat-number {
	border-radius: 30px;
	width: max-content;
	font-size: 16px !important;
	font-weight: 500;
	color: #000;
}

.mobile-summary-cat-number {
	display: none;
}

.product-card-data-link {
	background-color: #0892a5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 35px;
	width: max-content;
	border-radius: 30px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	font-size: 16px;
}

.product-wrap.custom-product .product-add-to-cart {
	display: none !important;
}

.woocommerce ul.products li.product.minimal .price, .woocommerce-page ul.products li.product.minimal .price {
	display: none;
}

.woocommerce ul.products li.product.minimal .price, .woocommerce-page
	ul.products
	li.product.minimal
	.product-wrap
	.product-main-meta {
	display: none;
}

.related-products-header {
	color: #ae78b7;
	margin: 50px 0;
	display: none;
}

.related-products-listing {
	height: max-content;
	display: none;
}

.related-products-listing .related-product {
	display: flex;
	align-items: center;
	gap: 0 50px;
	width: 50%;
}

.related-products-listing .related-product .related-product__image img {
	width: 200px !important;
	height: 250px !important;
}

.related-products-listing .related-product .related-product__subtitle {
	border: 1px solid #044389;
	border-radius: 30px;
	width: max-content;
	padding: 1px 10px;
	font-size: 13px !important;
	color: #ae78b7;
}

.related-products-listing .related-product .related-product__title {
	color: #ae78b7;
	font-size: 24px;
	max-width: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.related-products-listing .related-product .related-product__button {
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 30px;
	width: max-content;
	border-radius: 30px;
	color: #000;
	font-weight: 500;
	margin-top: 15px;
}

.related-products-listing .related-product .related-product__content bdi {
	font-size: 30px !important;
}

section.related.products {
	display: none;
}

.related-swiper {
	padding-bottom: 50px;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet {
	height: 4px;
	width: 30px;
	border-radius: 1.5px;
}

.swiper-pagination-bullet-active {
	background: #044389;
}

.blog-swiper {
	padding-bottom: 50px;
}

.blog-swiper-pagination {
	bottom: 0 !important;
}

.blog-header {
	color: #044389;
	margin-bottom: 15px;
	margin-top: 50px;
}

.blog-post {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0 50px;
}

.blog-listing {
	height: max-content;
	margin-bottom: 100px;
	margin-top: 2em;
}

.blog-post__title {
	color: #044389;
	margin: 0;
}

.blog-post__description {
	margin: 10px 0;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-post__image {
	max-width: 50%;
	min-width: 50%;
	width: 100%;
}

.blog-post__content {
	min-width: 50%;
	max-width: 50%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2em 0;
}

.blog-post__image img {
	height: 200px !important;
}

.blog-post__button {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 30px;
	width: max-content;
	border-radius: 30px;
	font-weight: 400;
}

.blog-post__button:hover {
	color: #fff;
}

.reviews-swiper-container {
	height: max-content;
}

.reviews-swiper {
	padding-bottom: 50px;
}

.reviews-swiper-pagination {
	bottom: 0 !important;
}

.swiper-slide-review {
	background-color: #044389;
	color: #fff;
	border-radius: 30px;
	padding: 50px;
	position: relative;
	max-width: 700px;
	margin: 50px auto;
	min-height: 200px;
}

.swiper-review__author {
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
}

#searchform .custom-search {
	border-radius: 30px;
	padding: 10px;
	margin-bottom: 15px;
}

form[role="search"] .search-loop {}

#searchsubmit {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'20\' viewBox=\'0 0 512 512\'%3E%3Cpath d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	padding: 0 !important;
	box-shadow: none;
	color: transparent;
}

#searchsubmit.nitro-lazy {
	background-image: none !important;
}

.searchform__inner {
	position: relative;
}

#searchsubmit:hover {
	transform: translateY(0px);
}

body[data-fancy-form-rcs="1"]
	.woocommerce-ordering
	.select2-container--default
	.select2-selection--single {
	background-color: #e5e5e5;
	padding: 20px;
	border-radius: 30px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none !important;
	margin: 0 !important;
	margin-bottom: 1.5em !important;
}

body[data-fancy-form-rcs="1"]
	.woocommerce-ordering
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	right: 25px;
}

body[data-fancy-form-rcs="1"]
	.select2-container--default
	.selection
	.select2-selection--single:hover {
	border-color: transparent !important;
	background-color: #e5e5e5 !important;
}

body[data-fancy-form-rcs="1"]
	.woocommerce-ordering
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-weight: 300 !important;
}

.cancer_type-filter, .research_area-filter {
	font-weight: 500;
	border-bottom: 2px solid #f4f4f4;
	margin-top: 10px;
	padding-bottom: 5px;
	position: relative;
}

.filter-type {
	position: absolute;
	right: 0;
	top: 6px;
	fill: #fff;
	background-color: #000;
	padding: 3px;
	border-radius: 50%;
	cursor: pointer;
}

.cancer_type, .research_area {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: max-height .3s ease-in-out;
}

.cancer_type.active, .research_area.active {
	max-height: 100%;
	visibility: visible;
}

form#product-cat-filter label {
	font-weight: 300 !important;
}

.custom-filter-svg {
	display: none;
}

.custom-search-result {
	color: #044389;
	margin-bottom: 50px;
}

.vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap .inner {
	height: auto;
}

#primary {
	padding-top: 100px;
}

.single .row.heading-title.hentry {
	padding-top: 100px;
}

.data-tabs-swiper {
	height: max-content;
	transition: all .3s ease-in-out;
}

.data-tabs-swiper {
	padding: 50px 0;
	position: relative;
}

.data-swiper-slide {
	color: #044389;
	background-color: #f4f4f4;
	text-align: center;
	padding: 5px 25px;
	border-radius: 30px;
}

.data-swiper-slide-text {
	padding: 0;
	cursor: pointer;
}

.data-swiper-pagination {
	bottom: 0;
}

.data-swiper-button-prev, .data-swiper-button-next {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 70%;
	width: 30px;
}

.data-swiper-button-prev {
	left: 0;
}

.data-swiper-button-next {
	right: 0;
}

@media only screen and (max-width: 1200px) {
	.header-container {
		display: none;
	}
	
	.mobile-header-custom {
		display: block;
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		max-height: 25px;
	}
	
	.mobile-header-custom__row {
		display: flex;
		flex-direction: column;
	}
	
	.mobile-header-custom__search {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 5px;
	}
	
	.mobile-header-custom__logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.mobile-search {
		border: 1px solid #f0f6f6;
		border-radius: 10px;
		width: 100% !important;
		max-width: 350px;
	}
	
	.mobile-search span {
		margin-left: auto;
	}
	
	.mobile-search__links {
		display: grid !important;
		padding: 5px !important;
	}
	
	#mobile-cart-link {
		display: grid !important;
	}
	
	#top {
		height: auto;
	}
	
	#custom-logo img {
		max-width: 280px !important;
		height: 100% !important;
	}
}

@media only screen and (max-width: 1000px) {
	body.material
		#header-outer
		#header-secondary-outer[data-mobile="display_full"] {
		display: none !important;
	}
	
	.product-category-item {
		width: calc(50% - 2em);
	}
	
	.material #header-outer.transparent .bg-color-stripe, .material #header-outer[data-transparent-header].transparent .bg-color-stripe, .material
		#header-outer[data-transparent-header]:not(
			[data-permanent-transparent="1"]
		).transparent
		.bg-color-stripe {
		display: none !important;
	}
	
	#header-outer:not([data-format="left-header"]).material-search-open header {
		opacity: 1 !important;
		pointer-events: all !important;
	}
	
	body.material #header-outer #search-outer {
		position: fixed !important;
		top: 185px !important;
		margin: 0 !important;
		height: auto !important;
	}
	
	#search-outer ul.products li.minimal.product .product-wrap {
		flex-direction: column !important;
	}
	
	#search-outer
		ul.products
		li.minimal.product
		.product-wrap
		.product-image-wrap {
		max-width: 100%;
	}
	
	#search-outer ul.products li.minimal.product .product-wrap .product-meta {
		max-width: 100%;
	}
	
	#search-outer
		ul.products
		li.minimal.product
		.product-wrap
		.product-meta
		.product-main-meta {
		text-align: center !important;
	}
	
	#search-outer
		ul.products
		li.minimal.product
		.product-wrap
		.product-meta
		.product-main-meta
		.woocommerce-loop-product__title {
		color: #044389 !important;
	}
	
	.products li.product.minimal .product-meta {
		padding: 0 !important;
	}
	
	.nectar-slide-in-cart {
		width: 100%;
		top: 185px !important;
	}
	
	body.material:not([data-header-format="left-header"])
		#header-outer:not(.transparent)
		.bg-color-stripe {
		display: none !important;
	}
	
	.inner .woocommerce .columns-4 {
		overflow-y: scroll;
		max-height: 800px;
	}
	
	.inner .woocommerce .columns-4::-webkit-scrollbar {
		display: none;
	}
	
	.nectar-slide-in-cart.style_slide_in_click
		.widget_shopping_cart
		.cart_list.woocommerce-mini-cart
		.mini_cart_item
		.quantity {
		flex-direction: row;
	}
	
	.style_slide_in_click .product-meta > .product-details {
		position: absolute;
		left: -110px;
		bottom: -20px;
	}
	
	.nectar-slide-in-cart.nectar-slide-in-cart .widget_shopping_cart {
		max-height: 850px;
	}
	
	.archive.woocommerce .container-wrap > .main-content #sidebar.span_3 {
		opacity: 1 !important;
		left: unset;
		height: max-content;
		position: relative !important;
		display: block;
		top: unset;
		padding: 0;
		padding: 15px;
		pointer-events: all;
		background-color: #f0f6f6;
		border-radius: 20px;
	}
	
	#searchform {
		display: none;
	}
	
	.category-filter, .cancer_type-filter, .research_area-filter {
		background-color: #e5e5e5;
		padding: 20px;
		border-radius: 30px;
		width: 100%;
		margin-bottom: 0 !important;
		text-align: center;
		font-weight: 300 !important;
	}
	
	.category-filter__container {
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		transition: max-height .3s ease-in-out;
	}
	
	.filter-type {
		display: none;
	}
	
	.cancer_type-filter, .research_area-filter {
		margin-top: 0;
	}
	
	.products.columns-3 .minimal.product .product-wrap {
		gap: 0 20px;
	}
	
	form#product-cat-filter {
		display: flex;
		flex-wrap: wrap;
	}
	
	.category-filter, .cancer_type-filter, .research_area-filter {
		width: 49%;
		padding: 10px;
		position: relative;
		height: max-content;
	}
	
	.category-filter {
		margin-right: 5px;
	}
	
	.research_area-filter {
		margin-top: 10px;
	}
	
	/* .category-filter::after,
  .cancer_type-filter::after,
  .research_area-filter::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 13px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
  } */
	form.woocommerce-ordering {
		display: none !important;
	}
	
	.custom-filter-dropdown.show {
		max-height: 100%;
		visibility: visible;
	}
	
	.custom-filter-svg {
		display: inline;
		top: 2px;
		position: relative;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1047px) {
	.woocommerce-cart-form .product-thumbnail {
		display: none;
	}
}

@media only screen and (max-width: 1146px) {
	.woocommerce .woocommerce-cart-form__contents .actions .button {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 992px) {
	/* .related-products-listing .swiper-slide {
    width: 40% !important;
  } */
	
	/* 768 - 1047 */
	body[data-header-resize="1"].woocommerce-checkout .container-wrap {
		padding-top: 35vh !important;
	}
	
	body[data-header-resize="1"].woocommerce-cart .container-wrap {
		padding-top: 35vh !important;
	}
	
	.woocommerce-cart-form__cart-item.cart_item .product-name::before {
		display: none;
	}
	
	.coupon button[type="submit"] {
		width: 100% !important;
	}
	
	.checkout .col2-set .col-1, .checkout .col2-set .col-2 {
		width: 100% !important;
	}
	
	.product-tabs-content {
		margin-top: 3em;
		font-weight: 200;
	}
	
	.mobile-summary-cat-number {
		display: block;
		clear: both;
	}
	
	.blog-post {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 10px;
	}
	
	.blog-post__button {
		margin: 1em auto 0 auto;
	}
	
	.related-product__image {
		position: relative;
	}
	
	.related-cat-mobile {
		display: block;
		width: fit-content;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: .3em 1em;
		border: 1px solid #fff;
		border-radius: 30px;
		color: #fff;
		z-index: 1;
	}
	
	.related-price-mobile {
		display: block;
		position: absolute;
		bottom: 1.5em;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		z-index: 1;
	}
	
	.related-products-listing .flickity-page-dots {
		bottom: -2em;
	}
	
	.related-products-listing .flickity-page-dots .dot:before {
		height: 4px;
	}
	
	.related-products-listing .flickity-page-dots .dot {
		width: 30px;
	}
	
	.related-products-header {
		font-weight: 500;
		text-align: center;
	}
	
	.blog-header {
		font-weight: 500;
		text-align: center;
	}
	
	.blog-post__content {
		max-width: 100%;
		padding-top: 0;
	}
	
	.related-products-listing .related-product .related-product__title {
		font-size: 18px;
	}
	
	.related-products-listing .related-product .related-product__image img {
		height: 170px !important;
	}
	
	.related-price-mobile span {
		color: #fff !important;
	}
	
	.related-product__image img {
		filter: brightness(.7);
	}
	
	.related-products-listing .related-product {
		margin-right: 20px;
		width: calc(50% - 20px);
	}
	
	.related-products-listing .related-product .related-product__subtitle {
		display: none;
	}
	
	.related-product__price {
		display: none;
	}
	
	.woocommerce.single-product div.product[data-tab-pos] {
		padding-top: 20vh;
	}
	
	.single-product .ct-product-banner {
		display: none;
	}
	
	/* Mobile product accordion */
	.product-tab-content__item h4 {
		cursor: pointer;
		position: relative;
		padding-right: 30px;
		font-weight: 400;
		font-size: 16px;
	}
	
	.product-tab-content__item h4:after {
		content: "+";
		position: absolute;
		right: 0;
		top: 0;
		font-size: 1.2rem;
		transition: all .3s;
	}
	
	.product-tab-content__item {
		padding: 10px;
		border-bottom: 1px solid #cecece;
	}
	
	.product-tab-content__item h4.active:after {
		content: "-";
		transform: rotate(0deg);
	}
	
	.product-tab-content__item ul {
		display: none;
		overflow: hidden;
	}
	
	.product-tab-content__item.open {
		box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	}
	
	/* End mobile product accordion */
	.single-product-data-points {
		display: none;
	}
	
	.flickity.product-thumbs {
		display: none;
	}
	
	.custom-page-dots {
		display: flex;
	}
	
	.woocommerce__footer__grid__item:nth-child(2) {
		padding: 0 !important;
		border-right: none !important;
		border-left: none !important;
	}
	
	.woocommerce__footer__grid .woocommerce__footer__grid__item:nth-child(2) {}
	
	.nectar-slide-in-cart.nectar-slide-in-cart .widget_shopping_cart {
		height: calc(75% - 45px) !important;
	}
	
	.woocommerce__footer__grid__item {
		text-align: left;
	}
	
	body.material #header-outer:not([data-format="left-header"]) .cart-wrap {
		top: 0em !important;
		right: .1em !important;
	}
	
	.woocommerce-result-count-wrapper {
		display: none !important;
	}
	
	.product-image-wrap.custom-product-col {
		height: 230px !important;
	}
	
	.woocommerce
		.span_9
		ul.products[data-product-style="minimal"]
		li.product.minimal {
		/* height: 280px; */
		padding: 1em;
	}
	
	.product-meta.custom-product-col.custom-product-meta .btns-wrapper {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	
	.product-card-data-title {
		font-size: 18px !important;
		line-height: 1;
		font-weight: 500;
	}
	
	.product-meta.custom-product-col.custom-product-meta .product-card-data {
		line-height: 1.3;
	}
	
	/* .product-meta.custom-product-col.custom-product-meta .btns-wrapper a,
  .product-meta.custom-product-col.custom-product-meta .btns-wrapper p {
    margin: 0;
  } */
	
	/* .product-card-data.cat-number.mobile {
    display: block;
  }

  .product-card-data.cat-number.desktop {
    display: none;
  } */
	.style_slide_in_click .product-meta {
		padding-top: 0em;
	}
	
	#search-outer:not(.material-open) .nectar-ajax-search-results {
		display: none;
	}
	
	.woocommerce-mini-cart .product-details {
		display: none;
	}
	
	.mini-cart-item-title {
		position: absolute;
		margin: 0 auto;
		text-align: center;
		border-radius: 30px;
		padding: .1em .5em;
		font-size: 14px;
		font-weight: 700;
		margin-top: .5em;
		line-height: 1.2;
		bottom: 1em;
		display: block;
	}
	
	.nectar-ajax-search-results .product-card-data.cat-number.desktop {
		display: block !important;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -4.5em;
		color: #fff !important;
		border-color: #fff !important;
	}
	
	#search-outer
		.nectar-ajax-search-results
		.woocommerce
		.columns-4
		.product
		.product-wrap
		.product-image-wrap
		.custom-product-image
		img {
		filter: brightness(.7);
	}
	
	.product-meta.custom-product-col.custom-product-meta
		.product-card-data.cat-number {
		line-height: 2;
	}
	
	.nectar-ajax-search-results
		.product-meta.custom-product-col.custom-product-meta {
		margin-top: .5em;
	}
	
	.nectar-ajax-search-results .product-image-wrap.custom-product-col {
		height: auto !important;
	}
	
	#search-outer
		.nectar-ajax-search-results
		.woocommerce
		.columns-4
		.product
		.product-wrap
		.product-image-wrap
		.custom-product-image
		img {
		min-width: auto;
		width: auto !important;
		height: auto !important;
	}
	
	.nectar-ajax-search-results
		.product-meta.custom-product-col.custom-product-meta {
		padding: 0 10px;
	}
	
	#search-outer .nectar-ajax-search-results .woocommerce .columns-4 .product {
		width: 47%;
	}
	
	#search-outer
		.nectar-ajax-search-results
		.woocommerce
		.columns-4
		.product
		.product-wrap {
		width: auto;
	}
	
	.nectar-ajax-search-results .product-card-data:not(.product-card-data-title), .nectar-ajax-search-results .btns-wrapper {
		display: none !important;
	}
	
	.nectar-ajax-search-results
		.product-meta.custom-product-col.custom-product-meta {
		text-align: center !important;
	}
	
	.ct-banner {
		padding-top: 8em;
	}
	
	.custom-hero {
		padding: 11em 0 2em 0;
	}
	
	body[data-header-resize="1"].archive .container-wrap {
		padding-top: 3em !important;
	}
	
	body[data-fancy-form-rcs="1"].woocommerce-page
		.mobile-result-count
		.woocommerce-result-count {
		float: none;
	}
	
	.mobile-result-count {
		display: block;
	}
	
	.page-add-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: .5em !important;
	}
	
	.woocommerce-breadcrumb [class*="fa-"] {
		line-height: 1 !important;
	}
	
	.page-add-info .woocommerce-breadcrumb {
		padding: 0;
		margin: 0;
		padding-top: 0 !important;
	}
	
	.page-add-info .woocommerce-result-count {
		padding: 0;
		margin: 0;
		margin-top: 0 !important;
	}
	
	#category-values {
		display: none;
	}
	
	.custom-filter {
		align-items: start;
	}
	
	#categories-filter-toggle .custom-filter-arrow.mobile-arrow {
		display: block;
	}
	
	.custom-filter svg {
		height: 20px;
		transform: rotate(0deg);
	}
	
	.custom-filter.rotate-arrow svg {
		transform: rotate(180deg);
	}
	
	#custom-filter-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}
	
	.custom-filter-item-wrapper {
		width: 49%;
		background-color: #ebebeb;
		margin-bottom: 1em;
		padding: .5em 1em;
		border-radius: 30px;
	}
	
	.custom-filter-item-wrapper .custom-filter {
		margin: 0;
	}
	
	.mobile-filter-title {
		display: block;
	}
	
	.desktop-filter-title {
		display: none;
	}
	
	.custom-filter-item-wrapper p {
		font-weight: 400;
	}
	
	#cancer-types-filter-toggle {
		margin-top: 0;
	}
	
	.custom-filter-arrow.mobile-arrow {
		display: block;
	}
	
	.custom-filter-item-wrapper .custom-filter-arrow.desktop-arrow, .custom-filter-item-wrapper .custom-filter-divider {
		display: none;
	}
	
	#custom-filter-form button[type="submit"] {
		width: 100%;
	}
	
	.woocommerce__footer__grid.three {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.woocommerce__footer__grid.three .woocommerce__footer__grid__item {
		padding-bottom: 30px;
	}
	
	.woocommerce__footer__grid.three
		.woocommerce__footer__grid__item:last-of-type {
		padding-bottom: 0;
	}
	
	.woocommerce__footer .social {
		margin-top: 20px;
	}
	
	.woocommerce__footer .footer__socials .footer__socials__social__button {
		justify-content: end;
	}
	
	.login-register__container {
		display: none;
	}
	
	.login-register {
		top: 177px;
		width: 100%;
	}
	
	.nectar-slide-in-cart.style_slide_in_click
		.widget_shopping_cart
		.cart_list.woocommerce-mini-cart
		.mini_cart_item
		.product-details
		a {
		font-size: 14px;
	}
	
	.style_slide_in_click .product-meta > .product-details {
		padding-right: 0 !important;
	}
	
	.style_slide_in_click .product-meta > .product-details a {
		line-height: 1 !important;
	}
	
	.product-thumb-overlay {
		display: block;
	}
	
	.nectar-slide-in-cart.style_slide_in_click
		.widget_shopping_cart
		.cart_list.woocommerce-mini-cart
		.mini_cart_item
		.product-details
		a {
		color: #fff !important;
	}
	
	.woocommerce-mini-cart-item.mini_cart_item > a {
		display: flex !important;
		justify-content: center !important;
	}
	
	.mini-cart-item-cat-number {
		position: absolute;
		border: 1px solid white;
		margin: 0 auto;
		text-align: center;
		border-radius: 30px;
		padding: .1em .5em;
		font-size: 10px;
		margin-top: .5em;
	}
	
	.widget_shopping_cart_content {
		padding-right: 0 !important;
	}
	
	.style_slide_in_click .product-meta > .product-details {
		left: -114px !important;
	}
	
	.related-products-listing .related-product .related-product__button {
		display: none;
	}
	
	.single-product.product-template-default
		.row
		> .product[data-gallery-style]
		.single-product-main-image, .single-product.product-template-default
		.product[data-gallery-style]
		.single-product-main-image {
		width: 100% !important;
	}
	
	.admin-bar.archive.woocommerce .container-wrap > .main-content #sidebar {
		padding-top: 0 !important;
	}
	
	.post-area .products.columns-3 {
		padding-top: 2em !important;
	}
	
	.woocommerce
		.span_9
		ul.products[data-product-style="minimal"]
		li.product.minimal, .woocommerce-page
		.span_9
		ul.products[data-product-style="minimal"]
		li.product.minimal.type-product
		.product-image-wrap {
		height: auto !important;
	}
	
	.custom-product {
		align-items: stretch !important;
	}
	
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td, .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
		text-align: left !important;
	}
	
	.woocommerce form .woocommerce-billing-fields .form-row-first, .woocommerce form .woocommerce-billing-fields .form-row-last, .woocommerce-page form .woocommerce-billing-fields .form-row-first, .woocommerce-page form .woocommerce-billing-fields .form-row-last {
		width: 100%;
	}
	
	body[data-header-resize="1"].woocommerce-checkout .container-wrap {
		padding-top: 220px !important;
	}
	
	.woocommerce-checkout-review-order-table .product-container .cart_item {
		flex-direction: column !important;
		align-items: baseline !important;
	}
	
	.woocommerce-checkout-review-order-table .product-info {
		width: 100% !important;
		flex-direction: column !important;
		align-items: baseline !important;
	}
	
	.woocommerce-checkout-review-order-table .product-info .inner {
		margin-bottom: 1em !important;
	}
	
	.woocommerce-checkout-review-order-table .product-image {
		width: auto !important;
		margin-bottom: 1em !important;
	}
	
	.woocommerce-checkout-review-order-table
		.product-info
		.woocommerce-Price-amount {
		margin-left: initial !important;
	}
}

@media only screen and (max-width: 576px) {
	.product-category-item {
		width: 100%;
	}
	
	.woocommerce__footer__grid.mobile-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	#product-cat-filter label {
		display: flex;
	}
	
	#product-cat-filter label input[type="radio"] {
		margin-right: 10px;
	}
	
	.woocommerce__footer__grid.mobile-grid .mobile-padding {
		padding-bottom: 20px !important;
	}
	
	.mobile-search .mobile-search__links {
		padding: 0 10px !important;
	}
	
	.related-product {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	.related-products-listing .related-product .related-product__subtitle {
		margin: 0 auto;
	}
	
	.related-products-listing .related-product .related-product__button {
		margin: 15px auto;
	}
	
	.related-product__image {
		max-width: 100%;
		width: 100%;
	}
	
	.related-products-listing .related-product .related-product__image img {
		width: 100% !important;
		object-fit: cover;
	}
	
	.blog-post__image {
		max-width: 100%;
	}
	
	.blog-post__image img {
		width: 100%;
		object-fit: cover;
	}
	
	.swiper-review {}
	
	body[data-slide-out-widget-area-style="slide-out-from-right"].material
		.slide_out_area_close {
		display: block !important;
		left: 150px;
		top: 100px;
	}
}

/* SHOP PAGE CSS */
.product-cat-checkbox, .tool-type-checkbox {
	display: block;
	position: relative;
}

.product-cat-checkbox::after, .tool-type-checkbox::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	border: 1px solid #888;
	background: #fff;
	z-index: 1;
}

.product-cat-checkbox.checked::before, .tool-type-checkbox.checked::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #000;
	z-index: 2;
}

.category-filter {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}

.summary strong {
	font-weight: 700;
}

.custom-product {
	display: flex;
	align-items: center;
}

.custom-product-col {
	max-width: 50%;
	width: 100%;
}

.custom-product-meta {
	text-align: left !important;
}

.custom-product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 7px !important;
}

.woocommerce .columns-2 .flickity-viewport {
	height: 300px !important;
}

.woocommerce .columns-2 .flickity-viewport .flickity-cell {
	height: 100%;
}

.woocommerce-result-count-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.woocommerce-result-count-wrapper .woocommerce-result-count {
	margin-top: 0 !important;
}

.woocommerce-result-count-wrapper #searchform .custom-search {
	margin-bottom: 0;
}

.woocommerce-result-count-wrapper #searchform .custom-search {
	border-color: #ebebeb;
}

.woocommerce-result-count-wrapper .woocommerce-result-count {
	margin-right: 1em;
}

.products.columns-3 {
	padding-top: 5em !important;
}

.woocommerce-breadcrumb {
	padding-top: 10px !important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"]
	.nectar-social.fixed {
	display: none !important;
}

body[data-header-resize="1"]:not(.page-template-default) .container-wrap {
	padding-top: 0px !important;
}

body[data-header-resize="1"].archive .container-wrap {
	padding-top: 70px !important;
}

body[data-header-resize="1"].home .container-wrap {
	padding-top: 40px !important;
}

body[data-header-resize="1"].product-template-default .container-wrap {
	padding-top: 40px !important;
}

.nectar-ajax-search-results .product-main-meta {
	display: none;
}

.product-tab-content__item {
	scroll-padding-top: 30em;
}

.product-tab-content__anchor {
	height: 0;
	visibility: hidden;
	position: relative;
}

.single-product-data-points .swiper-slide {}

.flickity-slider .swiper-slide {
	color: #044389;
	background-color: #f4f4f4;
	text-align: center;
	padding: 5px 25px;
	border-radius: 30px;
}

.single-product-data-points .data-swiper-slide a {
	color: var(--ct-blue);
}

.nectar-slide-in-cart.style_slide_in_click
	.cart_list.woocommerce-mini-cart
	.mini_cart_item
	a {
	position: relative;
}

#menu-footer-1 li:nth-child(1), #menu-footer-2 li:nth-child(1), #menu-footer-3 li:nth-child(1), #menu-footer-4 li:nth-child(1), #menu-footer-5 li:nth-child(1) {
	font-weight: bold;
}

#menu-footer-1 li:nth-child(1) a, #menu-footer-2 li:nth-child(1) a, #menu-footer-3 li:nth-child(1) a, #menu-footer-4 li:nth-child(1) a, #menu-footer-5 li:nth-child(1) a {
	color: #044388 !important;
}

.woocommerce form .form-row .input-checkbox#billing_terms_and_conditions {
	display: inline-block;
}

.single-product.product-template-default
	.row
	> .product[data-gallery-style]
	.single-product-main-image, .single-product.product-template-default
	.product[data-gallery-style]
	.single-product-main-image {
	width: 49%;
}

.nectar-ajax-search-results .search-post-item {
	color: #044389 !important;
}

.search.search-results {
	padding-top: 9vh;
}

.woocommerce-loop-product__title {
	display: none;
}

.product-main-meta {
	display: none;
}

.banner-1 {}

.single_add_to_cart_button {
	border-radius: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: Roboto;
	vertical-align: middle;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	line-height: 16px;
}

.afrfqbt_single_page {
	border-radius: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: Roboto;
	vertical-align: middle;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	line-height: 16px;
}

body.single-post.material[data-bg-header=true] .container-wrap {
	padding-top: 0px !important;
}

.container-wrap {
	padding-top: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 0px;
}

.body.single-post {
	padding-top: 0px;
}

.addify-quote-form {
	margin-top: 200px;
}

.xoo-wsc-basket {
	right: 55px;
	display: inline-flex;
	position: relative;
}

.xoo-wsc-basket #search-outer {
	display: none;
}

.sidebar {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	min-height: 1px;
	background-color: #f0f6f6;
	padding: 15px;
	border-radius: 20px;
}

#sidebar {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	min-height: 1px;
	background-color: #f0f6f6;
	padding: 15px;
	border-radius: 20px;
}

.search-results div#sidebar {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	min-height: 1px;
	background-color: #f0f6f6;
	padding: 15px;
	border-radius: 20px;
}

button.facetwp-reset {
	min-height: 1px;
	background-color: #0892a5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 7px;
	border: 0px;
	color: #fff;
}

.nectar-shop-header {
	padding-top: 75px;
	margin-top: 75px;
}

.nectar-close-btn-wrap {
	display: none;
}

/*#footer-outer .widget h4, #sidebar h4 {
	display: none;
}*/
img .woocommerce-placeholder .wp-post-image {
	width: 110px !important;
	height: 130px !important;
}

.woocommerce-loop-product__title {
	display: none;
}

.gmwqp_inq {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 16px;
	font-size: 16px;
	transition: all .2s ease;
	line-height: .5 !important;
	font-weight: 300;
	font-family: Roboto;
	text-transform: none;
	letter-spacing: 0;
	vertical-align: middle;
	float: left;
	background-color: #0892a5;
	margin-top: 0;
	flex: 1;
	color: #fff;
	-webkit-border-radius: 200px !important;
	box-shadow: none;
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	border: none;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	overflow: visible;
	left: auto;
	width: auto;
}

.gmwqp_inq.nitro-lazy {
	background-image: none !important;
}

.nectar_single_testimonial {
	font-family: roboto;
}

.testimonial_slider {
	font-family: Roboto;
	color: #ae78b7;
}

.woocommerce-form-row .form-row {
	display: inline-block;
}
