p, li {

    font-size: 18px !important;
    color: #000 !important;
}
a {
    color: rgb(64 131 199);
    text-decoration: unset;
    font-size: 18px;
}
.top-bar {
    background-color: #1a63a6;
    color: #ffffff;
    text-align: center;
    padding: 10px 8px;
    font-weight: 500;
    font-size: 17px;
    }
    .header-main {
      background-color: #f9fdff;
      padding: 10px 20px;
    }
    .search-input input {
      border-radius: 30px;
      font-size: 14px;
    }
    .icon-btn {
    position: relative;
    font-size: 20px;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    padding: 13px 16px;
    }
    .badge {
    position: absolute;
    top: 1px;
    right: -2px;
    font-size: 12px;
    background: #267864 !important;
}
    .btn-app {
      background-color: #307f6c;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    padding: 6px 14px;
    }
    span.email-header {
    font-size: 20px;
    font-weight: 600;
}
   .login-link a {
    color: #212529;
    font-weight: 600;
    font-size: 17px;
    text-decoration: unset;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.page-header {
    background: #1968b3;
    padding: 20px 50px !important;
}
.page-header a {
    color: #fff !important;
    font-size: 19px;
    text-decoration: unset;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}
a.nav-link {
    color: #000;
    font-weight: 600;
}
@media (min-width: 992px) {
   
        button.search-icon {
        position: absolute;
        right: 90px;
        top: 23px;
        border: unset;
    }
    .desktop-hide {
    display: none !important;
}
}
.nav-link {
    font-size: 17px;
}
.search-input input {
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 40px;
}
.search-bar input:focus {
  box-shadow: none;
  background-color: #f8f9fa;
}
@media (max-width:991px){
.shop .container-fluid {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.content {
    height: 300px !important;
}
.blog-left-col h1 {
    font-size: 20px !important;
    line-height: 25px;
}
.page-header {
    padding: 20px 8px !important;
}
section.single-blog {
    padding: 20px 11px !important;
}
  .forgot-password .container
 {
    width: 100% !important;
}
  .sign-in-section
 {
    width: 100% !important;
}
    .top-bar {
    font-size: 16px !important;
}
span.email-header {
    font-size: 14px !important;
}
    .btn-app {
        font-size: 12px;
        padding: 7px 10px;
    }
.header-main {
    padding: 10px 7px !important;
}
img.mobile-logo {
    width: 200px;
}   
.mobile-hide {
    display: none !important;
}
.header-main {
    justify-content: space-around !important;
    display: flex;
    flex-direction: row;
}
.desktop-hide {
    justify-content: space-around !important;
}
.icon-btn {
    padding: 7px 10px;
}
.badge {
    font-size: 9px;
}
.search-bar-input
 {
    padding: 4px !important;
}
}

/* footer */
 .footer {
      background-color: #115597;
      color: #fff;
      padding: 40px 0;
    }
    .footer a {
      color: #ccc;
      text-decoration: none;
    }
    .footer a:hover {
      color: #00bcd4;
    }
    .footer h5 {
      margin-bottom: 20px;
      color: #fff;
    }
    .footer img {
      width: 100% !important;
      height: auto;
      border-radius: 4px;
      margin-right: 10px;
    }
    .product-item {
      display: flex;
      align-items: center;
    }
    .footer a, .footer p{
        color:#fff !important;
    }
.footer-copyright {
    background-color: #cddef3;
    text-align: center;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.footer-copyright p {
    margin-bottom: 0px;
    font-size: 14px !important;
}
.footer-copyright a {
    font-size: 15px !important;
}
/* about us */
.about-text {
    background: #ededed;
    padding: 20px 10px 7px;
}
.about-us h3 {
    font-size: 40px;
    color: #2069b1;
}
    /* Shop category */
    .category-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    text-align: center;
    padding: 30px 20px;
    background: #f3f3f3;
    margin: 10px;
}
.shop .category-card{
      background: #e6f2ff;
}
    .category-card:hover {
      transform: translateY(-5px);
    }
    .category-icon {
      height: 60px;
      margin-bottom: 15px;
    }
    .shop .category-icon  {
      height: 100%;
      width:100%;
    }
    .section-title {
      font-weight: bold;
    }
    .section-subtitle {
      color: #666;
    }
    .category-card h6 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}


/* Hero-section */
    .hero-section {
      background-color: #3e89d1;
    padding: 30px 0 60px;
    color: #fff;
    position: relative;
    }
    .hero-section p {
    color: #fff !important;
}

    .hero-text h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .hero-text p {
      font-size: 1.1rem;
    }

    .hero-btn {
      background-color: #307f6c;
      border: none;
      padding: 12px 24px;
      font-weight: 500;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .features {
      margin-top: -111px;
      z-index: 10;
      position: relative;
    }

    .feature-card {
      background: #fbfbfb;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      padding: 30px 20px;
      text-align: center;
          background: #ffffff;
    }

    .feature-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .pills-image {
      max-width: 100%;
      height: auto;
    }
    .feature-card h6 {
    font-size: 22px;
    color: #0c4c89;
}
/* best selling */
.product-card {
      position: relative;
      text-align: center;
      padding: 1rem;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      margin-bottom: 2rem;
    }
    .sale-badge {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      background: #f0ad4e;
      color: #fff;
      font-weight: bold;
      padding: 0.25rem 0.5rem;
      font-size: 0.85rem;
      border-radius: 5px;
    }
    .price del {
      color: #aaa;
    }
    .price span {
    color: #2164a4;
    font-weight: bold;
    font-size: 20px;
}
    .rating {
      color: gold;
    }
    .icon-bar a {
  font-size: 1.2rem;
}
.product-card h6 {
    font-size: 17px;
}
.icon-bar a
 {
    padding: 7px 19px;
    font-size: 1.2rem;
    background: #3a806d;

}  
.icon-bar 
 {
    display: flex;
    justify-content: center;
}   

/* blog */

.imgbox img {
  width: 100%;
  height: 100%;
}
img.card-img-top {
  height: 300px;
}
.imgbox {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.imgbox img {
  transition: transform 0.4s ease;
  display: block;
}

.imgbox img:hover {
  transform: scale(1.1);
}

.content {
    background: #f7f7f7;
    padding: 30px 25px 10px;
}
.content ul {
    padding-left: 0px;
}
.content li {
        list-style: none;
}
.content a {
    font-size: 22px;
    color: #0769c1 !important;
    text-decoration: unset;
}

/* Pagination */
#page-numbers {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.pagination a {
    padding: 8px 16px;
    border: 1px solid #42816e;
    border-radius: 4px;
    margin: 0 5px;
}

.pagination a:hover,
.pagination .active {
    background-color: #42816e;
    color: white;
}

.page-link.pages {
    border-radius: 28px;
    padding: 13px 20px 10px !important;
}

a#next, a#prev {
    padding: 12px 36px !important;
}
.active>.page-link, .page-link.active {
    border-color: #42816e !important;
    font-size: 18px;
}

/* testimonial slider */

.swiper {
      padding-bottom: 50px;
    }

    .swiper-slide {
      background: #fff;
      border-radius: 10px;
      padding: 1.5rem;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      height: 100%;
    }

    .review-text {
      font-style: italic;
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }

    .author-name {
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

.swiper-wrapper {
    padding: 10px 0px 50px;
}
.swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #ffffff !important;
    opacity: 100% !important;
}
.swiper-pagination-bullet-active {
    opacity: 100% !important;
    background: #0d53a3 !important;
}
.testimonial {
    background: #45a185;
    padding: 50px 0px;
}

/* blog */
.box .content h6,
.content h6 {
    font-size: 20px !important;
    font-weight: 600;
    color: #000;
}

.content .ltn__blog-meta li i, li.ltn__blog-date {
    color: #000;
    margin-right: 5px;
    list-style: none;
}

.ltn__blog-meta ul {
    padding-left: 0px;
}

/* Pagination */
#page-numbers {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.pagination a {
    padding: 8px 16px;
    border: 1px solid #158167;
    border-radius: 4px;
    margin: 0 5px;
}

.pagination a:hover,
.pagination .active {
    background-color: #158167;
    color: white;
}

.page-link.pages {
    border-radius: 28px;
    padding: 13px 20px 10px !important;
}

a#next, a#prev {
    padding: 12px 36px !important;
}

.content {
    padding: 20px 10px 5px;
    background: #e8f1e9;
}

.sidebar-box h3.heading {
    font-size: 10px !important;
    line-height: 0.9px !important;
    font-weight: 100;

}
.sidebar-box .block-21 .blog-img {
    display: block;
    height: 40px;
    width: 60px;
}
.sidebar-box a {
        font-size: 16px !important;
    line-height: 23px !important;
    color: #317965;
    font-weight: 600;
}
.sidebar-box .meta a {
    font-size: 15px !important;
}
.sidebar-box .blog-category a {
  font-size: 17px !important;
  line-height: 35px !important;
}
.sidebar-box {
    padding: 16px;
    border: 1px solid #cfcfcf;
}
.blog-left-col h1 {
    font-size: 32px;
}
@media screen and (max-width:992px){
    .blog-left-col img {
    width: 100%;
    height: 300px ;
}
.sidebar {
    margin-top: 0px;
}
section.blog-sec {
    padding: 35px 10px 15px !important;
}
.box {
    margin-bottom: 20px;
}
a#next, a#prev {
    padding: 6px 15px !important;
}
.pagination {
    gap: 0px;
}
.navbar-brand img {
    width: 250px;
    height: 100%;
}
}
.blog-img img {
    width: 60px;
    height: 40px;
}
.blog-left-col h1 {
  color: #158167;
}
.imgbox img {
  width: 100%;
  height: 100%;
}
img.card-img-top {
  height: 300px;
}
a.search-read {
  background: #158167;
  color: #fff;
}
.search-body {
  padding: 20px;
}
p#page-numbers {
  display: none;
}
.tag {
      display: inline-block;
    background-color: #158167;
    color: white;
    padding: 9px 18px;
    margin: 5px 5px 5px 0;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

/* cart */
.cart-bg {
    background: #508f7e !important;
    color: #fff;
}
.cart-bg p {
    color: #fff !important;
} 
button.checkout-btn {
        background: #3a806d !important
    color: #fff !important;
}

/* checkout */

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(11 82 155) !important;
}
button.place-order-btn {
    background: #fff !important;
}
 .checkout-tabletable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
  }
  .checkout-table th, .checkout-table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    text-align: left;
  }
  .checkout-table th {
    background-color: #f9f9f9;
  }
  .checkout-table .text-right {
    text-align: right;
  }
  .checkout-table .section-title {
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 15px;
  }
  .checkout-table .shipping-note {
    font-weight: bold;
    color: #333;
  }
  .checkout-table .shipping-details {
    font-size: 0.9em;
    color: #555;
  }
  .checkout-table .total-row {
    font-weight: bold;
  }
  table.checkout-table {
    background: #fff;
}
 .desktop-hide-checkout-table .cart-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
    background: #fff;
  }
  .desktop-hide-checkout-table .cart-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .desktop-hide-checkout-table .cart-details {
    flex: 1;
  }
  .desktop-hide-checkout-table .summary-line {

    margin: 6px 0;
    font-weight: bold;
    color: #fff;
  }
  .desktop-hide-checkout-table .section-title {
    color: #fff !important;
}
  .shipping-option {
    margin: 6px 0;
    font-weight: bold;
    color: #fff;
    gap: 8px;
    margin-top: 10px;
  }
  .shipping-option label {
    line-height: 1.3;
  }
  .shipping-option {
    color: #fff;
}
  .section-title {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 4px;
  }
  @media screen and  (min-width:485px){
    .desktop-hide-checkout-table {
    display: none;
}
  }
 @media screen and  (max-width:484px){
  
table.checkout-table {
    display: none;
}
  }

/* forgot password */
button.forgot-btn {
    background: #3a806d;
    color: #fff !important;
    font-weight: 600;
}


/* single product */
button.btn.addtocart-product {
    background: #2069b1;
    color: #fff !important;
    font-size: 19px;
}
.addtocart-product a {
    color: #fff !important;
}
img.product-img {
    width: 100%;
    height: 500px;
}
.two {
  color: #FFC107 !important;
}
.three {
  color: rgb(255, 106, 0) !important;
}
.one {
  color: rgb(255, 0, 0) !important;
}
.four {
  color: rgb(193 193 13) !important;
}
.five {
  color: rgb(24, 159, 14) !important;
}
span.star.five, span.star.four, span.star.three, span.star.two, span.star.one {
  font-size: 28px;
}
div#stars {
font-size: 26px;
    cursor: pointer;
    color: grey;
}
form#review-form {
  padding: 20px 30px 30px;
}
.rating h4 {
  color: #175695;
}
button#post-review {
  background: #175695;
  padding: 13px 25px;
  font-size: 18px;
}
.rating {
    color: #175695;
    font-size: 20px;
}
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #317965 !important;
}

/* Contact Us */
  .contact-section {
    padding: 50px;
    max-width: 1100px;
    margin: auto;
    background: #cae9e0;
}
  .info-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    color: #142c5b;
    font-size: 18px;
    line-height: 1.6;
  }
  .info-box h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .info-box small {
    font-weight: 500;
    color: #9da7c2;
    margin-bottom: 20px;
    display: block;
    font-size: 18px !important;
  }
  .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #317965;
    font-weight: 400;
  }
  .info-item i {
    width: 22px;
    height: 22px;
    color: #2069b1;
    font-size: 21px;
  }
  .form-control {
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    padding: 10px 20px;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #317965;
  }
  label.form-label {
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
  textarea.form-control {
    min-height: 80px;
    resize: none;
    border-radius: 15px;
    padding: 15px 20px;
  }
  button.btn-submit {
    background-color: #317965;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s ease;
    width: 140px;
}
  button.btn-submit:hover {
    background-color: #317965;
  }
  @media screen and (max-width:767px){
    .contact-section {
    padding: 20px !important;
}
  }

  /* book an appointment */
  .book-appointment h2 {
    color: #2069b1;
    text-align: center;
}
.book-appointment h4 {
    color: #317965;
    font-size: 28px;
}
.book-appointment button {
    background: #397a66;
}
.book-appointment a {
    color: #fff !important;
    font-size: 20px;
}
.btn:hover {
    background-color: #000 !important;
    color: #fff;
}
/* forms */
section.sign-in, section.sign-up-form, section.forgot-password {
  background: #faf8f5;
}
  .register button, button.address-update {
    width: 25% !important;
}

.sign-up-form button, button.forgot-btn, button.address-update, button.back-link {
  text-transform: none;
  background: #317965;
  color: #fff !important;
}
.sign-up-form .bg-main {
  box-shadow: 7px 11px 25px 13px #ededed;
  border-radius: 20px;
  background: #ffffff;
}
button.form-controlnext {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 15px;
}

.sign-in-section {
  box-shadow: 17px 27px 25px 28px #ededed;
    padding: 50px 30px;
    border-radius: 20px;
    background: #ffffff;
    width: 700px;
    display: flex;
    margin: 0 auto;
}
button.sign-in-btn {
  background: #317965;
  color: #fff;
  padding: 9px 40px;
  font-size: 18px;
}
.forgot-password .row {
    background: #fff;
    border-radius: 30px;
    padding: 15px 30px;
}

/* view order */

.view-order-details {
  padding: 20px;
  background: #f5f7f3;
  border-radius: 10px;
}
table.parameter-product {
  width: 100%;
}
.parameter-product tr, .parameter-product thead, .parameter-product tbody, .parameter-product tfoot, .parameter-product td, .parameter-product th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  color: #000;
}

/* reviews */
.reviews {
  background: #ffffff;
  border-radius: 8px;
}
.reviews h5{
    font-size: 17px;
    font-weight: 600;
}

/* faq */

.faq-answer {
    padding: 10px 20px;
}

/* my account */
ul#pills-tab {
    display: flex;
    justify-content: center;
}
button.address-update {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #397a66;
    padding: 15px;
    font-size: 18px;
}
button#pills-home-tab, button#pills-profile-tab, button#pills-contact-tab, button.logout-btn{
    color: var(--bs-nav-pills-link-active-color);
    background-color: #397a66;
    padding: 10px 15px;
    font-size: 18px;
    margin: 15px ;
}
.logout-btn a {
    color: #fff !important;
}
#pills-tabContent label {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}
#pills-profile table {
    width: 100%;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) #2069b1 !important;
}
#pills-tabContent thead, #pills-tabContent tbody, #pills-tabContent tfoot, #pills-tabContent tr, #pills-tabContent td, #pills-tabContent th {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
.order-address{
  border: 1px solid #175695;
  padding: 30px 10px 0px;
  border-radius: 10px;
}
.update-address {
  border: 1px solid #cfcfcf;
  padding: 30px 10px ;
  border-radius: 10px;
}
.popup {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  width: 95%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
button#openPopup1, button#openPopup {
  background: #407b67;
    width: 64% !important;
    display: flex;
    color: #fff;
    margin: 0 auto;
    justify-content: center;
}
.popup-content label {
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 8px !important;
}
button.popup-close {
    background: #1a4d7f;
}
@media screen and (max-width:500px){
  .page-header a {
    font-size: 16px;
}
  section.shop {
    padding: 15px !important;
}
  .my-account .container {
    padding: 10px !important;
}
button#pills-home-tab, button#pills-profile-tab, button#pills-contact-tab, button.logout-btn {
    font-size: 16px;
    margin: 5px;
}
div#pills-tabContent {
    padding: 15px !important;
}
.logout-btn a {
    font-size: 16px;
}
button#openPopup1, button#openPopup {
    width: 100% !important;
}
.update-address {
    margin-top: 10px !important;
}
section.best-seller, section.offer {
    padding: 20px !important;
}
button.wishlist-addtocart {
    background: #175695;
    border: 1px solid #175695;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}
}
.quantity input.form-control {
    border-top: 1px solid #1c5793 !important;
    border-bottom: 1px solid #1c5793 !important;
}
.form-check-input:checked {
    background-color: #3479df !important;
    border-color: #0d6efd !important;
}
.register-form h6, .register-form label{
font-size: 1.1rem !important;
font-weight: 600;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -10px !important; 
}
.cart .form-control {
    padding: 4px 20px !important;
}
/* Donate Pills */
   .kit-card {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border: none;
    }
    .kit-card img {
      width: 100%;
      height: auto;
    }
    .kit-price {
      font-size: 1.25rem;
      color: #317965;
      font-weight: bold;
    }
    .btn-donate {
    background-color: #317965;
    color: white;
    border: none;
}
   .donate-pill-form .form-container {
        max-width: 500px;
    margin: 0px auto 40px;
    background-color: #d5ebe5;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .donate-pill-form .form-title {
      font-weight: 600;
      color: #003366;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }

    .donate-pill-form label {
      font-size: 0.9rem;
      font-weight: 600;
      color: #003366;
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .donate-pill-form.form-control::placeholder {
      text-transform: uppercase;
      font-size: 0.85rem;
      color: #999;
    }

    .donate-pill-form.form-check-label {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

    .donate-pill-form.btn-submit {
      background-color: #3dd5f3;
      color: white;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 6px;
      border: none;
      width: 100%;
      text-transform: uppercase;
    }

    .donate-pill-form.btn-submit:hover {
      background-color: #25c5e2;
    }
.section-title {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 4px;
    color: #2069b1;
}

/* wishlist */

.main-heading {
	font-size: 33px;
  margin-bottom: 20px;
  color: #2069b1;
}
.table-wishlist table {
    width: 100%;
}
.table-wishlist thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.table-wishlist thead tr th {
    padding: 8px 0 18px;
    color: #484848;
    font-size: 15px;
    font-weight: 400;
}
.table-wishlist tr td {
    padding: 25px 0;
    vertical-align: middle;
}
.table-wishlist tr td .img-product {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 31px;
    line-height: 63px;
}
.table-wishlist tr td .img-product img {
	width: 100%;
}
.table-wishlist tr td .name-product {
    font-size: 15px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 50%;
}
.table-wishlist tr td.price {
    font-weight: 600;
}
.table-wishlist tr td .quanlity {
    position: relative;
}


.round-black-btn {
    border-radius: 25px;
    background: #2069b1;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border: solid 2px #2069b1;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    font-size: 16px;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: #2069b1;
    color: #ffffff;
    text-decoration: none;
    border: unset;
}

.custom-form label {
    font-size: 14px;
    line-height: 14px;
}
.pretty.p-default {
    margin-bottom: 15px;
}
.pretty input:checked~.state.p-primary-o label:before, 
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #8660e9;
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #8660e9 !important;
}
.main-heading.border-b {
    border-bottom: solid 1px #ededed;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
}
.custom-form .pretty .state label {
    padding-left: 6px;
}
.custom-form .pretty .state label:before {
    top: 1px;
}
.custom-form .pretty .state label:after {
    top: 1px;
}
.custom-form .form-control {
    font-size: 14px;
    height: 38px;
}
.custom-form .form-control:focus {
    box-shadow: none;
}
.custom-form textarea.form-control {
    height: auto;
}

.in-stock-box {
    background: #317965;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    padding: 4px 15px;
    display: inline-block;
    color: #fff;
}
.trash-icon {
    font-size: 20px;
    color: #212529;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}
input#quantity {
    border-left: unset;
    border-right: unset;
    border-bottom-color: #636363;
    border-top-color: #636363;
}
.content {
    height: 280px;
}
hr.home-title {
    width: 111px;
    display: flex;
    margin: 0 auto;
    border: 2px solid #42816e !important;
    margin-top: 10px;
    opacity: 9;
}
.footer li {
    font-size: 18px !important;
    color: #ffffff !important;
}
h3.sidebar-heading {
    background: #2069b1;
    padding: 7px 13px;
    color: #fff;
    font-size: 21px;
}
span.icon-calendar {
    font-weight: 600;
}