/* CSS Document */
/* Set Roboto and Open Sans as default fonts and #545454 as default color */
body {
    background: #fefdfc;
	font-family: 'Roboto', sans-serif; /* Adjust to your primary font */
    font-weight: 300;
    color: #545454;
	letter-spacing: -.5px;
}

/* Apply the same color to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
	letter-spacing: -1px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* Ensure other text elements also use the default color
p, li, a, input, button, label, span {
    color: #545454;
}*/

/* Additional classes for special text areas, if needed */
.subheading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #545454;
}

/* notice.php styles */
#notice_php {
    background-color: #fd8b51;
    padding:15px;
    border-top: 4px solid #bf382a;
    color: #f1f5ea;
	border-radius: 0px !important;
	position: relative;
	padding-right: 30px; /* Adjust padding to make space for the close button */
}

#notice_php p {
	font-size: 0.80em;
	line-height: 1.25em;
}

/* Override button colors within #notice_php only */
#notice_php .btn {
    background-color: #fd8b51;
    border-color: #a32e24;
    color: #f1f5ea;
}

#notice_php .btn:hover {
    background-color: #a32e24;
    border-color: #8c2620;
    color: #ffffff;
}
/* Link color styling specific to #notice_php */
#notice_php a {
    color: #bf382a;
    text-decoration: none;
}

#notice_php a:hover {
    text-decoration: underline;
}

/*hero.php styles */
#hero_php img { 
	height: 600px;
	object-fit:cover;
	align-content: center;
	object-position: center; 
}

/* header.php styles */
#header_php {
	background: #efefef;
}
#header_php h2 {
	font-size: 1.25em;
	color: #105a74;
}
#header_php .navbar-text {
	padding-top: 20px;
	margin: 0px;
}

/* searchbar.php styles */
#searchbar_php {
	padding: 25px;
	background: #f1efbf;
	margin: 0px;
}

/* Featured.php General Product Card Styles */
#featured_php {
	padding-top: 2.0em;
	padding-bottom: 1.5em;
}
#featured_php h2 {
	color: #105a74;
	padding-bottom: 1.5em;
}
.product-image {
    width: 80%;
	display:block;
	margin-right: auto;
	margin-left: auto;
}

.product-title {
    color: #0c6a8a;
    font-size: 1.25rem;
}

.product-brand {
    color: #545454;
    font-style: italic;
    font-size: 1rem;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #545454;
}

/* Select Styles */
.product-select {
    text-align: center;
    background-color: #F6F6F6;
}

.nav-shadow {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2),0 0px 5px 0 rgba(0,0,0,0.19);
}

/* Price and Buy Button Styles */
.product-price {
    color: #000000;
    font-size: 1.5rem;
    margin: 0;
}

.buy-now-button {
    padding: 7px 0px 7px 0px;
	width: 65%;
    background-color: #FE5A13;
    color: #f1f5ea;
    font-size: 14px !important;
    text-transform: uppercase;
}

.buy-now-button:hover {
    background-color: #ff6523;
    border-color: #ff6523;
}

/* about.php styles */
#aboutus_php {
	background: #f1f5ea;
	padding: 65px;
}

.about_headline {
	font-size: 22px;
}
.about_headline_container {
	padding-bottom: 65px;
}
.about_headline_container h2 {
	color: #105a74;
	padding-bottom: 30px;
}

.category-type {
    max-height: 955%;
    overflow: auto;
    width: 220%;
    font-size: medium;
    overflow-x: hidden;
}
/* testimonials.php Styles */
#testimonials_php {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 40px;
    background-image: url("../assets/testimonialbg.png");
    background-repeat: repeat;
    color: #f1f5ea;
}

#testimonials_php h2 {
	padding: 20px;
}

.sevenfive {
	width: 50%;
}

/* FAQs Styles */
#faqs_php {
	background: #f1f5ea;
	padding: 50px;
	color: #0c6a8a;
}

#faqs_php h1 {
	padding: 20px;
}

.accordion-button {
	background: #0c6a8a;
	color: #f1f5ea;
}
.accordion-button:not(.collapsed){
	background-color: #efefef;
}

/* paymentlogos.php Styles */
#paymentlogos_php {
	padding: 30px;
}

#paymentlogos_php h2 {
	padding: 50px;
	font-size: 20px;
	color:#105a74;
}

/* footer.php styles */
#footer_php {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #105a74;
	font-size: 12px;
	color: #f1f5ea;
	font-family: Open Sans;
}
#footer_php a {
	text-decoration: none;
	color:#f1f5ea;
}
#footer_php a:hover {
	text-decoration:underline;
}
.div-discount{
    display: none;
}
.div-loyalty{
    display: none;
}
.p-highlight {
    color: #000!important;
    font-weight: bold;
    font-size: 16px!important;
}
.p-img {
    float: left;
    width: 70px!important;
}
.p-bold {font-weight: bold;}
.q-bold {font-weight: bold;}
.required {
	color: #ff0000;
	font-size:large;
}

/* checkout.php styles */
#chk_column {
	padding: 50px;
	line-height: 2.0em;
}
#chk_column h5 {
	font-weight: 400;
	font-size: 1.0em;
}
#chk_column required {
	font-size: smaller;
}
#chk_column a {
	color: #0c6a8a;
}

.close-button {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 1.5em;
cursor: pointer;
color: #333; /* You can adjust this color */
}
  
.close-button:hover {
color: #666;
}

/* Google Translate Style */
.notranslate {
    display: inline-block !important;
}

.searched-products {
    display: none; /* Initially hidden */
    max-height: 300px;
    overflow-y: auto; /* Add scroll if results exceed max height */
    position: absolute;
    width: 100%; /* Match input width */
    z-index: 1000; /* Ensure it appears above other elements */
}

/* Show dropdown when it has the 'show' class */
.searched-products.show {
    display: block;
}

