header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

body {
    padding-top: 100px; /* Match this to the height of your fixed header */
}

/* image holder */

    .image-holder:hover .overlay {
        opacity: 0.5 !important; /* Show overlay on hover */
    }

    .before-footer-section {
    padding: 7rem 0 12rem 0 !important; }

    .untree_co-section {
        padding: 7rem 0; }

    .site-blocks-table {
    overflow: auto; }
    .site-blocks-table .product-thumbnail {
        width: 100px; }
    .site-blocks-table .btn {
        padding: 2px 10px; }
    .site-blocks-table thead th {
        padding: 30px;
        text-align: center;
        border-width: 0px !important;
        vertical-align: middle;
        color: rgba(0, 0, 0, 0.8);
        font-size: 18px; }
    .site-blocks-table td {
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        color: rgba(0, 0, 0, 0.8); }
    .site-blocks-table tbody tr:first-child td {
        border-top: 1px solid #3b5d50 !important; }
    .site-blocks-table .btn {
        background: none !important;
        color: #000000;
        border: none;
        height: auto !important; }
    
    .site-block-order-table th {
    border-top: none !important;
    border-bottom-width: 1px !important; }
    
    .site-block-order-table td, .site-block-order-table th {
    color: #000000; }

    .couponcode-wrap input {
        border-radius: 10px !important; }
      
    .text-primary {
    color: #3b5d50 !important; }
      
    .thankyou-icon {
    position: relative;
    color: #3b5d50; }
    .thankyou-icon:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(59, 93, 80, 0.2); }

/*------------ Top User Icons -----------*/
.site-header .user-items svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #navbar .user-items {
    display: none;
  }
}


/* 2. Billboard
/*----------------------------------------------*/
/*------------Swiper Arrow -----------*/
#billboard .swiper-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}
.swiper-icon.swiper-arrow svg {
    fill: var(--light-gray-color);
}
.swiper-icon.swiper-arrow:hover svg,
.swiper-icon.swiper-arrow:focus svg {
    fill: var(--primary-color);
}
#billboard .swiper-arrow.swiper-arrow-prev {
    left: 0;
}
#billboard .swiper-arrow.swiper-arrow-next {
    right: 0;
}

@media only screen and (max-width: 767px) {
  #billboard .banner-content {
      margin-top: 210px;
  }
  #billboard .image-holder {
      margin-top: -390px;
      opacity: 0.3;
  }
  #billboard .swiper-arrow {
      top: 400px;
  }
}
