.shop-filters .filter-options label a {
  color: #4d4fa1 !important;
  border: 0;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}

.header-full .cd-dropdown ul.cd-dropdown-content > li > a::after {
  background-image: url("https://us.evocdn.io/dealer/1378/content/media/My_Theme/in-img-ph-city.jpg") ;
}
#recurring-order-edit h3{
  color: #000000 !important;
}

#order-top > div.col-md-3.col-md-offset-3.customer-orders-details > div.text-justify.customer-orders-terms {
  display:none
}
th.type.default-cursor 
{
  display: none;
}

td.type {
  display: none;
}

/* Hides Terms from Invoices Page*/
#order-top > div.col-md-3.col-md-offset-3 > div:nth-child(7) {
  display: none
}

#accordion h3 {
  color: #4d4fa1;
}


// Own Brand

.product-brand a[href="/searchbrand?querybrand=25213&name=Own+Brand"],

.brand-label a[href="/searchbrand?querybrand=25213&name=Own+Brand"] {

  font-size: 0 !important;

}


.product-brand a[href="/searchbrand?querybrand=25213&name=Own+Brand"]::before,.brand-label a[href="/searchbrand?querybrand=25213&name=Own+Brand"]::before { content: ""; display: block; height: 75px; width: 150px; background-image: url("<enter-image-here>"); background-size: contain; background-position: center; background-repeat: no-repeat;}

6h
// Own Brand

.product-brand a[href="/searchbrand?querybrand=25213&name=Own+Brand"],

.brand-label a[href="/searchbrand?querybrand=25213&name=Own+Brand"] {

  font-size: 0 !important;

}

.product-brand a[href="/searchbrand?querybrand=25213&name=Own+Brand"]::before,

.brand-label a[href="/searchbrand?querybrand=25213&name=Own+Brand"]::before {

  content: "";

  display: block;

  height: 75px;

  width: 150px;

  background-image: url("https://us.evocdn.io/dealer/1378/content/media/Logo/in-png-logo.png");

  background-size: contain;

  background-position: center;

  background-repeat: no-repeat;

}

/*
.live-inventory-v2-add-to-cart-wrapper {
width: calc(100% - 50px);
max-width: none;
}

.live-inventory-v2-wrapper {
white-space: normal;
margin: 5px 0;
text-align: left;
}

.softgraybackground  .live-inventory-v2-wrapper {
text-align: center;
}

.catalog-grid .tile .footer button.btn-primary {
width: 100%;
}
*/

.ex-loggedout .btn-add-to-cart {
  position: relative;
  color: transparent !important;  /* Hide original text */
  pointer-events: auto;            /* Keep clickable */
  user-select: none;               /* Prevent selecting hidden text */
}

.ex-loggedout .btn-add-to-cart::after {
  content: "LOGIN FOR PRICE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4f4fa3;          /* Your purple */
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;    /* Clicks go through */
  font-size: 14px;         /* Adjust as needed */
  user-select: none;
  z-index: 10;
}

.ex-loggedout input.qty-list {
  display: none !important;
}

.socialmediapartial_container {
  display: flex;
  align-items: center;

  .nSocial {
    display: flex;
    gap: 5px;
  }
}