.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr_code {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.qr_code img{
   width: 200px;
}
.child-tag {
  padding: 5px 10px;
  background: green;
  color: #fff;
  font-size: 12px;
}
.sku-group {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 20px;
}

.right-product .status {
	margin-top: 10px;
}
.regis-block {
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.out-of-stock-msg.badge.bg-success {
    position: absolute;
    left: 5%;
    top: 5%;
}

.child-name {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.funding-title-wrap.nuoiem-title {
    margin-bottom: 30px;
}
.nuoiem-info-wrap {
    padding: 10px 15px 20px;
    background: #fff;
/*     border-bottom-left-radius: 20px; */
    border-bottom-right-radius: 30px;
}
.nuoiem-img img {
    border-top-left-radius: 30px;
}
.nuoiem-sku span {
    font-size: 21px;
    color: #007730;
    letter-spacing: 0.1cm;
    margin-left: 7px;
    font-weight: 600;
}
.nuoiem-exc {
    font-size: 15px;
    /* text-align: justify; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 67.5px;
    -webkit-box-orient: vertical;
}

.nuoiem-name a {
	display: inline-block;
    font-size: 20px;
    margin: 5px 0;
	color: #000;
	font-weight: 600;
	transition: 0.3s ease;
}
.nuoiem-name:hover a {
	color: #df3a00;
}

.nuoiem-sku  {
    color: #000;
    font-weight: 500;
	margin-bottom: 5px;
}

.main-menu,
.menu-footer {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu li a {
  color: #393939b5;
  transition: 0.3s ease;
  font-weight: 600;
}

.main-menu li a:hover {
  color: #df3a00;
}

.main-menu li.current-menu-item a {
  color: #df3a00;
}

.menu-footer li a {
  color: #fff;
  transition: 0.3s ease;
  font-weight: 600;
}

.footer-text {
  color: #862501;
  text-align: center;
  margin-top: 10px;
}

header {
  position: sticky;
  top: 0;
  padding: 7px 3%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.menu_footer_wrap {
  background-color: rgb(249 146 108);
  padding: 20px 20%;
}

.menu-wrap {
  backdrop-filter: blur(10px);
  overflow: auto;
  padding: 60px;
  background: #e4ecfa9e;
  position: fixed;
  top: 74px;
  bottom: 0;
  width: 100%;
  z-index: 100;
  clip-path: circle(0% at 100% -20%);
  -webkit-clip-path: circle(0% at 100% -20%);
  transition: all 0.8s ease;
}

/* ul#menu-menu-chinh.active {
  transform: scaleX(1);
} */
.menu-mb li {
  margin-bottom: 20px;
  font-size: 20px;
}

.menu-mb li a {
  color: #d13b05;
  font-weight: 600;
}
.menu-wrap.active {
  clip-path: circle(200% at 100% -20%);
  -webkit-clip-path: circle(200% at 100% -20%);
}

.hamburger {
  position: relative;
  width: 35px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.hamburger span {
  display: inline-block;
  width: 25px;
  height: 2.5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: all 0.8s ease;
  pointer-events: none;
}
.hamburger.active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  transform: translateX(100%);
}
.hamburger.active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(315deg);
}

.hamburger span:nth-child(1) {
  transform: translate(-50%, -9px);
}

.hamburger span:nth-child(3) {
  transform: translate(-50%, 7px);
}

.heading-text-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.pa {
  padding-left: 3%;
  padding-right: 3%;
}

.funding-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fund-title {
  width: fit-content;
  padding: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.fund-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #df3a00;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
}

.funding-wrap {
  background-color: #ffd2c199;
  padding-top: 20px;
  padding-bottom: 20px;
}

.e-bg {
  background-color: #fff;
}

.fund-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #df3a00;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
}

.fund-list .wpneo-listing-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  /* border-radius: 10px; */
}

.fund-list .wpneo-listing-content .wpneo-location {
  display: none;
}

/* .fund-list .wpneo-funding-goal {
  display: none;
} */

.fund-list p.wpneo-short-description {
  display: none;
}

.fund-list .wpneo-listings .wpneo-listing-content h4 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 41.59px;
}

.campaign-item {
  position: relative;
}

.cam-item.hide {
  display: none;
}
.date-left {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.fund-list .wpneo-raised-percent {
  border-top: unset;
  padding: 0 10px;
  text-align: right;
}

.fund-list .wpneo-raised-bar {
  padding: 10px 10px 0 10px;
  margin: 0;
}

.fund-list .wpneo-listings .wpneo-listing-content h4 {
  padding: 8px 10px;
}
.fund-list .wpneo-listings .wpneo-listing-content p.wpneo-author {
  font-size: 14px;

  padding: 0px 10px;
}
.fund-list .wpneo-funding-goal,
.fund-list .wpneo-fund-raised,
.fund-list .wpneo-time-remaining {
  padding: 10px 0px;
}

.fund-list .wpneo-funding-data {
  padding: 0px 10px;
}

.fund-list .wpneo-listings {
  float: unset;
  padding: unset;
}
.fund-total-rised {
  margin: 10px 0;
}

.passed,
.wpneo-listings.campaign-item .wpneo-listing-content .wpneo-author .au-name {
  color: #df3a00;
  font-weight: 500;
}

.fund-cate-list {
  display: flex;
  gap: 8px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.fund-cate-list .cate-name {
  padding: 5px 10px;
  font-size: 13px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.3s ease;
  /* margin-bottom: 5px; */
}

.cate-name.active {
  background-color: #862501;
  color: #fff;
}

.events .tc-display-filter-events {
  justify-content: unset;
}

.events .tc-get-featured-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.events .tc-display-filter-events .tc-single-event h4 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 19.19px;
/*   text-transform: uppercase; */
  padding: 0 8px;
  margin: 10px auto 2px auto;
}
.events .tc-display-filter-events .tc-single-event h4 a {
  color: #000;
}
.events .tc-single-event.tc-4-column {
  background-color: #fff;
  padding-bottom: 10px;
}

.events .tc-event-location {
  padding: 0 8px;
  margin: 0px auto 2px auto;
  font-size: 14px;
}

.events .tc-event-date {
  font-size: 14px;
  padding: 0 8px;
}

.events .tc-event-date-wrap {
  background-color: unset;
}

.wpneo-wrapper.c-wpneo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-sec {
  font-size: 15px;
  color: #858383;
  font-weight: 400;
}

.c-sec div {
  font-size: 20px;
  font-weight: bold;
  color: #df3a00;
}

.percent-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

#neo-progressbar {
  margin-top: 20px;
}
.wpneo-wrapper.c-wpneo {
  font-family: "Be Vietnam Pro";
}

.c-wpneo .wpneo-campaign-summary {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.c-location i {
  margin-right: 5px;
}

.c-location {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02cm;
}

.sec-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-wpneo .wpneo-raised-bar {
  padding: 0;
}

ul.wpcf_predefined_pledge_amount li a {
  display: block;
  padding: 5px 10px;
  border: 2px solid #18ce43;
  color: #686c8b;
  border-radius: 10px;
  margin-bottom: 10px;
}
.sec-wrap i {
  font-size: 25px;
  padding: 10px;
  background: #609b05;
  border-radius: 50%;
  color: #fff;
}
.sec-wrap:nth-child(2) i {
  background: #5c6def;
}

.sec-wrap i {
  font-size: 30px;
}

.c-wpneo input.input-text.amount.wpneo_donate_amount_field.text {
  text-align: center;
}

.c-wpneo .wpneo_donate_button {
  background-color: #df3a00;
  transition: 0.3s ease;
}

.c-wpneo .wpneo_donate_button:hover {
  background-color: #aa2f02;
}

.c-wpneo .wpneo-post-img img {
  height: 500px;
  object-fit: cover;
}
.c-wpneo .wpneo-tabs {
  margin-top: 100px;
}
textarea {
  width: 100%;
}

.wpneo-listings .wpneo-listing-content .woocommerce {
  display: none;
}

.name-list td {
  padding: 10px;
  border: 1px solid;
  text-align: center;
}

.heading-row {
  font-weight: bold;
}

.form_r_name input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid;
}

.form_r_name label {
  font-size: 13px;
  font-weight: 500;
  color: #858383;
}

.form-item {
  margin-bottom: 5px;
}

.form_r_name #submitBtn {
  margin-top: 10px;
  width: fit-content;
  border-radius: unset;
  background: #f09a00;
  color: #000;
  border: none;
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
}

.form_r_name #submitBtn:hover {
  background: #cd8601;
}

.form-item input::placeholder {
  font-size: 12px;
}
tr.heading-row {
  background: aquamarine;
}

.container.mt-5.form-name-wrap {
  padding-bottom: 50px;
}

.submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-item {
  cursor: pointer;
}

.user {
  position: relative;
  padding: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  color: #000;
}

.user a {
  color: #000;
}

.out .out-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  font-size: 12px;
/*   padding: 10px; */
  background: bisque;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
	display: flex;
	flex-direction: column;
/* 	gap: 10px; */
	width: 150px;
}
.out .out-wrap a{
 padding: 10px;
 transition: 0.3s ease;
}

.out .out-wrap a:hover {
    background: #f77312;
    color: #fff;
}



.share-wrap {
  background: #fabf7d52;
  padding-bottom: 60px;
}

.user:hover .out-wrap {
  opacity: 1;

  pointer-events: all;
}

.s-i-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.s-i-img {
  width: fit-content;
  position: relative;
  padding: 10px;
  transform: translate(20%, 0);
  z-index: 100;
}

.s-i-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ff9431;
  border-radius: 50%;
}

.shares {
  margin-top: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.si-content {
  padding: 40px;
  padding-top: 80px;
  background-color: #fff;
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: -60px;
}

.share-next,
.share-prev {
  width: 30px;
  height: 30px;
}

.share-next i,
.share-prev i {
  padding: 7px;
  background-color: #df3a00;
  color: #fff;
  border-radius: 50%;
}
.swiper.swipershare {
  padding-left: 50px;
  padding-right: 50px;
}

.heading-text {
  margin-bottom: 20px;
}

input.search-field {
  border-radius: 20px;
  border: 1px solid;
  padding: 5px 15px;
}

.title-single {
  margin-top: 40px;
}

form.form_r_name {
  padding: 20px;
  box-shadow: 0 0 10px #00000059;
  background: antiquewhite;
  border-radius: 20px;
}

.search button[type="submit"] {
  display: none;
}

.si-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 42px;
  background: #fabf7d52;
  bottom: -1px;
  left: 0;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.container.cus-check {
  margin-top: 50px;
  padding-bottom: 50px;
}

.cus-check input {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 20px;
}

.cus-check textarea#order_comments {
  padding: 10px;
  height: 100px;
}

.cus-check h3#order_review_heading {
  margin: 20px auto;
}

.single-gallery {
  border-radius: 15px;
}
.single-thumb {
  height: 80px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
}

.info-sec .tab-pane {
  line-height: 2;
  font-size: 14px;
}
.info-sec .tab-pane {
  line-height: 2;
  font-size: 14px;
}

.info-sec .tab-pane p {
  margin-bottom: 12px;
}

.info-sec .tab-pane h1,
.info-sec .tab-pane h2,
.info-sec .tab-pane h3,
.info-sec .tab-pane h4,
.info-sec .tab-pane h5,
.info-sec .tab-pane h6 {
  margin-bottom: 10px;
}

nav.woocommerce-breadcrumb {
  margin: 20px 0;
  font-size: 14px;
}

nav.woocommerce-breadcrumb a {
  color: #862501;
  font-size: 14px;
}

.info-list {
  border: 1px solid #cccccc9e;
  border-left: none;
  border-right: none;
/*   padding-left: 12px; */
}

.info-sec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f9926c;
}

.nav-link {
  color: #000;
}
.nav-link:hover {
  color: #000;
}

.tab-content ul {
  list-style: disc inside;
}

.tab-content ol {
  list-style: numeric inside;
}

.right-product {
/*   height: 100%; */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.woocommerce-product-details__short-description {
  margin: 15px 0;
}

.nuoie-code {
  font-size: 18px;
/*   margin: 20px 0 0; */
  color: #000;
  font-weight: 500;
}

.nuoie-code span {
  font-size: 25px;

  color: #f9926c;
  letter-spacing: 0.1cm;
  margin-left: 10px;
}

.step-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.step-name {
    font-size: 20px;
    font-weight: bold;
}
.steps.row {
    margin-top: 30px;
}
.regis-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.regis-btn.not-available {
  opacity: 0.3;
  pointer-events: none;
}

.status span {
  color: green;
  font-size: 18px;
  font-weight: 600;
}
.status.not-available span {
  color: #f9926c;
}
.regis-btn a {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 50px;
    color: #fff;
    background: linear-gradient(281deg, #f54a00, #ff9252 102.8%);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.steps-wrap {
	background: #fff;
}

.step-desc {
    width: 70%;
    text-align: center;
}
.step-item {
	margin-bottom: 20px;
}

.news-img img {
    border-radius: 20px;
}
.news-title {
    margin: 10px 0px 0px 0px;
}

.news-date {
	font-style: italic;
    margin-bottom: 15px;
}

.news {
    margin-top: 30px;
}
.news-title a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 500;
	transition: 0.3s ease;
}

.news-title:hover a {
    color: #cf5417;
   
}

.single-post img {
    width: 100%;
    margin: 10px 0;
}

.single-post {
    line-height: 2;
}

.news-wrap {
   
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-group {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 5000;
  background-color: rgba(13, 13, 13, 0.633);
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.form-group form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
  z-index: 5001;
  background-color: #ffffff;
  color: #000;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.form-group.active {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}

.form-intro {
  text-align: center;
  margin-bottom: 20px;
  color: #198754;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .logo {
    width: 30%;
  }
}
@media (max-width: 746px) {
	.right-product .status {
    margin-top: 20px;
}
/*   .nuoie-code {
    margin: 10px 0;
  } */

  .right-product {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .info-list {
    margin-top: 50px !important;
  }
  .swiper.swipershare {
    padding-left: 10px;
    padding-right: 10px;
  }
  .name-list td {
    padding: 6px;

    font-size: 9px;
  }
  .name-list {
    margin-top: 30px;
  }
  .fund-cate-list {
    margin: 20px 0;
  }
  .event-wrap {
    padding-top: 50px;
  }
  .funding-wrap {
    padding-bottom: 50px;
  }
  .heading-text-wrap {
    margin-top: 30px;
  }
  .social-container {
    margin-top: 50px;
  }
  .c-sec div {
    font-size: 15px;
  }
  .c-sec {
    font-size: 12px;
  }
  .sec-wrap i {
    font-size: 16px;
  }
  .c-wpneo .wpneo-campaign-single-left-info,
  .c-wpneo .wpneo-campaign-summary,
  .c-wpneo .tab-campaign-story-left,
  .c-wpneo .tab-campaign-story-right {
    width: 100%;
    padding: 20px;
  }
  .c-wpneo .tab-campaign-story-left {
    padding: 0;
  }
  .c-wpneo .wpneo-campaign-single-left-info {
    padding: 0;
  }
  h2.wpneo-campaign-title {
    font-size: 19px;
  }
  .logo {
    width: 50%;
  }
  .search {
    display: none;
  }
}
