@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

ul#menu-header-menu {
    display: flex;
    list-style: none;
}

body , html {
	font-family: 'Lato'!important;
}

section.sponsor-images {
    order: 1;
}

.single-trust section.main {
	overflow-x: hidden;
}

div#media_image-3,
.site-footer-copyright,
nav.main-navigation,
.footer-widgets,
.site-header .container,
.entry-content {
    display: flex;
}
body div#price-summary-box > div > strong {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    vertical-align: middle;
    color: #303030;
    text-align: right;
    width: 100px;
}
body div#price-summary-box {
    margin: 0 0 0 auto;
    max-width: 310px!important;
    padding: 20px 0px 20px 35px !important;
}
body div#price-summary-box > div > span {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: right;
    vertical-align: middle;
    width: 165px;
    text-align: left;
    color: #303030;
    padding-left: 10px;
}
body div#price-summary-box {
    margin: 0 0 0 auto;
    border: 2px solid #acacac !important;
    border-radius: 16px!important;
}

body,
html {
    width: 100%;
}
body .entry-content .sponsor-banners {
    order: 2;
    display: ruby;
}

header.entry-header {
    display: none;
}

.testimonials-carousel .owl-item.active {
    filter: blur(3px);
    opacity: 0.6;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.testimonials-carousel .owl-item.active.center {
    filter: blur(0);
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}
a.wc-block-components-product-name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
button.wc-block-cart-item__remove-link {
    font-size: 15px!important;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 18px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 16px 45px;
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #97421F;
    color: #fff;
    border-radius: 6px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: #000;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    height: fit-content;
}
/* .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
} */
.wc-block-cart-items__header-image span, th.wc-block-cart-items__header-total span, h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 18px;
}
.woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    background: #fff;
    width: 60%;
    margin-right: 30px;
    padding: 20px;
    font-family: 'Lato';
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background: #fff;
    margin-right: 30px;
    padding: 20px;
    font-family: 'Lato';
    height: fit-content;
    margin: 0;
}

/* Filter Form Styling */
#trust-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 15px 15px 0px;
    border-radius: 8px;
}

#trust-filter>div {
    width: 19%;
}
#trust-filter>div.price-range-wrap h4 {
    margin-left: -10px;
}
#trust-filter>div input#trust-search, #trust-filter>div select {
    box-shadow: 3px 3px 9px 0px #00000040;
    background: #FFFFFF;
    width: 100%;
    height: 52px;
    opacity: 1;
    border-radius: 12px;
    max-width: 238px;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    color: #303030;
}

#trust-filter h4 {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #303030;
    margin-bottom: 12px;
}

#trust-filter select,
#trust-filter input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-width: 180px;
    font-size: 14px;
}

#trust-filter button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

#trust-filter button[type="submit"] {
    background: #7c3aed;
    color: white;
}

#trust-filter button[type="submit"]:hover {
    background: #5b21b6;
}

#trust-filter button[type="reset"] {
    background: #e5e7eb;
    color: #111;
}

#trust-filter button[type="reset"]:hover {
    background: #d1d5db;
}

/* Price slider container */
.price-range-wrap {
    min-width: 220px;
}

#price-range {
    margin-top: 10px;
}

ol,
ul {
    box-sizing: border-box;
    list-style: none;
    margin-left: -20px;
}

/* Position nav arrows inside the carousel image */
.trust-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* prevent blocking */
}

.trust-carousel .owl-nav button {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    /* enable clicking */
    transition: all 0.3s ease-in-out;
}

.trust-carousel .owl-nav button:hover {
    background: #333;
    color: #fff;
}

/* Hide all non-active items */
.trust-carousel .owl-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.trust-carousel .owl-item.active {
    opacity: 1;
    pointer-events: auto;
}

/* Ensure image displays properly */
.trust-carousel .item img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    /* optional */
}

/* Style nav arrows */
.trust-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.trust-carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    pointer-events: all;
    cursor: pointer;
    border-radius: 50%;
}

.button-wrap {
    margin-top: 50px;
}

button {
    margin-left: 15px;
}

.custom-social-icons {
    display: flex;
    gap: 10px;
}

.custom-social-icons .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.custom-social-icons .icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.custom-social-icons .icon:hover {
    background: #f0f0f0;
}

.wrap-icon-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .trust-product-table img {
    width: 44px;
    background: #e5e5e5;
    min-width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 100px!important;
}
img.icon {
    width: 28px;
    height: 26px;
}

.contribution-stats {
    text-align: center;
    padding: 120px 15px 60px 15px;
    background: #E3DCEE;
    background: linear-gradient(178deg, rgba(227, 220, 238, 1) 0%, rgba(227, 220, 235, 1) 100%);
}

.contribution-title {
    font-size: 20px;
    font-weight: bold;
    color: #7a3c1c;
    /* brown shade */
    text-transform: uppercase;
}

.contribution-subtitle {
    margin-bottom: 30px;
    color: #303030;
    font-family: Lato;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
}
.contribution-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}

body .trust-btn {
    margin-left: 20px;
    padding: 8px 12px;
    color: #a94442;
    transition: 0.3s;
    font-family: 'Lato';
    border: 1px solid #a94442;
    background: transparent;
    text-align: center;
}

body .trust-btn:hover {
    background-color: a94442;
    color: #fff;
}

.contribution-box {
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 1px 2px 8.4px 1px #00000040;
    max-width: 306px;
    min-height: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 7px solid #FFFFFF;
}

.contribution-box h3 {
    font-family: Lato;
    font-weight: 800;
    font-size: 52px;
    line-height: 100%;
    color: #b44a1b;
}

.contribution-box p {
    margin-top: 5px;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #303030;
}
.back-link {
    padding: 5px 8px;
    border-radius: 8px;
    background: #FFFFFF38;
    color: #303030;
	box-shadow: 2px 4px 22.2px -9px #00000040;
}
.wrap-easy-process {
    display: flex;
    justify-content: center;
    gap: 20px;
}


.orphanage-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}.back-link a {
    cursor: pointer;
    pointer-events: all;
}

.orphanage-left {
    flex: 1;
}

.orphanage-right {
    flex: 1;
}

.main-image img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.thumb-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px!important;
}

.thumb-gallery img {
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #eee;
    transition: 0.3s;
    margin: 0;
}.flatpickr-calendar.animate.arrowLeft.rightMost.open.arrowBottom {
    margin-top: 16px;
}
.flatpickr-calendar.animate.arrowLeft.rightMost.open.arrowTop {
    margin-top: -12px;
}
.trust-wrapper .trust-right p:nth-child(5) {
    width: 100%;
    max-width: 370px;
}

.thumb-gallery img:hover {
    border-color: #ff6600;
}

.orphanage-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.orphanage-desc {
    margin: 15px 0;
}

.btn-donate {
    display: inline-block;
    padding: 12px 20px;
    background: #ff6600;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-donate:hover {
    background: #e25500;
}
section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    position: absolute;
    width: max-content;
    top: 1px;
    right: 0;
    margin: 0px 0px;
    padding: 3px 16px;
    border: 2px solid #bdbdbd;
    gap: 0;
    min-width: 171px;
}

section.new-code-added .product-sort {
    right: 170px;
    top: -15px;
    display: flex;
    align-items: center;
}
button#nextDate, button#prevDate {
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/Vector-1.png)!important;
    width: 14px;
    height: 20px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat!important;
    background-size: 7px!important;
    background-position: 5px 4px!important;
}
button#nextDate {
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/Vector-2.png)!important;
}
body section.data-table table.trust-product-table tr:last-child > td#grand-total {
    border-right: 10px solid #f0f0f0;
}

.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.category-badge {
    transition: all 0.3s ease;
    font-weight: 500;
}

.category-badge:hover {
    background-color: currentColor;
    color: #fff;
}

body .donation-dates {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

body .donation-date-btn {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    font-family: 'lato';
}

body .donation-date-btn:hover {
    border-color: #a34c2d;
    color: #a34c2d;
}

body .donation-dates {
    justify-content: flex-start;
    width: 100%;
    gap: 0;
    border-top: 1px solid #aaaaaa;
    padding-top: 20px;
}

body .donation-date-btn.active {
    border-color: #a34c2d !important;
    background: #fff;
    color: #a34c2d;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(163, 76, 45, 0.3);
}

.select-date i {
    margin-left: 6px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus,
a:focus {
    -moz-outline-style: none;
    outline: none !important;
    box-shadow: none !important;
}

a,
a:hover {
    text-decoration: none !important;
    opacity: 1;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    padding: 0;
    background: rgba(251, 219, 213, 1);
    overflow-x: hidden;
	overflow-y: scroll;
}

*::-moz-selection {
    color: #0155a2;
    background: #d9e6f1;
}

*::selection {
    color: #0155a2;
    background: #d9e6f1;
}

*::-moz-selection {
    color: #0155a2;
    background: #d9e6f1;
}

*::-webkit-selection {
    color: #0155a2;
    background: #d9e6f1;
}

*::-ms-selection {
    color: #0155a2;
    background: #d9e6f1;
}

*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    outline: none !important;
    transition: 0.5s all;
}

body a:focus {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

a,
span,
b,
i {
    display: inline-block;
}

/* ----------------------- element cs ----------------------------- s*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
    height: 50px;
    width: 100%;
    margin: 0;
}

/* ----------------------- contact form 7 error msg class and cs ----------------------------- s*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 2px;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red !important;
    margin: 8px 0 0 0;
}

body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green !important;
}

body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}

body textarea:focus {
    box-shadow: none;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

/* ----------------------- contact form 7 error msg class and cs ----------------------------- s*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #0155a2;
    font-weight: normal;
}

.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}

.to-top:hover {
    cursor: pointer;
    /*opacity: 0.6*/
    color: #fff;
    background: #000000;
}

.site-header .site-header-image {
    width: 238px;
    height: fit-content;
}

.site-header nav.main-navigation ul#menu-main-menu {
    display: flex;
    align-items: center;
    width: 100%;
}

.site-header nav.main-navigation {
    justify-content: end;
    position: relative;
}

header.site-header {
    padding: 10px 0;
    box-shadow: 0px -2px 15.6px 1px #00000040;
    background: #fff;
}

.site-header nav.main-navigation ul#menu-main-menu li a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 100%;
    color: #303030;
    transition: all 0.3s;
}

.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link span.dashicons.dashicons-admin-users {
    width: auto;
    line-height: normal;
}

.dashicons-admin-users:before {
    background-image: url(/wp-content/uploads/2025/11/my-account-icon.png);
    width: 20px;
    height: 20px;
    display: block;
    font-size: 0;
    background-size: 100%;
}

.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link span.dashicons.dashicons-admin-users {
    width: auto;
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.site-header nav.main-navigation ul#menu-main-menu li a:hover {
    color: #97421F;
}

.site-header nav.main-navigation ul#menu-main-menu li {
    margin-right: 26px;
}

.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
    margin-right: 0px;
}

.site-header nav.main-navigation ul#menu-main-menu li.cart-link {
    margin-left: 80px;
    margin-right: 16px;
}
.site-header nav.main-navigation div#google_translate_element {
    position: absolute;
    right: 295px;
    top: 50%;
    transform: translateY(-50%);
}

.logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 295px;
}

.site-header nav.main-navigation div#google_translate_element div#\:0\.targetLanguage select.goog-te-combo {
    width: 67px;
    height: 32px;
    box-shadow: 1px 1px 6.1px 1px #00000040;
    border: 0px;
    border-radius: 50px;
    padding: 0 9px;
    font-family: Lato;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
}

li.menu-item.menu-icon.account-link img {
    height: 35px;
}

.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link a {
    width: 120px;
    height: 40px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-header nav.main-navigation div#google_translate_element div span {
    display: none;
}

.site-header .container {
    justify-content: space-between;
}

.site-header .container::after {
    display: none;
}

.site-header nav.main-navigation ul#menu-main-menu li.cart-link a {
    height: 40px;
    opacity: 1;
    border-radius: 42px;
    background: #fff;
    box-shadow: 1px 1px 6.1px 1px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 70px;
}

footer#colophon .footer-widgets,
footer#colophon .copyright {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

footer#colophon {
    width: calc(100% - 30px);
    background: #FFFFFFC9;
    padding: 90px 20px 30px 20px;
    margin: 20px auto 20px auto;
    border-radius: 9px;
}

footer#colophon .footer-widgets .footer-column {
    padding-right: 50px;
    width: 34%;
}

.textwidget a {
    color: #000;
}

.textwidget a:hover {
    color: #97421F;
}

footer#colophon .footer-widgets .footer-column:first-child .textwidget {
    margin-top: 10px;
    max-width: 310px;
}

footer#colophon .copyright .site-footer-copyright div#text-4 {
    width: 100%;
}

footer#colophon .footer-widgets .footer-column:last-child {
    padding-right: 0px;
}

footer#colophon .footer-widgets .footer-column:nth-child(1) img {
    width: 100%;
}

footer#colophon .footer-widgets .footer-column:nth-child(1) div#media_image-2 {
    width: 100%;
    max-width: 248px;
}

footer#colophon .footer-widgets .footer-column h3 {
    font-family: Lato;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

footer#colophon .footer-widgets .footer-column ul li a {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

footer#colophon .footer-widgets .footer-column ul li a:hover,
footer#colophon .footer-widgets .footer-column:nth-child(3) .textwidget a:hover {
    color: #97421F;
}

footer#colophon .footer-widgets .footer-column ul li {
    margin-bottom: 10px;
}

footer#colophon .footer-widgets .footer-column:nth-child(2) {
    width: 11%;
}

footer#colophon .footer-widgets .footer-column:nth-child(3) {
    width: 15%;
}

footer#colophon .footer-widgets .footer-column:nth-child(4) {
    width: 20%;
}

footer#colophon .footer-widgets .footer-column:last-child {
    padding-right: 0px;
    width: 20%;
}

footer#colophon .footer-widgets .footer-column:last-child div#text-5,
footer#colophon .footer-widgets .footer-column:last-child div#text-6,
footer#colophon .footer-widgets .footer-column:last-child div#text-7 {
    margin-bottom: 10px;
}

.textwidget,
p {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

footer#colophon .footer-widgets .footer-column:nth-child(3) .textwidget a {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #000;
}

footer#colophon .copyright {
    margin-top: 35px;
    border-top: 1px solid #52515187;
    padding: 20px 0px 0;
}

footer#colophon .footer-widgets .footer-column:last-child div#text-8 {
    margin-top: 16px;
}

footer#colophon .copyright .site-footer-copyright .widget_media_image {
    width: 90px;
    display: flex;
    align-items: center;
    margin-left: 14px;
}

footer#colophon .footer-widgets .footer-column:last-child div#text-8 .footer-social-links a {
    font-size: 18px;
    margin-right: 8px;
    color: #000;
}

.site-main .entry-content {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 90px 15px;
}

.site-main .entry-content>section {
    width: 50%;
}

.site-main .entry-content>section.sponsor-images .sponsor-banners {
    display: flex;
    flex-wrap: wrap;
}

.site-main .entry-content>section.sponsor-images .sponsor-banners .sponsor-banner {
    width: 50%;
}

.site-main .entry-content>section.sponsor-images .sponsor-banners .sponsor-banner img {
    width: 100%;
}

.site-main .entry-content>section.sponsor-images .sponsor-banners .sponsor-banner:nth-child(3) {
    width: 58%;
}

.site-main .entry-content>section.sponsor-images .sponsor-banners .sponsor-banner:nth-child(4) {
    width: 42%;
}

.site-main .entry-content>section.banner-content h2.banner-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 74px;
    line-height: 130%;
    width: 100%;
    position: relative;
    max-width: 600px;
}

.site-main .entry-content>section.banner-content p.banner-text {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #97421F;
    max-width: 600px;
    margin: 42px 0 30px 0;
}

.site-main .entry-content>section.banner-content a.banner-btn {
    opacity: 1;
    border-radius: 12px;
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333;
    box-shadow: 2px 4px 22.2px -9px #00000040;
    padding: 25px 60px 25px 22px;
    position: relative;
    background: #fff;
}

.site-main .entry-content>section.banner-content a.banner-btn:hover {
    background-color: #97421F;
    color: #fff;
}

.site-main .entry-content>section.banner-content a.banner-btn:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(322deg) brightness(103%) contrast(100%);
}

.site-main .entry-content>section.banner-content a.banner-btn::before {
    position: absolute;
    content: '';
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/Group-1.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    right: 26px;
    top: 28px;
}

body .main-div {
    background: linear-gradient(184deg, rgba(240, 242, 248, 1) 0%, rgba(218, 215, 235, 1) 100%);
}

h2.contribution-title, .page-title-section h2.page-title, h2.section-title, .testimonials-section h1.testimonial {
    font-family: Lato;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    color: #97421F;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.page-title-section p.page-text, .section-title2 p.contribution-subtitle, h2.section-title1, .testimonials-section h1.testimonial:nth-child(2), body .section-title2 {
    font-family: Lato;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    color: #303030;
    text-align: center;
    text-transform: capitalize;
}

.main-process {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.title-of-page {
    background: transparent;
}

body .listing-sections {
    background: #ECE9F4;
    background: linear-gradient(0deg, rgba(228, 228, 241, 1) 0%, rgba(218, 215, 235, 1) 100%);
    padding: 180px 15px 120px 15px;
    margin-top: -110px;
}

.process-section {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    background: #FFFFFF75;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/271-2713194_select-i-free-icon-icono-de-seleccionar-removebg-preview-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.site-main .entry-content>section.banner-content h2.banner-title>span {
    position: relative;
}

section.how-it-works {
    padding-bottom: 160px;
    background: linear-gradient(178deg, rgba(227, 220, 235, 1) 0%, rgba(251, 219, 213, 1) 100%);
    padding-top: 60px;
}

.site-main .entry-content>section.banner-content h2.banner-title>span.span-one::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    opacity: 1;
    top: 90%;
    left: 10px;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/Vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-main .entry-content>section.banner-content h2.banner-title>span.span-two::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    opacity: 1;
    top: 100%;
    left: 10px;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/Vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.easy-to-process:nth-child(2) .process-section {
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/138-1389517_donate-_310-to-_500-volunteer-icon-removebg-preview-1.png);
}

#trust-filter {
    flex-wrap: nowrap;
}

.easy-to-process:nth-child(3) .process-section {
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/401357-200-1.png);
}

.process-steps .process-step p {
    font-family: Lato;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #97421F;
    margin-bottom: 30px;
}

.process-step1 p {
    font-family: Lato;
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
    max-width: 300px;
}

.main-process .easy-to-process:nth-child(1) {
    transform: rotate(-7deg) translateY(27px) translateX(-16px);
    position: relative;
    z-index: 2;
}

.main-process .easy-to-process:nth-child(1)::before,
.main-process .easy-to-process:nth-child(2)::before {
    position: absolute;
    content: '';
    width: 160px;
    height: 106px;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/Vector-2.png);
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
    z-index: 2;
}

.main-process .easy-to-process:nth-child(2)::before {
    width: 171px;
    height: 67px;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/Vector-3.png);
    top: 40%;
    right: -25%;
    transform: translateY(-50%);
}

.main-process .easy-to-process:nth-child(2) {
    position: relative;
}

.main-process .easy-to-process:nth-child(3) {
    transform: rotate(7deg) translateY(27px) translateX(16px);
}

body .listing-sections section.trust-listings-section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px;
}

section.testimonials-section {
    background: #EDE6F5;
    background: linear-gradient(178deg, rgb(239 239 239) 0%, rgba(242, 236, 246, 1) 100%);
    padding: 50px 15px 100px 15px;
}

body .testimonials .owl-item .testimonial-image img {
    object-fit: cover;
    width: 110px;
    height: 110px;
    opacity: 1;
    border: 5px solid #fff;
    border-radius: 100px;
    margin-top: 5px;
}

body .testimonials .owl-item {
    margin-top: 60px;
    margin-bottom: 40px;
}

body .testimonials-section section.testimonials {
    margin-top: 60px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

body .testimonials .owl-item .testimonial-item .testimonial-image {
    position: relative;
    top: -55px;
    margin-bottom: -50px;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
}
#custom-share-popup .popup-overlay {
    border-radius: 12px;
}
body .trust-grid .trust-card .owl-nav.disabled {
    display: none!important;
}
body .testimonials .owl-item .testimonial-item {
    background: #FFFFFF;
    box-shadow: 2px 1px 26.1px 0px #00000040;
    width: 100%;
    height: 100%;
    padding: 0px 30px 35px 30px;
    border-radius: 20px;
    text-align: center;
}

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

.owl-nav button span {
    width: 56px;
    height: 56px;
    opacity: 1;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/icon-park-outline_down-c.png);
    background-size: contain;
    color: transparent;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.owl-nav button span.owl-prev-btn {
    transform: rotate(0deg);
}

.owl-nav button span:hover {
    filter: brightness(0) saturate(100%) invert(31%) sepia(14%) saturate(3566%) hue-rotate(339deg) brightness(94%) contrast(92%);
}

body .testimonials .owl-item .testimonial-item .testimonial-text p {
    font-family: Lato;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    max-width: 410px;
    margin: 10px auto 25px auto;
}

body .testimonials .owl-item .testimonial-item h3.testimonial-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #303030;
}

.trust-grid {
    transform: translate(0) !important;
}

body .trust-card .trust-carousel .owl-stage-outer {
    width: 100%;
    height: 204px;
    border-radius: 15px;
}

body .trust-card button {
    color: transparent !important;
    margin: 0 10px;
}

body .trust-card button>span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/icon-park-solid_down-c.png);
    transform: rotate(0);
}

body .trust-card button.owl-next span {
    transform: rotate(180deg);
}

.trust-carousel .owl-dots {
    display: none;
}

body .trust-content h3.trust-title {
    font-family: Lato;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    color: #303030;
    text-align: left;
    margin: 12px 0 5px 0;
}
body .related-orphanage .trust-card .trust-carousel .owl-stage-outer {
    width: 100%;
    background: #e6e6e6;
    border-radius: 15px;
    height: 249px;
}
body .trust-content p.trust-desc {
    text-align: left;
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    color: #303030;
    margin-bottom: 10px;
}

body .trust-content li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 3px 0;
    font-family: Lato;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #303030;
}

.trust-content .wrap-trust ul.trust.details1 {
    position: absolute;
    right: 0;
}

.wrap-icon-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #303030;
    padding-top: 8px;
    margin-top: 8px;
}

.trust-content .wrap-trust ul.trust.details1:nth-child(3) {
    top: 48px;
    right: 10px;
    width: fit-content;
    height: fit-content;
}

body .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    right: 0;
    top: -6px;
    background: #000;
    border-radius: 50px;
    box-shadow: none;
    border: none;
}

body .noUi-horizontal .noUi-tooltip {
    background: #fff;
    padding: 7px 8px;
    color: #303030;
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 5px 8.3px 0px #00000040;
    margin-bottom: 3px;
}

#trust-filter>div.price-range-wrap #price-range {
    margin-top: 50px;
    padding: 0;
}

#trust-filter>div.price-range-wrap {
    min-width: 140px;
    width: 140px;
    margin: 0 20px 0 30px;
}

.trust-content .wrap-trust ul.trust.details1 li {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    gap: 3px;
}
#trust-filter>div.button-wrap {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-end;
    height: 70px;
}

.trust-content .wrap-trust ul.trust.details1:nth-child(3) li span.assured {
    display: flex;
    width: fit-content;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #97421F;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/10/Group.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.trust-content .wrap-trust ul.trust.details1:nth-child(3) li span.assured img {
    display: none !important;
}

.trust-content .wrap-trust ul.trust-categories li {
    gap: 0;
    padding: 2px 10px 1px 10px;
    font-family: Lato;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
}

body #trust-filter>div.button-wrap button,
body a.suggest-btn {
    padding: 16px 45px;
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #97421F;
    box-shadow: 1px 1px 6.1px 1px #00000040;
}

body #trust-filter>div.button-wrap button#reset-filter {
    background: #fff;
}

body #trust-filter>div.button-wrap button[type="submit"]:hover,
body a.suggest-btn:hover {
    background-color: #000;
}

body .noUi-connect {
    background: #000000;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

#price-range {
    background: #9A9A9A;
    border: none;
    box-shadow: none;
    height: 6px;
}

body .contact-left {
    font-family: 'Lato';
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icons {
    font-size: 20px;
    margin-top: 13px;
    display: flex;
    color: #000;
}

.footer-social-links a {
    margin: 0 2px;
    color: #000;
}

.footer-social-links a:hover {
	color: #96411d;
}

section.get-your-trust-section h2.page-title {
    text-align: left!important;
}

section.contact-section {
    width: 50%;
}
section.get-your-trust-section {
    font-family: 'Lato';
    /* border-left: 1px solid #bbbbbb; */
    width: 75%;
    background: #ffffff47;
    padding: 20px 26px;
}

body .contact-left > img {
    margin: 0;
    max-width: 230px;
}
section.get-your-trust-section .form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}
.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    margin-right: 5px;
}
body section.new-code-added {
    width: 100%;
    padding-top: 40px;
    position: relative;
    margin: 60px 0 110px 0;
    background: #fff;
}
body section.new-code-added::before {
    position: absolute;
    content: '';
    width: 310vw;
    height: calc(100% + 50px);
    top: -25px;
    left: -100%;
    background: #fff;
    z-index: -1;
}
.single-trust section.testimonials-section {
    background: transparent;
}
body .contact-left >  p {
    text-align: justify;
}
body .contact-left .contact-info i, body .contact-left .contact-item i {
    margin-right: 7px;
}
section.get-your-trust-section .form-row .form-col {
    width: 100%;
}
.woocommerce form .form-row input,section.get-your-trust-section .form-col input, section.get-your-trust-section select, section.get-your-trust-section textarea {
    font-size: 16px;
    width: 100%!important;
    padding: 10px 15px!important;
    margin-top: 5px;
    border: none!important;
    color: #000!important;
    border-radius: 5px!important;
    font-family: 'Lato'!important;
}

.woocommerce form .form-row input::placeholder,section.get-your-trust-section .form-col input::placeholder, section.get-your-trust-section select::placeholder, section.get-your-trust-section textarea::placeholder {
    color: #000;
}

body.page-template-contact-page main#main {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 15px;
    display: flex;
    gap: 30px;
}

section.get-your-trust-section .form-row:nth-child(4) > p ,
section.get-your-trust-section .form-row:nth-child(4),
section.get-your-trust-section .form-row:nth-child(5) > p ,
section.get-your-trust-section .form-row:nth-child(5){
    width: 100%;
}

body .trust-content li img.icon {
    margin: 0 7px 0 0;
    width: auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    padding: 16px 45px;
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #97421F;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
	background-color: #000;
} 
.trust-content .wrap-trust {
    position: relative;
}

button.owl-prev span {
    transform: rotate(0);
}

.related-orphanage>button.trust-prev,
.related-orphanage>button.trust-next {
    display: none;
}

.related-orphanage .owl-nav {
    margin: 22px 0 10px 0;
}

form.wc-block-components-form.wc-block-checkout__form {
    background-color: #fff;
    padding: 20px 30px;
    font-family: 'Lato';
}
.trust-left .main-image img#main-orphanage-img {
    margin-bottom: 0;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    background: #97421F;
    color: #ffff;
    border: 0px;
    border-radius: 10px;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky.is-large {
    background: #fff;
    padding: 20px;
    font-family: 'Lato';
}

.related-orphanage .trust-listings {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 45px auto;
    padding: 0 15px;
}

.related-orphanage .trust-listings .trust-card {
    margin: 0;
}

.trust-wrapper .trust-left,
.trust-wrapper .trust-right {
    width: 50%;
}
.main-process .easy-to-process {
    width: 28%;
}

.trust-wrapper .trust-left {
    padding-right: 50px;
}

.trust-wrapper .trust-right h1.trust-title {     width: 100%;     font-family: Lato;     font-weight: 800;     font-size: 36px;     line-height: 100%;     color: #303030;     margin-bottom: 30px;     padding-right: 50px; }

.trust-wrapper .trust-right p {
    font-family: Lato;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    line-height: 100%;
    color: #303030;
}
.accepting-term-group span.accepting-term {
    margin-right: 7px;
    border-width: 2px!important;
    border-radius: 8px!important;
}
body .trust-wrapper .trust-right p:nth-child(7), body .trust-wrapper .trust-right p:nth-child(8) {
    display: flex;
    gap: 10px;
    position: relative;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/mdi_address-marker.png);
    background-repeat: no-repeat;
    background-size: 20PX;
    background-position: 0px 2px;
}
body .trust-wrapper .trust-right p:nth-child(8) {
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/mdi_contact.png);
}
.trust-wrapper .trust-right .trust-desc p {
    font-family: Lato;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: justify;
}
body .trust-wrapper .trust-right p:nth-child(7) i, body .trust-wrapper .trust-right p:nth-child(8) i {
    opacity: 0;
    width: 20px;
    height: 22px;
}
body .trust-wrapper .trust-right p:nth-child(7), body .trust-wrapper .trust-right p:nth-child(8) {
    background-position: 0px 2px;
    display: flex;
    gap: 10px;
    position: relative;
    line-height: 140%;
}
.trust-wrapper .trust-right p>strong {
    font-weight: 600;
}

.trust-right .trust-categories {
    display: none;
}

.trust-right .trust-accepting-block {
    width: 100%;
    margin: 16px 0 0 0px;
}

.trust-right .trust-accepting-block h4 {
    font-family: Lato;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #303030;
    margin-bottom: 14px;
}
body .trust-grid .trust-carousel.owl-carousel .owl-dots.disabled {
    display: none!important;
}
.date-nav-btn {
    background: TRANSPARENT!important;
    border: 0!important;
    color: #333;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s ease;
}

.trust-right .trust-accepting-block div#accepting-category-display {
    display: flex;
    gap: 9px;
}

.donation-dates button:nth-child(1) {
    margin: 0;
}

.donation-date-btn.active {
    background: #fff;
    color: #97421F;
    border-color: #97421F;
}

body .trust-right .trust-accepting-block div#accepting-category-display .accepting-term-group .accepting-term {
    font-family: Lato;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 6px 10px;
    border: 1px solid;
    border-radius: 10px;
    background: #fff;
}
section.related-orphanage .trust-grid .trust-card {
    width: 100%;
}
body .donate-btn a.btn-donate {
    color: #FFFFFF;
    box-shadow: 1px 1px 6.1px 0px #00000040;
    background: #97421F;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 14px 60px 14px 30px;
    border-radius: 12px;
    background-image: url(/wp-content/uploads/2025/10/iconoir_donate-1.png);
    background-repeat: no-repeat;
    background-position: 84% 50%;
    background-size: 24px;
}

body .donate-btn a.btn-donate:hover {
    background-color: #000;
}

.trust-left .main-image {
    background: #ffffff;
    border-radius: 20px;
}

.trust-left .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .donation-dates {
    justify-content: flex-start;
    width: 100%;
}

body .trust-grid {
    display: flex!important;
    gap: 30px;
    flex-wrap: wrap;
}

body .trust-grid .trust-card {
    width: calc(33% - 16px);
	position: relative;
}

.woocommerce-order-received .entry-content {
    justify-content: center;
    width: 100%;
}
.woocommerce-order {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Lato';
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 26px;
    color: green;
    font-weight: 700;
}
section.get-your-trust-section > .container {
    padding: 0;
}
.woocommerce ul.order_details li {
    margin-bottom: 15px;
}
.wpcf7-spinner {

    margin: 0 6px;
    position: relative;
    top: 6px;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    margin-bottom: 10px;
}

.woocommerce table.shop_table td a {
    color: #000;
}

body .donation-dates button:nth-child(1) {
    margin: 0;
}

section.woocommerce-customer-details {
    margin-bottom: 0!important;
}

body .trust-right .trust-accepting-block div#accepting-category-display .accepting-term-group:nth-child(2) {
    border-color: #FC0900;
}

body .trust-right .trust-accepting-block div#accepting-category-display .accepting-term-group:nth-child(3) {
    border-color: #FBBC04;
}

body .trust-wrapper .trust-right p:nth-child(2), .trust-wrapper .trust-right p:nth-child(3) {
    width: 50%;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 0;
    padding-bottom: 18px;
    margin-right: -14px;
}
body .trust-wrapper .trust-right p:nth-child(2) {
    padding-right: 30px;
}
.trust-wrapper .trust-right p:nth-child(3) {
    text-align: right;
}
.trust-wrapper .trust-right p.heart-img {
    position: absolute;
    width: fit-content;
    right: 5px;
    top: 0;
    object-fit: contain;
}
section.trust-detail.container {
    position: relative;
}

body .trust-detail .trust-wrapper {
    padding-bottom: 0!important;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
    margin-top: 65px;
}

section.new-added-section {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    padding: 30px 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body .trust-wrapper .trust-right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
    max-width: 655px;
    position: relative;
}

section.new-added-section {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    padding: 40px 6% 110px 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.donation-actions {
    gap: 0 !important;
    justify-content: end;
    max-width: 1440px;
    padding: 0 12px;
}

div#trust-results .no-results-wrap {
    width: 30%;
    max-width: 100%;
    font-family: 'Lato';
}

.no-results-image img {
    max-width: 100%;
}

body.woocommerce-account .entry-content {
    justify-content: center;
    text-align: center;
    font-family: 'Lato';
}

body.woocommerce-account .entry-content h2 {
    margin-bottom: -10px;
    font-size: 30px;
}

body.woocommerce-lost-password button.woocommerce-Button.button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, button.woocommerce-Button.button, a.button {
    background: #97421f!important;
    color: #fff!important;
    font-family: 'Lato';
}

body.woocommerce-lost-password p.woocommerce-form-row {
    float: none;
    text-align: center;
    margin: 10px auto;
}

body.woocommerce-lost-password button.woocommerce-Button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,button.woocommerce-Button.button:hover,a.button:hover {
    background: #000!important;
    color: #fff!important;
}


a {
    color: #000;
}

nav.woocommerce-MyAccount-navigation {
    background: #ffffff42;
    border-radius: 5px;
    padding: 20px;
    width: 340px!important;
    background-color: white;
    padding-top: 20px;
}
.woocommerce-MyAccount-content {
    width: calc(100% - 380px)!important;
    padding: 20px;
    border-radius: 5px;
    background: #ffffff42;
    background-color: white;
}
.woocommerce-info::before {
    color: #000000;
}
.woocommerce-info {
    font-family: 'Lato';
    border: 0px;
    background: #ffffff;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #97421f;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    font-family: 'Lato';
    background: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    margin-bottom: 10px;
    font-size: 24px;
}
form.woocommerce-EditAccountForm.edit-account label {
    text-align: left;
}
td.woocommerce-PaymentMethod.payment-method-actions {
    display: flex;
}
.woocommerce-account .addresses .title .edit {
    float: none;
    margin-bottom: 5px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total,td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method {
    white-space: nowrap;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    border: none;
    margin-top: 30px;
}
html[lang="hi"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 370px;
}

nav.woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: 10px;
    font-family: 'Lato';
}
html[lang="fr"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 265px;
}
@media (min-width: 1520px) {
    body .trust-card {
        width: 100%;
    }
}

@media (max-width: 1280px) {
html[lang="gu"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 260px!important;
}
	html[lang="hi"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 255px!important;
}
html[lang="fr"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 176px!important;
}
.site-header nav.main-navigation ul#menu-main-menu li {
    margin-right: 16px;
    min-width: 40px;
}
.logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 240px;
}
    #trust-filter>div input#trust-search,
    #trust-filter>div select {
        width: 100%;
        height: 42px;
        border-radius: 12px;
        max-width: 170px;
    }

    body .trust-card .trust-carousel .owl-stage-outer {
        width: auto;
    }

    #trust-filter h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    body #trust-filter>div.button-wrap button, body a.suggest-btn {
        padding: 12px 25px;
        font-size: 12px;
    }
}
html[lang="fr"] .site-header nav.main-navigation {
    margin-left: 125px;
}
@media (max-width: 1024px) {
	html[lang="hi"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 265px!important;
}
	html[lang="hi"] .site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
    margin-left: -10px;
}
	html[lang="fr"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 176px!important;
}
	body .testimonials .owl-item .testimonial-item .testimonial-image {
    margin-bottom: -50px;
}
	body .trust-grid .trust-card {
    width: calc(50% - 10px);
}
	html[lang="fr"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 228px!important;
}
	html[lang="fr"] .site-header nav.main-navigation {
    margin-left: 125px;
}
	html[lang="fr"] .logged-in .site-header nav.main-navigation li.menu-item.menu-icon.account-link {
    margin-left: -10px!important;
}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    padding: 12px 30px;
    font-size: 15px;
}
	.footer-social-links a {
    font-size: 16px;
}
	body .related-orphanage .trust-card {
    width: auto;
}
	section.related-orphanage {
    padding: 0 15px;
        height: auto!important;
}
    .site-main .entry-content>section.banner-content h2.banner-title {
        font-size: 54px;
        max-width: 382px;
    }

    .site-main .entry-content>section.banner-content p.banner-text {
        font-size: 20px;
        margin: 40px 0 20px 0;
    }

    .site-main .entry-content>section.banner-content a.banner-btn {
        font-size: 20px;
        padding: 20px 50px 20px 20px;
    }

    .site-main .entry-content>section.banner-content a.banner-btn::before {
        width: 22px;
        height: 22px;
        right: 22px;
        top: 20px;
    }

    body .trust-card {
        width: 470px;
    }

    .contribution-box h3 {
        font-size: 30px;
    }

    .contribution-box p {
        margin-top: 5px;
        font-size: 28px;
    }

    .contribution-box {
        max-width: 306px;
        min-height: 146px;
    }

    .contribution-grid {
        margin-top: 40px;
    }

    h2.contribution-title,
    .page-title-section h2.page-title,
    h2.section-title,
    .testimonials-section h1.testimonial {
        font-size: 26px;
    }

    .page-title-section p.page-text,body .section-title2,
    .section-title2,
    p.contribution-subtitle,
    h2.section-title1,
    .testimonials-section h1.testimonial:nth-child(2) {
        font-size: 32px;
    }

    .main-process {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .process-steps .process-step p {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .process-step1 p {
        font-size: 18px;
    }

    .process-section {
        width: 100%;
        height: 230px;
        padding: 20px;
        background-size: 120px;
    }

    body .trust-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #trust-filter>div {
        width: 18% !important;
    }

    body .listing-sections {
        padding: 135px 15px 120px 15px;
    }

    .site-main .entry-content {
        padding: 60px 15px;
    }

    body .testimonials-section section.testimonials {
        margin-top: 30px;
    }

    #trust-filter>div.price-range-wrap {
        min-width: 140px;
        width: 140px;
        margin: 0 0px 0 30px;
    }

    section.how-it-works {
        padding-bottom: 100px;
        padding-top: 20px;
    }

    .contribution-stats {
        padding: 80px 15px 60px 15px;
    }

    section.testimonials-section {
        padding: 70px 15px 60px 15px;
    }

    .main-process .easy-to-process:nth-child(1)::before,
    .main-process .easy-to-process:nth-child(2)::before {
        width: 100px;
        height: 66px;
        background-size: contain;
    }

    .main-process .easy-to-process:nth-child(2)::before {
        width: 102px;
        height: 40px;
        top: 43%;
        right: -29%;
    }

    footer#colophon .footer-widgets .footer-column {
        padding-right: 20px;
        width: 30%;
    }

    footer#colophon .footer-widgets .footer-column:last-child {
        padding-right: 0px;
        width: 24%;
    }

    .site-header nav.main-navigation ul#menu-main-menu li a {
        font-size: 16px;
    }

    .site-header nav.main-navigation ul#menu-main-menu li {
        margin-right: 12px;
    }

    .site-header .site-header-image {
        width: 140px;
        height: fit-content;
    }

    .site-header nav.main-navigation div#google_translate_element div#\:0\.targetLanguage select.goog-te-combo {
        width: 60px;
        height: 30px;
        font-size: 14px;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link a {
        width: 85px;
        height: 34px;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.cart-link a {
        height: 34px;
        min-width: 50px;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.cart-link {
        margin-left: 80px;
        margin-right: 10px;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link span.dashicons.dashicons-admin-users {
        font-size: 14px;
        line-height: normal;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.menu-item.login-link {
        margin-right: 0;
    }
	
	.site-header nav.main-navigation ul#menu-main-menu li a {
    display: flex;
    align-items: center;
}

    .logged-in .site-header nav.main-navigation ul#menu-main-menu li.menu-item.login-link {
        margin-right: 12px;
    }


	.site-header nav.main-navigation ul#menu-main-menu li.cart-link a {
    padding: 0px 4px 0px 8px;
}
}

@media (max-width: 1023px) {
		.trust-wrapper .trust-right h1.trust-title {
    padding-right: 0;
}
	.trust-wrapper .trust-right p.heart-img {
    position: absolute;
    width: fit-content;
    right: 5px;
    top: -28px;
}
	body .trust-card .trust-carousel .owl-stage-outer,
	body .related-orphanage .trust-card .trust-carousel .owl-stage-outer{
    height: 190px;
}
	nav.woocommerce-MyAccount-navigation {
    width: 100%!important;
    margin-bottom: 20px;
}
	.woocommerce-MyAccount-content {
    width: calc(100%)!important;
    display: flex;
    flex-wrap: wrap;
}
	section.get-your-trust-section .form-row {
    flex-direction: column;
}
	.woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin-bottom: 20px;
}
	.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
}
	body .wc-block-components-sidebar {
    padding-left: 0;
    width: 100%;
}
	body .trust-detail .trust-wrapper {
    position: relative;
    flex-direction: column;
}
    footer#colophon .footer-widgets {
        flex-wrap: wrap;
    }

    footer#colophon .footer-widgets .footer-column:nth-child(1) div#media_image-2 {
        margin: 0 auto;
    }

    footer#colophon .footer-widgets .footer-column:first-child .textwidget {
        max-width: fit-content;
    }

    footer#colophon .footer-widgets .footer-column:first-child {
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    footer#colophon .footer-widgets .footer-column:last-child div#text-8 .footer-social-links a:hover {
        color: #97421F;
    }

    footer#colophon .footer-widgets .footer-column:nth-child(2) {
        width: 16%;
    }

    footer#colophon .footer-widgets .footer-column:nth-child(3) {
        width: 22%;
    }

    footer#colophon .footer-widgets .footer-column:nth-child(4) {
        width: 27%;
    }

    footer#colophon {
        padding: 30px 20px 30px 20px;
    }

    footer#colophon .footer-widgets .footer-column:last-child {
        padding-right: 0px;
        width: 35%;
    }

    body .trust-card {
        width: 340px;
    }

    #trust-filter {
        flex-wrap: wrap;
    }

    #trust-filter>div {
        width: 30% !important;
    }
	.trust-wrapper .trust-left, .trust-wrapper .trust-right {
    width: 100%;
}
	.trust-wrapper .trust-right p {
    line-height: 140%;
}
.trust-wrapper .trust-left {
    padding-right: 0;
    padding-bottom: 20px;
}
	
}

#trust-results > p, .testimonials-section > p {
    background: #fff;
    text-align: center;
    padding: 40px 15px;
    font-size: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 100%;
}
.testimonials-section > p {
    margin-top: 20px;
}

@media (max-width: 767px) {
	.trust-location {
    font-size: 16px;
}
.dashicons-cart:before {
    content: "\f174";
    font-size: 24px;
    margin-top: -5px;
    display: block;
}
	.dashicons-admin-users:before {
    background-image: url(/wp-content/uploads/2025/11/my-account-icon.png);
    width: 22px;
    height: 22px;
    display: block;
    font-size: 0;
    background-size: 100%;
}
.cart-count {
    margin-top: -4px;
}
	.mobile-header-icons a.header-icon.wishlist-icon {
    font-size: 20px;
}
	body .wishlist-icon img {
    width: 20px;
    margin-right: 3px;
}
	body.page-template-contact-page main#main {
    flex-direction: column;
}
	section.get-your-trust-section, section.contact-section {
    width: 100%;
}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
}
	.wc-block-components-sidebar-layout.wc-block-checkout.is-mobile {
    background: #fff;
    padding: 0px 20px 20px 20px;
}
	form.wc-block-components-form.wc-block-checkout__form {
    padding: 20px 00px;
}
	section.get-your-trust-section .form-row {
    display: flex;
    flex-direction: column;
}
	h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    margin-bottom: 10px;
    font-size: 23px;
}
    .site-header .site-header-image {
        width: 100px;
    }

    h2.contribution-title,
    .page-title-section h2.page-title,
    h2.section-title,
    .testimonials-section h1.testimonial {
        font-size: 20px;
    }

    .custom-social-icons .icon {
        width: 28px;
        height: 28px;
    }

    body .trust-btn {
        margin-left: 10px;
        padding: 8px 12px;
        font-size: 14px;
    }

    body .testimonials .owl-item .testimonial-item .testimonial-text p {
        font-size: 16px;
        max-width: 100%;
        margin: 0px auto 16px auto;
    }

    body .testimonials .owl-item .testimonial-item h3.testimonial-title {
        font-size: 18px;
    }

    .main-process .easy-to-process:nth-child(1)::before,
    .main-process .easy-to-process:nth-child(2)::before {
        top: 55%;
        right: -29%;
    }

    .contribution-grid {
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .owl-nav button span {
        width: 36px;
        height: 36px;
    }

    .main-process .easy-to-process:nth-child(2)::before {
        right: -39%;
    }

    body .testimonials .owl-item .testimonial-item {

        padding: 0px 20px 20px 20px;
    }

    .page-title-section p.page-text,
    .section-title2,
    p.contribution-subtitle,
    h2.section-title1,
    .testimonials-section h1.testimonial:nth-child(2),body .section-title2 {
        font-size: 22px;
    }

    input.product-checkbox {
        width: 18px;
        height: 18px;
    }

    body .trust-card {
        width: 300px;
    }

    .site-header .container {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-main .entry-content>section.banner-content a.banner-btn::before {
        width: 18px;
        height: 18px;
        right: 16px;
        top: 15px;
    }

    .site-main .entry-content>section.banner-content a.banner-btn {
        font-size: 16px;
        padding: 14px 39px 14px 18px;
    }

    .site-main .entry-content>section.banner-content h2.banner-title {
        font-size: 32px;
        max-width: 272px;
    }

    .site-main .entry-content>section.banner-content p.banner-text {
        font-size: 16px;
        margin: 40px 0 20px 0;
    }

    body .listing-sections {
        padding: 135px 15px 60px 15px;
    }

    body .testimonials .owl-item .testimonial-image img {
        width: 90px;
        height: 90px;
    }
body .donation-dates {
    gap: 10px;
}
	.donation-actions {
    gap: 10px !important;
    padding: 0 12px;
    flex-wrap: wrap;
}
	.trust-wrapper .trust-right h1.trust-title {
    font-size: 26px;
}
	section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    position: relative;
    width: max-content;
    top: 0;
    right: 0;
}
	body .donation-date-btn {
    margin: 0;
}
body section.data-table table.trust-product-table th {
    font-size: 14px!important;
}
body .back-link a {
    font-family: Lato;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #000000;
}
.donation-actions button#reset-selection, .donation-actions button#checkout-btn {
    font-size: 16px!important;
    line-height: 26px!important;
    padding: 9px 22px!important;
    margin: 0;
}
	body section.data-table table.trust-product-table {
    border: 2px solid #3030302B;
    width: 638px!important;
    background: #fff;
}
	body section.data-table {
		width: 100%;
		background-color: #fff;
		overflow-x: auto!important;
	}
}.back-link {
    position: absolute;
    top: 50px;
    pointer-events: all;
}
	section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    left: 0;
}
	section.new-code-added .product-sort {
    right: 170px;
    top: 8px!important;
    display: flex;
    align-items: center;
}
}

div#price-summary-box {
    margin: 0 0 0 auto;
}

@media (max-width: 666px)  {
	section.new-code-added .product-sort {
    right: 0;
    top: 0px!important;
    display: flex;
    align-items: center;
    position: relative;
}section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    position: relative!important;
    width: ;
    top: -13px!important;
    left: 0!important;
}
	section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    position: relative!important;
    width: ;
    top: -13px!important;
    left: 0!important;
}section.new-code-added .product-sort {
    right: 280px!important;
    top: -8px!important;
}
	section.new-code-added .date-picker-container {
    position: absolute;
    width: max-content;
    top: 0px;
    right: auto;
    margin: 0px 0px;
    padding: 3px 16px;
    height: 40px;
    left: auto;
}
	body .trust-grid .trust-card {
    width: 100%;
}
	body .trust-wrapper .trust-right p:nth-child(2), .trust-wrapper .trust-right p:nth-child(3) {
    width: 100%;
}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .main-process .easy-to-process {
    width: 100%;
}.trust-wrapper .trust-right p:nth-child(3) {
    text-align: left;
}
    .site-header nav.main-navigation {
        justify-content: left;
        position: relative;
        width: 355px;
    }
	

	.donation-actions {
    justify-content: center;
}

    .site-main .entry-content {
        flex-direction: column-reverse;
    }

    .site-main .entry-content>section {
        width: 100%;
    }

    .site-main .entry-content>section.banner-content h2.banner-title>span.span-one::before {
        height: 10px;
    }

    .site-main .entry-content>section.banner-content p.banner-text {
        font-size: 16px;
        margin: 30px 0 20px 0;
        text-align: center;
    }

    .site-main .entry-content>section.banner-content a.banner-btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #trust-filter>div {
        width: 100% !important;
    }

    #trust-filter>div input#trust-search,
    #trust-filter>div select {
        width: 100%;
        height: 42px;
        border-radius: 12px;
        max-width: 100%;
    }

    #trust-filter {
        flex-wrap: wrap;
        padding: 0;
    }

    body .trust-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    body .listing-sections section.trust-listings-section {
        padding: 0 0px;
    }

body .trust-card {
    width: 345px;
    margin: 0 auto;
}

    .main-process {
        margin-top: 30px;
        flex-direction: column;
    }

    body input.product-checkbox {
        width: 20px;
        height: 20px;
    }

    .main-process .easy-to-process:nth-child(1),
    .main-process .easy-to-process:nth-child(3) {
        transform: none;
    }

    .main-process .easy-to-process:nth-child(1)::before,
    .main-process .easy-to-process:nth-child(2)::before {
        display: none;
    }
	
	section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
	section.new-code-added .product-sort {
    right: 280px;
    top: -8px!important;
}

    .site-main .entry-content>section.banner-content h2.banner-title {
        font-size: 32px;
        text-align: center;
        max-width: 100%;
        margin-top: 15px;
    }

    .contribution-stats {
        padding: 60px 15px 60px 15px;
    }

    .contribution-box h3 {
        font-size: 26px;
    }

    section.testimonials-section {
        padding: 70px 15px 40px 15px;
    }

    section.how-it-works {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .contribution-box p {
        margin-top: 10px;
        font-size: 23px;
    }

    .site-header .container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.cart-link {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        top: -46px;
        right: 63px;
    }

    .site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
        top: -46px;
        right: 183px;
    }

.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link a {
    height: 30px;
    width: 59px;
}

    .site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
        top: -46px;
    }
	
	.site-header nav.main-navigation div#google_translate_element {
    right: 65px;
    top: -28px;
}

    .site-header nav.main-navigation ul#menu-main-menu li.cart-link a {
        height: 30px;
        min-width: 50px;
    }

    footer#colophon .footer-widgets .footer-column:nth-child(1) div#media_image-2 {
        max-width: 200px;
    }

    footer#colophon .footer-widgets {
        flex-wrap: wrap;
        gap: 18px;
        padding: 0;
    }

    footer#colophon .footer-widgets .footer-column {
        padding-right: 0;
        width: 100% !important;
    }

    .site-footer-copyright {
        flex-wrap: wrap;
        text-align: center;
    }

    footer#colophon .copyright .site-footer-copyright .widget_media_image {
        width: 43px;
        display: flex;
        align-items: center;
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 10px;
    }
	
	.site-header nav.main-navigation ul li.menu-item.wishlist-link {
    padding: 6px 12px;
    right: 230px;
    top: -45px;
}
.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
    top: -46px;
    right: 390px;
}
.site-header nav.main-navigation ul#menu-main-menu li.cart-link {
    top: -46px;
    right: 133px;
}
	section.testimonials-section {
    padding: 70px 0px 40px 0px;
}
	.testimonials-carousel .owl-item.active.center {
    transform: scale(0.95);
}
	.site-header nav.main-navigation ul li.menu-item.wishlist-link {
    padding: 6px 12px;
    right: 247px;
    top: -45px;
    padding: 4px 10px!important;
}
span.dashicons.dashicons-cart {
    font-size: 14px;
    width: 10px;
    height: 10px;
}
}

.date-picker-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 4px 10px;
    background: #fff;
    gap: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

select#productSort {
    border: none !important;
    padding: 0px !important;
}

button#nextDate,
button#prevDate {
    margin: 0;
}
label[for="productSort"] {
    display: flex;
}
i.fa.fa-filter {
    display: flex;
    align-items: center;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/Group-125.png);
    background-size: contain;
    background-position: center;
    height: 21px;
    font-size: 0;
    width: 20px;
}
.trust-listings {
    display: none;
}

body section.data-table {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #b1b1b1;
height:auto;
}

div#selectedDateDisplay {
    display: none;
}

body section.data-table h3 {
    display: none;
}

.donation-actions button#reset-selection, .donation-actions button#checkout-btn {
    color: #FFFFFF;
    box-shadow: 1px 1px 6.1px 0px #00000040;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 9px 55px 9px 30px!important;
    font-family: 'Lato';
}
body .donation-actions button#checkout-btn {
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/Vector-4.png);
    background-repeat: no-repeat;
    background-position: 124px 14px;
    border-radius: 10px!important;
}
.donation-actions button#reset-selection {
    background-position: 87px 15px!important;
    background-image: url(https://staging.sripandurangan.com/wp-content/uploads/2025/11/Vector-3.png)!important;
    background-repeat: no-repeat!important;
	border-radius: 10px!important;'
}
.donation-actions button#reset-selection {
    color: #893f1b;
}

/* body section.data-table table.trust-product-table {
    border: 2px solid #3030302B;
} */

body section.data-table table.trust-product-table th:first-child {
    width: 6%;
}

body section.data-table table.trust-product-table td:not(:first-child) {
    width: 23%;
    min-width: 200px;
}

input.product-checkbox:checked {
    accent-color: #893f1b;
}

.donate-btn {
    width: 100%;
    margin-top: 30px;
}

body section.data-table table.trust-product-table td {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
    height: 70px;
    color: #1D2939;
}

body section.data-table table.trust-product-table td:nth-child(3) {
    line-height: normal;
}

body section.data-table table.trust-product-table tr {
    border-bottom: 1px solid #E5E7EB;
}

body section.data-table table.trust-product-table th {
    width: 20%;
    text-align: left;
    padding: 10px;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #303030;
}

body section.data-table table.trust-product-table td input.product-checkbox {
    width: 16px;
    height: 16px;
}

.product-sort {
    border: 1px solid #f3f3f3;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 16px 12px 0px 0 !important;
    height: 40px;
    background: #fff;
    font-size: 16px;
    font-family: 'Lato';
}

.date-picker-container:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.date-nav-btn {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    padding: 4px 8px;
}

.date-nav-btn:hover {
    color: #000;
}
#customDatePicker {
    border: none;
    outline: none;
    text-align: center;
    width: 120px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    background: transparent;
    cursor: pointer;
}
.date-nav-btn {
    padding: 6px 0;
}section.new-code-added .date-picker-container, section.new-code-added .product-sort {
    position: absolute;
    width: max-content;
    top: 0px;
    right: 0;
    margin: 0px 0px;
    padding: 3px 16px;
    height: 40px;
    left: auto;
}
body #customDatePicker {
    text-align: center!important;
    border: 0!important;
    padding: 0!important;
    border-radius: 5px!important;
    width: 115px;
    cursor: pointer!important;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #303030;
}
body span.read-more-btn {
    font-family: Lato;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    margin-top: 0!important;
    margin-bottom: 12px;
    color: #676767!important;
}
/* Calendar popup */
.flatpickr-calendar {
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.flatpickr-day.selected {
    background: #000 !important;
    color: #fff !important;
    border-radius: 50% !important;
}

div#trust-results  .trust-listings {
    display: block;
}
.trust-listings {
    display: block;
}
iframe#\:1\.container {
    visibility: hidden;
    display: none;
}
#google_translate_element {
    position: relative;
    display: inline-block;
}

#custom-lang-display {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 4px 28px 4px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    pointer-events: none; /* So clicks pass through to the hidden select */
}
.goog-te-gadget {
    font-size: 0 !important;
}
.thumb-gallery img {
    width: 130px!important;
    height: 130px!important;
}
section.new-code-added .product-sort {
    right: 180px;
    top: -15px!important;
    display: flex;
    align-items: center;
}
.donation-dates button.donation-date-btn:nth-child(2) {
    margin-left: 0;
}
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}
/* Style for the menu icons */
.menu-item.cart-link,
.menu-item.account-link,
.menu-item.login-link,
.menu-item.bookmark-link {
    display: inline-block;
    margin-left: 15px;
}

.menu-item.cart-link a,
.menu-item.account-link a,
.menu-item.login-link a,
.menu-item.bookmark-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.menu-item.bookmark-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cart-count {
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
    min-width: 18px;
    text-align: center;
    display: inline-block;
    line-height: normal;
}

.site-header nav.main-navigation div#google_translate_element div#custom-lang-display {
    padding: 8px 12px;
    border-radius: 42px;
    background: #fff;
    box-shadow: 1px 1px 6.1px 1px #00000040;
}

.site-header nav.main-navigation ul li.menu-item.wishlist-link {
    padding: 8px 12px;
    border-radius: 42px;
    background: #fff;
    box-shadow: 1px 1px 6.1px 1px #00000040;
}

.dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

/* Wishlist Page Styles */
.spdf-wishlist-page .wishlist-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.spdf-wishlist-page .wishlist-count {
    font-size: 16px;
    color: #666;
}

.spdf-wishlist-page .wishlist-products {
    display: grid;
    gap: 20px;
}

.spdf-wishlist-page .wishlist-product {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    transition: box-shadow 0.3s ease;
    gap: 20px;
}

.spdf-wishlist-page .wishlist-product:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.spdf-wishlist-page .product-image {
    width: 100px;
    flex-shrink: 0;
}

.spdf-wishlist-page .product-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.spdf-wishlist-page .product-info {
    flex-grow: 1;
}

.spdf-wishlist-page .product-info h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.spdf-wishlist-page .product-info h3 a {
    text-decoration: none;
    color: #333;
}

.spdf-wishlist-page .product-info h3 a:hover {
    color: #007cba;
}

.spdf-wishlist-page .product-price {
    font-size: 16px;
    font-weight: bold;
    color: #007cba;
    margin-bottom: 10px;
}

.spdf-wishlist-page .product-meta {
    margin-bottom: 15px;
}

.spdf-wishlist-page .date-added {
    font-size: 12px;
    color: #888;
}

.spdf-wishlist-page .add-to-cart {
    background: #007cba;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.spdf-wishlist-page .add-to-cart:hover {
    background: #005a87;
}

.spdf-wishlist-page .out-of-stock {
    color: #ff0000;
    font-style: italic;
}

.spdf-wishlist-page .product-actions {
    flex-shrink: 0;
}

.spdf-wishlist-page .remove-from-wishlist {
    background: #ff4444;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s ease;
}

.spdf-wishlist-page .remove-from-wishlist:hover {
    background: #cc0000;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
    width: 100%;
}
.spdf-wishlist-page .empty-wishlist {     
	text-align: center;     
	padding: 60px 20px;     
	background: white;     
	border-radius: 14px;     
	width: 100%;     
	margin: 20px auto 40px auto;     
	display: block;     
	max-width: 410px; 
}

.spdf-wishlist-page .empty-wishlist p {
    font-size: 23px;
    margin-bottom: 20px;
    color: black;
}

.wc-block-components-product-details li {
    font-size: 14px;
    margin-bottom: 6px;
}

.spdf-wishlist-page .empty-wishlist a.button {
    background: #97421f !important;
    color: #fff !important;
    font-family: 'Lato';
    padding: 12px 20px 14px 20px;
    border-radius: 9px;
}

.spdf-wishlist-page .empty-wishlist a.button:hover {
	background-color: #000!important;
	color: #fff;
}

.spdf-wishlist-page .wishlist-login-required {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.spdf-wishlist-page .wishlist-login-required a {
    color: #007cba;
    text-decoration: none;
}

.spdf-wishlist-page .wishlist-login-required a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .spdf-wishlist-page .wishlist-product {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .spdf-wishlist-page .product-image {
        width: 80px;
    }
    
    .spdf-wishlist-page .product-actions {
        width: 100%;
    }
    
    .spdf-wishlist-page .remove-from-wishlist {
        justify-content: center;
        width: 100%;
    }
}
.wrap-all-details {
    display: flex;
}
ul img {
    height: 25px;
    padding-right: 5px;
}
.no-results-text {
    margin-top: 17px!important;
    text-align: center!important;
    color: #666!important;
    margin-bottom: 4px!important;
    width: 93%!important;
    display: inline-block!important;
}
.hello {
    align-items: center;
    display: flex;
}
.trust-categories-wrapper {
    margin-left: 90px;
}
ul.trust-categories {
    margin-left: 27px;
}
.woocommerce-account .woocommerce {
    width: 100%;
}
body form.login > p.form-row {
    display: flex;
    flex-direction: column;
}
.woocommerce-lost-password p.woocommerce-form-row {
    width: 100%;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input#rememberme {
    width: auto!important;
    margin-right: 8px;
}
.menu-main-menu-container li.menu-item.menu-item--icon.cart-link {
    display: none;
}
ul#menu-main-menu-1 li.menu-item.menu-item--icon.wishlist-link {
    display: none;
}
ul#menu-main-menu-1 li.menu-item.menu-item--icon.account-link {
    display: none;
}
ul#menu-footer-menu li.menu-item.menu-item--icon.cart-link {
    display: none;
}
ul#menu-footer-menu li.menu-item.menu-item--icon.wishlist-link {
    display: none;
}
ul#menu-footer-menu li.menu-item.menu-item--icon.account-link {
    display: none;
}
li.menu-item.wishlist-link a {
    display: flex!important;
}
.woocommerce-address-fields {
    float: left;
    margin-top: 25px;
}
.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
    margin-left: -50px;
}
/* ===========================
   HEADER LAYOUT
=========================== */
.site-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  z-index: 1000;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.main-navigation {
  flex-grow: 1;
}

/* ===== Hamburger (mobile only) ===== */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
}
.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== Mobile Menu Drawer ===== */
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 20px;
}
.mobile-menu-wrapper.open {
    right: 0;
}
.mobile-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-navigation li {
    border-bottom: 1px solid #eee;
}
.mobile-navigation a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .desktop-menu {
        display: none !important;
    }
.hamburger-menu {
    display: flex;
    order: 2;
    margin-top: 4px;
}
    .mobile-header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -2px;
    margin-right: 5px;
}
}
@media (min-width: 769px) {
    .mobile-menu-wrapper,
    .mobile-header-icons,
    .hamburger-menu {
        display: none;
    }
}
.site-header nav.main-navigation {
    margin-left: 175px;
}
.wrap-class {
    display: flex;
    margin-top: 10px;
}
.mobile-header-icons a.header-icon.wishlist-icon {
    display: flex;
}

/* Hide specific menu items on mobile and tablet */
@media only screen and (max-width: 1024px) {
	body .trust-wrapper .trust-right p:nth-child(2) {
    padding-right: 0;
    width: 36%;
}
	.trust-wrapper .trust-right p:nth-child(3) {
    text-align: right;
    width: 65%;
}
    nav.mobile-navigation li.menu-item.menu-icon.cart-link,
    nav.mobile-navigation li.menu-item.menu-icon.wishlist-link,
    nav.mobile-navigation li.menu-item.menu-icon.login-link {
        display: none !important;
    }
.site-header nav.main-navigation ul#menu-main-menu li.menu-item.account-link {
    margin-left: -15px;
}

}

thead > tr> th {
    background: #f3f3f3;
}
.woocommerce-order-details h2.woocommerce-order-details__title, section.woocommerce-customer-details h2.woocommerce-column__title {
    margin: 0 0 5px 0!important;
    text-align: left;
    font-size: 23px!important;
}
.woocommerce-order-details h2.woocommerce-order-details__title {
    margin-top: 10px!important;
}
.woocommerce-Addresses.addresses .woocommerce-Address {
    border: 1px solid #a49999;
}
body .woocommerce form .form-row input {
    border: 1px solid #000!important;
}
body .woocommerce form .woocommerce-address-fields ,
body .woocommerce form .woocommerce-address-fields p.form-row > span .selection,
body .woocommerce form .woocommerce-address-fields p.form-row > span {
    width: 100%;
}
body .woocommerce form .woocommerce-address-fields p.form-row label {
    text-align: left;
}
body .woocommerce form .woocommerce-address-fields p.form-row:nth-child(1), body .woocommerce form .woocommerce-address-fields p.form-row:nth-child(2) {
    width: 49%;
}
.back-link {
    position: absolute;
    top: 50px;
}


@media (max-width: 767px) {
	.trust-wrapper .trust-right p.heart-img {
    top: 0;
}
	.thumb-gallery img {
    width: 100px!important;
    height: 100px!important;
}
	body .woocommerce form .woocommerce-address-fields p.form-row:nth-child(1), body .woocommerce form .woocommerce-address-fields p.form-row:nth-child(2) {
    width: 100%;
}
body section.new-code-added {
    width: 100%;
    padding-top: 40px;
    margin: 40px 0 110px 0;
}
}

@media (max-width: 479px){
body section.data-table {
    width: 347px;
    overflow-x: AUTO;
}
}

.mobile-header-icons > a {
    padding: 2px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
button#btn-razorpay-cancel {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    background: #97421F;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

button#btn-razorpay-cancel:hover {
    background: #000;
    color: #fff;
}
button#btn-razorpay {
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 17px;
    background-color: #97421F;
    border-radius: 5px;
    color: white;
}
button#btn-razorpay:hover {
    background: #000;
    color: #fff;
}
.wc-block-components-notice-banner__content div {
    font-size: 17px!important;
}
button#place_order {
    margin-top: 13px!important;
}
form#order_review {
    background-color: white!important;
}
body.page-id-9 .woocommerce {
    border-radius: 10px!important;
    background: white!important;
    padding: 25px!important;
    width: auto!important;
}
p.woocommerce-form-row.form-row {
    margin-top: 13px!important;
}
form.woocommerce-form.woocommerce-form-register.register {
    background: white!important;
}
form.woocommerce-form.woocommerce-form-login.login {
    background-color: white!important;
}

.container.spdf-wishlist-page {
    display: block;
    margin-top: 20px;
}
.container.spdf-wishlist-page h1.page-title.text-center {
    text-align: center;
    font-size: 35px;
}
button.cancel-popup {
    display: none;
}
button.close-popup img {
    background: transparent;
}
#custom-share-popup .close-popup > img {
	opacity: 0;
}
/* Disable body scroll when popup is open */
.form-field label[for="term_meta[unit]"],
.form-field input[name="term_meta[unit]"] {
    display: none !important;
}
input#term_meta\[unit\] {
    display: none;
}
#custom-share-popup .close-popup {
    border: 3px solid #fff!important;
}
body.no-scroll {
    overflow: scroll!important;
}
.heateor_sss_sharing_ul {
    display: flex;
    gap: 5px;
}
/* body .trust-card .trust-content,body .trust-card .trust-content .wrap-icon-more {
    position: static;
} */
body .trust-location {
    color: #303030;
    margin-bottom: 10px;
    font-family: Lato;
    font-weight: 700;
    font-size: 19px;
}
html[lang="gu"] .logged-in .site-header nav.main-navigation div#google_translate_element {
    right: 365px;
}
section.related-orphanage p {
    /* border-radius: 11px; */
    background-color: white;
    padding: 15px;
    text-align: center;
    width: auto;
    /* margin-left: 350px; */
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 600;
}
.trust-heart-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    display: inline-block;
    margin: 10px 0;
    object-fit: contain;
}
#custom-share-popup .popup-overlay {
    border-radius: 12px;
}
.trust-card {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(5px);
    transition: 
        opacity 0.6s ease-out,
        transform 0.6s ease-out,
        filter 0.6s ease-out;
}

.trust-card.reveal {
    opacity: 1;
    transform: translateY(0px);
    filter: blur(0px);
}

.trust-card.no-animation {
    transition: none !important;
}
.single-trust .trust-listings {
    margin-top: 60px;
}
.trust-wrapper .trust-right p.donation-datetype {
    margin-bottom: 12px;
}
span[style="display:inline-block; padding:4px 10px; border-radius:6px; color:#000000;"] {
    background: #FBBC041F;
    color: #FBBC04!important;
    border-radius: 50px!important;
}
/* section.trust-detail.container::before {
    position: absolute;
    content: '';
    width: 200vw;
    height: 830px;
    background: linear-gradient(
63deg, #F0F3F9 0%, #D3D1EA 100%);
    left: -100%;
    top: 0;
} */
span[style="display:inline-block; padding:4px 10px; border-radius:6px; color:#088c30;"] {
    background: #E8F9EF;
    color: #00B947!important;
    border-radius: 50px!important;
}
span[style="display:inline-block; padding:4px 10px; border-radius:6px; color:#ed0707;"] {
    background: #FFF7F7;
    color: #FC0900!important;
    border-radius: 50px!important;
}
body section.data-table table.trust-product-table th:not(:first-child) {
	padding-left: 0px;
}
.get-your-trust-section > .container {
    flex-direction: column;
}
del.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    display: none!important;
}
.wc-block-components-product-price__value.is-discounted {
    margin-left: -0.1em!important;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description {
    display: none!important;
}