/*
Theme Name: Organic STAX Block Child
Theme URI: https://stax.organicthemes.com
Author: The Beauty Shop 
Author URI: https://www.thebeauty-shop.com/
Description: Organic STAX block child theme.
Requires at least: 6.0
Tested up to: 6.3.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: organic-stax
Text Domain: organic-stax-block-child
Tags: one-column, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, threaded-comments, 
*/

/* global variables ~ style guide  */
:root {
  /* ~colors	 */
  --cryomate-green: #afc0a3;
  --cryomate-light-green: #d9dfd4;
  --cryomate-teal: #20504e;
  --cryomate-pink: #ebcdc0;
  --cryomate-beige: #ede8db;
}
@font-face {
  font-family: "Flecha";
  src: url(https://cryomate.com/wp-content/uploads/2023/07/FlechaS-Regular.otf);
}
@font-face {
  font-family: "Labs Mono";
  src: url(https://cryomate.com/wp-content/uploads/2023/07/LabGrotesqueMono-Bold.woff);
  font-weight: 500;
}
@font-face {
  font-family: "TT Commons";
  src: url("https://cryomate.com/wp-content/uploads/2023/07/TT_Commons_Pro_Normal.woff")
    format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "TT Commons";
  src: url("https://cryomate.com/wp-content/uploads/2023/07/TT_Commons_Pro_Medium.woff")
    format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "TT Commons";
  src: url("https://cryomate.com/wp-content/uploads/2023/07/TT_Commons_Pro_Bold.woff")
    format("woff");
  font-weight: 700;
}

/* Anna suggestion for managing spacing stuff xo
 * :root {
	~proportions, for calcs
	--design-vw-lg: 1440;
	--design-vw-sm: 390;
	~spacing/layout
	--max-width: 1512px !important;
	--edge-space-sm: calc(20 / var(--design-vw-sm, 390) * 100%);
	--edge-space-lg: calc(55 / var(--design-vw-lg, 1440) * 100%);
	--section-space-sm: calc(40 * (100vw / var(--design-vw-sm, 390)));
	--section-space-lg: calc(60 * (100vw / var(--design-vw-lg, 1440)));
}
@media(max-width: 788px){
	:root {
		--edge-space: var(--edge-space-sm, 20px);
		--section-space: var(--section-space-sm, 40px);
	}
}

@media(min-width: 789px){
	:root {
		--edge-space: var(--edge-space-lg, 55px);
		--section-space: var(--section-space-lg, 60px);
	}
}

.edge-space {
	padding-left: var(—edge-space);
	padding-right: var(—edge-space);
}

.section-space {
	margin-top: var(—section-space);
	margin-bottom: var(—section-space);
}*/

/* body {
	width: 100%;
	margin: 0;
	padding: 0;
}

main {
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
}
*/ /* xo */
:root {
  --wp--style--block-gap: 0px !important;
  --wp--preset--spacing--30: 0px !important;
  --wp--preset--spacing--60: 0px !important;
  --wp--preset--spacing--50: 0px !important;
}
main.site-main:not(.full-width-neg-margin),
.site-footer,
.post-type-archive .site-main.is-layout-flow {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.alignfull.full-width-neg-margin,
footer .has-custom-2-light-pink-background-color {
  margin-left: -2.1% !important;
  margin-right: -2.1% !important;
}
.alignfull.full-width-neg-margin
  > .alignfull
  > .wp-block-cover__inner-container.is-layout-constrained
  > .alignfull {
  padding-left: 2.1% !important;
  padding-right: 2.1% !important;
}
/*.home :where(.wp-block-group.has-background), :where(.wp-block-group.has-background) {
  padding: .8em 2% !important;
}*/
.home .wp-block-jetpack-layout-grid {
  padding-left: 0px;
  padding-right: 0px;
}
.site-footer .is-layout-constrained > .alignwide {
  max-width: 100% !important;
}
.wp-container-core-group-is-layout-13 > .alignfull,
.wp-container-core-group-is-layout-14 > .alignfull {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 600px) {
  main.site-main:not(.full-width-neg-margin),
  .site-footer,
  .post-type-archive .site-main.is-layout-flow,
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid
    .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .home
    .mobile-no-padding.is-content-justification-left.is-layout-constrained.wp-container-core-column-is-layout-3 {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .alignfull.full-width-neg-margin,
  footer .has-custom-2-light-pink-background-color,
  .home .display-only-mobile.column1-desktop-grid__span-8 {
    margin-left: -3.2% !important;
    margin-right: -3.2% !important;
  }
  .home :where(.wp-block-group.has-background),
  :where(.wp-block-group.has-background):not(.banner-cream) {
    padding: 20px 3% !important;
  }
  .wp-container-core-group-is-layout-14 > .alignfull,
  .wp-container-core-group-is-layout-9 > .alignfull,
  .floating-info-boxes {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.wp-container-core-group-is-layout-12 > .alignfull {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 1456px) {
  .home-box-w-background-text {
    margin-left: -20px !important;
  }
  .home
    .mobile-no-padding.is-content-justification-left.is-layout-constrained.wp-container-core-column-is-layout-3 {
    padding-left: 2% !important;
  }
}

.wp-block-query-pagination {
  display: none !important;
}

.sr-only,
.visually-hidden {
  /* visually hidden content for screen readers */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* add .hide... class to hide an element in the appropriate logged in/out state */
.is-logged-in .hide-logged-in,
.is-logged-out .hide-logged-out {
  display: none;
  opacity: 0.5;
}
.lg-h1 {
  font-family: "Flecha" !important;
  font-size: 72px !important;
  line-height: 100% !important;
  letter-spacing: -0.001em !important;
  font-weight: 400 !important;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}
H1,
h2.wp-block-post-title {
  font-family: "Flecha" !important;
  font-size: 52px !important;
  line-height: 103.846% !important;
  letter-spacing: 0.001em !important;
  font-weight: 400 !important;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}
.wc-block-components-product-name,
.search-results h2.wp-block-post-title,
.donorDetailTitle h3 a {
  font-family: "Flecha" !important;
  font-size: 32px !important;
  line-height: 103.846% !important;
  letter-spacing: 0.001em !important;
  font-weight: 400 !important;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e !important;
  text-decoration: none !important;
  text-transform: capitalize;
}
.flecha-s {
  font-family: "Flecha" !important;
  line-height: 110% !important;
}

h2:not(.wp-block-post-title),
.home table tr td a:not(.wc-block-components-product-name),
.wp-block-woocommerce-product-details ul.wc-tabs li a,
.staffImpression:before,
.checklist li,
.wc-block-cart-items__header,
.wc-block-cart__totals-title,
.wc-block-components-order-summary__button-text,
.wpcvt-variation-name,
.labs-mono-header {
  font-family: "Labs Mono" !important;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: 0.035em;
  font-weight: 500;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e;
}
h2 strong,
h2 b,
.labs-mono-header b,
.wpcvt-variation-name {
  font-weight: 500 !important;
}
h3:not(.donor-icon-dictionary__heading):not(.profile-group__heading):not(
    .donor-card__name
  ):not(.wp-elements-f8d0a5465cdfd5a46cf4addb9ccc51ad):not(.obb-title):not(
    .wp-elements-27b85e1db661d89fb5f6ed47e2892f88
  ),
p.home-box-w-background-text,
.info-boxes .obb-toggle-title,
.header-tt-commons-h3 {
  font-family: "TT Commons" !important;
  font-size: 28px !important;
  line-height: 33px !important;
  font-weight: 500 !important;
  letter-spacing: 0.001em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}
.wp-elements-f8d0a5465cdfd5a46cf4addb9ccc51ad,
.wp-elements-27b85e1db661d89fb5f6ed47e2892f88 a,
.flecha-28 {
  font-family: "Flecha" !important;
  font-size: 28px !important;
  line-height: 107.143% !important;
  letter-spacing: 0em !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e !important;
}
H4 {
  font-family: "TT Commons" !important;
  font-size: 16px !important;
  line-height: 23px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e !important;
}
/* P Large */
h3.obb-title,
.p-lrg,
.page-id-22 main h2 {
  font-family: "TT Commons" !important;
  font-size: 38px !important;
  line-height: 110.526% !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}
/* P */
p:not(.stock):not(.home-box-w-background-text),
.home .obb-posts .obb-author-name,
.wc-block-components-totals-item__label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.paragraph-regular,
.page-id-11378 ul li,
.wpfFilterTaxNameWrapper,
.obb-toggle-content li,
ul li {
  font-family: "TT Commons";
  font-weight: 400;
  font-size: 17px;
  line-height: 144%;
  letter-spacing: 0.008em;
  strong {
    font-weight: 700 !important;
  }
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}
li::marker {
  margin-left: -20px;
}
.wp-element-button,
.wp-block-button__link,
.wp-block-navigation-submenu,
p.stock,
.donorDetails a,
nav.woocommerce-MyAccount-navigation li a,
.wc-block-formatted-money-amount,
.wc-block-components-button__text,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container
  > .wp-block-navigation-submenu
  .wp-block-navigation-item__content
  .wp-block-navigation-item__label,
.wpcf7-submit,
.button.wc-forward.wp-element-button,
.single_add_to_cart_button.button.alt,
.input-text.qty.text,
.page-id-6893 .product-name a,
.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  font-family: "TT Commons" !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 144% !important;
  letter-spacing: 0.001em !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e !important;
  text-transform: capitalize !important;
}
.wc-block-components-button__text,
.button.wc-forward.wp-element-button,
.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  text-transform: capitalize !important;
}
.wc-block-components-product-image {
  border-radius: 0px !important;
}
.wp-block-button__link.wp-element-button {
  border-radius: 100px !important;
}
.wc-block-components-text-input label,
.components-base-control__label,
#wc-stripe-card-number-element label,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  a {
  font-family: "TT Commons";
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0.0015em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e !important;
}
.obb-post-meta,
.wc-block-components-checkbox__label,
.wp-element-caption,
.wc-block-cart-item__remove-link,
.wc-block-components-totals-shipping__via,
.wc-block-components-radio-control__label,
.wc-block-components-totals-item__description,
.wc_bis_registrations_count,
.small-p,
.page-id-6893 thead span,
.wc-block-components-checkout-step__heading-content {
  font-family: "TT Commons";
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 0.0015em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e !important;
}

/* --- Universal --- */
html,
body {
  width: 100% !important;
  overflow-x: hidden !important;
}
body header .is-layout-constrained > .alignwide {
  max-width: 100%;
}
.blank-template-site-main {
  margin-top: 136px !important;
}

.post-template main {
  max-width: 800px;
  margin: 0px auto;
}

/* --- Universal ---- Custom classes --- */
.va_center img {
  vertical-align: middle !important;
}
.no-underline a {
  text-decoration: none !important;
}
.no-underline a:hover {
  color: #597c83 !important;
}
.profile-flag-image img {
  width: 40px;
  height: 20px;
}
.twopx_seperator {
  height: 2.5px !important;
}
.border-radius_15px {
  border-radius: 15px !important;
}
.flex {
  display: flex !important;
}
.negative-30-margin {
  margin-bottom: -30px !important;
}
.image-center,
.margin-center {
  margin: 0px auto !important;
  text-align: center !important;
}
.no-padding {
  padding: 0px !important;
  margin: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.negative-lrpadding-search {
  margin-right: 3px !important;
  margin-left: 20px !important;
}
.gap-shrinker {
  gap: 10px !important;
}
.padding-buttons-nav {
  margin-right: 10px !important;
}
.p-margin-top-adust {
  margin-top: 8px !important;
}
.p-lg-margin-bottom-adjust {
  margin-bottom: 20px !important;
}
.home-box-w-background-text {
  color: white !important;
}
.htt-marginleft {
  margin-left: 40px !important;
  margin-right: -40px !important;
}
.ht-marginleft-negative {
  margin-left: -14px !important;
}
.displayblock {
  display: inline-block !important;
}
.display-only-mobile,
.sharedaddy {
  display: none !important;
}
.max-width-two-three-column {
  max-width: 338px;
  margin: 0px auto !important;
}
.white-link a,
.has-white-color a {
  color: white !important;
}
.white-link a:hover,
.has-white-color a:hover {
  color: white !important;
}
header .nav-span {
  justify-content: flex-end !important;
}
img.custom-logo {
  min-width: 136px;
}
table th {
  letter-spacing: 0.02em;
}
.icon-in-background-dark {
  background-image: url("https://cryomate.com/wp-content/uploads/2024/01/lg-icon-background_on-dark_full.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 55% !important ;
}
.icon-in-background {
  background-image: url("../wp-content/uploads/2023/10/Background_Icon-Texture-1024x607.png");
  background-position: left -15px top;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-for-full-background {
  background-image: url("../wp-content/uploads/2023/10/Background_Icon-Texture_Green_right-927x1024.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 26%;
}
.home-section-personalized {
  position: relative;
}
.home-section-personalized .background {
  position: absolute;
  background-image: url("/wp-content/uploads/2023/10/background_icons-for-negative-space_dark-4.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 40vw;
  height: 40vw;
  top: -10vw;
  right: -10vw;
  z-index: -1;
}
.icon-for-home-background {
  background-image: url("../wp-content/uploads/2024/01/homepage-icon.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 38%;
}
.semenAnalysis-centered {
  background-image: url("../wp-content/uploads/2024/05/Background_Icon-Texture_Green_left_semen-899x1024.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 45%;
}

.white-text {
  color: white !important;
}
.donor-services-max-width {
  max-width: 525px !important;
}
.logo-in-corner {
  margin-top: -15px !important;
}
.show-more button {
  color: #20504e;
}
.show-more button:hover {
  top: 0;
  text-underline-offset: 4px;
}

.vial-comparison-messaging {
  margin-top: 10px !important;
}

/* --- U --- horizontal rule --- */
hr {
  margin: auto 2.375em;
}
hr.checklist-seperator {
  margin-left: -15px !important;
}
/* --- U --- Color Info Boxes --- */
.ib-2,
.ib-3 {
  margin-top: -15px !important;
}
.ib-1 .obb-toggle-trigger,
.ib-2 .obb-toggle-trigger {
  padding-bottom: 27px !important;
}
.info-boxes p span {
  display: none !important;
}
.top-rounded-edges {
  border-radius: 15px 15px 0px 0px;
}
.border-radius-sm {
  border-radius: 8px;
}

/* --- U --- FAQ Toggle --- */
.faq-toggle {
  border-top: 1px #20504e solid !important;
  border-bottom: 1px #20504e solid !important;
  margin: -1px 0px !important;
}
.faq-toggle .obb-toggle-content {
  max-width: 850px !important;
}
/* --- U --- buttons --- */
.wp-block-button a,
.wc-block-components-button:not(.is-link):hover {
  box-shadow: none !important;
}
.wc-block-cart__submit .wc-block-components-button {
  border-radius: 50px !important;
}
.wp-block-button__link.wp-element-button {
  padding: 11px 26px;
}

.rightarrow-link a:after,
.testimonial-slider .fa-angle-right::before,
.testimonial-slider .fa-angle-left::before,
.buttonarrow a:after {
  content: "" !important;
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url("https://cryomate.com/wp-content/uploads/2023/08/Arrow-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rightarrow-link a {
  text-decoration: none !important;
}
.rightarrow-link a:after,
.buttonarrow a:after {
  margin-left: 4px;
  transition: all 0.5s ease;
}
.rightarrow-link:hover a:after,
.buttonarrow:hover a:after {
  margin-left: 7px !important;
  transition: all 0.5s ease;
}
.testimonial-slider .fa-angle-left::before {
  transform: rotate(180deg);
}
.fa-angle-right::before,
.testimonial-slider .fa-angle-left::before {
  height: 22px !important;
}
/* --- Link --- Text Link --- */
article .wp-block-button .wp-block-button__link,
p a,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  a {
  transition: all 0.5s ease;
}
article .wp-block-button .wp-block-button__link:hover,
p a:hover,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  a:hover {
  text-underline-offset: 5px;
  transition: all 0.5s ease;
}
.obb-title a:hover {
  text-decoration: 0px !important;
}
.wp-elements-50c2fcbc908cdacda9763c24f8ad2775 a,
.has-custom-1-donor-green-color a {
  color: #20504e !important;
}
/* === Announcement Bar === */
body.is-logged-out .announcement-wrapper {
  z-index: 100;
  padding: 0px !important;
  margin: -12px -2vw !important;
}
body.is-logged-in .announcement-wrapper,
body.is-logged-in .account-notice-wrapper {
  display: none !important;
}
body.is-logged-in .header-wrapper .wp-block-group {
  margin-top: 0px !important;
}

@media screen and (max-width: 786px) {
  .announcement-wrapper {
    display: none !important;
  }
  .header-wrapper .wp-block-group {
    margin-top: 0px !important;
  }
  body.is-logged-out .LoggedOutSpacer {
    height: 68px !important;
  }
}
@media screen and (min-width: 786px) {
  body.is-logged-out .LoggedOutSpacer {
    height: 125px !important;
  }
  body.is-logged-out .blank-template-site-main {
    margin-top: 155px !important;
  }
}
/* === Nav === */

header .wp-container-10 {
  width: 100vw;
}
.header-wrapper {
  padding: 12px 2% 13px;
}
nav li {
  margin-left: -4px;
}
.site-header .is-transparent:not(.scrolling):not(.announcement-wrapper) {
  background: #f6f3ed !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
header .has-white-background-color:not(a) {
  background-color: #f6f3ed !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
h1.wp-elements-39e89969fdcf47091b491228ae96a142 {
  margin-top: 0px !important;
}

header a,
.wp-block-post-title,
h1:not(.wp-elements-9b6ab7a9e43845ce113c906383116e64):not(
    .wp-elements-9e725aad6b9386279bd7f02b3161558c
  ):not(.wp-elements-eca2f8e0923806b42cc7d55f41f778a2):not(
    .wp-elements-39e89969fdcf47091b491228ae96a142
  ):not(.wp-elements-b72e3d644fed54c0d683d8893521da01):not(.lg-h1):not(
    .white-text
  ) {
  color: #20504e !important;
}
.wp-block-navigation__container
  .wp-block-navigation-item:not(.button)
  a::after {
  background: #20504e;
  height: 1.5px;
}
.wp-block-navigation__responsive-container:not(.is-menu-open)
  .wp-block-navigation__container
  > .wp-block-navigation-item
  > .wp-block-navigation__submenu-container::after {
  border-bottom: 8px solid #f6f3ed;
}
.wp-block-navigation__responsive-container:not(.is-menu-open)
  .wp-block-navigation__container
  .wp-block-navigation__submenu-container {
  border-radius: 15px !important;
  background-color: #f6f3ed;
}
.wp-block-navigation__container
  .wp-block-navigation-item
  .wp-block-navigation-item:focus,
.wp-block-navigation__container
  .wp-block-navigation-item
  .wp-block-navigation-item:hover {
  background: #ede8db;
}
.wp-block-search__button-only.wp-block-search__searchfield-hidden {
  width: 23px !important;
}
.wp-block-search__button-only {
  max-width: 13vw;
}
.wp-block-search__button {
  background-color: transparent;
}
.wp-block-woocommerce-customer-account
  a
  .wc-block-customer-account__account-icon,
.wc-block-mini-cart__button,
.wp-block-search .wp-block-search__button[type="submit"],
.wp-block-search .wp-block-search__button[type="submit"],
.wp-block-search__button {
  padding: 0px !important;
}

header a.has-white-background-color {
  background-color: transparent !important;
}

header .wp-block-obb-link-block figure {
  margin: -20px 0px !important;
}
header .wp-block-customer-account-is-layout-flow {
  margin: 0px -20px 0px -17px !important;
}
.site-header .is-transparent:not(.scrolling) .wc-block-mini-cart__icon,
.site-header .is-transparent:not(.scrolling) .wc-block-mini-cart__icon path {
  color: #20504e !important;
  fill: #20504e !important;
}
header .obb-link-overlay {
  width: 18px !important;
  height: 18px !important;
  top: -8px !important;
}

@media screen and (max-width: 1355px) and (min-width: 787px) {
  header .site-nav-wrapper {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: flex-end !important;
  }
  header nav {
    margin-top: -20px !important;
  }
  .header-wrapper {
    padding: 12px 2% 8px;
  }
}
/* --- M --- Nav --- */
@media screen and (max-width: 787px) {
  .wp-block-navigation__responsive-dialog {
    padding: 0px 2.5vw;
  }
}

button.wp-block-navigation__responsive-container-close {
  margin-right: 2.5vw !important;
}
#modal-5-content .wp-block-button__link.wp-element-button {
  width: 93vw !important;
  margin: 5px 0px;
}
#modal-5-content .wp-block-button__link.wp-element-button:first-of-type {
  margin-top: 20px;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container
  > .wp-block-navigation-submenu
  .dropdown-arrow {
  border: 0px !important;
}
.wp-block-navigation__container
  .wp-block-navigation-item:not(.button)
  a::after {
  height: 0px !important;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-close {
  top: 10px;
  right: 0px;
}
@media screen and (max-width: 786px) {
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container:not(.wp-block-navigation__submenu-container)
    li.wp-block-navigation-item
    a {
    font-family: "Flecha" !important;
    font-size: 24px !important;
    line-height: 103.846%;
    letter-spacing: 0.001em !important;
    font-weight: 400 !important;
    -font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    color: #20504e !important;
    text-decoration: none !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container
    .wp-block-navigation-submenu {
    border-bottom: 1px #20504e solid;
    padding: 7px 0px 16px;
  }
  #modal-1 {
    background-color: #f6f3ed;
  }
  #modal-1-content {
    margin: 2vw 2.5vw !important;
  }
  #modal-1-content .display-only-mobile {
    margin-top: 20px;
  }
  #modal-1-content .fas {
    font-size: 17px !important;
    color: #20504e;
  }
  #modal-1-content .wp-block-buttons a {
    width: 94vw;
  }
  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open svg {
    color: #20504e !important;
    fill: #20504e !important;
  }
  .wp-block-navigation__responsive-container-close svg {
    position: relative;
    bottom: -7px;
  }
  header a.has-white-background-color {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  header .is-layout-flex {
    gap: 0px !important;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    display: none;
  }
  img.custom-logo {
    visibility: hidden !important;
  }
  .custom-logo-link {
    background-image: url("/wp-content/uploads/2023/08/logo_cryomate_mobile.png");
    height: 58px;
    max-width: 200px;
    min-width: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto 0px;
    background-position: center;
  }
  @media (max-width: 480px) {
    .custom-logo-link {
      width: 100%;
    }
  }
  @media (min-width: 480px) {
    .custom-logo-link {
      width: 39vw;
    }
  }
  header .site-nav-wrapper {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: none !important;
  }
  header .nav-span {
    justify-content: flex-start !important;
    flex-basis: 46.66% !important;
  }
  header .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: auto !important;
    flex-basis: 30% !important;
  }
  header
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:nth-child(2) {
    flex-basis: 70% !important;
  }
  .header-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
  }
  .site-header .is-transparent:not(.scrolling) {
    background: #f6f3ed !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  header .display-none-mobile .wp-element-button {
    display: none !important;
  }
  .wp-block-navigation__responsive-container-open {
    background-color: #ede8db !important;
    padding: 16px 14px;
  }
  header .obb-link-content,
  header .wc-block-customer-account__account-icon,
  header .wc-block-mini-cart__button {
    transform: scale(1.2);
  }
  .header-wrapper.position-fixed {
    position: fixed !important;
    z-index: 1000 !important;
  }
  .padding-buttons-nav {
    margin-right: 0px !important;
  }
}

/* === Home === */

.wp-block-obb-position-block.alignwide.organic-block.obb-position:not(
    .is-layout-flex
  ) {
  z-index: 1 !important;
}

/* --- Home --- Above the Fold --- */

.home .wp-block-cover__inner-container {
  max-width: 1460px !important;
}

.home
  .wp-block-cover__inner-container
  .has-custom-1-recipient-green-background-color {
  margin-bottom: 0px !important;
}
.home h1 {
}

.home-box-w-background-text {
  padding-left: 3rem !important;
  max-width: 702px !important;
  margin-top: 0px !important;
}
.hero-content {
  padding-left: 3rem;
}

@media screen and (max-width: 600px) {
  .home-box-w-background-text {
    padding-left: 25px !important;
  }
  .hero-content {
    padding-left: 18px !important;
  }
  .home-how-it-works,
  .inclusive-bank {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.home-partnerparenthood {
  z-index: 1;
}
.home
  .wp-block-cover__inner-container
  .has-custom-2-light-pink-background-color {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1440px) {
  .home .wp-block-cover {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-home-banner-cta p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

/* --- Home --- Find Sperm Donor --- */
.negative-margin-quality {
  margin-top: -130px;
  margin-bottom: 0px !important;
}
.wp-image-5804 {
  height: 100% !important;
  margin: 0px auto !important;
}
@media screen and (max-width: 1078px) {
  .wp-image-5414 {
    height: 39vw !important;
  }
}

@media screen and (max-width: 598px) {
  .mobilie-homepage-image-1 {
    top: -110px;
  }
  .mobile-display-none {
    display: none !important;
  }
  .home .about-process-home {
    top: 0px;
  }
  .home .wp-image-5414 {
    width: 100% !important;
    margin: 0px auto !important;
  }
  .home
    .about-process-home
    .column2-mobile-grid__row-2:first-of-type
    .wp-block-group {
    /*margin: 0px auto !important;*/
    /*text-align: center !important;*/
  }
  .home .about-process-home .wp-block-jetpack-layout-grid-column {
    height: 100%;
  }
  .home .about-process-home .mobile-display-none {
    display: none;
  }
  .mobilie-homepage-image-1 {
    height: 35vh !important;
  }
  .home .negative-margin-quality {
    margin-top: 0px !important;
  }
  .home
    .about-process-home
    .column2-mobile-grid__row-2:last-of-type
    .wp-block-jetpack-layout-grid-column:first-of-type {
    /*grid-row: 3 / 4 !important;*/
  }

  .home-section-personalized {
    margin-top: 100px !important;
  }
  .wp-image-5465 {
    width: 100% !important;
  }
  .home .ftt-maxwidth {
    max-width: 500px !important;
  }
  .wp-image-5471 {
    display: none;
  }
  .testimonial-section {
    margin: auto -2vw;
  }
}
.testimonial-section {
  border-radius: 12px;
  overflow: hidden;
}
/* --- Home --- Link Table --- */
.maxwidth-stepbystep {
  max-width: 432px !important;
}
.home table:not(.wc-block-mini-cart-items) {
  border-collapse: separate;
  border: 0px !important;
  border-spacing: 0 15px;
  vertical-align: top !important;
  table-layout: fixed !important;
  max-width: 1440px !important;
}
.home table:not(.wc-block-mini-cart-items) tr td {
  border: 0px !important;
  vertical-align: top !important;
  max-width: 20% !important;
}
.home table:not(.wc-block-mini-cart-items) tr {
  max-width: 20%;
}

.home table:not(.wc-block-mini-cart-items) tr td:before {
  border-top: 2.5px solid #d2b2a6 !important;
  border-left: transparent 0px solid;
  border-right: transparent 0px solid;
  border-bottom: transparent 0px solid;
  content: "";
  display: block;
  padding-bottom: 10px;
}
.home table tr td a {
  color: #20504e;
  text-decoration: none;
}

.home table:not(.wc-block-mini-cart-items) tr td {
  padding: 0px 4.5% 0px 0px;
}
.home table:not(.wc-block-mini-cart-items) tr td:last-of-type {
  padding: 0px;
}
.home-partnerparenthood {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* --- Home --- Testimonials --- */
#testimonials {
  margin-bottom: -27px !important;
}
.testimonial-slider .obb-featured-img {
  width: 300% !important;
  height: 318px !important;
}
.testimonial-slider .obb-content {
  vertical-align: center !important;
  margin: auto 0px !important;
  max-width: 585px !important;
  padding-left: 40px !important;
}
.testimonial-slider .obb-featured-img img {
  display: none;
}
blockquote.obb-excerpt.wp-block-quote {
  text-align: left;
}

.testimonial-slider .flex-prev,
.testimonial-slider .flex-next {
  background-color: #f6f3ed !important;
  border-radius: 200px;
  height: 48px !important;
  width: 48px !important;
}

.home .obb-flexslider .flex-direction-nav li a {
  margin-top: -45px;
}
.organic-block-testimonials .obb-flexslider .flex-control-nav li a {
  border-color: #20504e !important;
  border: 1px solid #20504e !important;
}
.organic-block-testimonials .obb-flexslider .flex-control-nav li a:hover {
  background-color: #20504e !important;
  border-color: #20504e !important;
}
.organic-block-testimonials .obb-flexslider .flex-control-nav li a.flex-active {
  background-color: #20504e !important;
  border-color: #20504e !important;
}
/* --- Home --- Blog --- */
.home .obb-posts .obb-author-avatar {
  display: none !important;
}
.home .obb-posts .obb-author-name {
  pointer-events: none;
}
.home .obb-posts .obb-author-name a {
  text-decoration: none !important;
}
.home .obb-posts .obb-author-name:before,
.wp-block-post-author__name:before {
  content: "By ";
}
.wp-block-post-author__avatar {
  display: none;
}
.obb-post-meta .obb-post-category a {
  background-color: #f6f3ed !important;
  border: 2px solid #ede8db;
  border-radius: 150px;
  padding: 4px 20px;
  margin-right: 3px;
}
#obb-post-1358682423 element {
}
#obb-post-1358682423 .wp-block-button__link {
  color: #20504e;
  background-color: #ede8db;
  background-image: none;
  border-color: #ede8db;
}
.obb-content .obb-button a,
.obb-content .obb-button a:hover {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.obb-content .obb-post-category {
  pointer-events: none !important;
}
article .wp-block-button .wp-block-button__link {
  border-radius: 0px !important;
  padding: 0px !important;
  text-decoration: underline 1px solid;
}
article .wp-block-button .wp-block-button__link:hover {
  top: 0px;
  box-shadow: none !important;
}
/* --- Home --- Family starts here --- */
.ftt-maxwidth {
  max-width: 35vw !important;
}

@media screen and (max-width: 1078px) {
  .home .htt-marginleft {
    margin-left: 0px !important;
  }
  .max-width-donor-bank-info {
    max-width: 500px;
  }
  .mobilie-homepage-image-1 {
    margin-top: -46px !important;
    left: 0px !important;
    height: 60vh;
  }
  .organic-block-testimonials
    .obb-flexslider
    .obb-aligner.obb-align-content-position-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  table tr > * {
    display: block;
  }
  table tr {
    display: table-cell;
  }
  .home table:not(.wc-block-mini-cart-items) tr td {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 778px) {
  .organic-block-testimonials
    .obb-flexslider
    .obb-aligner.obb-align-content-position-right {
    flex-direction: column !important;
    align-items: center !important;
  }
  .organic-block-testimonials
    .obb-flexslider
    .obb-aligner.obb-align-content-position-right
    .obb-content {
    padding-top: 25px !important;
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 630px) {
  .home .obb-flexslider .flex-direction-nav li a {
    margin-top: -177px !important;
  }
}

/* === Donor Sperm Services === */

@media screen and (min-width: 1080px) {
  /* M - Donor Sperm Services - Icons in the service blocks */
  .donor-service-icons-h2-tank img,
  .donor-service-icons-h2-belly img,
  .donor-service-icons-h2-baby img {
    margin-right: 20px !important;
  }
  .donor-service-icons-h2-tank {
    margin-left: -80px !important;
  }
  .donor-service-icons-h2-belly {
    margin-left: -95px !important;
  }
  .donor-service-icons-h2-baby {
    margin-left: -98px !important;
  }
}
@media screen and (max-width: 1079px) {
  /* M - Donor Sperm Services - Icons in the service blocks */
  .donor-service-icons-h2-tank,
  .donor-service-icons-h2-belly,
  .donor-service-icons-h2-baby {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .donor-service-icons-h2-tank h2.ht-marginleft-negative,
  .donor-service-icons-h2-belly h2.ht-marginleft-negative,
  .donor-service-icons-h2-baby h2.ht-marginleft-negative {
    margin-left: 0px !important;
    margin-bottom: 30px;
  }
  .donor-service-icons-h2-tank figure,
  .donor-service-icons-h2-belly figure,
  .donor-service-icons-h2-baby figure {
    margin-bottom: -20px !important;
  }
}
/* --- Pricing & Shipping --- */
.obb-pricing-list {
  text-align: left !important;
}
.obb-pricing-list li {
  padding: 1vw !important;
}

/* === Account === */
/* --- Account --- Logged Out --- */
@media screen and (max-width: 768px) {
  .u-column2.col-2 {
    margin-top: 35px !important;
  }
}
/* --- Account --- Logged in --- */
body.woocommerce-account
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 900px !important;
}
nav.woocommerce-MyAccount-navigation li {
  background-color: #ede8db !important;
  border-radius: 15px 15px 0px 0px;
  border: 0px;
  margin-left: 5px;
}
nav.woocommerce-MyAccount-navigation li.is-active {
  background-color: white !important;
}
nav.woocommerce-MyAccount-navigation ul {
  border-bottom: 2px #ede8db solid;
  padding-bottom: 1px;
}
body.woocommerce-account a {
  color: #20504e !important;
}
body.woocommerce-account .wp-element-button {
  text-transform: capitalize;
  border-radius: 55px;
}
body.woocommerce-account label,
body.woocommerce-account a {
  font-weight: 600 !important;
}
.woocommerce-form.woocommerce-form-login,
.woocommerce-form.woocommerce-form-register {
  border: 0px !important;
  border-radius: 15px !important;
}
.woocommerce-Input.woocommerce-Input--text {
  border: 1px solid #20504e;
}
.woocommerce-form input {
  margin-top: 5px !important;
}
.required {
  color: #d1a999 !important;
}

body.woocommerce-account.logged-in .non-account-information {
  display: none !important;
}
.yith-wcwl-share {
  display: none;
}
/* Back In Stock in the Accout */
.wc-bis-active-notifications-table th:nth-of-type(3),
.wc-bis-active-notifications-table
  .woocommerce-orders-table__cell:nth-of-type(3) {
  display: none;
}
/* === Find a Clinic === */
@media screen and (max-width: 892px) {
  .page-id-8926 .is-content-justification-left {
    padding-left: 0px !important;
  }
  .page-id-8926 .is-content-justification-left .wp-block-spacer {
    display: none !important;
  }
}
@media screen and (max-width: 598px) {
  .page-id-8926 .wp-block-jetpack-map__gm-container {
    height: 400px !important;
  }
  .page-id-8926 .wp-block-spacer {
    height: 70px !important;
  }
  .donor-hover-process {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: 253px !important;
    pointer-events: none !important;
  }
  .sperm-donor-checklist-neg-margin {
    margin-top: -30px;
  }
}
/* === Semen Analysis === */
.wp-image-12189,
.wp-image-12188,
.wp-image-12190,
.wp-image-12191,
.wp-image-12192,
.wp-image-12193,
.wp-image-12194 {
  width: unset !important;
  max-width: 75px !important;
}
@media screen and (max-width: 768px) {
  .IconMobileBreak .wp-block-group.is-nowrap {
    flex-wrap: wrap !important;
  }
}
/* === Blog === */
.page-id-22 .wp-block-post-author {
  margin-top: 10px;
}
@media screen and (max-width: 1120px) and (min-width: 600px) {
  .floating-blog-boxes {
    padding: 3vw !important;
  }
  .floating-blog-boxes .wp-block-column:first-of-type {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 785px) {
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container
    > .wp-block-navigation-submenu
    .dropdown-arrow {
    width: 100%;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container
    .wp-block-navigation-item
    .dropdown-arrow {
    text-align: right;
  }
}

/* === Woocommerce === */
/* --- Product Ecommerce --- */
.wpcvt-add-to-cart button.single_add_to_cart_button {
  margin: 2px 0px;
}
/* Woocommerce banners */
.wc-block-components-notice-banner.is-success > svg {
  background-color: #20504e;
}
.wc-block-components-notice-banner.is-success {
  border-color: #d9dfd4;
  background-color: #d9dfd4;
}
.wc-block-components-notice-banner.is-error > svg {
  background-color: #20504e;
}
.wc-block-components-notice-banner.is-error {
  border-color: #20504e;
  background-color: #ede8db;
}
.button.wc-forward.wp-element-button {
  background-color: #20504e !important;
  margin: -20px !important;
  padding: 20px !important;
  color: white !important;
  border-radius: 0px !important;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .wc-forward {
  opacity: 1 !important;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  a:hover {
  color: #597c83 !important;
}
/* Variations table */
.wpcvt-variations {
  max-height: 400px !important;
  overflow-y: visible !important;
}
.wpcvt-variations .wpcvt-variation {
  margin-left: 0px !important;
  margin-left: 0px !important;
}
.wpcvt-variations .wpcvt-variation > div {
  padding: 0px !important;
}
.wpcvt-variation-info {
  max-width: 45% !important;
  margin: auto 0px !important;
}
.wpcvt-variation-actions .cart br {
  display: none !important;
}
.wpcvt-variation-actions {
  flex: 0 0 55% !important;
}
.wpcvt-add-to-cart {
  display: flex !important;
  justify-content: flex-end !important;
}
.wpcvt-variation {
  border-top: 1px solid #20504e;
  border-bottom: 1px solid #20504e;
  padding: 10px 0px;
  margin-top: -1px;
}
.wpcvt-variations .wpcvt-variation:hover {
  background-color: transparent !important;
}
.single_add_to_cart_button.button.alt {
  background-color: #ebcdc0;
  border-radius: 30px;
  text-transform: none !important;
  border: none !important;
  padding: 11px 26px;
}
.single_add_to_cart_button.button.alt:hover,
.button.wc-forward.wp-element-button {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.wpcvt-add-to-cart p {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.single-product .wp-block-column.is-vertically-aligned-center {
  align-self: start;
}
.stock.in-stock {
  border-left: 1px solid #20504e;
  margin-left: -6px;
  padding-left: 6px;
}
.stock.out-of-stock {
  background-color: #ede8db;
  padding: 2px 4px;
}
@media only screen and (max-width: 390px) {
  .stock.in-stock {
    border-left: 0px;
  }
  .single-product .obb-modal-content {
    padding: 27px 21px 27px 15px;
  }
}
/*.yith-wcwl-add-to-wishlist{
	display: none;
}
@media only screen and (min-width: 1400px) {
	.responsive-purchasing-options {
		display: none;
	}
	.wpcvt-wrap {
		display: block;
	}
}
@media only screen and (max-width: 1400px) {
		.responsive-purchasing-options {
		display: block;
	}
	.wpcvt-wrap {
		display: none;
	}
	 .wpcvt-hide-variations-form + .variations_form {
		display: block !important;
	}
}*/
/* Out of Stock */
#wc_bis_product_form {
  display: none;
}
a.reset_variations {
  color: #597c83 !important;
}
a:where(:not(.wp-element-button):not(.wp-block-social-link-anchor)):hover {
  color: #20504e !important;
}
#wc_bis_product_form,
#wc_bis_product_form #wc_bis_email,
#wc_bis_product_form #wc_bis_send_form {
  margin-bottom: 0px !important;
}
#wc_bis_send_form {
  background-color: #ebccbf !important;
  border-radius: 100px;
  text-transform: capitalize;
}
#wc_bis_send_form br {
  display: none;
}
#wc_bis_email {
  border-width: 1px !important;
}
.woocommerce-variation-availability .stock.out-of-stock:before {
  content: "" !important;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 25px;
  background-image: url("https://cryomate.com/wp-content/uploads/2024/01/icon_out-of-stock-dark.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  bottom: -7px;
}
.woocommerce-variation-availability .button.wp-element-button.wc_bis_send_form {
  background-color: #20504e !important;
  color: white !important;
  border-radius: 30px;
  text-transform: none !important;
  margin-bottom: 0px !important;
}
.woocommerce-variation-availability
  .button.wp-element-button.wc_bis_send_form:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.wc_bis_registrations_count {
  border-top: 1px solid #20504e;
  padding-top: 7px;
}

.single_add_to_cart_button.button.alt.wp-element-button {
  border-radius: 30px;
  text-transform: none !important;
}
.single_add_to_cart_button.button.alt.wp-element-button:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.wc-block-add-to-cart-form .quantity .qty {
  margin-right: 0px !important;
}
.cart .quantity {
  max-height: 35px;
  margin-top: 7px;
}
.cart .quantity button:hover {
  border-color: #afc0a3 !important;
}

.purchasing-options-desktop .wpcvt-variations {
  width: 45.5vw !important;
}

/* when quantity is one, gray and null out the quanity buttons .. */
input[type="hidden"] ~ .plus:before {
  content: "1";
  display: inline-block;
  position: relative;
  background-color: white;
  top: -1px !important;
  font-family: "TT Commons" !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #20504e !important;
}
.single-product
  :not(#obb-modal-box-2)
  form
  input:not(.wpcf7-submit):not(#rememberme):not(#automatewoo_optin):not(
    .wc-block-components-checkbox__input
  ) {
  width: 56px !important;
}
/*:not(#obb-modal-box-2) form input:not(.wpcf7-submit):not(#rememberme):not(#automatewoo_optin):not(.wc-block-components-checkbox__input):not(#billing-phone):not(#billing-postcode):not(#components-form-token-input-1):not(#billing-city):not(#components-form-token-input-0):not(#billing-address_2):not(#billing-address_1):not(#billing-last_name):not(#billing-first_name):not(#email) {
	width: 56px !important;
}*/
.single-product :not(#obb-modal-box-2) input[type="hidden"] ~ .plus:before {
  width: 55px !important;
  height: 27px !important;
  margin-right: 18px;
  padding-top: 6px;
}
.single-product :not(#obb-modal-box-2) input[type="hidden"] ~ .plus {
  padding-right: 18px;
  padding-left: 0px !important;
}
.single-product .quantity:has(input[type="hidden"]) button {
  background-color: #f3f0e8;
  color: #8ba19d;
  pointer-events: none;
  border-color: #8ba19d;
}

.single-product
  #obb-modal-box-2
  form
  input:not(.wpcf7-submit):not(#rememberme):not(#automatewoo_optin):not(
    .wc-block-components-checkbox__input
  ) {
  width: 44px !important;
}
.single-product #obb-modal-box-2 input[type="hidden"] ~ .plus:before {
  width: 40px !important;
  height: 26px !important;
  margin-right: 25px !important;
  padding-top: 7px;
}
.single-product #obb-modal-box-2 input[type="hidden"] ~ .plus {
  padding-right: 0px;
}
@media screen and (max-width: 782px) {
  .single-product #obb-modal-box-2 input[type="hidden"] ~ .plus:before {
    width: 40px !important;
    height: 26px !important;
    margin-right: 8px !important;
    padding-top: 6px;
  }
  .single-product #obb-modal-box-2 input[type="hidden"] ~ .plus {
    padding-right: 8px;
  }
}
@media screen and (max-width: 414px) {
  .jquery-modal.blocker.current
    #obb-modal-box-2
    input[type="hidden"]
    ~ .plus:before {
    width: 43px !important;
    height: 26px !important;
    margin-right: 0px !important;
    padding-top: 7px;
    right: 18px !important;
    margin-top: 1px;
  }
  .jquery-modal.blocker.current #obb-modal-box-2 input[type="hidden"] ~ .plus {
    padding-right: 12px;
  }
}

@media screen and (min-width: 1150px) {
  .purchasing-options-desktop {
    display: block;
  }
  .purchasing-options-mobile,
  .purchasing-options-tablet,
  .sticky-purchase {
    display: none;
  }
}
@media screen and (max-width: 1150px) and (min-width: 600px) {
  .purchasing-options-desktop,
  .purchasing-options-mobile,
  .sticky-purchase {
    display: none;
  }
  .purchasing-options-tablet {
    display: block;
  }
  .single-product .wp-block-post-featured-image {
    padding: 0px !important;
  }
}
@media screen and (max-width: 599px) and (min-width: 0px) {
  .purchasing-options-desktop,
  .purchasing-options-tablet {
    display: none;
  }
  .purchasing-options-mobile,
  .sticky-purchase {
    display: block;
  }
  .sticky-purchase {
    display: block;
    bottom: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .single-product .wp-block-post-featured-image {
    padding: 0px !important;
    margin: 30px -3vw 0px !important;
  }
  /* .single-product .wc-block-store-notices {
    display: none;
  } */
}
.purchasing-options-tablet .wpcvt-variations .wpcvt-variation,
.obb-modal-content .wpcvt-variations .wpcvt-variation {
  flex-direction: row !important;
  text-align: left;
}
.single-product .obb-modal-box {
  width: 95vw;
}
.obb-modal-content {
  max-height: 94vh;
  overflow-x: scroll;
}
.single-product .obb-modal-box .quantity button {
  min-width: 28px !important;
}
.single-product .obb-modal-box .quantity input {
  min-width: 45px !important;
  width: 45px !important;
}
.obb-modal-content
  .wpcvt-variations
  .wpcvt-variation
  .single_add_to_cart_button.button.alt {
  font-size: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.obb-modal-content
  .wpcvt-variations
  .wpcvt-variation
  .single_add_to_cart_button.button.alt:before {
  content: "";
  display: inline-block;
  background-image: url("https://cryomate.com/wp-content/uploads/2024/01/cart-icon.png");
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
}
/* --- Cart --- */
.page-id-5372 .wc-block-cart__sidebar {
  padding-bottom: 15px !important;
}
.wc-block-components-drawer__close {
  margin-top: 0px;
}
.wc-block-components-sidebar {
  border-radius: 15px !important;
  background: #ede8db !important;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.wp-block-woocommerce-mini-cart-cart-button-block.outlined:hover,
.wp-block-woocommerce-mini-cart-cart-button-block.outlined {
  background-color: #afc0a3 !important;
  outline: 0px;
  box-shadow: none !important;
}
:where(.wc-block-mini-cart__badge) {
  color: #20504e !important;
  background: #ebcdc0 !important;
}
.wp-block-woocommerce-mini-cart-checkout-button-block,
.wp-element-button.wc-block-components-checkout-place-order-button,
.wp-element-button.wc-block-components-checkout-place-order-button:hover {
  border-radius: 50px;
}
.wc-block-components-totals-shipping__change-address__link {
  color: #20504e !important;
}
.wc-block-components-totals-shipping__change-address__link:hover {
  color: #597c83 !important;
}
.wc-block-components-totals-wrapper::after {
  border: 0px !important;
}
:not(.wc-block-cart-item__total-price-and-sale-badge-wrapper)
  .wc-block-components-product-badge.wc-block-components-sale-badge:after {
  content: " per vial";
}
.components-button.wp-block-woocommerce-mini-cart-cart-button-block {
  border-radius: 100px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-product-badge.wc-block-components-sale-badge:before {
  content: " You saved ";
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 144% !important;
  letter-spacing: 0.01em !important;
  padding-left: 10px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-product-badge.wc-block-components-sale-badge {
  font-size: 0px;
  padding-right: 10px !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
  border: 0px;
  background-color: #d9dfd4;
  text-transform: none;
}
.wc-block-components-product-badge.wc-block-components-sale-badge,
.wc-block-components-product-badge.wc-block-components-sale-badge span {
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 748px) {
  .wc-block-cart
    table.wc-block-cart-items
    .wc-block-cart-items__row
    td:first-child {
    display: block !important;
  }
}
@media screen and (max-width: 424px) {
  .wc-block-cart
    table.wc-block-cart-items
    .wc-block-cart-items__row
    td.wc-block-cart-item__total,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    display: block !important;
  }
  .wc-block-cart
    table.wc-block-cart-items
    .wc-block-cart-items__row
    td.wc-block-cart-item__total
    .wc-block-formatted-money-amount,
  .is-mobile
    table.wc-block-cart-items
    .wc-block-cart-item__total
    .wc-block-components-product-price__value {
    background-color: #ede8db !important;
    padding: 5px 10px !important;
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-item__image {
    max-width: 200px;
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-item__total .price {
    justify-content: flex-end !important;
  }
}
/* --- Checkout --- */
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-textarea {
  border: 1px solid #20504e !important;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: #20504e;
}
/* Checkout & Cart --- Header and footer issue on checkout page */
.page-id-5373 main,
.page-id-5372 main {
  padding-top: 100px;
}

.page-id-5373 header .position-fixed,
.page-id-5372 header .position-fixed {
  position: fixed;
  z-index: 10000;
  width: 100vw;
}
/* --- Order Confirmation --- */
ul.woocommerce-order-overview {
  background-color: #ede8db;
}
.woocommerce-order-details {
  margin-top: 50px;
}
body.woocommerce-order-received {
  font-family: "TT Commons";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  text-transform: capitalize;
}
.woocommerce-table--order-details
  .woocommerce-table__product-name.product-name:not(a),
.woocommerce-table--order-details,
.woocommerce-table__product-table.product-total {
  text-transform: capitalize;
  font-weight: 500;
}
.woocommerce-table--order-details
  .woocommerce-table__product-name.product-name
  a {
  font-family: "Flecha";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  color: #20504e;
  text-decoration: none;
  font-size: 34px;
}
.woocommerce-table--order-details
  .woocommerce-table__product-name.product-name
  a:hover {
  color: #597c83 !important;
}
.woocommerce-table--order-details tfoot th {
  text-transform: capitalize;
}
.woocommerce-table--order-details thead th,
.woocommerce-order-details tfoot th,
.woocommerce-order-details tfoot td {
  border-bottom: 1px solid #20504e;
}
.woocommerce-order table,
.woocommerce-order-details table {
  border: 0px;
}
.woocommerce-table--order-details tbody td {
  padding-top: 20px;
  padding-bottom: 40px;
}
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  padding-bottom: 10px;
  padding-top: 10px;
}
/* --- Yith Wishlist --- */
body.single-product .view-wishlist,
.woocommerce-shop .added_to_cart.wc_forward {
  display: none;
}
body.single-product .yith-wcwl-add-button {
  font-size: 0px;
}
.woocommerce a.add_to_wishlist.button.alt:hover {
  background-color: transparent !important;
  color: #ebcdc0 !important;
}
body.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i {
  font-size: 32px;
}
.yith-wcwl-add-to-wishlist {
  display: block !important;
  background: transparent;
}
.woocommerce-shop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i {
  font-size: 32px;
}
.woocommerce-shop .fa-heart-o {
  color: #20504e;
}
.post-type-archive .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  justify-content: flex-end !important;
}
.yith-wcwl-wishlistaddedbrowse {
  display: flex;
  justify-content: flex-end !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  left: 0px !important;
  top: 0px !important;
}
.yith-wcwl-add-to-wishlist {
  padding-left: 12px;
  padding-right: 12px;
}
.product-template-default.single-product .yith-wcwl-add-to-wishlist {
  position: relative !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}
a.delete_item {
  color: #eacbbe !important;
}
/*@media screen and (min-width: 992px) {
	.woocommerce-shop  .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
		top: 23.5vw !important;
		left: 79%;
}
}*/
/* Wishlist --- Favorites page */
table.shop_table a.remove {
  background-color: #eacbbe !important;
  color: #20504e !important;
}
.page-id-6893 .product-name a,
.page-id-6893 .remove_from_wishlist.button {
  color: #20504e !important;
}
.page-id-6893 .product-name a:hover,
.page-id-6893 .remove_from_wishlist.button:hover {
  color: #597c83 !important;
}
.page-id-6893 thead {
  visibility: hidden !important;
}
.button.show-title-form {
  color: #597c83 !important;
}
.button.show-title-form:hover {
  color: #20504e !important;
}

/* === Become a Donor === */
.neg-margin-element .wp-block-image {
  margin-right: -3vw;
}
/* === Donor Form === */
.form-text-on-dark,
.wpcf7-response-output {
  color: white !important;
}
.two-col-form p {
  display: flex !important;
  flex-direction: row;
}
.two-col-form .form-text-on-dark {
  width: 52% !important;
}
.two-col-form .first-col-form {
  padding-right: 20px;
  width: 48% !important;
}
form
  input:not(.wpcf7-submit):not(#rememberme):not(#automatewoo_optin):not(
    .wc-block-components-checkbox__input
  ),
form select.wpcf7-form-control.wpcf7-select,
form textarea,
form select {
  width: 100%;
  border: 1px solid #20504e !important;
  border-radius: 0px;
  background-color: white;
}
.input-select,
.afreg_extra_fields .input-text {
  min-height: unset !important;
  max-height: unset !important;
  height: unset !important;
}

form .afreg_extra_fields h3 {
  display: none !important;
}
.afreg_extra_fields .half_width,
.form-row.afreg_half_field {
  width: calc(50% - 0.75rem) !important;
  margin-right: 1.5rem !important;
}
.afreg_extra_fields .half_width + .half_width,
.form-row.afreg_half_field + .form-row.afreg_half_field {
  margin-right: 0 !important;
}

@media (max-width: 600px) {
  .afreg_extra_fields .half_width {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.woocommerce-form select {
  margin-top: 5px !important;
}

.woocommerce-form-register.register {
  position: relative;
}

/*
.woocommerce-form-register.register > p:first-of-type,
.woocommerce-form-register.register > p:first-of-type + p {
	position: absolute;
	width: auto!important;
	right: 24px;
	left: 24px;
}
.woocommerce-form-register.register > p:first-of-type {
		top: 123px;
	}	
.woocommerce-form-register.register > p:first-of-type + p {
		top: 218px;
	}


@media (max-width: 768px) {
	.woocommerce-form-register.register > p:first-of-type {
			top: 115px;
		}	
	.woocommerce-form-register.register > p:first-of-type + p {
			top: 210px;
		}
	body form :not(.wpcvt-add-to-cart).afreg_extra_fields p:not(.nobottommargin):not(.nobottommargin-psmall):first-of-type {
		margin-bottom: 210px!important;
	}
}
@media (max-width: 600px) {
	.woocommerce-form-register.register > p:first-of-type {
			top: 218px;
		}	
	.woocommerce-form-register.register > p:first-of-type + p {
			top: 318px;
		}
	body form :not(.wpcvt-add-to-cart).afreg_extra_fields p:not(.nobottommargin):not(.nobottommargin-psmall):first-of-type {
		margin-bottom: 24px!important;
	}
	body form :not(.wpcvt-add-to-cart).afreg_extra_fields p:not(.nobottommargin):not(.nobottommargin-psmall):first-of-type + p {
		margin-bottom: 223px!important;
	}
}

@media (min-width: 600px) {
	body form :not(.wpcvt-add-to-cart).afreg_extra_fields p:not(.nobottommargin):not(.nobottommargin-psmall):first-of-type {
		margin-bottom: 218px!important;
	}
}

@media (min-width: 768px) {
	.woocommerce-form-register.register > p:first-of-type {
			top: 123px;
		}	
	.woocommerce-form-register.register > p:first-of-type + p {
			top: 220px;
		}
}
*/

form select.wpcf7-form-control.wpcf7-select {
  color: #20504e;
}
.checkbox:not(.woocommerce-form__label-for-checkbox) {
  border: 1px solid #20504e !important;
}
form
  :not(.wpcvt-add-to-cart)
  p:not(.nobottommargin):not(.nobottommargin-psmall) {
  margin-top: 0px;
  margin-bottom: 20px !important;
}
.nobottommargin {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.nobottommargin-psmall {
  margin-bottom: -5px !important;
  margin-top: 0px !important;
}
form hr {
  margin: 40px 0px 0px !important;
  height: 1px !important;
  background-color: #ebcdc0 !important;
  border: 0px !important;
}
.wpcf7-list-item {
  margin-left: 0px !important;
  margin-right: 8px !important;
}
.two-col-form p br {
  display: none !important;
}
.wpcf7-not-valid-tip {
  color: #d1a999 !important;
  font-style: italic;
}
form h3 {
  margin-bottom: 20px !important;
}
.wpcf7-submit {
  border-radius: 30px;
  padding: 11px 26px !important;
  background-color: #ebcdc0;
  box-shadow: none;
  border: 0px;
  margin-top: 30px !important;
}
.negative-form-input-margin {
  margin-top: -25px;
}
input[type="radio"] {
  width: auto !important;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin-right: 3vw !important;
}
@media screen and (max-width: 712px) {
  .two-col-form p {
    display: block !important;
  }
  .two-col-form p br {
    margin-bottom: 15px !important;
    display: block !important;
  }
  .two-col-form .first-col-form {
    padding-right: 0px !important;
  }
  .page-id-6980 h1 {
    margin-top: 0px !important;
  }
  .wp-elements-98703539c8ae813a39c708b7f49d478c {
    margin-top: -30px !important;
  }
  .page-id-6980
    .wp-container-core-group-layout-6.wp-container-core-group-layout-6
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-right: 2vw !important;
    padding-left: 2vw !important;
  }
}
/* === Find a Fertility Clinic === */
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  visibility: hidden !important;
}

.mapboxgl-ctrl-top-right {
  top: 80% !important;
}
/* === Contact page === */
.page-id-5370 .wpcf7-response-output {
  color: #20504e !important;
}
button:hover,
.button:hover,
a.button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.wc-block-components-button:not(.is-link):hover,
.wp-block-search__button:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

/* === Footer === */
footer {
  margin-bottom: -54px;
  background-color: #ede8db;
}
footer .display-only-small-screen {
  display: none;
}
.site-footer
  .wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor
  svg {
  color: #ede8db !important;
  fill: #ede8db !important;
}
.site-footer
  .wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:hover
  svg {
  color: #ede8db !important;
}

@media screen and (max-width: 938px) {
  .mobile-column-break {
    display: block !important;
  }
  footer .is-content-justification-right {
    justify-content: flex-start !important;
  }
  footer .display-none-small-screen {
    display: none;
  }
  footer .display-only-small-screen {
    display: block !important;
  }
  .inclusive-icon {
    float: left !important;
    margin-right: 15px !important;
  }
}

/* === Responsive === */

@media screen and (max-width: 1273px) and (min-width: 1056px) {
  .wp-block-image.become-donor-pic-1 {
    width: 29vw !important;
  }
}
@media screen and (max-width: 1055px) {
  .wp-block-image.become-donor-pic-1,
  .flexrow.display-none-mobile {
    display: none;
  }
}
@media screen and (max-width: 1178px) and (min-width: 788px) {
  /* Donor Catalog responsiveness between desktop tablet sizes */
  .wp-block-column.productGrid.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 100% !important;
  }
  .wp-block-column.desktop-filters.display-none-mobile.is-layout-flow.wp-block-column-is-layout-flow {
    display: none;
  }
  .mobile-catalog-filters {
    display: block !important;
  }
}
@media screen and (max-width: 1079px) {
  .display-none_tablet {
    display: none !important;
    width: 0% !important;
  }
}
@media screen and (max-width: 1066px) {
  /* --- M --- Universal Custom Class --- */
  /* M - When 3 columns are in layout, layout breaks into 4x4x8, this solution helps it break all into 8 for each */
  .tablet-jetpack-layout-grid {
    display: block !important;
  }
  .tablet-jetpack-layout-grid p,
  .tablet-jetpack-layout-grid h3 {
    max-width: 750px !important;
  }
  .tablet-jetpack-layout-grid .wp-block-jetpack-layout-grid-column {
    margin-bottom: 50px !important;
  }
  /* R --- Become a Sperm Donor --- */
  .page-id-7798 img.wp-image-7847 {
    width: 100% !important;
    height: 370px !important;
  }
  .page-id-7798 .htt-marginleft {
    margin-right: 0px !important;
  }
  .page-id-7798 .no-margin-r {
    margin: 0px !important;
  }
  .donorbenefits div {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .lg-h1 {
    font-size: 54px !important;
  }
  .wp-block-cover {
    min-height: 510px !important;
  }
  .woocommerce-shop .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist,
  .woocommerce-shop .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    top: 0px !important;
    left: 79%;
  }
}
@media screen and (max-width: 834px) {
  /* --- T --- Type --- */
  /* T - Flecha - */
  .lg-h1 {
    font-family: "Flecha" !important;
    font-size: 45px !important;
  }
  H1,
  h2.wp-block-post-title {
    font-size: 38px !important;
    line-height: 115.789% !important;
  }

  /* T - Labs Mono - */
  h2:not(.wp-block-post-title),
  .home table tr td a:not(.wc-block-components-product-name),
  .wp-block-woocommerce-product-details ul.wc-tabs li a,
  .staffImpression:before,
  .checklist li,
  .wc-block-cart-items__header,
  .wc-block-cart__totals-title,
  .wc-block-components-order-summary__button-text {
    font-size: 14px !important;
    line-height: 142.857% !important;
  }

  /* T - H3 - TT Commons - */
  h3:not(.donor-icon-dictionary__heading):not(.profile-group__heading):not(
      .donor-card__name
    ):not(.wp-elements-f8d0a5465cdfd5a46cf4addb9ccc51ad):not(.obb-title):not(
      .wp-elements-27b85e1db661d89fb5f6ed47e2892f88
    ),
  p.home-box-w-background-text,
  .info-boxes .obb-toggle-title,
  .header-tt-commons-h3,
  .flecha-28 {
    font-size: 22px !important;
    line-height: 135% !important;
  }
  H4 {
    font-family: "TT Commons";
    font-size: 16px;
    line-height: 23px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    color: #20504e !important;
  }
  /* T - P Large - TT Commons */
  h3.obb-title,
  .p-lrg,
  .page-id-22 main h2 {
    font-size: 28px !important;
    line-height: 130% !important;
  }
  /* T - P - TT Commons */
  p:not(.stock):not(.home-box-w-background-text),
  .home .obb-posts .obb-author-name,
  .wc-block-components-totals-item__label,
  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 144%;
  }

  /* T - Universal - */
  .icon-in-background {
    background-image: url("../wp-content/uploads/2023/11/Background_Icon-Texture_Green_top-left-927x1024.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 44%;
  }
}
/* === Responsive - Mobile === */
@media screen and (max-width: 786px) {
  /* --- M --- Universal --- */
  .blank-template-site-main {
    margin-top: 86px !important;
  }
  .mobile-spacer-top {
    height: 115px !important;
  }
  .wp-container-22.wp-container-22,
  .wp-container-24.wp-container-24 {
    justify-content: flex-start !important;
  }
  .mobile-small-top-bottom-padding {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .mobile-margin-top-negative {
    margin-top: -20px !important;
  }
  .icon-for-full-background {
    background-size: 44% !important;
  }
  main {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .mobile-nav-col-1 {
    max-width: 203px !important;
    z-index: 100000000000;
  }
  .mobile-nav-col-2 .gap-shrinker {
    max-width: 156px !important;
    margin-right: 15px !important;
    z-index: 1000000000000;
  }
  .display-none-mobile {
    display: none !important;
  }
  .force-mobile-single-column {
    grid-column-end: span 8 !important;
  }
  .display-only-mobile {
    display: block !important;
  }
  .hide-behind-mobile-nav {
    margin-top: -50px !important;
  }
  .negative-lrpadding-search {
    margin-right: 4px !important;
    margin-left: 0px !important;
    padding-top: 0.8em;
  }
  .wp-block-woocommerce-customer-account {
    padding: 0.5em 4px;
  }
  .gap-shrinker {
    gap: 7px !important;
  }
  .mobilie-homepage-image-1 img {
    height: 46vh !important;
  }
  /* --- M --- Home --- */
  .home .wp-container-14 {
    padding-left: 0px !important;
  }
  .homepage-spacer {
    height: 135px !important;
  }
  .wp-image-5804 {
    height: 100% !important;
  }
  /* --- M --- Our Team --- */
  .banner-cream {
    margin-top: -55px !important;
    border-radius: 0px !important;
  }
  .banner-cream .wp-block-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .banner-cream .wp-block-spacer {
    display: none;
  }
  /* --- M --- Donor Catalog --- */
  .woocommerce-shop ul.wp-container-80.wp-block-post-template-is-layout-grid,
  .productGrid .wp-block-query .wp-block-post-template {
    grid-auto-flow: column;
    overflow-x: auto !important;
    grid-template-columns: none;
  }
  .woocommerce-shop ul.wp-container-80.wp-block-post-template-is-layout-grid li,
  .productGrid .wp-block-post-template li {
    width: 255px;
  }
  /* --- M --- Become Sperm Donor --- */
  .max-width-mobile {
    max-width: 455px;
  }
  .h1-mobile-left-padding {
    padding: 0px 0px 0px 2vw !important;
  }
  .donorbenefits.is-layout-flex {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .donorbenefits div {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  /* --- M --- Universal --- */
  .parent-details,
  .floating-blog-boxes {
    padding: 15px !important;
  }
  .wp-block-jetpack-layout-grid__padding-huge {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }

  /* --- M --- Become Parent Pages --- */
  .page-id-48 main {
    margin-top: 68px !important;
  }
  .page-id-7923 .wp-block-spacer,
  .page-id-7900 .wp-block-spacer,
  .page-id-7915 .wp-block-spacer,
  .wp-block-spacer:not(.not-mobilized-home) {
    height: 25px !important;
  }
  .page-id-7923 .wp-block-media-text.is-image-fill .wp-block-media-text__media,
  .page-id-7900 .wp-block-media-text.is-image-fill .wp-block-media-text__media,
  .page-id-7915 .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    min-height: 328px !important;
  }
  .become-parent-about {
    padding-left: 0px !important;
  }
  .page-id-7948 .info-boxes .obb-toggle-content {
    padding-top: 0px;
  }
  .page-id-7948 .info-boxes .obb-toggle-content p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 471px) {
  /* Removes the title on the consultation page so just the icons appear in the progress tracker for responsive optimization */
  .bpa-front-tm--item-label {
    display: none;
  }
}
@media screen and (max-width: 335px) {
  .wp-block-navigation__responsive-container-open {
    padding: 10px 10px;
  }
}

/* out of stock - get notified */
.wpcvt-variation[data-purchasable="no"] {
  display: block !important;
}

.wpcvt-variation[data-purchasable="no"] .wpcvt-variation-info {
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 1fr;
  column-gap: 12px;
}

.wpcvt-variation-name {
  grid-column: 1;
  grid-row: 1;
}

.wpcvt-variation-price {
  grid-column: 1;
  grid-row: 2;
  max-width: fit-content !important;
}

.wpcvt-variation[data-purchasable="no"] .wpcvt-variation-availability {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 0 !important;
  grid-row: 1 / 3;
}

.wpcvt-variation[data-purchasable="no"] .out-of-stock {
  white-space: nowrap;
}

.wpcvt-variation[data-purchasable="no"] #wc_bis_product_form {
  display: flex !important;
  margin: 0 !important;
}

.wpcvt-variation[data-purchasable="no"] #wc_bis_product_form p {
  margin: 0 !important;
}

.wpcvt-variation[data-purchasable="no"] .wc_bis_form_title {
  max-width: 22ch !important;
  font-size: 14px !important;
  padding: 0 12px !important;
}

.wpcvt-variation[data-purchasable="no"] .wc_bis_send_form {
  margin: 0 !important;
  padding: 11px 26px !important;
  white-space: nowrap;
}

@media screen and (max-width: 471px) {
  .wpcvt-variation[data-purchasable="no"] .wpcvt-variation-info {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .wpcvt-variation[data-purchasable="no"] .wpcvt-variation-availability {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
  }

  .wpcvt-variation[data-purchasable="no"] .out-of-stock {
    grid-column: 1;
    grid-row: 3;
    margin-top: auto !important;
  }

  .wpcvt-variation[data-purchasable="no"] #wc_bis_product_form {
    flex-direction: column !important;
    padding-left: 12px;
  }

  .wpcvt-variation[data-purchasable="no"] #wc_bis_product_form :nth-child(2) {
    margin-top: 8px !important;
  }
}

/* 2024 Hax */

#mailpoet_subscribe_on_register {
  display: inline-block;
  width: auto !important;
}

body:not(.page-id-10564, .home)
  .wp-container-core-group-is-layout-12
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  padding-bottom: 0;
}

.wc-block-components-sidebar
  .wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__content
  > p {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 0.8rem;
  margin-top: 0;
  margin-bottom: 24px;
}

.profile-accordion__details {
  flex-direction: column !important;
}

.wp-block-woocommerce-filled-mini-cart-contents-block
  .wc-block-components-totals-item__description,
.page-id-5372
  .wc-block-components-totals-item.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__description {
  font-size: 0 !important;
}
.wp-block-woocommerce-filled-mini-cart-contents-block
  .wc-block-components-totals-item__description:after,
.page-id-5372
  .wc-block-components-totals-item.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__description:after {
  font-size: 13px !important;
  content: "If paying with a credit card, a 3% processing fee will be applied. Bundle discounts will be applied at checkout.";
}
.wp-block-woocommerce-filled-mini-cart-contents-block
  .wc-block-components-totals-item__description:after {
  padding-right: 12%;
}

.page-id-10332
  .wp-block-jetpack-layout-grid
  .wp-block-jetpack-layout-grid-column
  .has-custom-2-dark-cream-background-color {
  height: 100%;
}

.is-logged-out .account-notice-wrapper .wp-block-spacer {
  display: none !important;
}

.is-logged-out .account-notice-wrapper > div:first-child {
  border-radius: 7px 7px 0 0 !important;
}

.is-logged-out .account-notice-wrapper + .alignwide.wp-block-post-title {
  display: none !important;
}

.is-logged-out .wp-block > .wc-block-checkout {
  margin-top: 0 !important;
  padding: 0 !important;
}

.is-logged-out .wc-block-checkout > .wc-block-checkout {
  margin-top: 0 !important;
  padding: 24px;
  background: #717969
    url(/wp-content/uploads/2023/10/background_icons-for-negative-space_dark-5.png)
    50% 50% / cover no-repeat fixed;
  min-height: 388px;
  border-radius: 0 0 7px 7px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.is-logged-out
  .wc-block-checkout
  > .wc-block-checkout
  h3:not(.donor-icon-dictionary__heading):not(.profile-group__heading):not(
    .donor-card__name
  ):not(.wp-elements-f8d0a5465cdfd5a46cf4addb9ccc51ad):not(.obb-title):not(
    .wp-elements-27b85e1db661d89fb5f6ed47e2892f88
  ) {
  font-family: "Flecha" !important;
  font-size: 52px !important;
  color: #fff;
  margin: 0 0 2rem;
}

.is-logged-out .wc-block-checkout > .wc-block-checkout p {
  margin-bottom: 1.5rem;
}

.is-logged-out .wc-block-checkout > .wc-block-checkout a {
  display: inline-block;
  clear: both;
  background: var(--wp--preset--color--custom-2-sage) !important;
  padding: 11px 26px;
  border-radius: 100px !important;
  color: #20504e !important;
  text-decoration: none;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "TT Commons" !important;
}

.img-foot-banner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: 20px;
  padding: 9px 15px;
  border-radius: 100px;
  font-family: "TT Commons";
  font-size: 13px;
  font-weight: 700;
  line-height: 18.72px;
  text-align: center;
}

.img-foot-banner {
  background: #ebcdc0;
}

.wp-block-group p a {
  color: #20504e !important;
}

.wp-block-group p a:hover {
  text-underline-offset: 5px;
  transition: all 0.5s ease;
}

@media screen and (min-width: 787px) {
  body.no-account-history #customer_login {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  body.no-account-history #customer_login > div {
    flex-basis: calc(50% - 24px);
    margin: 0 !important;
  }
}
.header-phone-panel {
  position: absolute;
  top: 100%;
  left: 100%;
  right: auto;
  background: #f6f3ed !important;
  margin: 0 !important;
  line-height: 1;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 0 0 0 1.5rem;
  transition: all 0.25s ease-in-out;
}
.header-phone-open .header-phone-panel {
  left: calc(100% - 170px);
}

@media screen and (max-width: 787px) {
  .header-phone-open .header-phone-panel {
    left: calc(100% - 157px);
  }
  body.no-account-history #customer_login {
    display: flex;
    flex-direction: column-reverse;
  }
}

.header-phone-panel p {
  display: inline;
  margin: 0 !important;
  line-height: 1;
}

a.contact-phone,
a.contact-address {
  text-decoration: none;
  color: #24504e;
}
a.contact-phone br:first-child,
a.contact-address br:first-child {
  display: none;
}

/* Temp Banner */

.holiday-banner {
  background-color: #ebcdc0;
  border-bottom: 1px solid #ddd;
  z-index: 9999;
}

.holiday-banner-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 40px 12px 16px;
  position: relative;
}

.holiday-banner-icon {
  width: 36px;
  flex-shrink: 0;
}

.holiday-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.holiday-banner a {
  text-decoration: underline;
}

.holiday-banner-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .holiday-banner-inner {
    flex-direction: column;
    text-align: center;
    padding: 12px 36px 12px 12px;
  }

  .holiday-banner-icon {
    width: 30px;
  }
}



@media print {
  body,
  header .has-white-background-color:not(a) {
    background-color: #fff !important;
  }
  main.site-main:not(.full-width-neg-margin),
  .site-footer,
  .post-type-archive .site-main.is-layout-flow {
    padding: 0 !important;
  }

  .profile-desktop-only {
    display: block !important;
  }

  main#wp--skip-link--target > .LoggedOutSpacer,
  .wp-block-column.nav-span.site-nav-wrapper,
  ul.donor-profile-icons,
  .yith-wcwl-add-to-wishlist,
  .yith-wcwl-add-to-wishlist + p,
  .wp-block-group.purchasing-options-desktop,
  .wp-block-group.purchasing-options-tablet,
  .announcement-wrapper,
  .donor-audio-recording,
  .donor--genetic-testing__right,
  footer > div > div > div:nth-child(1),
  footer > div > div > div:nth-child(2),
  footer > div > div > div:nth-child(3),
  footer > div > div > h4,
  footer > div > div > div:nth-child(5),
  footer > div > div > div:nth-child(6) > div:nth-child(2),
  footer > div > div > div:nth-child(6) > div:nth-child(3),
  footer > div > div > div:nth-child(7),
  .profile-mobile-only,
  .wp-block-group.sticky-purchase,
  .profile-images__thumbnails.profile-desktop-only,
  footer ul.wp-block-social-links {
    display: none !important;
  }
  .profile-overview-section + .wp-block-spacer {
    height: 10px;
  }
  .membership-extended-profile > .wp-block-spacer {
    height: 0 !important;
  }
  .wp-block-group.header-wrapper {
    box-shadow: none;
  }
  .wp-block-columns,
  .wp-container-core-columns-is-layout-3 {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    width: 50%;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column
    + .wp-block-column {
    flex-grow: 2 !important;
  }
  .entry-content > div:nth-child(2) > div:first-child > div {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .entry-content
    > div:nth-child(2)
    > div:first-child
    > div:nth-child(2)
    h2.wp-block-post-title {
    font-size: 32px !important;
    /*flex-grow: 2!important;*/
  }
  .entry-content
    > div:nth-child(2)
    > div:first-child
    > div:nth-child(2)
    > :first-child
    > :first-child {
    flex-basis: 100% !important;
  }

  .wp-block-site-logo a,
  .wp-block-site-logo img {
    width: 96px !important;
  }

  header > div.position-fixed {
    position: relative;
  }

  .admin-bar .position-fixed {
    top: 0;
  }
  .profile-overview-section .profile-overview.profile-overview--desktop {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 72px;
  }
  .profile-overview-section .profile-overview.profile-overview--mobile {
    display: none !important;
  }

  :where(.wp-block-group.has-background),
  .wp-block-group.has-custom-2-dark-cream-background-color,
  div.profile-card {
    padding: 0 !important;
    background-color: transparent !important;
  }

  div.profile-overview__open-id {
    max-width: unset !important;
  }
  span.profile-overview__is-open-id,
  .site-footer,
  footer > div:nth-child(2) h2.wp-block-heading {
    background-color: unset !important;
  }

  .profile-images__slider-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem !important;
  }

  .profile-item__icon {
    width: 20px !important;
    height: 20px !important;
  }

  li.profile-group__item {
    padding: 0;
  }

  ul.profile-group__list {
    padding-bottom: 0 !important;
  }

  .wp-block-jetpack-layout-grid {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  body,
  body p,
  body li,
  div.profile-item__text,
  .profile-accordion__content {
    font-size: 0.9rem !important;
  }
  .profile-quote__p.p-lrg {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
    margin-bottom: 3rem !important;
  }
  .donor-image__badge {
    font-size: 0.5rem !important;
  }
}

.header-phone-panel p {
  display: inline;
  margin: 0 !important;
  line-height: 1;
}

a.contact-phone,
a.contact-address {
  text-decoration: none;
  color: #24504e;
}
a.contact-phone br:first-child,
a.contact-address br:first-child {
  display: none;
}

.header-phone-panel p br {
  display: none !important;
}

.icon-tear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: url(assets/images/icon-tear-drop.png) 50% 50% / contain no-repeat;
  margin: 0 !important;
}

.icon-tear p {
  margin: 0 !important;
}

.home-how-it-works,
.home-how-it-works > * {
  max-width: 1464px !important;
  width: 100%;
}
.home-how-it-works h2.wp-block-heading {
  padding: 20px 0 20px 44px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  background: url(/wp-content/uploads/2025/01/cryomate-icon.png) 0% 50% / 32px
    32px no-repeat;
}
.home-how-it-works .wp-block-column > .wp-block-group {
  height: 100%;
}

header .header-icon-link {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 32px;
  height: 36px;
  position: relative;
}
header .header-icon-link .obb-link-overlay {
  /*position: relative;*/
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
header .header-icon-link.wp-block-obb-link-block figure {
  margin: -2px 0 0 !important;
}

@media (max-width: 787px) {
  header .header-icon-link.wp-block-obb-link-block figure {
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.header-phone-icon {
  cursor: pointer;
}
.footer-contact-links a {
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 787px) {
  body .wp-block-navigation-item {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container
    > .wp-block-navigation-submenu
    .dropdown-arrow {
    top: 6px;
    right: 6px;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container {
    margin-top: 14px;
    margin-bottom: 12px;
  }
  #modal-2-content > .wp-block-buttons > .wp-block-button {
    padding: 8px 12px;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
  }
}

@media screen and (max-width: 430px) {
  .footer-three-btn {
    gap: 10px !important;
  }
  .footer-three-btn-spacer {
    display: none;
  }
  h2.wp-elements-fa5cf53679e08da167f6636f267a7ea9 {
    font-size: 12px !important;
  }
}
/*
.wc-block-components-express-payment-continue-rule.wc-block-components-express-payment-continue-rule--checkout {
	font-size: 0;
}
.wc-block-components-express-payment-continue-rule.wc-block-components-express-payment-continue-rule--checkout:after {
	display: block;
	content: "Or continue below to pay with a credit card";
	font-size: var(--wp--preset--font-size--normal);
}*/

/* 19-08-25 */
.woocommerce-MyAccount-navigation-link--account-wishlists {
  display: none !important;
}
.donor-card {
  display: block !important;
}
.loop-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

.loop-wishlist .woosw-btn {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}

.loop-wishlist .woosw-btn i {
  font-size: 20px;
  color: #e74c3c; /* default heart color */
  transition: color 0.3s ease;
}

.loop-wishlist .woosw-btn.woosw-added i {
  color: #ebcdc0 !important; /* after added to wishlist */
}
.donor-print-btn {
  width: 30% !important;
}

.post-type-archive .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  align-items: end;
}
a.button.wp-element-button.product_type_variable.add_to_cart_button {
  white-space: nowrap;
}
.tinvwl-table-manage-list .button {
  display: inline-block;
  width: auto;
  background-color: #ebcdc0; /* match brand */
  color: #20504e;
  border-radius: 20px;
  padding: 8px 20px;
  border: none;
  font-weight: 700;
  font-family: "TT Commons";
}
select#tinvwl_product_actions {
  background-color: #f6f3ed;
  border: 1px solid #ccc !important;
  color: #20504e;
  font-weight: 700;
  font-family: "TT Commons";
  font-size: 15px;
}
tr.wishlist_item td {
  font-family: "TT Commons" !important;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart.tinvwl-no-action {
  text-align: end;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart.tinvwl-no-action
  a:before {
  font-size: 24px !important;
}

.tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  color: #ebcdc0;
}
@media screen and (max-width: 786px) {
  .wp-elements-a992f4b67223ff94bf86c3d0cbaa1269 strong a {
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  div#modal-2 {
    top: 62px;
  }
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 0 !important;
  }
  .wc-block-mini-cart.wp-block-woocommerce-mini-cart.has-font-size.has-small-font-size {
    visibility: visible !important;
  }
  nav.woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  nav.woocommerce-MyAccount-navigation li {
    white-space: nowrap;
  }
  .wp-elements-175689d8fa7e4b76b331f4b68a104b36 {
    display: none;
  }

  .wp-block-woocommerce-filter-wrapper {
    margin: 0 !important;
  }
  .wp-singular main > .wp-block-spacer.LoggedOutSpacer {
    height: 31px !important;
  }
  .sticky-purchase {
    padding: 5px 3% !important;
  }
  /* search page */
  .wp-container-core-group-is-layout-ae744a23 > *.wp-block-spacer {
    display: none;
  }
  h2.wp-block-heading.rightarrow-link.has-custom-1-donor-green-color.has-text-color.has-link-color.wp-elements-e54fa74caf3b9af6a2e31f5cc74e79d9 {
    margin-bottom: 25px;
  }
  .wp-block-group.has-custom-2-dark-cream-background-color.has-background.is-layout-constrained.wp-container-core-group-is-layout-ae744a23.wp-block-group-is-layout-constrained {
    background-color: unset !important;
  }
  .wp-block-spacer.not-mobilized-home {
    display: none;
  }
  .productGrid .wp-block-post-template li {
    width: auto;
  }
  .productGrid .wp-block-query .wp-block-post-template {
    grid-auto-flow: unset;
    overflow-x: unset !important;
    grid-template-columns: auto !important;
  }
  .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    margin-top: 20px;
    left: unset !important;
  }
  .yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-6918 {
    width: 60px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .donor-print-btn {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .woocommerce-MyAccount-navigation ul li {
    flex: 1 1 45%;
    text-align: center;
  }
  .woocommerce-MyAccount-content {
    padding-top: 15px;
  }
  a.woocommerce-Button.wc-forward.button.wp-element-button {
    background: transparent !important;
    color: #20504e !important;
    padding: 20px 8px 0 !important;
    font-size: 13px !important;
  }

  .tinvwl-table-manage-list tbody tr {
    display: block;
    margin-bottom: 20px;
  }

  .tinv-wishlist .product-thumbnail img {
    max-width: 100%;
  }

  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    tr {
    display: block;
    text-align: center;
  }
  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    tr
    * {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .wp-container-core-post-template-is-layout-572542b5 {
    grid-template-columns: auto auto;
  }
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    display: block;
    width: 100%;
  }
}
