/*------ ABS SITE STYLE SHEET ------- */

/* Updated selectors to target #siteSearch and .pr-search from the HTML */
#siteSearch .pr-search {
    display: flex !important;
    position: relative !important;
    background: transparent !important;
    overflow: visible !important;
    max-width: 380px !important; /* Forces the search bar wrapper to be longer */
    width: 100% !important;
    float: right;
}

#siteSearch .pr-search-input {
    border-color: rgba(185,198,197,.6) !important;
    border-width: 1px !important;
    box-shadow: none !important;
    border-radius: 2rem !important; 
    height: 40px !important;
    padding-right: 45px !important; /* Extra padding so text doesn't type under the icon */
    z-index: 1 !important; 
    position: relative !important;
    width: 100% !important;
}

#siteSearch .input-group-btn {
    position: absolute !important;
    right: 33px !important; /* Tucks the button inside the input boundary */
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important; 
    margin: 0 !important;
    display: block !important;
}

#siteSearch .pr-search-button {
    color: #ffffff !important; /* Standard icon color fallback */
   /* background-color: #e60000 !important; */
    border: none !important;
    border-radius: 50% !important;
    width: 32px !important;        
    height: 32px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s, background 0.2s;
    cursor: pointer !important;
}

#siteSearch .pr-search-button:hover {
  /*  background-color: #c41e1a !important; */
    transform: scale(1.05);
}

/* Clear out font-awesome overrides if the HTML already includes the <i class="fa fa-search"></i> icon */
#siteSearch .pr-search-button .fa {
    font-size: 14px !important;
    color: #ffffff !important;
}

/* Keep the rest of your original site styles untouched below */
.breadcrumb {
border-radius: 2rem !important;
}
    
.btn {
   border-radius: 40px !important;
}

.inline-block-grid .item-info {
      text-align: center;
  }
  
  .inline-block-grid .item-info .quickViewLink {
      display: inline-block;
      margin-top: 10px;
  }

  .list-view-active .item-info, 
  .prod-cat-list:not(.inline-block-grid) .item-info {
      text-align: left !important;
  }

  .prod-cat-list:not(.inline-block-grid) .prod-short {
      text-align: left;
  }

.product-gallery-primary {
   border-radius: 1rem !Important;
}

.form-control, .general-panel{
border-radius: 3rem !important;
}

.calculator-wrap {
    background-color: #fff !Important;
}

#main-content {
    border: none !important;
    -webkit-box-shadow: 0 10px 10px #ccc;
    box-shadow: none !important;
}

#main-content-wrap {
    background: none !Important;
    border: none !important;
}

/*------ Pricing Calculator Fix (AUS Conversion) ---------- */

.PriceCalc_CalcParm {width: 32% !important;display: inline-block;}
ol.list-unstyled:has(.PriceCalc_CalcParm) .PriceCalc_Quantity {
    display: none !important;
}

.orderNotesArea{display: none;}
[class^="Size_"]{width: 33.3333333333%!important;}