@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Inter:wght@100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mooli&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import 'theme.css';
/* @import 'responsive.css'; */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Quicksand:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200'); */

/* html {
  height: 100%;
  overflow: auto;
} */

body {
  width: 100%;
  height: 100%;
  font-family: var(--font-family), 'Quicksand', sans-serif;
  font-weight: 400;
  /* line-height: 1.15; */
  color: var(--main-text-color);
}
a {
  color: var(--main-text-color);
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row5 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.row5 > [class='col'] {
  padding-left: 5px;
  padding-right: 5px;
}

/* -------------template color---------------- */

.bg-pink {
  background: var(--bg-light);
  color: var(--text-white);
}

.clr-pink {
  color: var(--bg-light);
}

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

.text-main {
  color: var(--btn-color) !important;
}

.w-auto {
  width: auto;
}

.form-control::placeholder {
  color: #ccc;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  color: var(--bg-dark) !important;
} */

.top-links .navbar-nav .active.btn {
  color: var(--bg-light);
  border: 1px solid var(--bg-light);
}

.bg-drk-pink {
  background: var(--bg-dark);
}

.clr-drk-pink {
  color: var(--bg-dark);
}

.btn-black:hover {
  background: var(--bg-dark);
  color: var(--text-white) !important;
}

.btn-pink,
.btn-primary {
  background: var(--btn-color);
  border-color: var(--btn-color);
  color: var(--text-white);
  border-radius: 3px;
}

.btn-pink:hover,
.btn-primary:hover {
  color: var(--btn-color);
  border-color: var(--btn-color);
  background: transparent;
}

/* -------------------------------------------------- */

.material-icons {
  font-family: 'Material Icons Outlined', 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. /
  -webkit-font-smoothing: antialiased;
  / Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

img {
  max-width: 100%;
}

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

.ba-black {
  background: var(--black);
}

.clr-white {
  color: var(--text-white);
}

.clr-black {
  color: var(--black);
}

.btn {
  font-size: 15px;
  padding: 8px 40px;
  border-radius: 5px;
}

.btn-sm {
  font-size: 12px;
  padding: 4px 20px;
  border-radius: 5px;
}

.btn-black {
  background: var(--black);
  color: var(--text-white);
}

h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

.section-padding {
  padding: 3.5rem 0 0;
}

.header-add {
  padding: 0.75rem 0;
}

.sec-logo {
  padding: 0;
  box-shadow: -1px 2px 21px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 2px 21px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 21px 0px rgba(0, 0, 0, 0.3);
}

.hdr-logo {
  /* margin-left: 5.8rem; */
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 70px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart-nav-dropdown {
  position: relative;
  font-size: 20px;
}

.cart-nav-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
  border-radius: 0;
}
.cart-nav-dropdown .nav-link {
  padding: 8px;
  /* background-color: #f2f2f2; */
  color: #333;
  border: 2px solid #fff;
}
.cart-nav-dropdown .nav-link.active {
  background-color: var(--bg-light);
  color: #fff;
}

.search-form {
  right: 200px;
  top: 200px;
}

.search-field {
  background-color: transparent;
  background-image: url(../assets/img/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 40px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition:
    width 400ms ease,
    background 400ms ease;
  transition:
    width 400ms ease,
    background 400ms ease;
  width: 0px;
  cursor: pointer;
}

.search-field:focus {
  background-color: transparent;
  border-bottom: 1px solid var(--black);
  cursor: text;
  outline: 0;
  width: 250px;
  color: var(--black);
}

.search-form .search-submit {
  display: none;
}

.sec-logo .form-select {
  font-size: 13px;
  padding: 0 20px 0 0;
  background-position: right center;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

.sec-logo .form-select:focus {
  border: none;
  box-shadow: none;
}

.sec-logo .flag-sec {
  list-style: none;
  padding: 0;
  margin: 0 6rem 0 0;
}

.flag-sec li {
  margin-left: 2rem;
}

.flag-sec li:first-of-type {
  margin: 0;
}

.top-links {
  justify-content: flex-end;
  flex-basis: 100% !important;
  /* margin-right: 6.8rem; */
}

.navbar {
  padding: 0;
  /* border-bottom: 2px solid var(--bg-dark); */
}

.flag-sec > .navbar {
  padding: 0;
  border-bottom: none;
}

.top-links .nav-link.btn {
  padding: 8px 40px;
  text-transform: capitalize;
  color: var(--text-white);
}

.top-links .nav-item {
  margin-left: 1rem;
}

.nav-item.mobile-display,
.profile-dropdown.mobile-display {
  display: none;
}

.top-links .nav-link {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--black);
  padding: 12px 15px;
  /* font-family: var(--font-family), 'Poppins', sans-serif; */
}
.top-links .donation-menu {
  margin-left: 30px;
}
.top-links .nav-item .dropdown-menu {
  width: auto;
  border-radius: 0;
  padding: 0;
}

.top-links .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.top-links .nav-item .dropdown-item:focus,
.top-links .nav-item .dropdown-item:hover {
  background-color: #f2f2f2;
  color: #333;
}

.top-links .nav-item .dropdown-item:active,
.top-links .nav-item .dropdown-item.active {
  background-color: var(--bg-light);
  color: #fff;
}

.section-banner {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 33.33vw;
}

/* .section-banner:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right, #000000, #1f1d1e, #363337, #4d4c52, #64676f);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.77;
  z-index: 0;
} */

.section-banner .container {
  z-index: 9;
  position: relative;
  max-width: 1153px;
}

.banner-frm {
  filter: drop-shadow(0px 7px 34px rgba(0, 0, 0, 0.34));
  background: var(--bg-banner);
  padding: 2rem 1rem;
  width: 370px;
  margin-left: auto;
  border-radius: 5px;
}

.banner-frm h4 {
  color: var(--text-white);
}

.section-banner h1,
.section-banner h3 {
  margin: 0;
  color: var(--text-white);
}

.section-banner h3 {
  /* font-family: var(--font-family), 'Poppins', sans-serif; */
  margin-bottom: 1.5rem;
}

.banner-frm label {
  color: var(--text-white);
  font-size: 12px;
  margin-bottom: 5px;
}

.banner-frm .form-control,
.banner-frm .form-select {
  font-size: 10px;
  color: var(--clr-form);
  background-color: var(--bg-form);
  border-color: transparent;
  padding: 8px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.banner-frm .form-control:focus::placeholder,
.banner-frm .form-control::placeholder,
.banner-frm .form-control::-webkit-input-placeholder,
.banner-frm .form-control::-moz-placeholder,
.banner-frm .form-control:-ms-input-placeholder,
.banner-frm .form-control:-moz-placeholder {
  color: var(--clr-form);
  opacity: 1;
}

.banner-frm button {
  margin-top: 2rem;
  /* font-family: var(--font-family), 'Poppins', sans-serif; */
  font-size: 15px;
  border-radius: 5px;
}

.section-banner h1 {
  margin-bottom: 4.5rem;
}

.devider {
  display: block;
  width: 185px;
  height: 1px;
  background: var(--text-white);
  position: relative;
  margin-top: 2rem;
}

.devider:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 1px;
  background: var(--bg-dark);
}

.section-services {
  position: relative;
}

/* .section-services:after {
  content: "";
  background-image: url(../assets/img/service-bg.png);
  height: 100%;
  width: 895px;
  position: absolute;
  background-repeat: no-repeat;
  top: 5.5rem;
  right: 0;
  max-width: 100%;
} */

.service-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
.service-box {
  width: 255px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.service-box a {
  width: 255px;
  min-height: 255px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 9;
  background: var(--text-white);
  text-decoration: none;
  color: #636363;
  font-size: 22px;
  font-weight: 600;
}

.service-box a:hover {
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
}

.service-box figcaption {
  position: absolute;
  top: 0px;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-white);
  background: var(--bg-dark);
  width: 100%;
  right: 0;
  left: 0;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* .section-heading {
  position: relative;
} */

/* .section-heading:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../assets/img/border.png);
  height: 3px;
  right: 0;
  left: 0;
  margin: auto;
  top: 8px;
  bottom: 0;
  background-size: contain;
} */

/* .section-heading h2 {
  display: inline;
  background: var(--text-white);
  position: relative;
  z-index: 1;
  padding: 0 10px;
} */
footer {
  margin-top: 60px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .container {
  padding: 1rem 0 0;
}

.foo-link .title {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  display: inline;
  /* border-bottom: 2px solid var(--text-white); */
  line-height: 1.6;
}

.foo-link a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-white);
  text-decoration: none;
}

.foo-link a.active {
  color: #ccc;
  /* color: var(--black); */
  /* padding: 8px 40px;
  background: var(--black);
  color: var(--text-white);
  border-radius: 20px; */
}
.foo-link a:hover {
  color: #ccc;
  text-decoration: none;
}

/* .foo-link a.active:hover {
  background: var(--bg-dark);
  color: var(--black);
} */

footer .row {
  margin-left: 5rem;
  margin-right: 5rem;
}

footer ul li {
  margin-top: 1.5rem;
}

footer span {
  margin-top: 2rem;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 1.8rem;
}

footer ul li:nth-of-type(2) {
  margin-top: 1.6rem;
}

footer .social-media {
  max-width: 150px;
  color: #fff;
  margin: 0 auto;
}

footer .social-media i {
  color: #fff;
  font-size: 24px;
}

footer .social-media li,
footer .social-media li:nth-of-type(2) {
  margin: 0;
}

.side-bdr {
  position: relative;
}

.side-bdr:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--text-white);
  right: 2rem;
}

.side-bdr:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--text-white);
  left: 2rem;
}

.copyright {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.copyright span {
  font-weight: 500;
  margin: 0;
}

.copyright li {
  margin: 0 !important;
}

.copyright ul {
  max-width: 120px;
  margin-left: auto;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

.subscribe-form {
  position: relative;
}

.subscribe-form button {
  /* position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12px;
  padding: 10px 30px;
  font-weight: 700; */
  border-radius: 7px;
  margin-left: 8px;
}

/* .subscribe-form input {
  padding: 10px 9rem 10px 2rem;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
} */

.foo-logo {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .f-social-box {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}

/* storefront style goes here */

.section-inner-banner {
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 33.33vw;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}

.section-inner-banner:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  /* background: linear-gradient(to right, #000000, #1f1d1e, #363337, #4d4c52, #64676f); */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.77;
  z-index: 0;
}

.section-inner-banner .container {
  z-index: 9;
  position: relative;
  max-width: 1153px;
  text-align: center;
}

.section-inner-banner .banner-container.left {
  text-align: left;
}

.section-inner-banner .banner-container.right {
  text-align: right;
}

.section-inner-banner .banner-heading {
  color: #fff;
  background-color: #00000080;
  margin: 0;
  font-size: 40px;
  padding: 8px 30px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.home-page .banner-heading {
  color: #fff;
  background-color: #00000080;
  margin: 0;
  font-size: 40px;
  padding: 8px 30px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.section-inner-banner .devider {
  margin: 2rem auto 0;
}

.section-inner-banner .devider:after {
  left: 0;
}

.page-inner {
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 20px;
}

.main-text {
  color: var(--main-text-color);
}
.desc-text {
  color: var(--desc-text-color);
}
.page-inner .pro-disc {
  max-width: 225px;
}

.page-inner td.pro-disc {
  font-size: 16px;
  color: var(--desc-text-color);
}

.page-inner td.pro-title {
  max-width: 225px;
  font-size: 18px;
  text-decoration: none;
  color: var(--main-text-color);
  font-weight: 600;
}

.page-inner td.pro-disc a {
  font-size: 18px;
  text-decoration: none;
  color: var(--desc-text-color);
  font-weight: 600;
}

.page-inner td.pro-disc a:hover {
  text-decoration: underline;
}

.page-inner .pro-pic {
  width: 240px;
  position: relative;
}

.page-inner .pro-qty .btn {
  font-size: 16px;
  /* border-radius: 5px; */
  padding: 5px 20px;
}
.page-inner .pro-qty .add-to-cart-btn {
  min-width: 130px;
  padding: 8px 20px;
}
#products .carousel-item {
  left: 15%;
}

#products .carousel-control-next-icon,
#products .carousel-control-prev-icon {
  width: 23px;
  height: 23px;
}

#products .carousel-inner > .item > img {
  width: 173px;
  height: 90px;
}

#products {
  width: 250px;
  height: 90px;
}

.page-inner thead tr {
  background: var(--bg-dark);
  color: var(--text-white);
  border-radius: 10px;
}

.page-inner th {
  font-size: 12px;
  /* color: var(--text-white); */
  font-weight: 700;
  padding: 15px 10px;
}

.page-inner .txt-bg {
  font-size: 16px;
}

.page-inner .txt-sml {
  font-size: 12px;
  color: var(--desc-text-color);
}

.page-inner .mem-add {
  min-width: 105px;
}

.page-inner .mem-cty {
  min-width: 150px;
}

.page-inner .mem-desc {
  max-width: 250px;
  min-width: 200px;
}

.page-inner td {
  padding: 10px;
  font-size: 16px;
}

/* .page-inner th:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-inner th:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} */

.page-inner h3 {
  border-bottom: 3px solid var(--clr-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-inner h3 span {
  color: #b3b8bd;
}

.page-inner .pgn {
  display: flex;
  justify-content: center;
}

.pgn .page-item a {
  border-color: transparent;
  color: var(--bg-pagination);
}

.pgn .page-link.active {
  color: var(--text-white);
  background: var(--clr-pagination);
  border-radius: 8px;
}

/*----------- cart style goes here --------------*/

.cart .media {
  display: flex;
  align-items: center;
}

.cart .media img {
  max-height: 150px;
  padding: 0 20px;
}

.cart .close {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 100%;
}

.cart table {
  border: 1px solid #ccc;
}

.cart .left-promo .btn {
  margin-left: 15px;
}

/* ---------------login, register, forgot password style goes here ----------------*/
.login-frm {
  max-width: 500px;
  margin: auto;
}

.login-frm label {
  margin-bottom: 10px;
}

.login-frm .form-control {
  margin-bottom: 5px;
}

.login-frm a {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.dropdown > .btn-primary {
  background-color: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}

.cart-icon {
  text-decoration: none;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.page-loading {
  text-align: center;
  height: 400px;
  width: 100%;
  margin-top: 100px;
}

.rsis-container {
  cursor: pointer !important;
}

.rsis-container .rsis-image,
.rsis-container div {
  border-radius: 8px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #f8f8f8 !important;
}

.profile-dropdown a {
  color: black;
  text-decoration: none;
}

.profile-dropdown .dropdown-item:active {
  background-color: var(--bg-light);
}

.pagination-box .page-item {
  cursor: pointer;
}

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

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  /* width: 100%;
height: 100%; */
  object-fit: cover;
}

.swiper-button {
  display: flex;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 10;
  cursor: pointer;
}
.swiper-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.image-swiper-button-prev {
  left: 1px;
}

.image-swiper-button-next {
  right: 1px;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.storefront-data {
  border-bottom: 3px solid var(--clr-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-qty input {
  width: 45px;
  border: 1px solid #ddd;
  text-align: center;
}

.cart-qty span {
  cursor: pointer;
}

.top-links nav {
  border: none;
}

.nav-item .btn-black {
  background-color: var(--black);
  color: #fff;
  font-size: 15px;
  padding: 8px 40px;
  border-radius: 20px;
}

.nav-item .btn-black .active {
  color: #000000;
}
.p-relative {
  position: relative;
}

.youtube-thumbnail {
  cursor: pointer;
  position: relative;
  width: 180px;
  height: 100px;
  border-radius: 8px;
}

.youtube-thumbnail img {
  border-radius: 8px;
}

.youtube-thumbnail .play-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000042;
  border-radius: 8px;
}
.youtube-thumbnail .play-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
}

.checkout-preview .billing-address-form {
  border: 1px solid #ccc;
  padding: 15px;
}

.checkout-preview .pickup-address {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}

.order-detail-page {
  line-height: 1.8;
  font-size: 16px;
}

.order-detail-page .order-company-logo {
  position: relative;
  width: 150px;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search-filters {
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 10px;
}

footer .spinner-border {
  margin: 0;
}

footer .btn-black:hover {
  background: var(--black);
}
.site-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  color: var(--bg-dark);
  background-color: #fff;
  z-index: 1000;
}
.site-loading .spinner-border {
  left: 50%;
  position: fixed;
  top: 50%;
  margin-top: -20px;
}

.top-banner {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 80vw;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.membership-logo {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100px;
  min-width: 120px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.volunteering-form {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 15px;
}

.react-datetime-picker__wrapper {
  border-radius: var(--bs-border-radius);
  padding: 0.3rem 0.5rem;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: var(--bs-body-color);
  font-size: 1rem;
}
.row-pointer {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}

.home-page .view-all-link {
  color: var(--btn-color) !important;
  text-decoration: none !important;
  font-size: 16px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-page .view-all-link:hover {
  color: #333 !important;
}
.home-page .section-news {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.home-page .section-heading {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.home-page .section-heading h2 {
  display: inline;
  background: var(--text-white);
  position: relative;
  z-index: 1;
  padding: 0 10px;
  font-size: 2.1rem;
}
.home-page .section-news .container h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.home-page .section-news .news-title {
  color: #333;
  text-decoration: none;
}
.home-page .section-news .news-title:hover {
  text-decoration: none;
  color: #000;
}
.home-page .section-news .container .desc {
  max-width: 255px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  color: #636363;
  margin-bottom: 30px;
}

.home-page .section-blog {
  position: relative;
  margin-top: 40px !important;
  margin-bottom: 60px !important;
  max-width: 80%;
  margin: 0 auto;
}

.home-page .section-blog ul {
  margin: 0 10px;
  padding: 0;
}

.home-page .section-blog ul li {
  padding: 8px;
  list-style: none;
}

.home-page .section-blog a {
  font-size: 18px;
  text-decoration: none;
  color: #636363;
  font-weight: 500;
}
.home-page .section-blog a:hover {
  color: #000;
}
.home-page .section-blog h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home-page .donation-row {
  background: #f5f5f5;
  padding: 15px 0;
  border-radius: 10px;
  cursor: pointer;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.home-page .donation-row .donation-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-page .donation-row .pro-pic {
  position: relative;
}
.home-page .donation-row .donation-info {
  padding: 15px;
}
.home-page .donation-row .donate-btn {
  padding: 8px 20px;
  font-weight: 600;
}
.home-page .donation-row .rsis-container .rsis-image,
.home-page .donation-row .rsis-container div {
  border-radius: 0 !important;
  background-color: #cacaca !important;
}
.home-page .donation-row .youtube-thumbnail {
  width: 100%;
  height: 180px;
  border-radius: 0;
}
.home-page .donation-row .youtube-thumbnail img {
  border-radius: 0;
}
.fc-event {
  cursor: pointer;
}
.fc-event.bg-event,
.event-calendar .bg-event.active,
.event-calendar .bg-event:hover {
  background-color: rgb(146 75 196) !important;
  border-color: rgb(146 75 196) !important;
  color: #fff;
}
.fc-event.bg-volunteering,
.event-calendar .bg-volunteering.active,
.event-calendar .bg-volunteering:hover {
  background-color: rgb(20 118 209) !important;
  border-color: rgb(20 118 209) !important;
  color: #fff;
}
.fc-event.bg-fundraising,
.event-calendar .bg-fundraising.active,
.event-calendar .bg-fundraising:hover {
  background-color: rgb(6 170 110) !important;
  border-color: rgb(6 170 110) !important;
  color: #fff;
}

.fc-daygrid-event {
  color: #fff !important;
  white-space: normal !important;
}
.fc .fc-daygrid-day-number,
.fc .fc-daygrid-day-number:hover {
  text-decoration: none !important;
  font-size: 20px;
  color: #333;
}
.fc .fc-col-header-cell-cushion {
  text-decoration: none;
  padding: 8px;
  color: #333;
}

footer .f-bottom {
  padding: 10px 0;
  color: #333;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
}

footer .f-bottom a {
  text-decoration: none;
  color: #333;
}

footer .f-bottom a:hover {
  text-decoration: underline;
}

footer .f-bottom .social-links {
  text-align: right;
}

footer .f-bottom .social-links a {
  padding-left: 20px;
  font-size: 22px;
}
.products-grid {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-grid .product-col {
  background-color: #f8f8f8;
  padding: 15px;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  box-shadow: 1px 3px 5px #a5a5a5;
  color: var(--desc-text-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.products-grid .product-col .pro-pic {
  width: 100%;
}
.products-grid .product-col .youtube-thumbnail {
  width: 100%;
  height: 250px;
}

.products-grid .product-col .prod-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
  text-decoration: none;
  min-height: 25px;
}
.products-grid .product-col .prod-title a {
  text-decoration: none;
}

.products-grid .product-col .prod-desc {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  flex-grow: 1;
}

/* .membrsp .products-grid .product-col .prod-desc {
  height: 75px;
  overflow-y: auto;
} */

.products-grid .product-col .prod-price {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
.products-grid .product-col .add-to-cart-btn {
  padding: 8px 20px;
}

.products-grid .product-col .prod-qty {
  min-height: 50px;
  margin-top: 20px;
}
.template-aboutus {
  font-size: 18px;
  line-height: 1.3;
}
.template-aboutus .section-inner-banner {
  margin-bottom: 30px;
}
.template-aboutus .section {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.template-aboutus .section .row {
  display: flex;
  align-items: center;
  width: 100%;
}
/* Swap text and image columns for even rows */
.template-aboutus .section:nth-child(even) .row .col-md-6:first-child {
  order: 2;
}

.template-aboutus .section:nth-child(even) .row .col-md-6:last-child {
  order: 1;
}

/* Swap text and image columns for odd rows */
.template-aboutus .section:nth-child(odd) .row .col-md-6:first-child {
  order: 1;
}

.template-aboutus .section:nth-child(odd) .row .col-md-6:last-child {
  order: 2;
}

.template-aboutus .sec-media {
  padding: 15px;
  position: relative;
}
.template-aboutus .section h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.template-aboutus .section .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.template-aboutus .section .section-img {
  width: 100%;
  height: auto;
}
.template-aboutus .our-history-head {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}
.template-aboutus .our-history {
  background-color: #f2f1fd;
  margin-bottom: 10px;
}
.template-aboutus .our-history .slider-item {
  margin: 10px;
  padding: 10px;
}

.template-aboutus .our-history .history-img {
  width: 100%;
  height: 200px;
  background-color: #f8f8f8;

  /* border: 1px solid #ccc; */
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 8px;
  /* box-shadow: 1px 3px 5px #a5a5a5; */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.template-aboutus .our-history .slider-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.template-aboutus .our-history .slider-desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.template-aboutus .history-section .year-progress {
  background-image: url(../assets/img/year-progress.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 88px;
  width: 100%;
}

.template-aboutus .our-team {
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}
.template-aboutus .our-team .heading {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}
.template-aboutus .our-team .slider-item {
  margin: 10px;
  padding: 10px;
}

.template-aboutus .our-team .team-img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
  background-color: #ccc;
}

.template-aboutus .our-team .s-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.template-aboutus .our-team .s-position {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.template-aboutus .our-team .s-desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.template-aboutus .youtube-thumbnail {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 300px;
}
.template-aboutus .sec-media .rsis-container .rsis-image,
.rsis-container div {
  background-color: #fff !important;
}

.newsletter-otp .otp-text {
  max-width: 200px;
  text-align: center;
}

.v-align-middle {
  vertical-align: middle;
}

.top-banner-img {
  max-width: 80%;
  width: auto;
  height: auto;
}

.donation-modal .modal-body {
  background-color: #f2f2f2;
}

.donation-modal .modal-md {
  max-width: 400px;
}

.donation-popup {
  color: #000;
  background-color: #f2f2f2;
  border-radius: 8px;
  /* padding: 30px 15px; */
  max-width: 90%;
  margin: 10px auto;
  /* height: 400px; */
  overflow: hidden;
}

.donation-popup h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.donation-popup .step-2 .final-amount {
  font-size: 48px;
  text-align: center;
  min-height: 245px;
  display: grid;
  align-items: center;
  width: 100%;
  vertical-align: middle;
}

.donation-popup .btn-group > .btn {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #000;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.donation-popup .price-btn {
  background-color: #fff;
  padding: 6px 0;
  border-radius: 5px;
  box-shadow: 1px 4px 5px #ccc;
  width: 100%;
}

.donation-popup .step-2 {
  position: relative;
}
.donation-popup .step-2 .fa-angle-left {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 0;
}

.donation-popup .sec-middle {
  text-align: left;
  min-height: 245px;
  display: grid;
  align-items: center;
  width: 100%;
  vertical-align: middle;
}

.donation-popup .donation-btn {
  width: 100%;
  margin-bottom: 30px;
  background-color: #333;
  color: #fff;
}
.copy-url {
  padding: 0;
}
.copy-url img {
  width: 24px;
}

.storefront-listing .p-amount {
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  background: #f9f9f9;
  border-radius: 8px;
  margin-top: 5px;
  max-width: 180px;
  font-weight: bold;
  box-shadow: 1px 2px 4px #ccc;
}

/* .editor-content-show div {
  text-align: center;
} */
/* .editor-content-show img {
  margin: 0 auto;
  display: block;
  max-width: 600px;
  width: auto !important;
} */

.middle-content {
  min-height: 400px;
}

.editor-content-show a,
.static-pages a,
.desc-text a {
  text-decoration: underline;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  border-radius: 10px;
}

.not-found-page {
  margin: 0 auto;
  text-align: center;
  padding-top: 150px;
}

.membrsp .website-link {
  font-weight: 600;
  text-decoration: underline;
}

.membrsp .website-link:hover {
  color: var(--bg-dark);
}

.saved-cards-main h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.ck-content {
  display: block;
  width: 100%;
}
.home-page .carousel-item {
  aspect-ratio: 3/1;
  background-color: #ccc;
}

.home-page .carousel-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 100;
  /* background: #00000080; */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 70%;
  padding: 0;
}

.home-page .carousel-caption .caption-inner {
  display: inline-block;
  padding: 10px 20px;
  background: #00000080;
}

.home-page .carousel-caption.left {
  left: 15%;
  right: auto;
  transform: translate(-15%, -50%);
  text-align: left;
}

.home-page .carousel-caption.right {
  right: 10%;
  left: auto;
  transform: translate(-10%, -50%);
  text-align: right;
}

.home-page .carousel-caption h3 {
  font-size: 40px;
  margin-bottom: 0;
  display: inline;
  font-weight: 600;
}

.home-page .carousel-item > img {
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .container,
  .section-banner .container {
    max-width: 1320px;
  }
  .service-box {
    width: 220px;
  }
  .service-box a {
    width: 220px;
    min-height: 230px;
  }
  .hdr-logo,
  .sec-logo .flag-sec,
  .top-links,
  footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-logo {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 55px;
  }
  .container,
  .section-banner .container {
    max-width: 1150px;
  }
  .service-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    margin-bottom: 0;
  }
  .service-list .service-box {
    margin: 0 5px 15px 5px;
  }
  .header-add {
    padding: 1.3rem 0;
  }
  .sec-logo {
    padding: 0;
  }
  .section-banner {
    padding: 4.8rem 0;
  }
  .section-banner h1 {
    margin-bottom: 3.5rem;
  }
  .section-padding {
    padding: 2.5rem 0 0;
  }
  .foo-link .title {
    font-size: 18px;
  }
  /* .foo-link a.active {
    padding: 6px 25px;
  } */
  .page-inner .pro-qty .btn {
    font-size: 14px;
  }
  .page-inner td {
    font-size: 18px;
  }
  .page-inner td.pro-disc {
    font-size: 15px;
  }
  .section-inner-banner {
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .top-links .nav-item {
    margin-left: 1rem;
  }
  .top-links .nav-link {
    font-size: 14px;
  }
  .banner-frm {
    padding: 1rem 1rem;
    width: 360px;
  }
  .section-services:after {
    height: 80%;
  }
  footer .container {
    padding: 1rem 0 0;
  }
  /* .subscribe-form input {
    padding: 10px 6rem 10px 1rem;
  }
  .subscribe-form button {
    padding: 10px 10px;
  } */
  .copyright {
    margin-top: 4rem;
  }
  .service-box figcaption {
    font-size: 20px;
  }
  .top-links .nav-item {
    text-align: center;
    margin: 1px 0;
  }
  .navbar-toggler {
    position: absolute;
    top: 1.3rem;
    left: 90%;
  }
  .navbar {
    padding: 0;
  }
  /* .navbar-nav {
    padding: 1rem 0;
  } */

  .hdr-logo {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 18px;
  }
  .page-inner {
    padding: 10px;
  }
  .page-inner h3 {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .sec-logo .container {
    flex-wrap: wrap;
  }
  .sec-logo .flag-sec {
    width: 100%;
  }
  .section-banner h1 br {
    display: none;
  }
  .section-banner {
    padding: 2rem 0;
    text-align: center;
  }
  .devider {
    display: none;
  }
  .section-banner h1 {
    margin-bottom: 1.5rem;
  }
  .banner-frm {
    margin: 2rem auto 0;
    width: 310px;
  }
  footer {
    text-align: center;
  }
  footer .social-media {
    margin: 1rem auto 0;
  }
  footer .f-bottom .social-links {
    text-align: center;
  }
  footer ul {
    margin-top: 1.5rem;
  }
  footer ul li:nth-of-type(2) {
    margin-top: 1rem;
  }
  footer ul li {
    margin-top: 1rem;
  }
  .copyright ul {
    margin: 1rem auto 0;
  }
  .navbar-toggler {
    left: 87%;
  }
  .sec-logo .flag-sec {
    display: none !important;
  }
  .nav-item.mobile-display,
  .profile-dropdown.mobile-display {
    display: block !important;
  }
  .foo-logo {
    background-position: center;
  }
  footer .f-social-box {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .top-banner {
    height: 40px;
    width: 90vw;
  }
  .home-page .banner-heading,
  .section-inner-banner .banner-heading,
  .home-page .carousel-caption h3 {
    font-size: 12px;
  }

  .top-links {
    text-align: left;
    transition: all 0.5s ease;
    font-size: 18px;
  }
  .top-links .nav-item {
    position: relative;
    text-align: left;
    background-color: #f2f2f2;
  }

  .top-links .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
  }

  .top-links .nav-item .dropdown-menu {
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    border: 0;
  }
  .top-links .nav-item .nav-link {
    padding: 12px 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
  }

  .top-links .donation-menu {
    text-align: center;
    padding: 15px;
    margin: 0;
  }
  .top-links .donation-menu a {
    width: 80%;
  }

  .cart-nav-dropdown {
    position: absolute;
    right: 75px;
    top: 16px;
    font-size: 20px;
  }

  .subscribe-form .btn {
    padding: 8px 25px;
  }

  .add-to-cart-btn,
  .products-grid .product-col .add-to-cart-btn {
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 45px;
  }
  .navbar-toggler {
    left: 83%;
  }
}

.media-box {
  width: 100%;
}
.media-box .loading {
  position: absolute;
  background-color: #000;
}
.media-file-box {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}

.media-file-box:hover {
  background-color: #f2f2f2;
  border: 1px solid #333;
}

.media-file-box .media-icon {
  font-size: 50px;
}

.media-file-box .media-title {
  font-size: 15px;
  font-weight: 600;
}

.media-file-box .media-file-size {
  font-size: 13px;
  font-weight: 400;
}

.shopping-cart {
  font-size: 14px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
.shopping-cart .back-btn,
.cart .back-btn {
  width: 100%;
  padding: 7px 15px;
}
.shopping-cart th {
  font-size: 14px;
}
.cart-items .cart-items-row {
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}

.cart-items .cart-items-row .cart-product-title {
  font-size: 18px;
  margin-right: 30px;
}

.cart-items .cart-items-row .pro-pic {
  max-width: 180px;
  margin: 0 auto;
}
.cart-items .cart-items-row .cart-remove {
  position: absolute;
  right: 10px;
  top: 10px;
}

.cart-items .cart-items-row .cart-row-final {
  font-size: 18px;
}

.event-details-page .desc-text .edate-link {
  background-color: #333;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.event-details-page .desc-text .edate-link:hover {
  background-color: #000;
  text-decoration: underline;
}
.event-details-page .desc-text .edate-link.active {
  background-color: green !important;
  text-decoration: none;
}

.f-donations-page h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.f-donations-page .page-inner {
  box-shadow: none;
}

.f-donations-page .search-form {
  margin-bottom: 20px;
  text-align: right;
}

.f-donations-page .search-form input {
  width: 100%;
  max-width: 300px;
}

.f-donations-page .donation-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.f-donations-page .donation-right .prod-desc {
  flex-grow: 1;
}
.donations-grid .pro-pic {
  width: 100%;
}

.donations-grid .donation-row {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 2px 2px 3px #d8d8d8;
}

.donations-grid .youtube-thumbnail {
  width: 100%;
  height: 180px;
}

.fundraising-page h1 {
  font-size: 40px;
  text-align: center;
}

.fundraising-page .fundraising-options {
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.fundraising-options .fundraising-sales,
.fundraising-options .fundraising-donations {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 300px;
  max-height: 100%;
  height: 300px;
  position: relative;
  margin: 20px auto;
}

.fundraising-options .fundraising-sales {
  background-image: url(../assets/img/banners/fundraising.png);
}

.fundraising-options .fundraising-donations {
  background-image: url(../assets/img/banners/donations.png);
}

.fundraising-options .heading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000005c;
  color: #fff;
  cursor: pointer;
}

.fundraising-options .heading:hover {
  color: #ccc;
  background-color: #00000091;
}

.fundraising-options .heading h2 {
  text-align: center;
  font-size: 40px;
}
