.nav-pills {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-pills .nav-item {
  display: inline-block;
}

.nav-pills .nav-link {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #af8d51;
  border-radius: 4px;
  margin-right: 5px;
}

.nav-pills .nav-link.active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

/* Style the tab content */
.tab-content {
  padding: 15px;
  /* border: 1px solid #af8d51; */
  border-top: none;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

a.product-image-holder {
  cursor: pointer;
}

.info-icon-holder {
  position: absolute;
  right: 0;
  padding: 4px 8px;
  top: 0;
  border-radius: 0px .25rem;
  font-size: 16px;
  cursor: pointer;
}

.product-gallery .card {
  box-shadow: 0px 1px 3px #af8d51;
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-color: #272727;
  background-clip: border-box;
  /* border: 1px solid rgba(175,141,81,1); */
  border-radius: .25rem;
  margin-bottom: 20px;
}
.product-gallery .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

article.product-gallery {
  margin-bottom: 50px;
  margin-top: 20px;
}
.product-gallery i.fa.fa-info-circle {
  color: #af8d51;
}
.tab-pane .btn-primary,
.tab-pane .btn-secondary

{
  border-radius: 5px;
  background: #AF8D51;
  padding: .25rem .5rem;
  margin: 10px;
}
.tab-pane table tr {
  border-bottom: 1px solid #AF8D51;
}
.icon-pdf {
  margin-right: 10px;
}
.box-back-button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.box-category .badge.bg-secondary {
  background: #AF8D51;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

.brand-modal {
  display: none ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Background with opacity */
  z-index: 999;
}

.brand-modal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  border-radius: 10px;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.brand-modal .modal-content h5,
.brand-modal .modal-content .modal-body
{
  color: #000;
}
.brand-modal .modal-content .modal-footer .close-btn {
  background-color: #AF8D51;
  border-radius: 10px;
  color: white;
}
.brand-modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

@media (min-width: 1800px) {
  .modal-content {
    width: 35%;
  }
}
@media (max-width: 1799px) and (min-width: 1200px) {
  .modal-content {
    width: 45%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .col-description {
    padding-left: 50px;
  }
  .modal-content {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container.brand-details {
    max-width: 991px;
    width: 100%;
  }
  .modal-content {
    width: 75%;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .container.brand-details {
    max-width: 768px;
    width: 100%;
  }
  .modal-content {
    width: 75%;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .find-designer .container.brand-details .browse_wrap form .col.filter-button {
    max-width: 767px;
    min-width: unset;
    width: 100%;
  }
  .find-designer .container.brand-details form#form-filter .row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .about-company .nav-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .brand-details .logo-holder {
    text-align: center;
  }
  .brand-title {
    text-align: center;
    margin-top: 10px;
  }
  .box-infor-brand,
  .box-category
   {
    text-align: center;
  }
  .table.table-brochures td a.btn {
    display: flex;
    align-items: baseline;
  }
  .table.table-brochures td a.btn i {
    margin-right: 10px;
  }
  span.text-action {
    white-space: nowrap;
  }
}
@media (max-width: 554px) {
  .about-company .nav-item button {
    white-space: nowrap;
  }
  .about-company ul.nav {
    display: flex;
    overflow-x: auto;
  }
  .about-company .nav-pills::-webkit-scrollbar {
    width: 5px; /* Scrollbar width */
    height: 5px; /* Scrollbar height (for horizontal scrolling) */
  }
  
  .about-company .nav-pills::-webkit-scrollbar-thumb {
   
    border-radius: 10px; /* Round scrollbar edges */
  }
  .tab-content .table.table-brochures tbody{
    word-break: break-all;
  }
  .brand-modal .modal-content {
    width: 80%;
  }

}

body .gform_wrapper .gfield.email-user-product-directory input[type="text"] {
  opacity: 0.5;
  pointer-events: none;
  background-color: rgb(137, 129, 129) !important;
}
.page-form.page-user-register-products-directory h3 {
  max-width: 100%;
}
.page-form p.text-register-member {
  color: white;
}
.card-body.not-show {
  display: none;
}
.card.package-products-directory p{
  color: white;
  margin-bottom: 0px;
}
.card.package-products-directory .card-body p,
.card.package-products-directory .card-body li
{
  padding-left: 10px;
}
.card.package-products-directory .card-body li {
  padding-left: 20px !important;
}

.gform_wrapper .package-products-directory ul.gfield_checkbox li input[type=checkbox]:checked+label {
  font-weight: 400;
}
a.banner-register-products-directory img {
  margin: 20px 0px 40px 0px;
}

a.banner-sidebar img {
  margin-bottom: 20px;
}

.video-interview .ddp-list_top .box-title {
  max-width: none;
}

/* .vidwrapper {
  width: 100%;
} */
p.video-interview iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 .vidwrapper {
  width: 100%;
  height: 315px;
  max-width: 800px;
  max-height: 315px;
  position: relative;
  margin-bottom: 30px;

}
.vidcontainer {
  width: 100%;
  max-width: 100%;
  
  height: 0;
 
}


/* Register And Edit Brand By Customer */
.tab-pane {
  margin: 20px;
}

button {
  margin-top: 10px;
  padding: 10px 15px;
  cursor: pointer;
}

.files-data {
  margin-bottom: 10px;
}
.page-form .box-product h3 {
  margin: 0px 0px 20px 0px;
}
.box-product{
  border: 1px solid #AF8D51;
  padding: 20px;
  margin-bottom: 20px;

}
.box-product .drag-handle,
.box-brochures .drag-handle
{
  cursor: move;
}
.box-brochures {
  margin-bottom: 20px;
}
.box-brochures .drag-handle {
  border: 1px solid #AF8D51;
  padding: 20px;
}
.box-product input,
.box-product textarea,
.box-brochures input
{
  margin-bottom: 20px;
}
#add_box_brochures {
  margin-bottom: 20px;
}
.box-category,
.box-subcategory
{
  margin-bottom: 20px;
}
.validate-error,
.message-error
{
  color: red
}
.page-form p.validate-error {
  color: red;
  margin : 10px 0px;
}

.image-avatar-brand  {
  margin-bottom: 20px;
}
.image-avatar-brand img {
  max-height: 150px;
  max-width: 150px;
}
#file-image-avatar,
.file-image-product
{
  display: none;
}
.box-brochures .files-data {
  display: none;
}

.file-ui {
  border: 1px dashed #AF8D51;
  background: #F8FCFF;
  padding: 10px 16px;
  gap: 16px;
}
button.file-ui.file-doc-action {
  border-radius: 8px !important;
  margin-bottom: 20px;
}
.file-uploaded {
  display: none;
}
.icon-upload::before {
  content: url(/wp-content/themes/asia-child/assets/img/upload.svg);
  cursor: pointer;
  display: block;
  margin-right: 10px;
}

.icon-remove {
  content: url(/wp-content/themes/asia-child/assets/img/icons/remove.svg);
}
.icon-remove:before {
  content: "\f00d";
}
.page-form .box-brochures p {
  margin-bottom: 0px;
}

.video-interview .ddp-list_top .box-title {
  max-width: none;
}

.wrapper-box-bourches,
.row.box-category,
.row.box-subcategory
{
  padding-left: 12px;
  padding-right: 12px;
}
input.label-register-brand-container-text,
textarea.textarea-about-the-company
{
  margin-bottom: 15px;
}
.custom-textarea {
  text-align: left;     
  vertical-align: top;  
  line-height: normal; 
  padding: 0;
  font-family: 'Poppins';
}
a#select_file,
a.select-file-image
{
  display: flex;
}
a#select_file span,
a.select-file-image span
{
  margin-right: 10px;
}
.select-file-image {
  margin-bottom: 20px;
}
.tab-pane.active#pills-Images {
  margin:0px;
}
#pills-Sku,
#pills-Product-Photos
{
  margin: 20px 0px;
}


.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(255, 253, 255, 0.415);
}
.styled-table thead tr {
  background-color: #AF8D51;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
  color: black;
}
.styled-table tbody tr:nth-of-type(even) a {
  color: black;
}
.styled-table tbody tr:nth-of-type(even) a:hover {
  color: #AF8D51;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 4px solid #AF8D51;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #AF8D51;
}

.success-message {
  font-size: 1.5rem; /* Adjust size as needed */
  color: #2E7D32; /* A calm, professional green */
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  background-color: #E8F5E9; /* Light green background for success */
  border: 1px solid #81C784; /* Softer green border */
  border-radius: 8px; /* Rounded corners for a friendly feel */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.not-edit-message
{
  font-size: 1.5rem; /* Adjust size as needed */
  color: #fa0303fb; /* A calm, professional green */
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  background-color: #E8F5E9; /* Light green background for success */
  border: 1px solid #e01257; /* Softer green border */
  border-radius: 8px; /* Rounded corners for a friendly feel */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.not-edit-message p {
  color: #fa0303fb;
  margin-bottom: 10px;
}
.not-edit-message a {
  color: #fa0303fb;
  font-weight: bold;
  text-decoration: underline;
}

.reload::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  translate: -50% -50%;
  width: 2rem;
  height: 2rem;
  border: 0.25em solid #AF8D51;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite ;
  display: none;
  z-index: 1;
}


.reload.active::before {
  display: block;
}

.reload.active::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(255 255 255 / 14%);

}
.position-relative {
  position: relative;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.col-brand-image img {
  max-width: 100px;
  max-height: 100px;
}
.styled-table a.text-break {
  word-break: break-word;
}
@media (max-width: 554px) {
  .styled-table td {
    padding: 10px;
  }
}


.home_discover.page-single-products-directory .designs_card {
  height: auto;
  display: flex;
  align-items: center;
  border: none;
}
.home_discover.page-single-products-directory {
  padding-bottom: 0px;
}
.designs_card.page-archive-products-directory .box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.designs_card.page-archive-products-directory .box-text .dropdown.bootstrap-select.select .btn.dropdown-toggle.select-control {
  /* max-width: 150px; */
  
}
.box-filter-sub-category {
  width: 100%;
}
.designs_card.page-archive-products-directory .bootstrap-select .dropdown-toggle div.filter-option-inner-inner {
  color: #AF8D51;
}
.box-back-button .animation-on-scroll.appear-up {
  padding: 0px;
}
.home_discover .designs_card {
  background-color: #272727;
}
.home_discover .designs_card:hover .box-text {
  border-top:  0.5px solid #a6a6a6;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.home_discover.page-single-products-directory .designs_card img {
  max-width: 100px;
  max-height: 100px;
}
.home_discover.page-single-products-directory .designs_card:hover .box-text {
  border: none;
}
.home_discover.page-single-products-directory .designs_card .box-title {
  font-size: 24px;
}
@media (max-width: 576px) {
  .back-url {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
}

.gform_wrapper ul.gfield_checkbox li.gchoice_4_12_2,
.gform_wrapper ul.gfield_checkbox li.gchoice_4_12_3 {
 /*  display: none; */
}



/* custom slide in home page */

.owl-carousel.custom {
  margin-top: 20px;
  margin-bottom: 50px;
}

.owl-carousel.custom .item {
  text-align: center;
  padding: 10px;
}

.owl-carousel.custom .item img {
  width: 100%;
  border-radius: 10px;
}

.owl-carousel.custom .item h4 {
  margin-top: 10px;
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
  width: 100%;
}

.owl-carousel.custom .owl-dots {
  bottom: 0;
}


.owl-carousel.custom .item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  /* border: 3px solid #fff;  */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.owl-carousel.custom .item {
  display: flex;
  /* Ensures equal height alignment */
  align-items: center;
  /* Aligns content vertically */
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  /* Prevents any overflow */
}
.title-slide {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .owl-carousel.custom .item img {
      width: 150px;
      height: 150px;
  }
}

@media (max-width: 768px) {
  .owl-carousel.custom .item img {
      width: 80px;
      height: 80px;
  }
}

/* custom 2025 */
.page-form .gform_confirmation_message_26 p,
.page-form .gform_confirmation_message_27 p 
{
  color: white;
}
.page-id-168878 .gform_not_found,
.page-id-168880 .gform_not_found
{
  display: none;
}

/* Add Directory 2025 */
.account-active {
  background-color: rgba(40, 167, 69, 0.6);
}
.woocommerce-thankyou-order-received {
  display: none;
}
.woocommerce-order .woocommerce-thankyou-order-details.order_details {
  display: flex;
  justify-content: center;
}
.woocommerce-order-details__title,
.woocommerce-column__title
{
  width: 100%;
}
.woocommerce-order-details {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  max-width: 1000px;
}

.woocommerce-customer-details {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-customer-details address {
  text-align: center;
  max-width: 1000px;
  border: 1px solid #8c7141;
}

.woocommerce-table.woocommerce-table--order-details,
.woocommerce-table.woocommerce-table--order-details th,
.woocommerce-table.woocommerce-table--order-details td,
.woocommerce #order_review table.shop_table,
.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td
{
  border: 1px solid #8c7141;; 
}

.woocommerce-table.woocommerce-table--order-details,
.woocommerce #order_review table.shop_table 
{
  border-collapse: collapse; 
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .woocommerce{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
form#order_review {
  max-width: 1000px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-form.woocommerce-verify-email {
  text-align: center;
  max-width: 1000px;
}
