.woi_template_list_wrapper {
  padding-top: 0 !important;
}
.woi_template_list_wrapper .content_head {
  text-align: center;
  width: 70%;
  margin: auto;
}
.woi_template_list_wrapper .content_head h2 {
  margin-bottom: 20px;
  width: 100%;
}

.woi_template_list {
  display: flex;
  padding-top: 60px;
}
.woi_template_list .customhtag {
  margin: auto;
}
.woi_template_list .list_wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0;
  width: 70%;
  gap: 40px;
  justify-content: flex-start;
}

.woi_template_list .list_wrapper .external_template_button {
  border-radius: 30px;
}
.woi_template_list .list_wrapper input[type="radio"] + div label {
  height: 465px;
  width: 100%;
  margin: 0;
  background: transparent;
  border-radius: 27px;
}
.woi_template_list .list_wrapper .custdiv {
  width: calc(33% - 40px);
  border-radius: 27px;
  margin: 0;
}
.woi_template_list .list_wrapper .custdiv .template-overlay {
  left: 15px;
  right: 15px;
  border-radius: 20px;
}
.woi_template_list .list_wrapper .custdiv .custom_overlay {
  left: 0 !important;
  right: 0 !important;
}
.woi_template_list .list_wrapper li {
  border-radius: 30px;
  flex: 3;
}
.woi_template_list .list_wrapper li p {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}
.woi_template_list .list_wrapper .card {
  border: 0;
}
.woi_template_list .list_wrapper img {
  width: 100%;
  border-radius: 20px;
  padding: 0;
  transition: all 0.5s;
}
.tag_list {
  width: 30%;
  padding-right: 10px;
}
.tag_list h3 {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 700;
}
.tag_list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tag_list ul li a {
  border: 1px solid rgb(168, 170, 162);
  border-radius: 1000px;
  padding: 4px 13px;
  margin: 0px 8px 8px 0px;
  color: rgb(27, 29, 26);
  display: inline-block;
  font-size: 14px;
}

.help_center_wrapper {
  background: #fff;
  padding: 40px 15px;
  padding-top: 1.5rem !important;
  max-width: 75%;
}
.help_center_wrapper .helpcenterCard {
  height: 100%;
}
.help_center_wrapper .list_item {
  flex: 2;
}
.help_center_wrapper .helpcenterCard .card-header {
  border: 0;
}

.help_list_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: auto;
}

.help_center_banner {
  background-color: #458040;
  padding-bottom: 3rem !important;
}
.help_center_banner .index-container-content {
  margin-top: 0;
}
.help_center_banner .searchBar {
  width: 50%;
  text-align: center;
  margin: auto;
}
.help_center_banner .searchBar img {
  margin-bottom: 20px;
  width: 150px;
}
.help_center_banner .searchBar .form {
  position: relative;
}
.help_center_banner .searchBar h3 {
  font-size: 22px;
  color: white;
  margin-bottom: 25px;
}
.help_center_banner .searchBar svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
.help_center_banner .searchBar svg path {
  stroke: white;
}
.help_center_banner .searchBar input {
  width: 100%;
  margin: auto;
  display: block;
  padding: 17px;
  border-radius: 10px;
  color: #fff;
  border: 0;
  background: #7db978;
  padding-left: 50px;
}
.help_center_banner .searchBar input::placeholder {
  color: white;
}
.help_center_banner .searchBar input:focus-visible {
  outline: none;
}

.template_detail_modal {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 9999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  bottom: -100%; /* Initially hide below the screen */
  left: 0;
  width: 100%;
  padding: 20px;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2); /* Add shadow for effect */
  transition: bottom 0.5s ease; /* Add transition effect */
}
.template_detail_modal .template_view {
  display: flex;
  justify-content: space-between;
}
.template_detail_modal .detail_container {
  padding: 80px 0;
}
.template_detail_modal .detail_container .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template_detail_modal .modal_container {
  min-width: 0px;
  background-color: rgb(243, 243, 241);
  height: 80vh;
  border-radius: 16px 16px 0px 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto;
}
.template_detail_modal .device_wrapper {
  width: 360px;
  height: 600px;
  overflow: auto;
  border-radius: 15px;
}
.template_detail_modal .device_wrapper img {
  width: 100%;
}
.template_detail_modal .button_wrapper {
  gap: 8px;
}
.template_detail_modal .content {
  width: 50%;
}
.template_detail_modal .content h2 {
  font-size: 40px;
  font-weight: 700;
}
.template_detail_modal .content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin: 25px 0;
}
.template_detail_modal .content .link {
  padding: 0.8em 1.9em !important;
  font-size: 16px;
  background: #308c5a;
  border: 2px solid #308c5a !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 2rem;
  color: white;
  margin-top: 5px;
  display: inline-block;
}
.template_detail_modal .content .link_outline {
  background: transparent;
  color: #308c5a;
}
.template_detail_modal .content .free_card {
  background: #ffab02;
  border-color: #ffab02 !important;
}

.help_detail_container {
  margin-top: 1.5rem !important;
}
.help_detail_container p {
  font-size: 14px;
}

.help_center_banner .searchBar input::placeholder {
  color: white;
}

.contact_wrapper {
  padding: 80px 0;
  justify-content: center;
}
.contact_wrapper .btn_contact {
  background: #308c5a;
  border: 2px solid #308c5a !important;
  padding: 0.5em 1.9em !important;
  font-size: 1em;
  color: white !important;
  text-transform: capitalize;
  margin-top: 10px;
}
.contact_wrapper .contact_ic {
  padding-top: 5px;
  font-size: 18px !important;
  padding-right: 11px;
}
.contact_wrapper .contact_ic path {
  fill: #647a62;
}
.contact_wrapper .content_wrap {
  padding: 1.8rem;
}
.contact_wrapper .card {
  border-radius: 15px;
}
.contact_wrapper .card-body {
  padding: 1.8rem;
}
.contact_wrapper .card-body h3 {
  font-size: 30px;
  font-weight: 700;
}
.contact_wrapper .card-body form {
  margin-top: 30px;
}
.contact_wrapper .card-body form .form-control {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  height: 2.5rem;
}
.contact_wrapper .card-body label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.575rem;
}
.contact_wrapper .card-body .form-group {
  margin-bottom: 1rem;
}
.contact_wrapper h5 {
  font-size: 15px;
  margin-bottom: 30px !important;
}

.theme_settings {
  gap: 10px;
}
.theme_settings .form-group {
  margin: 0 !important;
}
.theme_settings #background_type_preset {
  flex-wrap: wrap;
}
.theme_settings .altum-file-input {
  padding: 0;
  margin-top: 30px;
}

#background_type_image small {
  position: absolute;
}

.address_card .detail p {
  font-weight: 600;
  font-size: 14px;
}
.address_card .detail span {
  color: #647a62 !important;
  margin-bottom: 5px;
  display: block;
  font-weight: 700 !important;
}

.getintouch_wrapper .list_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0;
}
.getintouch_wrapper .list_wrapper li {
  display: flex;
  text-align: left;
  color: white;
  background: #5c9358;
  padding: 15px 20px;
  border-radius: 10px;
}
.getintouch_wrapper .list_wrapper li .ldLVvd {
  width: 40px;
  height: 40px;
  background-color: rgb(69, 128, 64);
}
.getintouch_wrapper .list_wrapper li .ldLVvd svg {
  padding: 0;
  font-size: 15px;
}
.getintouch_wrapper .list_wrapper li .ldLVvd svg path {
  fill: white;
}
.getintouch_wrapper .list_wrapper li svg {
  font-size: 20px;
  padding-right: 10px;
  padding-top: 9px;
}
.getintouch_wrapper .list_wrapper li span {
  font-size: 15px !important;
}
.getintouch_wrapper .list_wrapper li p {
  font-size: 17px !important;
}
.getintouch_wrapper .contact_social_list .linkicons-set-right {
  padding: 0;
  gap: 19px;
  align-items: center;
}
.getintouch_wrapper .contact_social_list .linkicons-set-right li {
  padding: 0;
}

.contact_form_wrapper {
  width: 50%;
}

.card-image-container label:hover .overlay_firstcard {
  flex-wrap: wrap;
  align-items: inherit;
}

.profile_contact_list.card-edit-box .social-icon.selected:before {
  content: "";
  background-image: url("../images/correct.png");
  width: 13px;
  display: inline-block;
  position: absolute;
  height: 13px;
  top: 2px;
  right: 2px;
}

.card-item-button.selected .icon label {
  color: green;
}

.profile_contact_list.card-edit-box .social-icon.selected {
  box-shadow: none !important;
  border: 1px solid #47b378;
  cursor: default;
  background: rgba(71, 179, 120, 0.0705882353) !important;
}

.overlay_firstcard .overlay-icon-wrapper {
  width: 100%;
  margin: 0;
  justify-content: center;
}

.overlay_firstcard .overlay-icon-wrapper svg {
  width: 20px;
  height: 17px;
}

.overlay_firstcard p {
  font-size: 13px;
}

.contact_wrapper_banner .index-header {
  color: white;
}
.contact_wrapper_banner h4 {
  color: white;
}

.form_wrapper_block .form-control {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  height: 2.5rem;
}
.form_wrapper_block .form-group {
  margin-bottom: 1rem;
}
.form_wrapper_block label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.575rem;
}

.investor_form {
  padding: 0 1.5rem;
  margin: 1rem auto;
  width: 50%;
}
.investor_form .card-body {
  padding: 1.8rem;
}
.investor_form .card {
  border-radius: 15px;
  width: 100%;
}

.btn_submit_common {
  background: #308c5a;
  border: 2px solid #308c5a !important;
  padding: 0.5em 1.9em !important;
  font-size: 1em;
  color: white !important;
  text-transform: capitalize;
  margin-top: 10px;
}

.textare_form {
  height: 100px !important;
}

.reportviolation {
  padding-top: 40px !important;
}
.reportviolation .card-body form {
  margin-top: 0;
}

.business_img_banner {
  top: -17.5rem;
}

.founder_section {
  background: rgba(69, 128, 64, 0.0705882353);
}

.cookie_wrapper {
  padding-bottom: 80px;
}

.card_list_email li img {
  width: 100%;
}

.cookie_notice_wrapper .content {
  padding: 20px 0 0;
}
.cookie_notice_wrapper .content h2 {
  font-size: 23px;
  margin-bottom: 13px;
}
.cookie_notice_wrapper .content p {
  font-size: 14;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.quantity__minus,
.quantity__plus {
  display: flex;
  width: 35px;
  height: 29px;
  margin: 0;
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
  align-items: center;
  justify-content: center;
}
.quantity__minus span,
.quantity__plus span {
  font-size: 20px;
  font-weight: 800;
}

.quantity__minus:hover,
.quantity__plus:hover {
  background: #fff;
  color: #fff;
}

.quantity__minus {
  border-radius: 3px 0 0 3px;
}

.quantity__plus {
  border-radius: 0 3px 3px 0;
}

.card_footer_action {
  display: flex;
  gap: 17px;
  /* position: absolute; */
  /* bottom: 20px; */
  /* width: 100%; */
  /* justify-content: space-between;
  left: 40px;
  right: 40px; */
}

.quantity__input {
  width: 32px;
  height: 29px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background: #fff;
  font-size: 12px;
  color: #000000;
  font-weight: 700;
}

.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
  color: #000;
}

.card_footer_action {
  display: flex;
  gap: 17px;
  /* position: absolute;
  bottom: 23px; */
}

.nfc_card_list_container .nfc-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nfc_card_list_container .nfc_card_holder .btn-rounded {
  padding: 3px 20px;
  background: black;
  color: white;
}
.nfc_card_list_container .nfc_card_holder .card-title {
  min-height: 40px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 0 !important;
}
.nfc_card_list_container .nfc_card_holder .nfc-price {
  font-size: 17px;
  color: black;
  font-weight: 400;
}
.nfc_card_list_container .nfc-cards-list {
  align-items: normal;
}
.nfc_card_list_container .nfc_card_holder .content_wrapper {
  padding: 15px 25px 22px;
}
.nfc_card_list_container .nfc_card_holder .price--compare {
  font-size: 14px;
  /* position: absolute; */
  top: 24px;
  font-weight: 600;
}

.shipping_wrapper_block {
  margin-bottom: 40px;
  margin-top: 40px !important;
}

.customer_suport_list {
  display: flex;
  padding: 0;
  gap: 15px;
  padding: 20px 0;
}
.customer_suport_list li {
  text-align: center;
  width: 100%;
}
.customer_suport_list h6 {
  font-size: 14px;
}
.customer_suport_list p {
  font-size: 13px;
}
.customer_suport_list svg {
  display: block;
  margin: 15px auto;
}

@media (max-width: 1600px) {
  .woi_template_list .list_wrapper input[type="radio"] + div label {
    height: 400px;
  }
  .theme_settings label {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .woi_template_list .list_wrapper input[type="radio"] + div label {
    height: 350px;
  }
  .template_detail_modal .content .link {
    padding: 0.8em 1.5em !important;
    font-size: 13px;
  }
  .investor_form {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .template_detail_modal .device_wrapper {
    width: 40%;
  }
  .template_detail_modal .content .link {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .business_img_banner {
    width: 100% !important;
  }
  .investors_wrapper {
    margin-bottom: 1rem !important;
  }
  .investors_wrapper .index-header {
    font-size: 20px;
  }
  .investors_wrapper h4 {
    font-size: 14px;
  }
  .investor_form {
    padding: 0;
    margin: 1rem auto;
    width: 100%;
  }
  .getintouch_wrapper .list_wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .contact_wrapper_banner h4 {
    font-size: 15px;
  }
  .getintouch_wrapper .list_wrapper li {
    width: 100%;
  }
  .getintouch_wrapper .contact_social_list .linkicons-set-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact_form_wrapper {
    width: 100%;
  }
  .contact_wrapper {
    padding: 10px 0;
  }
  .contact_wrapper .card-body h3 {
    font-size: 22px;
  }
  .template_detail_modal .button_wrapper {
    gap: 0;
    flex-wrap: wrap;
  }
  .template_detail_modal .device_wrapper {
    width: 100%;
  }
  .template_detail_modal .content {
    width: 100%;
  }
  .template_detail_modal .template_view {
    flex-wrap: wrap;
  }
  .template_detail_modal .detail_container {
    padding: 20px;
  }
  .tag_list {
    width: 100%;
  }
  .woi_template_list .list_wrapper {
    width: 100%;
    padding: 0 !important;
    margin: 0;
  }
  .woi_template_list {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .woi_template_list .list_wrapper .custdiv {
    width: 100%;
  }
  .woi_template_list .list_wrapper input[type="radio"] + div label {
    height: 400px;
  }
  .woi_template_list_wrapper .content_head {
    width: 100%;
  }
  .woi_template_list_wrapper .index-container-content {
    margin-top: 0;
  }
  .woi_template_list_wrapper .content_head p {
    font-size: 14px;
  }
  .help_center_wrapper .list_item {
    flex: 100%;
  }
  .help_list_container {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }
  .help_center_banner .searchBar {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1500px) {
  .nfc_card_list_container .nfc_card_holder .content_wrapper {
    padding: 15px 13px 40px;
  }
  .card_footer_action {
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1209px) {
  .home_container .index-block-one .nfc-card-container {
    max-width: 90% !important;
    padding: 0.8rem 3rem;
  }
  .justify-center-1 {
    justify-content: center;
  }
}

.settings_card_body {
  padding: 0;
  background: transparent;
  border: 0;
}
.settings_card_body .collapse {
  background: white;
  padding: 25px 20px 1px;
  border-radius: 10px;
}
.card_body_form_setting {
  background: white;
  padding: 25px 20px;
  border-radius: 10px;
}
.settings_card_body .btn-gray-200 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  background: none;
  border: 0;
  margin-bottom: 10px !important;
}
.settings_card_body .btn-gray-200 svg {
  display: none;
}
.settings_card_list ul {
  padding: 0;
}
.settings_card_list ul li a {
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
/*# sourceMappingURL=common.css.map */
