/*
Theme Name: 99fy-child
Theme URI: https://panamfarma.com/99fy-child/
Description: 99fy-child
Author: Your Name
Author URI: https://panamfarma.com
Template: 99fy
Version: 1.0.0
*/
/* Add your custom styles here */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 2.7em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget select {
  height: 40px;
  width: 100%;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
header.page-header .page-title {
  margin-top: 0;
}

#ht-quick-viewmodal .quantity {
    text-align: center;
}
#ht-quick-viewmodal .htcloseqv{
    border: 0;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
input#wp-comment-cookies-consent,
.leave-comment-form form input[type="checkbox"] {
    width: inherit;
    height: auto;
}
.wp-block-button.is-style-outline {
    margin: 20px 0;
}
#customer_login .woocommerce-form-login__rememberme input#rememberme {
    width: auto;
    height: auto;
}
/*--end--*/

/*--------------------------------------------------------------
# Custom code added by Rebirth Designs
--------------------------------------------------------------*/
    .chat-container {
      text-align: center;
    }
    input[type="text"] {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 100%;
}
    button {
      margin-left: 10px;
      padding: 12px 20px;
      font-size: 16px;
      border: none;
      background-color: #D50000;
      color: white;
      border-radius: 8px;
      cursor: pointer;
    }
    #title {
        font-size: 1.6em !important;
            }
    #response {
      margin-top: 30px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    #lang-select {
      background-color: #808080;
      color: #ffffff;
      width: 100px;
      margin-left: 10px;
      margin-bottom: 20px;
      border-radius: 8px;
      font-size: 14px;
    }
    #lang-select option {
        color: #000000;
    }
	/*NEW CSS*/
	div#response pre {
    overflow: hidden !important;
    width: 100%;
    white-space: break-spaces;
    text-align: left;
    background: transparent;
    padding: 10px 0px;
    margin-bottom: 0;
}
div#response {
    text-align: left;
}
div#response ul li {
    padding: 0;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 0.6px;
}
div#response ul {
    padding: 0 0px 0 20px;
}

/* Modal Styles */
.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  display: none;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
  text-align: left;
}

.close-button {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.modal-header h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 22px !important;
}
div#modal-body {overflow-x: hidden;height: 400px;overflow-y: scroll;}
.modal-content {
    max-width: 700px !important;
	    top: -90px !important;
}
 
.product-section table td {
    width: 50%;
    padding: 10px;
}
 
.product-section-image {
    text-align: center;
    display: block;
}
.product-section-image img {
    display: block;
    margin: auto;
}

.product-section-image {
    text-align: center;
    display: block;
}
.product-section-image img {
    display: block;
    margin: auto;
}
.close-button {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 32px;
    cursor: pointer;
    background: red;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0 20px!important;
    color: #fff;
}

.elementor-element-b19d00c h1 {
    padding: 10px 0 30px 0;
}
.elementor-element-b19d00c button#askBtn {
    border-radius: 6px;
	display: table-column;
}
input#questionInput {
    width: 100%;
    margin-right: 20px;
}
select#queryType {
    width: 100% !important;
}
.elementor-element-b19d00c div#response ul li {
    padding: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 7px 0;
    border-radius: 5px;
    background-color: #f1f1f1;
    list-style: none;
    letter-spacing: normal;
}
.elementor-element-b19d00c div#response ul {
    padding: 0;
}

li.product-item.active {
    background: #3b78c7 !IMPORTANT;
    color: #fff;
}
 .action-buttons {
    text-align: center;
	padding:20px;
	
}
.secound-popups .modal-content {
    max-width: 450px !important;
    right: 0;
    overflow: auto;
    height: 400px;
    border-radius: 6px;
    top: 30px !important;
}
.secound-popups .modal-content input {
    border: 1px solid #ddd;
    outline: none;
    border-radius: 6px;
    width: 100%;
}
.secound-popups h5#rfqLabel {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
.secound-popups button.btn-close {
    font-size: 21px;
    cursor: pointer;
    background: red;
    border-radius: 100%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 19px !important;
    color: #fff;
    margin-top: -10px;
}


.secound-popups .modal-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    /* top: 103px; */
    overflow: hidden;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -20px;

}

.secound-popups .modal-body {
    padding-top: 70px;
}
/*04-7-2025*/
.new-form-staic {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align:left !important;
}
 
.new-form-staic label {
    text-align: left;
    display: block;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.new-form-staic select#queryType {
    width: 100% !important;
    padding: 10px;
    margin-top: 8px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
    outline: navajowhite;
    background: transparent;
    color: #000;
}
.new-form-staic input {
    padding-bottom: 70px !important;
    margin: 0 0 10px;
}
.new-form-staic button {
    display: block;
    margin: 15px  0  0;
}
 
div#suggestions {
    margin-top: 20px !important;
}


.new-form-staic .btn-flex-s {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px  0 0;
}

.new-form-staic .btn-flex-s select#lang-select {
    margin: 0;
}

.new-form-staic .btn-flex-s button#askBtn {
    margin: 0;
}

.new-form-staic h1#title {
    font-size: 18px !important;
    padding: 20px  0 1px;
    color: #000 !important;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.new-form-staic button#askBtn {
    margin-top: 20px;
    background-color: #0074cc;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
.new-form-staic textarea#questionInput {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
    letter-spacing: 0.8px;
}

div#product-popup-content h3 {
    font-size: 22px;
    color: #000;
}

div#product-popup-content h4 {
    font-size: 20px;
    color: #000;
    text-align: center;
}

div#product-popup-content  table td {
    width: 50% !important;
}

span#close-product-popup,span#pr_close-rfq-popup {
    background: red;
    border-radius: 39px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px !important;
	padding: 0 0 6px;
 
}
div#product-popup-content img {
    width: 250px;
    border-radius: 10px;
    margin: auto;
}
.model.active, .rfq-active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
	
}
.modal-footer {
    justify-content: center;
}

.elementor-element-e6726b8 .new-form-staic h2 {
    font-size: 22px !important;
    color: #000;
    margin: 15px  0 !important;
    font-weight: 600;
}
h2.products-heading {
    color: #000;
    font-size: 32px;
    margin-top: -23px;
    padding-bottom: 20px;
    font-weight: 500;
}
 
button#rfq-download-pdf {
    padding: 12px;
    margin-top: -5px !important;
    background: #1a73e8;
    border: 0 !important;
}
 button#download-pdf {
    background: #007bff;
}

@media(max-width:767px){
	.close-button {
    right: 12px;
    top: 22px;
}
.modal-content {
    top: -45px !important;
}
input[type="text"] {
    margin-bottom: 20px;
} 
div#all_products_data {
    width: 100% !important;
}
div#pr_rfq-popup {
    width: 100% !important;
}
div#product-popup {
    width: 100% !important;
}
}

@media(max-width:480px){
	.secound-popups .modal-header{
	 max-width: 350px;
	 /* top:72px; */
	}
}
.ai-response {
	font-size: 15px !important;
}