/* Navbar and Footer */
/* nav container */
.nav-content{
  width: 60.3%;
  padding-top: 10px;
}

/* logo in the navbar */
.mainLogo {
  position: fixed;
  height: auto;
  left: 3px;
  width: 195px;
  padding-left: 35px;
}

/* nav bar */
.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FBF6F2;
  padding: 1rem 6%;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.navbar a {
font-size: 1rem;
padding: 0 1.2rem;
color: #040604;
overflow: auto;
font-family: Vilane;
font-size: 18px;
font-style: normal;
line-height: normal;
word-spacing: 2px;
letter-spacing: 1px;
text-decoration: none;
text-align: center;
}

.navbar a:hover {
  color: var(#4c6044);
  transform: scale(1.2);
}

/* header icons */
.profile-icons{
  text-align: right;
  padding: 0;
}
.profile-icons li{
  display: inline-block;
  text-align: right;
  padding: 5px;
  padding: 5px;
}
.profile-icons i{
  color: #000;
  font-size: 25px;
  margin-right: 15px;
}

a{
  text-decoration: none;
}

a:hover{
  color: #4c6044;
}

.profile-icons i:hover{
  color: #4c6044;
}


/* footer */
*{
  margin: 0;
  padding: 0;
  
}
footer{
  background: #F9F0E9;
  padding-top: 30px;
  margin-top: auto;
  bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
 
}

.container {
  width: auto;
  margin: auto;
  display: flex;
}
.footer-content{
  width: 60.3%;
}

.footer-text { 
font-size: 30px;
margin-bottom: 15px;
color: #000;
font-family: "Source Serif Pro";
font-style: normal;
font-weight: 800;
line-height: normal;
padding-top: 8px;
}

.footer-text2 {
  color: #000;
  margin-bottom: 15px;
  font-family: "Source Serif Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}

/* vertical line in footer */
.vertical {
  border-left: 2px solid #4c6044;
  height: 150px;
  position: absolute;
  left: 50%;
}

.footer-content ul{
  text-align: center;
}

/*faq etc*/
.list{
  padding: 0;
}

.list li{
width: auto;
list-style-type:none;
padding: 8px;
color: #000;
font-weight: 400;
line-height: normal;
text-align: left;
  
}

.list li a{
  font-family: Georgia;
  font-size: 15px;
  padding-top: 20px;
  position: relative;
  text-decoration: none;
  color: black;
}

.list li a:hover{
  color: #4c6044;
  transform: scale(1.8);
}

/* socials and email */ 
.social-icons{
  text-align: center;
  padding: 0;
}
.social-icons li{
  display: inline-block;
  padding: 5px;
}
.social-icons i{
  color: #000;
  font-size: 45px;
  padding: 2px;
  text-align: center;
}
a{
  text-decoration: none;
}
a:hover{
  color: #4c6044;
}
.social-icons i:hover{
  color: #4c6044;
}

/* copyright */ 
.bottom-bar{
  background: #F9F0E9;
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
 border-top: 3px, black;
}
.bottom-bar p{
  color: BLACK;
  margin: 0;
  font-size: 16px;
  padding: 2px;
  font-family: Georgia;

}


/* text color */
.required{
  color:red;
}

/*About us*/
/*text color*/
.aboutUsbg{
  background-color: #F9F0E9;
}
#aboutUs{
    background-color: #4c6044;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-shrink: 0;
    color: #FBF6F2;
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 20px; /* Adjust padding as needed for spacing */
    max-width: 100%; /* Set a max-width for responsiveness */
    margin-top: 100px; /* Center the container horizontally */
  }

  #forwardText {
    color: #ffffff;
    background-color: #4c6044;
    text-align: center;
    margin-top: 20px; /* Add margin to create space between sections */
    height: 128px;
    flex-shrink: 0;
    background: #4C6044;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-family: "Source Serif Pro";
    font-weight: 700;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*termsAndCo, privacyPolicy, questions*/
.termsAndCoBody {
  background-color: #CDDEBC;
  font-family: Georgia;
  font-size: 20px;
  line-height: 1.5;
  color: black;
}

.termsAndCoText {
  background-color: #F9F0E9;
  padding: 50px;
  margin: 150px;
  border-radius: 10px;
  border-style: solid;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}

.termsAndCoFont{
  font-family: "Source Serif Pro";
}

.questionsFont {
  font-family: "Source Serif Pro";
  text-align: center;
  color: #4C6044;
  font-size: 65px;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.15);
}

.questionsText {
  text-align: center;
  font-size: 18px;
}

.h_line {
  width:100%; height:2px; background: #000;
}

.questionsBtn {
  display: flex;
  justify-content: right;
  font-family: Vilane;
  font-size: 25px;
}

.qBtn {
  border-radius: 5px;
}

button {
  width: 200px;
  height: 65px;
  padding: 10px 20px;
  background-color: #4C6044;
  font-family: vilane;
  font-size:25px;
  color: white;
  border: none;
  border-radius: 10px;
}

/* questionsResult*/

.questionsBody, .questionsHtml {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 20px;
  font-family: Georgia;
}

.top-half {
  background-color: #7D8F70;
  height: 50%;
}

.bottom-half {
  background-color: #CDDEBC;
  height: 50%;
}

.center-box {
  width: 1100px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F9F0E9;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.questionsText2 {
  text-align: center;
  font-size: 35px;
  display: inline;
}

.questionsText3 {
  text-align: center;
  font-size: 35px;
  color:#4C6044;
  display: inline;
}

#buyNow {
  width: 280px;
  height: 60px;
  background-color: #4C6044;
  color: white;
  font-family: Vilane;
  font-size: 30px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  margin-top: 55px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.radio-buttons {
  margin-top: 10px;
}

.radio-buttons input[type="radio"] {
  margin-right: 5px;
}

.radio-buttons label {
  margin-right: 15px;
}

/* FAQ */
#helpbg {
  background-color: #CDDEBC;
}
.faqBoxes{
  background-color: #f9f0E9;
  margin-bottom: 30px;
  margin-right: 100px;
}

/* Additional CSS for the FAQ and Delivery sections */

#helpfaq {
  width: 787px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #F9F0E9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-left: 10px; /* Add margin to separate answers from questions */
  padding: 10px 10px 0;
  text-align: center;
  text-decoration-line: underline;
  font-family: "Source Serif Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  
  
  }
  
  .faqContainer {
    display: flex;
    justify-content: space-between; /* Align items to the left and right */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    
  }
  
  .faqColumn,
  .deliveryColumn {
    width: 35%; /* Adjust as needed for the left and right columns */
    box-sizing: border-box; /* Include padding and border in width calculation */
  }
  
  .faqBoxes {
      color: #000;
      font-family: Georgia;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-left: 10px; /* Add margin to separate answers from questions */
      padding: 10px 10px 0; /* Adjust padding to remove bottom padding */
      width: 787px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
   
  
      
  }
  .faqAnswers {
  color: #000;
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 765px; /
  display: inline-flex;
  padding: 23px 0px 34px 22px;
  justify-content: flex-end;
  align-items: center;
  
  
  }
  
  .deliveryBoxes {
    background-color: #f9f0E9;
    margin-bottom: 20px; /* Add margin between boxes */
    padding: 10px; /* Add padding for better visibility */
    width: 374px;
    height: 480px;
    flex-shrink: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: "Source Serif Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center; /* Center the text */
    text-decoration-line: underline; /* Underline the title */
    margin-top: 170px; /* Increase margin to move the box down */
  }
  
  .deliveryAnswers {
    color: #000;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px; /* Add margin to separate answers from questions */
    text-align: left; /* Align text to the left */
  }
  
  
  body {
    background-color: #CDDEBC;
  }
  
  .helpbanner {
    height: 80px; /* Set height to 50px */
    background: #4C6044;
    color: #FBF6F2;
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-top: 100px;
    padding: 20px;
  }
  
  .bottombanner {
    width: 374px;
    height: 101px;
    background-color: #4C6044;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
    color: #FBF6F2;
    text-align: center;
    font-family: Georgia;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px; /* Add margin to separate from the content above */
    flex-shrink: 0;
    padding: 20px;
  }

/* Contact Us Page */
/* Common Background Beige */
.commonBackground {
  background: #FBF6F2;
}

/* Title */
#contactUs {
  width: 405px;
  height: 70px;
  flex-shrink: 0;
  color: #4C6044;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Source Serif Pro";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 50px;
  margin-left: 260px;
  margin-bottom: 30px; /* Add margin-bottom for spacing */
}


.emailLink {
  width: 602px;
  height: 39px;
  flex-shrink: 0;
  text-align: center;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 180px;
}

.emailLink a {
  color: #808080; /* Set the desired gray color for the link */
  text-decoration: none; /* Remove the default underline style */
}


.contactContainer {
  display: flex;
  justify-content: left;
  margin-left: 200px;
}

.contactContainer2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Updated to align items to the left */
  justify-content: center;
  margin-left: 0; /* Updated margin-left to 0 */
  padding: 20px; /* Add padding for better spacing */
}

/* Typography Styling */
.contactTypography {
  width: 120px;
  height: 14px;
  flex-shrink: 0;
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

/* Input boxes */
#contactName,
#contactEmail,
#contactMessage {
  width: 460px;
  height: 46px;
  flex-shrink: 0;
  font-family: Georgia;
  font-size: 16px;
  border-radius: 7px;
  border: 2px solid #4C6044;
  background: #FBF6F2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  text-align: left;
  padding-left: 15px;
  margin-top: 0;
}

/* Style to align labels and inputs */
.contactContainer2 label {
  width: 100px; /* Adjust the width based on your design */
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}

.contactContainer2 input {
  margin-bottom: 10px;
}

/* Add display: flex to the container */
.contactContainer2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Input message box */
#messageBox {
  width: 460px;
  height: 248px;
  flex-shrink: 0;
  border-radius: 7px;
  border: 2px solid #4C6044;
  background: #FBF6F2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-right: 530px;
}
.contactContainer2 {
  margin-left: 40px; /* Adjust the margin as needed */
}

/* Send message button */
.sendMessage {
  width: 460px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #4C6044;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-family: Vilane;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}



/* Send message button text */
#sendMessageText {
  width: 267px;
  height: 50px;
  flex-shrink: 0;
  
}

/* Green right side rectangle */
.greenSideRectangle {
  width: 511px;
  height: 900px;
  flex-shrink: 0;
  border-radius: 21px;
  background: #CDDEBC;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 2rem; /* Adjust the right value */
  top: 2rem; /* Adjust the top value */
  margin-top: 10px; /* Adjust the margin-top value */
}

/* Logo in green rectangle */
.logoImageRight {
  display: flex;
  width: 500px;
  height: 500px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  margin-top: 200px;
}

/* Confirmation Email Page */
/* Another confirmation container */
.confirmationContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 7rem;
  margin-left: 5rem;
}

/* Contact Us confirmation page */
#checkmark {
  width: 120px;
  height: 114px;
  flex-shrink: 0;
}

/* Message styling */
#confirmationMessage {
  width: 365px;
  height: 169px;
  flex-shrink: 0;
  color: #000;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

/* Return Home button */
#returnHome {
  width: 231px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #4C6044;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Inside button text */
.returnHomeText {
  width: 310px;
  height: 40px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Vilane;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Red asterisks in contact us */
.contactTypography::after {
  content: " *";
  color: red;
}

  
/*images*/

/*aboutus*/
/*aboutus*/
#whatIsBB, #ourMission {
  color: #4C6044;
  font-family: "Source Serif Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%; /* Full width */
  text-align: center; /* Center text */
}

/* Container for the first and second content */
.contentContainer, .secondContentContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px; /* Add padding for spacing */
  padding-left: 130px;
  margin-bottom: 20px; /* Add margin to create space between containers */
}

/* Styling for the text containers */
.textContainer, .secondTextContainer {
  width: 60%; /* Adjust the width as needed */
}

/* Styling for the first text */
.bbinfo, .missiontxt, .secondBbinfo, .secondMissiontxt {
  color: #000;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 10px; /* Add margin to create space between text and images */
}

/* Styling for the first and second images */
.abusim {
  width: 350px; /* Adjust the width as needed */
  height: 360px; /* Adjust the height as needed */
  flex-shrink: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-left: 20px; /* Adjust to set the distance between text and image */
}

.secondAbusim {
  width: 350px; /* Adjust the width as needed */
  height: 360px; /* Adjust the height as needed */
  flex-shrink: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-right: 50px; /* Adjust to set the distance between text and image */
}

/* About Us section heading */
#whatIsBB, #ourMission {
  color: #4C6044;
  font-family: "Source Serif Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left; /* Align to the left */
}

/* Forward text */
#forwardText {
  color: #ffffff;
  background-color: #4c6044;
}

/* Blog Pages */
.blog {
  background-color: #CDDEBC;
}

.blogText {
  font-family: Georgia;
  color: #000;
  background-color: #FBF6F2;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 90px;
  padding-right: 90px;
  margin-top: 150px;
  margin-right: 150px;
  margin-left: 150px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
}

.blogImg {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 2px solid #4C6044;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
}

.blogDate {
  font-size: 16px;
  text-align: center;
  color: #9B9797;
  line-height: 1;
}

.blogTitle {
  font-family: "Source Serif Pro";
  font-style: bold;
  font-size: 48px;
  text-align: center;
  color: #4C6044;
  line-height: 1;
}

.blogsubTitle {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.comment-section, .related-articles {
  margin: 150px;
}

.comment-section h2, .related-articles h2 {
  font-family: "Source Serif Pro";
  font-style: bold;
  font-size: 32px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4C6044;
}

/* comment section */

.comment-section input, .comment-section textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #FBF6F2;
}

.comment-section .form-row {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
}

.comment-section .input-group {
  display: flex;
  flex-direction: column;
  width: 350px;
  margin-right: 15px;
}

.comment-section .input-group:last-child {
  margin-right: 0;
}

.comment-section .form-row textarea {
  width: 100%; /* Full width of the container */
}

.comment-section .form-row button {
  white-space: nowrap;
  width: 165px;
  height: 45px;
  padding: 10px 20px;
  background-color: #4C6044;
  font-family: vilane;
  color: white;
  border: none;
  border-radius: 10px;
  align-self: center;
}

.input-group input, label {
  font-family: Georgia;
}

.form-row {
  font-family: Georgia;
}

.comment {
  background-color: transparent;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  align-items: start;
  gap: 10px;
}

.comment-content {
  display: flex;
  width: 100%;
}

.comment-username {
  font-family: Georgia;
  font-size: 20px;
  flex-basis: 20%;
  flex-shrink: 0;
  font-weight: bold;
}

.comment-text {
  font-family: Georgia;
  font-size: 18px;
  flex-basis: 20%;
  flex-grow: 1;
}

#viewMore {
  background-color: #4C6044;
  color: white;
  font-family: vilane;
  border-radius: 10px;
  display: none; /* Initially hidden */
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

#commentsDisplay {
  margin-bottom: 20px;
}


/* related articles */

.previewImg {
  width: 75%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.row {
  display: flex;
  padding: 25px;
}

.column {
  flex: 33.33%;
  text-align: center;
}

/* Our Box Page */
#bigBackgroundContainer{
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  background: #F9F0E9;
  margin-top: 70px;
}

  /* Title */
#ourBox {
  width: 100%;
  color: #4C6044;
  font-family: "Source Serif Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-top: 70px;
}

/* First image on the left*/
.ourBoxImage0{
  width: 385px;
  height: 419px;
  flex-shrink: 0;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Our Box text*/
.ourBoxInfo {
  width: 687px;
  height: 400px;
  flex-shrink: 0;
  color: #000;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Choose your subscription title*/
.chooseYourSubscription{
  width: 100%;
  color: #000;
  font-family: "Source Serif Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

/* Main Subscription Container */
.subscriptionContainer{
  display: flex;
  justify-content: space-around;
  align-items: center; /* Vertically center the boxes */
}

/* Subscription Boxes Containers */
.subscriptionBox{
  position: relative;
  width: 389px;
  height: 474px;
  flex-shrink: 0;
  border: 1px solid #4C6044;
  background: #FBF6F2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Images for each subscription box */
.ourBoxSubscriptions{
  max-width: 100%;
  height: auto;
  z-index: 1;
  margin: 10px;
}

/* Title for each box */
.subscriptionBoxTitles {
  width: 100%;
  height: 41px;
  flex-shrink: 0;
  color: #000;
  font-family: "Source Serif Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 15px;
  margin-top:110px;
  top: 30%; /* Adjusted top value */
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Text below each box */
.subscriptionBoxText {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  margin-top: 120px;
  z-index: 1;
  text-align: center;
  top: 50%; /* Adjusted top value */
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Add to Cart Buttons */
.addToCartButton {
  width: 278px;
  height: 61px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #4C6044;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-family: Vilane;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  align-items: center;
  z-index: 2;
  margin-top: 20px;
  margin-right: 105px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%; /* Adjusted bottom value */
}


/* Horizontal Green Line */
.horizontalGreenLine{
  max-width: 100%;
  height: 6px;
  background: #CDDEBC;
  position:absolute;
}

/* Heading for past featured products */
.pastFeaturedProducts{
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Source Serif Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 1000px;
}

/* Main container to hold all past products*/
.pastFeaturedContainer{
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-shrink: 0;
  background: #7D8F70;
  margin-top: 20px;
}

/* Container of individual boxes for each item*/
.pastProductsBox{
  width: 362px;
  height: 445px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #F9F0E9;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

/* Product pictures */
.pastProductsPics{
  width: 337px;
  height: 181px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #FFF;
  margin: 10px
}

/* Title for each product */
.pastProductTitles{
  width: 332px;
  height: 46px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-left: 15px;
}

/* Text below each product */
.pastProductsText{
  width: 335px;
  height: 66px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Georgia;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  margin-left: 10px;
}

/* shoppingCart */
.shoppingBody {
  background-color: #CDDEBC;
  font-family: "Source Serif Pro";
  margin: 0;
  padding: 0;
}

.shoppingContainer {
  display: flex;
  padding: 20px;
}

.shopping-cart {
  background-color: #F9F0E9;
  padding: 20px;
  border-radius: 5px;
  border-style: solid;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-grow: 2;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 120px;
  margin-bottom: 40px;
}

.order-summary {
  height: 520px;
  margin-top: 200px;
  margin-bottom: 50px;
  margin-right: 20px;
  background-color: #F9F0E9;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.order-summary-box {
  width: 350px; 
  height: 300px;
  background-color: white;
  margin-right: 0px;
}

hr {
  border: none;
  border-bottom: 1px solid black;
  margin: 10px 0;
}

textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
}

#checkoutBtn {
  width: 350px;
  background-color: #4C6044;
  font-family: Vilane;
  font-size: 25px;
  color: white;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#saveMessage {
  width: 200px;
  height: 50px;
  font-family: Vilane;
  font-size: 25px;
  background-color: #4C6044;
  color: white;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cartText {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 200px;
}

.cartText2 {
  font-size: 15px;
}

.cart-items-container {
  margin-top: 20px; /* Adjust based on your design */
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; /* Space between cart items */
}

.cart-item h4, .cart-item p {
  margin: 0;
}

.deleteItemBtn {
  margin-left: 20px; /* Adjust spacing as needed */
  width: 200px;
  height: 50px;
  font-family: Vilane;
  font-size: 25px;
  background-color: #4C6044;
  color: white;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bold-text {
  font-weight: bold;
}

.black-line {
  border: 1px solid black;
  margin: 10px 0; /* Adjust spacing around the line as needed */
}


/* My Account page */
.accountBody {
  background-color: #CDDEBC;
}

.mainAccountContainer {
  display: flex;
}

.myAccount {
  font-size: 40px;
  margin-left: 30px;
  font-family: "Source Serif Pro";
  font-weight: bold;
  margin-top: 100px;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.15);
}

.account-container {
 height: 100%;
 position: relative;

}

.account-containerTwo {
  height: 100%;
  width: 100%;
  background: #FBF6F2;
  box-shadow: #0000;
  margin-right: 5%;
  padding-bottom: 15%;
  box-sizing: border-box; 
  border: 1px solid #4C6044; 
  border-radius: 10px;
  margin-bottom: 100px;
} 

.sideBar {
  background-color:#7D8F70;
  width:300px; 
  float:left; 
  height: 100%;
  margin: 25px;
  padding-top: 7px;
  padding-bottom: 0;
  box-shadow: #0000;
}

.sideBar a{
  margin-left: 4%;
  display: block;
  color: white;
  font-size: 23px;
  text-decoration: none;
  border-bottom: #000 solid 1px;
  font-family: Georgia;
}


.sideBar a:hover {
  background-color: white ;
  transition: 0.8s;
  color: black;
  border-left: #4C6044 5px solid;
  margin-left: 1px;
}

.personal-info {
  font-size: 30px;
  font-family: "Source Serif Pro";
  margin-left: 32px;
  padding-top: 15px;
}
.horizontalInfo {
 border: 1px solid;
 background-color: #0000;
 margin-left: 2px;
 margin-right: 30px;
}
.personal-info-form {
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  width: 75%;
  font-family: Georgia;
}

.personal-infoFormOne {
  font-size: 20px;
  padding: 5px;
}

.name-container,
.address-container,
.city-zip-container {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px; /* Increased gap */
}

.name-container input,
.address-container input,
.city-zip-container input {
  width: 100%; /* Adjust as needed */
  font-size: 15px;
}


.editButton , .mypaymentButton {
  margin-top: 30px; /* Adjust as needed */
  margin-left: 35%; /* Experiment with the percentage to achieve the desired position */
  padding-bottom: 10%;
  width: 231px;
height: 66px;
}
/* Style for the form container */
.form-container {
  width: 741px;
  height: 289px;
  flex-shrink: 0;
  border: 1px solid #4C6044;
  background: #F9F0E9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  
  padding: 20px;
  margin: 20px auto; /* Center the form container */
}

/* Your existing styles for the form content */
.personal-info-form {
  display: flex;
  flex-direction: column;
}

.personal-infoFormOne {
  font-size: 20px;
  margin-left: 10%;
  width: 75%;
  height: 100%;
  font-family: Georgia;
}

/* Styles for the payment form container */
.payment-form-container {
  width: 741px;
  height: 400px;
  flex-shrink: 0;
  border: 1px solid #4C6044;
  background: #F9F0E9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin: 20px auto; /* Center the form container */
}

/* Styles for the payment form content */
.payment-info-form {
  display: flex;
  flex-direction: column;
}

/* Styles for the card number container */
.card-number-container {
  margin-bottom: 20px; /* Increased gap */
  color: #000;
  font-family: Georgia;
}

/* Styles for the expiration container */
.expiration-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; /* Increased gap */
  color: #000;
  font-family: Georgia;
}

/* Styles for expiration-related labels */
.expiration-container label::after, 
.name-on-card-container label::after, 
.card-number-container label::after {
  content: " *";
  color: red;
}

/* Styles for expiration-related inputs */
.expiration-container input,
.name-on-card-container input,
.card-number-container input {
  width: 100%; /* Adjust to full width */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  margin-bottom: 10px; /* Adjust as needed */
  border: 1px solid #4C6044; /* Add border style for the boxes */
  border-radius: 5px; /* Add border-radius for rounded corners */
  padding: 10px; /* Add padding for better appearance */
}

/* Styles for the name on card container */
.name-on-card-container {
  margin-bottom: 20px; /* Increased gap */
  color: #000;
  font-family: Georgia;
}

.editButton,
.mypaymentButton {
  margin-top: 30px; 
  margin-left: 35%;
  padding-bottom: 10%;
  width: 231px;
  height: 66px;
  /* Add more styles as needed */
}


.buttonProfile {
  background-color: #4C6044;
  color:#ffffff;
  text-align: center;
  border-radius: 5px;
  border: none;
  box-shadow: #000;
  font-family: Vilane;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1px;
  margin-left: 80px;
  }

  .account-info-box1 {
    width: 600px;
    height: 500px;
    background-color: #F9F0E9;
    border: 2px solid #4C6044;
    border-radius: 5px;
    padding: 20px;
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 100px;
  }
  
  .account-info-box1 p {
    margin: 0 0 10px 0;
    font-family: Georgia;
    font-size: 20px !important;
  }

  .editButton1 {
    float: right; /* Example if it's not already positioned to the right */
    margin-right: 180px; /* Adjust based on your layout needs */
    margin-top: -250px;
  }
  
  .account-info-box1 img {
    display: block; /* Ensures the image does not align inline with text */
    margin: 0 auto 10px; /* Centers the image and adds space below */
    width: 32%; /* Adjust as necessary */
    height: auto; /* Maintains aspect ratio */
    margin-top: 25px;
  }
  
/* My Orders page */

.order-box {
  width: 1160px;
  height: 220px;
  background-color: #F9F0E9;
  margin-top: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: solid 1px #4C6044;
}

.order-header {
  display: flex;
  background-color: #4C6044;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.order-column {
  flex: 1;
  text-align: center;
  font-size: 20px;
}

.order-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
}

.order-content img {
  width: 200px;
  height: 100px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 50px;
}

.order-content span {
  flex-grow: 2;
  font-size: 20px;
}

.order-content button {
  background-color: #4C6044;
  height: 50px;
  width: 180px;
  font-size: 15px;
  font-family: Vilane;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-right: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Box Information Page */
.account-containerTwo input[type="date"],
.account-containerTwo textarea {
    background-color: #F9F0E9;
    border: 1px solid #4C6044;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px;
    width: 80%;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.account-containerTwo input[type="radio"] {
    margin-right: 5px;
}

.account-containerTwo label {
    font-size: 25px;
    margin-top: 20px;
}

.account-containerTwo p {
  font-size: 25px;
  margin-top: 40px;
}

.horizontalInfo {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Checkout Page */
.checkoutbody {
  background-color: #CDDEBC;
  font-family: "Georgia";
}

.checkoutbanner {
  background-color: #4C6044;
  color: white;
  font-size: 35px;
  margin-top: 90px;
  padding: 15px;
  text-align: center;
}

.contact-box {
  background-color: #F9F0E9;
  border-style: solid;
  font-family: "Vilane";
  font-size: 25px;
  width: 700px;
  margin-left: 150px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}


.col-md-8 {
  float: left;
}

.col-md-4 {
  float: right;
}

.order-summary2 {
  margin-bottom: 20px;
}

#dropdownButton {
  width: 5px;
  margin-left: 295px;
  background-color: #F9F0E9;
  color: #000;
}

#addressDropdownButton {
  width: 5px;
  margin-left: 355px;
  background-color: #F9F0E9;
  color: #000;
}

#paymentDropdownButton {
  width: 5px;
  margin-left: 370px;
  background-color: #F9F0E9;
  color: #000;
}

input[type=email] {
  width: 430px;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  font-family: Georgia;
}

#addressInputFields {
  width: 675px;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  font-family: Georgia;
}

#paymentInputFields {
  width: 675px;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  font-family: Georgia;
}

.place-order-btn {
  background-color: #4C6044;
  color: white;
  width: 300px;
  padding: 10px 20px;
  font-size: 25px;
  font-family: "Vilane";
  border: none;
  display: block;
  margin-top: 50px;
  /* Adjust margin-left to center the button */
  margin-left: calc(50% - 150px); /* Half of button width */
  margin-bottom: 100px;
  border-radius: 2px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.order-summary2 {
  height: 450px;
  width: 420px;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-right: 200px;
  background-color: #F9F0E9;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.order-summary-box2 {
  width: 370px; 
  height: 300px;
  background-color: white;
  margin-right: 0px;
}

/* Confirmation Page */
.colorBackground {
  background-color: #F9F0E9;
  font-family: "Georgia";
  text-align: center;
}

.confirmationText {
  color: #4c6044;
  margin-bottom: 30px;
}

.confirmationText2 {
  margin-bottom: 250px;
}

.checkmark {
  margin-top: 250px;
  margin-bottom: 50px;
}

