@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body{
    font-family: "Cairo", sans-serif;
}
.nav-link:hover{
    color: #4B8106;
}
.btn-cart{
    background-color: #4B8106;
    display: flex;
 border: none;
 padding: 7px 12px;
 border-radius: 10px;
 color: white;
}
#top-line{
    background-color: #4B8106;
    color: white;
}
.btn-usa:hover{
    color: black;
}
.btn-dd:hover{
    color: #4B8106;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  
  .breadcrumb  li {
    display: inline-block;
  }
  
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
  }
  
  .breadcrumb > .active {
    color: #337ab7;
  }
  .btn-acc{
    background-color: #4B8106;
    color: white;
  }
  .btn-acc:hover{
    background-color: black;

  }
 .btn-signin{
    background-color: #4B8106;
    color: white;
 }
 .btn-signin:hover{
    background-color: black;


 }
 .pass-for{ color: black;}
 .pass-for:hover{
    color: #4B8106;
 }
 .para{
 font-size: 15px;
 }
  /* footer-section */
.footer-section {
    background-color: #03262C;
  }
  
  .footer-block--newsletter {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  
  form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
  }
  
  .newsletter-form__field-wrapper input {
    background: #fff;
    border-radius: 10px;
  }
  
  .field__input,
  .customer .field input {
    flex-grow: 1;
    padding: 8px 15px;
  }
  
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    border: .1rem solid var(--color-wbbordercolor);
    border-radius: 4px;
    font-size: 18px;
    width: 80%;
    height: 45px;
    box-sizing: border-box;
  
  }
  
  .sub-btn {
    border: none;
    background-color: #4B8106;
    color: aliceblue;
  
  
  }
  
  .text-white {
    color: #fff;
  }
  
  
  .list-unstyled {
    list-style-type: none;
  
  }
  .list-unstyled li a{
    color: rgb(255, 255, 255);
  }
  .list-unstyled li a:hover{
    color: #4B8106;
  }
  
  .list-unstyled li {
    margin-bottom: 0.5rem;
    font-size: 15px;
  }
  
  
  .list-unstyled li i {
    margin-right: 10px;
  }
  
  
  .social-links {
    display: flex;
  
  }
  
  .social-links a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
  }
  
  .text-muted {
    color: #ffffff;
  }
  
  .mb-0 {
    margin-bottom: 0;
  }
  
  .social-logo:hover {
    background-color: #4B8106;
    color: white;
  }
  
  .social-logo {
    background-color: white;
  }
  
  p span:hover{
    color: #4B8106;
    cursor: pointer;
  }
  label:hover{
    color: #4B8106;
    cursor: pointer;
  }
  