.header{
  z-index: 9;
}
.header-secondary .navbar__menu{
  padding-inline-end: 40px;
}
.header-secondary .navbar__menu-wrapper{
  height: 52px;
}
.quicklinks .ab-top-menu #wp-admin-bar-elementor_edit_page.menupop .ab-item {
  display: flex;
}
.footer-two .footer-two__widget .footer-two__widget-content--contact li:nth-child(1) a {
  text-transform: capitalize;
}

.become-a-volunteer .video-btn-wrapper {
  display: none;
}

.footer-two .footer-two__widget .footer-two__widget-logo {
  max-width: 300px;
}

/* sitemap  */
.main-title, .woocommerce-account #customer_login h2{
  color: #000;
  font-size: 62px;
}
.woocommerce-account #customer_login h2{
  font-size: 56px;
}
.sitemap-main {
  padding: 80px 0;
}

.sitemap-main .sitemap-nav .nav {
  gap: 50px;
  flex-wrap: wrap;
}

.sitemap-main .sitemap-nav .nav .nav-item .nav-link {
  padding: 10px 0;
  font-size: 22px;
  color: #076051;
  font-weight: 600;
  text-decoration: #ffc107 underline;
}

.sitemap-main .site-map {
  padding: 50px;
  background-color: #ffc1072e;
  margin: 30px 0;
}

.sitemap-main .cm-title {
  font-size: 40px;
  color: #076051;
  margin-bottom: 20px;
  line-height: 130%;
}

.sitemap-main .site-map .col-item li {
  display: inline-block;
}

.sitemap-main .site-map .col-item li a {
  font-size: 18px;
  margin: 10px;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
}

.sitemap-main .site-map .col-item li a:hover {
  color: #ffc107;
  text-decoration: underline;
}

.newsletter-box .form-control {
  height: 56px;
  border-radius: 0;
}

.newsletter-box .btn--primary {
  background-color: #ffc107;
  transition: all 0.5s ease-in-out;
}

.newsletter-box .btn--primary:hover {
  background-color: #046a58;
}

.themetwo--faq .faq__content-inner {
  margin-top: 20px;
}

.themetwo--faq .accordion {
  max-width: 850px;
  margin: 0 auto;
}

.themetwo--faq .accordion-button {
  padding: 20px 30px !important;
}
.themetwo--faq .accordion .accordion-body p{
  color: #413232;
}
.contact-main .volunteer .volunteer__form p {
  max-width: 100%;
}

.contact-form-page .input-single .nice-select {
  color: #667471;
  font-size: 16px;
  width: 100%;
  z-index: 1;
}

.contact-form-page .input-single .nice-select:after ,.woocommerce-checkout .nice-select:after{
  right: 0px;
  width: 10px;
  height: 10px;
}
.woocommerce-checkout .nice-select:after{
  right: 20px;
}
.contact-form-page .btn--primary{
  background-color: #ffc107;
}
.contact-form-page .btn--primary:hover{
  background-color: #000;
}
.contact-form-page .btn--primary::before, .contact-form-page .btn--primary::after{
  display: none;
}
.jay-mehta-team .team__single__thumb-social {
  top: 41%;
}

.our-team-grid .team__single-wrapper .team__single-content {
  max-width: 273px;
}

.our-team-grid .team__single-wrapper .team__single-content .role-title {
  font-weight: bold;
  font-size: 18px;
  color: #ffc107;
  padding: 6px 0;
}

.our-team-grid .team__single-wrapper .team__single-content .expertise-maintitle {
  color: #667471;
  line-height: 160%;
}

.our-team-grid .team-three {
  border-radius: 15px;
  height: 100%;
  border: 1px solid rgba(161, 159, 151, 0.22);
}

.our-team-grid .team-three .team__single {
  border: none;
}

/* --- Corporate Form Layout Fix --- */
.corporate-form .input-single {
  position: relative;
  margin-bottom: 20px;
}

.corporate-form .input-single input,
.corporate-form .input-single select,
.corporate-form .input-single textarea {
  width: 100%;
  padding-right: 40px !important;
}

.corporate-form .input-single i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #173C3C;
  font-size: 15px;
  pointer-events: none;
}

.corporate-form .input-single .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.corporate-form .alter-input i {
  top: 15px;
  transform: none;
}

.corporate-form .checkbox-group {
  margin-top: 10px;
}

.corporate-form .checkbox-group label {
  font-weight: 600;
  color: #173C3C;
  display: block;
  margin-bottom: 10px;
}

.corporate-form .checkbox-group input[type="checkbox"] {
  accent-color: #F9C100;
  /* Brand Yellow */
  margin-right: 6px;
}

.corporate-form .checkbox-group.sponsors-checkbox {
  flex-direction: column;
  gap: 0;
  padding: 20px 0;
}

.corporate-form .checkbox-group.sponsors-checkbox .wpcf7-checkbox {
  display: flex;
  width: unset;
  flex-wrap: wrap;
}

.corporate-form .checkbox-group.sponsors-checkbox .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  width: unset;
}

.corporate-form .checkbox-group.sponsors-checkbox .wpcf7-checkbox label {
  display: flex;
  align-items: center;
}

.corporate-form .checkbox-group.sponsors-checkbox .wpcf7-checkbox label .wpcf7-list-item-label {
  white-space: nowrap;
}

.corporate-form .sponsors-checkbox{
  align-items: start;
}
.corporate-form .sponsors-checkbox label{
    padding-left: 16px;
}
.sponsors-form .cta,
.our-btn .cta {
  margin-top: 0;
}

.sponsors-form .contact__form.volunteer__form {
  margin-inline-start: 0;
  padding: 40px;
}

.partners-list .elementor-icon-list-items {
  column-count: 2;
}

.donate-grid .btn--primary {
  padding: 15px 35px !important;
}

.main__background {
  background: url(/wp-content/uploads/2025/11/donate-now.webp);
  background-position: 100% 0%;
  left: auto;
  right: 0%;
  background-size: cover;
  width: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
}

.privacy-policy-content table th,
.privacy-policy-content table td {
  vertical-align: top;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* .single-post .blog-main p strong{
    color: #000;
  } */
.single-post .blog-main li strong {
  color: #046a58;
  font-size: 17px;
}

.cm-details .cm-details__list ul li i {
  margin-right: 12px;
}

.single-post .blog-main .cm-group h4 {
  color: #046a58;
  margin-top: 20px;
}

.single-post .blog-main .table {
  margin-top: 20px;
}

.single-post .cm-details .cm-details__list ul li {
  width: 100%;
}

.single-post .common-banner {
  display: none;
}

.single-post .cm-details .cm-group h2 {
  font-weight: 800;
  color: var(--black);
  margin-top: -8px;
  margin-bottom: 18px;
}
.single-post .cm-details .cm-group h3{
  margin-top: 20px;
}
.single-post .featured-img {
  padding: 0 !important;
  border-style: none !important;
  border-width: none !important;
  border-color: none !important;
}

.single-post .featured-img img {
  border-radius: 20px;
}

.single-post .table-blog ul {
  list-style: disc;
}

.single-post .table-blog ul li::marker {
  color: #ffc107;
  font-size: 20px;
}

.cm-details__content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  color: #00332b;
}

.cm-details__content table thead tr {
  background-color: #f9f9f9;
}

.cm-details__content table th,
.cm-details__content table td {
  padding: 14px 18px;
  border-bottom: 1px solid #d7e2db;
  vertical-align: top;
}

.cm-details__content table th {
  text-align: left;
  font-weight: 600;
  color: #046a58;
  text-transform: capitalize;
  border-bottom: 2px solid #046a58;
  font-size: 18px;
}

.cm-details__content table td strong {
  color: #046a58;
  font-weight: 700;
}

.cm-details__content table tr:nth-child(even) td {
  background-color: #f8fbfa;
}

.cm-details__content table tr:hover td {
  background-color: #eef5f3;
  transition: all 0.2s ease;
}

.cm-details__content figure.table {
  overflow-x: auto;
  margin: 0;
}

.cm-details__content table td:first-child {
  width: 25%;
  font-weight: 700;
  color: #046a58;
  text-transform: capitalize;
}

.cm-details__content table td:nth-child(2) {
  width: 35%;
}

.cm-details__content table td:nth-child(3) {
  width: 40%;
}

.blog-listing-items .blog__single-wrapper,
.blog-listing-items .blog .blog__single {
  height: 100%;
}

.blog-listing-items .blog__single-meta {
  display: none;
}

.community .community-donation__inner h4 {
  margin-bottom: 20px;
}

.circle-img .thumb-sm {
  top: 80px;
}

.circle-img .thumb-sm img {
  max-width: 280px;
}

.d-content-box .help .help__content-icon {
  align-items: start;
}

.d-content-box .help .help__content-icon-group {
  margin: 15px 0;
}

.show-menu .nav-fade {
  animation-delay: unset !important;
}

.row-item li>a {
  color: #076052;
  font-size: 22px;
  padding-bottom: 5px;
}

.for-general-sitemap ul.col-item {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  list-style: disc;
}

.for-general-sitemap ul.row-item {
  display: flex;
  flex-wrap: wrap;

}

.for-general-sitemap ul.row-item>li {
  width: 33.33%;
}

.for-blog-sitemap ul li ul{
  display: flex;
  flex-wrap: wrap;
}
.for-blog-sitemap ul li ul li{
  width: 50%;
}
.our-causes .cause__slider-single{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-causes .cause__slider-single,.our-causes .cause__slider-inner{
  height: 100%;
}
.cause__slider{
  padding-bottom: 20px;
}
.privacy-policy-content{
  overflow: auto;
}
.navbar__list .current-menu-item > a, .current-menu-ancestor > a{
  color: #076051 !important;
}
.navbar__list .current-menu-item > li a{
  color: #ffc107 !important;
}
.current-menu-item,.current-menu-item > a{
  color: #ffc107 !important;
}
.footer__bottom-left .current-menu-item a{
  color: #ffc107 !important;
}
.current-menu-item a::after{
  background-color: #ffc107 !important;;
}
.current-menu-item a::after{
    background-color: #ffc107 ;
}
.search-popup .close-search{
  border: none;
}
.all-gift-products .woocommerce-loop-product__title{
  color: #076051 !important;
}
.all-gift-products .price{
  color: #000 !important;
  margin-top: 15px !important;
}
.add_to_cart_button{
  padding: 12px 25px;
  background-color: #ffc107;
  color: #000;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
}
.add_to_cart_button:hover{
  background-color: #046a58;
  color: #fff;
}
.added_to_cart{
  margin-left: 10px;
  padding: 12px 25px;
  background-color: #046a58 !important;
  color: #fff;
  border-radius: 30px;
}
.added_to_cart:hover{
  background-color: #ffc107 !important;
  color: #000;
}
.table-of-content {
  position: sticky;
  top: 120px;
  z-index: 10;
}

.table-of-content * {
  overflow: visible !important;
}
.support-where .community-donation .custom-extra-content{
  max-width: 480px;
}
.support-where .community-donation .community__thumb{
  mask-image: none;
}
.support-where .community-donation .community__thumb img{
  object-position: right;
  max-width: 35vw;
}




.woocommerce-cart .wc-block-components-quantity-selector__button--minus,.woocommerce-cart  .wc-block-components-quantity-selector__button--plus{
  justify-content: center;
}
.woocommerce-cart .wc-block-cart-items th, .woocommerce-cart .wc-block-cart-items tr, .woocommerce-cart .wc-block-cart-items td{
  border: none;
}
.woocommerce-checkout .wc-blocks-components-select__container svg{
  display: none;
}
.our-cta .goal__inner{
  gap: 0;
}
.common-banner h1{
  color: #fff;
}
.faq .accordion-item .accordion-button:not(.collapsed), .faq .accordion-item .accordion-button:not(.collapsed)::after{
  color: #ffc107 !important;
}
.faq .accordion-item .accordion-body p a{
  color: #ffc107;
}
.contact-form-page .btn--primary{
  z-index: 0;
}
.single-product .woocommerce-Tabs-panel--description h2{
  display: none;
}
.single-product .product-content-wrap .price{
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li + li{
  margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  padding: 12px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
  background-color: #046a58;
  color: #fff;
}
.woocommerce-account .container{
  max-width: 1640px;
}
/* .woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0; 
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title h2{
  font-size: 32px;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title a{
    text-decoration: underline;
} */
.required{
  display: inline;
}
.woocommerce-account #customer_login{
  gap: 20px;
}
.woocommerce-account #customer_login .u-column2 p {
  margin: 7px 0;
}
.woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register{
  margin-bottom: 0 !important;
  height: 430px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit ,.woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit{
  width: auto;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a{
  color: #ffc107;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-row--wide + .woocommerce-form-row--wide{
  margin-top: 15px;
}
.woocommerce-account #customer_login .woocommerce-form__label-for-checkbox{
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.woocommerce-ResetPassword{
  max-width: 550px;
    margin: 0 auto !important;
}
.woocommerce-ResetPassword .woocommerce-form-row--first{
  margin: 20px 0;
}
.woocommerce-ResetPassword .button{
  background-color: #046a58;
  color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
  transition: all 0.5s ease-in-out;
}
.woocommerce-ResetPassword .button:hover{
  background-color: #ffc107;
  color: #000000;
}
.woocommerce-error li{
  color: #fff;
}
.charifund-header-cart{
  margin-right: 0;
}
.charifund-header-cart .cart-badge{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cause_iframe{
  position: relative;
  width: 100%;
  height: 60px;
}
.our-main-banner{
  position: relative;
}
.our-main-banner .slider-navigation{
  display: none !important;
}
.our-form-banner{
  position: absolute;
  z-index: 1;
  right: 130px;
  top: 42%;
  max-width: 450px !important;
  width: 100%;
  transform: translateY(-50%);
}
.comin-soon .team__icons{
  display: none;
}
.yellow-btn .btn--primary{
  border: 1px solid;
}
.green-btn .btn--primary{
  background-color: transparent !important;
}
.green-btn .btn--primary{
  border: 1px solid #000;
  color: #000 !important;
}
.green-btn .btn--primary:hover{
  background-color: #046a58 !important;
  color: #fff !important;
  border: 1px solid #046a58;
}
.yellow-btn .btn--primary::before, .yellow-btn .btn--primary::after, .green-btn .btn--primary::before, .green-btn .btn--primary::after{
  display: none !important;
}
.wee-do-btn .btn--primary::before, .wee-do-btn .btn--primary::after{
  background-color: #046a58 !important;
}


.apv-block h3 {
  font-size: 38px;
  color: #125c3a;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
.apv-block{
  margin-top: 50px;
}
.apv-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.apv-item {
  background: #ffffff;
  padding: 16px 18px;
  border-left: 6px solid #ffc107;
  border-radius: 8px;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: 0.25s ease;
}
.apv-item:hover {
  transform: translateX(6px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 15px 15px;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a{
  color: #fff;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login{
  max-width: 450px;
  margin: 0 auto 0 0;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-row{
  margin-top: 15px;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit{
  width: auto;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-row .password-input{
  width: 100%;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-row .input-text{
  width: 100%;
  border: 2px solid #e4e6eb;
  padding: 12px;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .lost_password a{
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox{
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input,.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox span{
  width: auto;
}
.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper{
  padding-left: 20px;
  margin: 20px 0;
}
.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
  margin-bottom: 10px;
}
.woocommerce-checkout .place-order .button{
  margin-left: 20px;
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew{
  margin-top: 15px;
}
.woocommerce-checkout .stripe-gateway-checkout-email-field, .woocommerce-checkout .stripe-gateway-checkout-email-field label{
  display: inline;
}
.woocommerce-checkout .woocommerce-billing-fields h3{
  margin-bottom: 15px;
  margin-top: 15px;
  color: #046a58;
  font-size: 28px;
  font-weight: bold;
}
.p-CardNumberInput .p-Input-input{
  border: 1px solid grey;
}
.woocommerce-checkout .checkout{
  padding: 0;
}


.sponsors-slider .swiper-wrapper{
  display: flex;
  align-items: center;
}
.sponsors-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sponsors-slider img {
max-width: 280px;
  transition: 0.3s;
}

.sponsors-slider img:hover {
  opacity: 0.8;
}
.sponsors-slider .slider-title{
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
}
.single-product .woocommerce-notices-wrapper .wc-forward{
  color: #fff;
}






/* Responsive Fixes */
@media only screen and (min-width: 768px) {
  .header .navbar-logo img {
    max-width: 260px;
    height: 65px;
  }
  .our-slider .difference .difference__single {
    height: 468px;
  }
  .impact-boxes .difference .difference__single{
    height: 578px;
  }
}
@media (min-width:1366px) {
  .single-post h2 {
    font-size: 48px;
  }
}
@media (min-width:1200px) {
  .topbar--secondary .topbar__extra{
    display: block;
  }
}
@media (max-width: 1620px){
  .topbar--secondary .topbar__extra p{
    font-size: 12px;
  }
}
@media (max-width: 1420px){
  .container{
    max-width: 100% !important;
  }
}
@media (max-width: 1365px){
  .mouseCursor.cursor-outer,.mouseCursor.cursor-inner{
    display: none;
  }
  .main-title, .woocommerce-account #customer_login h2{
    font-size: 48px;
  }
  .our-form-banner{
    right: 30px;
  }
  .apv-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .apv-block h3{
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .rn-section-gap.sitemaptem-sub .container {
    max-width: 100%;
  }
  .footer-two .footer__bottom-list{
    gap: 10px;
  }
  .footer-two .footer__bottom-list a{
    font-size: 14px;
  }

  .footer-two .divider{
    margin: 30px 0;
  }
  .progress-wrap, .open-offcanvas-nav-active{
    display: none !important;
  }
  .our-form-banner{
    right: 5px;
  }
  .donation-sec .cta-section__center.cta-section__single{
    display: none;
  }
  .apv-block {
    margin-top: 30px;
  }
  .apv-item:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 1024px){
  .table-of-content{
    position: fixed;
    bottom: 0;
    z-index: 8;
    top: unset;
  }
  .table-content.sticky{
    top: unset !important;
    bottom: 0;
  }
  .main-title, .woocommerce-account #customer_login h2{
    font-size: 42px;
  }
  .woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register{
    padding: 25px;
  }
  .our-form-banner{
   position: static;
   transform:none;
   margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .corporate-form .col-lg-6 {
    margin-bottom: 10px;
  }

  .footer-two .footer-two__copyright {
    margin-top: 30px;
  }

  .sitemap-main .site-map {
    padding: 25px;
  }
  .main-title, .woocommerce-account #customer_login h2{
    font-size: 36px;
  }
  .charifund-header-cart{
    display: block;
  }
  .apv-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .apv-block h3{
    font-size: 28px;
  }
  .woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register{
    height: 460px;
  }
}

@media (max-width: 767px) {


  .header .navbar-logo img{
    max-width: 180px;
    height: 48px;
    width: 100%;
  }
  .home-banner-slider .slider-navigation{
    display: none !important;
    flex-direction: row !important;
    bottom: 0;
    top: unset;
  }
  .sitemap-main .cm-title {
    font-size: 28px;
  }

  .row-item li>a {
    font-size: 18px;
  }

  .for-general-sitemap ul.row-item>li {
    width: 50%;
  }

  .sitemap-main .site-map .col-item li a {
    margin: 5px;
  }

  .for-blog-sitemap ul li ul li{
    width: 100%;
  }

  .woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row{
    grid-template-columns: auto;
  }
  .woocommerce-account #customer_login{
    flex-direction: column;
  }
  .main-title, .woocommerce-account #customer_login h2{
    font-size: 32px;
    text-align: center;
  }
  .woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register{
    height: auto;
  }
  .woocommerce-account #customer_login .u-column1,.woocommerce-account #customer_login .u-column2{
    max-width: 100%;
    width: 100%;
  }
  .woocommerce-account .padding-120{
    padding: 50px 0;
  }
  .our-form-banner{
    padding: 0 15px;
   }
   .apv-item{
    font-size: 14px;
    padding: 10px 10px;
   }
   .apv-block h3{
    font-size: 24px;
  }
  .woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register{
    height: auto;
  }
}

@media (max-width: 575px) {
  .footer-two .footer-two__copyright-inner p {
    font-size: 14px;
  }
  .woocommerce-cart .wc-block-cart__sidebar div{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header .navbar__options{
    gap: 10px;
  }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row{
    display: flex !important;
    flex-direction: column;
  }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{
    margin: 0;
  }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
    justify-content: start;
    margin: 0;
  }
  .header .navbar__mobile-options{
    gap: 10px;
  }
  .header .main-header__menu-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .our-social .team__single__thumb-social {
    top: 35%;
  }
  .comin-soon .team__single-thumb a img{
    height: auto;
    max-height: auto;
  }
}
@media (max-width: 360px) {
  .header .navbar-logo img {
      max-width: 180px;
      height: 40px;
      width: 100%;
  }
  .navbar__menu-wrapper{
    display: none;
  }
  .header .navbar{
    gap: 10px;
  }
}