/**
Theme Name: Lemarchand Dispensary
Author: YEG Digital
Author URI: https://hollerdigital.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lemarchand-dispensary
Template: astra
*/
.holler-table {
   width: 100%;
   border: none;
}
/* .holler-table h3{
    padding: 16px 8px;
    font-size: 18px;
    font-weight: 700;
}
.holler-table h3 .ui-icon{
    margin-right: 1em;
}

.holler-table-head {
    font-weight: bold;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: start;
    justify-content: space-around;
    align-items: center
}

.holler-table h3.ui-state-active {
    background-color:  #292f54;;
}
.ui-accordion .holler-table-item.ui-accordion-header{
    display: flex !important;
}
.holler-table-head > div{
     
    padding: 16px 8px;
    font-size: 18px;
} */
.holler-table-item {
    width: 100%;
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: start;
    justify-content: space-around;
    align-items: center; */
    border: solid 1px #dddddd;
    margin: 24px 0;
    padding: 24px;;
}
.holler-table-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.holler-table-item p {
    margin-bottom: 16px;
}

.holler-table-item > div {
    /* width: 50%; */ 
    padding: 0px 0  16px 0;
    font-size: 16px;
}

.holler-table-grid {
    /* display: grid;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    justify-items: start;
    justify-content: start;
    align-items: start;
}
 
.btn-reorder {
    color:#fff !important;
    background:  #292f54;
    padding: 6px 12px;
    border-radius: 8px;;
}
.btn-reorder:hover{
    background: rgb(204, 161, 71);
}

.holler-pagination {
    padding: 24px 0;
}

.holler-pagination span{
    padding: 0 16px;
}
.holler-pagination a{
    text-decoration: underline !important;
    color:  #292f54;
}

.holler-table-item dl{ display: inline-block; }
.holler-table-item dt{ display: inline-block;}
.holler-table-item dd { display: inline-block; margin: 0 1.5em 0 0.5em;}



/* ORDER FORM */
.pharmacy-forms label{
    font-size: 17px;
    font-weight: 700;
    padding: 0;
}
.pharmacy-forms input{
    font-size: 17px;
    padding: 15px 10px;
    border-radius: 0px 0px 0px 0px;
    border-color: #eaeaea;
    margin-top: 8px;
}

.pharmacy-forms input:not(:read-only), .pharmacy-forms textarea{
    background-color: #fff;
}
.pharmacy-forms input:read-only{
    background-color: #fafafa;
}

.required-field{
    font-style: italic;
    font-weight: 400;
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
}
/* Buttonize Radio Fields */
.order-type-container {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 2em;
}

.order-type-container input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.order-type-container label {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #292f54;
    background-color: #f9f9f9;
    color: #292f54;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.88235294117647rem;
}

.order-type-container .checked {
    border-color: #292f54;
    background-color: #292f54;
    color: #fff;
    overflow: hidden;
}

.order-type-container .checked::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    /* background-color: #e1b653; */
    border-radius: 0;
    transform: rotate(45deg);
}

.order-type-container label:hover {
    background-color: #292f54;
    color: #fff;
}

.order-type-container label:active {
    background-color: #292f54;
}

#loader{
    position: relative;
}

.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #292f54;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 50px 0;
}

@-webkit-keyframes rotate {
/* 100% keyframe for  clockwise. 
    use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.order-forms{
    margin-top: 2em;
}
.form-fields-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form-fields{
    width: 100%;
    margin-top: 2em;
}
.form-fields input, .form-fields textarea{
    width: 100%;
    margin-top: 8px;
}




[data-prefix], [data-suffix] {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 0;
}
[data-prefix] input, [data-suffix] input {
    flex-shrink: 1;
    flex-grow: 1;
}
[data-prefix]:before, [data-prefix]:after, [data-suffix]:before,[data-suffix]:after {
    height: auto;
    line-height: 58px;
    color: #666;
    margin-top: 8px;
}
.pharmacy-forms div:has(input:read-only)[data-prefix]:before, .pharmacy-forms div:has(input:read-only)[data-prefix]:after, .pharmacy-forms div:has(input:read-only)[data-suffix]:before, .pharmacy-forms div:has(input:read-only)[data-suffix]:after{
    background: #fafafa;
}
.pharmacy-forms div:has(input:not(:read-only))[data-prefix]:before, .pharmacy-forms div:has(input:not(:read-only))[data-prefix]:after, .pharmacy-forms div:has(input:not(:read-only))[data-suffix]:before, .pharmacy-forms div:has(input:not(:read-only))[data-suffix]:after{
    background: #fff;
}
/* div.half[data-prefix]:before, div.half[data-prefix]:after, div.half[data-suffix]:before, div.half[data-suffix]:after {
    height: auto;
    line-height: 58px;
    color: #292f54;
    background-color: #fafafa;
    margin-top: 8px;
} */

[data-prefix]:before {
    content: attr(data-prefix);
    display: block;
    padding: 0 0 0 10px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
[data-prefix] input {
    border-left: none;
    padding-left: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[data-suffix]:after {
    content: attr(data-suffix);
    display: block;
    padding: 0 10px 0 0;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0 2px 2px 0;
}
[data-suffix] input {
    border-right: none;
    padding-right: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}






/* PAST ORDERS PAGE */
ul.orders-accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
  }
  ul.orders-accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
  }
  ul.orders-accordion-list li.active h3:after {
    transform: rotate(45deg);
  }
  ul.orders-accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    letter-spacing: 0.01em;
    cursor: pointer;
  }
  ul.orders-accordion-list li h3:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    top: 0;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
  }
  ul.orders-accordion-list li div.order-details {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  ul.orders-accordion-list li div.order-details p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 1;
    margin: 0;
  }
  ul.orders-accordion-list li div.order-details table{
    margin-top: 2em;
  }
  .re-order-btn-wrapper{
    text-align: right;
  }
  .reorder-btn{
    flex-direction: row-reverse;
  }
.load-more-btn-wrapper{
    text-align: center;
    margin-top: 2em;
}
  .orders-search-container {
    margin-bottom: 1em;
    padding: 20px;
  }

#orders-search {
    padding: 0.5em 0.5em 0.5em 2.5em;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 1em;
    width: 100%;
}

.orders-search-container {
    position: relative;
    margin: 0;
    max-width: 400px;
}

.orders-search-container .search-icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 16px;
    pointer-events: none;
}

.orders-search-container .clear-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 16px;
    cursor: pointer;
    display: none; /* Hidden by default */
}

.orders-search-container input:focus {
    border-color: #666;
}

.orders-search-container input:not(:placeholder-shown) + .clear-icon {
    display: block; /* Show the clear icon when the input has content */
}


/* REORDER FORM */
.flex-fields{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.half-width{
    width: 48%;
    margin-top: 2em;
}
.half-width input{
    width: 100%;
    height: auto;
    font-size: 17px;
    padding: 15px 10px;
    border-radius: 0px 0px 0px 0px;
    border-color: #eaeaea;
    margin-top: 8px;
}

@media only screen and (max-width: 921px){
    .half-width{
        width: 100%;
    }
}