.apisearch
  {
    border: none;
    outline: none !important;
    box-shadow: none !important;
  }
.apiHeader
{
    display: flex;
    background-color: #d2b3a2;
	padding-bottom: 0px;
}
  .activefilterlistitem
  {
      display: inline-block;
      margin: 2px;
      height: 42px;
      /* margin-top: 10px; */
      padding: 7px 12px 2px 12px;
      background-color: #fff;
      border-radius: 20px;
      border: 1px solid #ddd;
  }
  .activefilterlistitem::after
  {
      content: "X";
      width: 20px;
      font-size: 1.2rem;
      height: 20px;
      color: #fff;
      background-color: red;
      border-radius: 50%;
      /* padding: 0px; */
      text-align: center;
      display: inherit;
      position: relative;
      padding-bottom: 10px;
      right: -5px;
      top: 0px;
  }

  .activefilterlistitem.activefilterlistitemPreSet::after {
      content: "\2713" !important;
      width: 20px;
      font-size: 1.2rem;
      height: 20px;
      color: #fff;
      background-color: green;
      border-radius: 50%;
      /* padding: 0px; */
      text-align: center;
      display: inherit;
      position: relative;
      padding-bottom: 10px;
      right: -5px;
      top: 0px;
  }
  
  #activefilterlist p, b
  {
      display: inline-block
  }
  #activefilterlist
  {
      padding-left:10px;
      padding-right:10px;
      padding-top:10px;
  }
  .formSearchContainer
  {
  border: solid;
  display: flex;
  border-radius: 18px;
  }
  .globalSearchBox
  {
  background: none;
  border: none;
  }
    
  .formSearchContainer
  {
    display: flex;
    border-color: white;
  }
  .globalSearchBox
  {
    background: none;
    border: none;
  }
  .globalSearchBox i
  {
    color: gray;
  }
  #globalSearchBox
  {
    background: none;
    border: none;
  }

  .paginateDiv p
  {
    padding: 10px;
    cursor: pointer;
  }
  .tempDisplayNoneMaster
  {
    display: none !important;
  }
  .tempDisplayflexMaster
  {
    display: flex !important;
  }

  #mainSearchForm
    {
      display: none;
    }
  .formSearchContainerapi {
    padding: 0.4em !important;    
    padding-left: 1em !important;
    padding-right: 1em !important;
    display: flex;
    border-color: white;
    background-color: #f2e8e2 !important;
    border-radius: 15px !important;
    font-size: 0.8em;
    width: auto;
    color: #666;
    border: solid white;
}
.apisearch {
   margin-left: 0px !important;
background: transparent;
}
  
  
  .formSearchContainer {
      display: flex;
      border-color: white;
      background: #f2e8e2;
      width: fit-content;
      margin: 10px;
      FONT-SIZE: 1.4em;
      width: auto;
      border: solid white;
  }
 
 
  
  a:empty,
  ul:empty,
  dl:empty,
  div:empty,
  section:empty,
  article:empty,
  p:empty,
  h1:empty,
  h2:empty,
  h3:empty,
  h4:empty,
  h5:empty,
  h6:empty {
    display: none;
  }
  
  
  #showFilterMobileButtonMain
  {
  display: none;
  }
  
  #closeFilterContainer
  {
  display: none;
  }
  
    #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  }
  
  
  .loading-spinner
  {
    position: absolute !important;
    height: 30px !important;
    right: 25px !important;
    top: -3px !important;
    background: white !important;
  }
  
  
  
  @keyframes svg-animation {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg)
    }
  }
  

 
 
  @keyframes circle-animation {
    0%,
    25% {
      stroke-dashoffset: 280;
      transform: rotate(0);
    }
    
    50%,
    75% {
      stroke-dashoffset: 75;
      transform: rotate(45deg);
    }
    
    100% {
      stroke-dashoffset: 280;
      transform: rotate(360deg);
    }
  }
  
  .loader {
      border: 10px solid #f3f3f3!important;
      border-radius: 50%!important;
      border-top: 10px solid #3498db!important;
      width: 25px!important;
      z-index: 5000!important;
      height: 25px!important;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      position: absolute !important;
      left: 45px !important;
      top: 7px !important;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

  /* Custom Select wrapper */
  .sortSelect {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
  }
  /* Arrow */
  .sortSelect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #34495e;
    transition: .25s all ease;
    pointer-events: none;
  }
  /* Transition */
  .sortSelect:hover::after {
    color: #f39c12;
  }

  #apimainproductGridFilterContainer
  {
  z-index: 80;
  position: relative;
    width: -webkit-fill-available;
  }
  #filterContainer
  {
  position:relative;
  min-width: 250px;
  }
  #waitingFilter
  {
  padding:1em;
  position: relative;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  opacity: 0.5;
  background: white;
  z-index: 99;
  justify-content: center
  }
  .loaderFilter 
  {
  display: block !important;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  
  }
  #paginationDiv
  {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: -webkit-fill-available;
  }
  .paginateDiv
  {
  width: -webkit-fill-available;
    display:flex;
justify-content: center; 
cursor: pointer;
  }
  .activePage{
	background-color: #666 !important;
	color: #fff;
    font-weight: 700;
	text-decoration: none !important;
  }
  .paginateDiv p
  {
  padding: 10px;
  cursor: pointer;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }
  
  select {
  /* Reset Select */
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
  }
  /* Remove IE arrow */
  select::-ms-expand {
  display: none;
  }
  /* Custom Select wrapper */
  .sortSelect {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
  }
  /* Arrow */
  .sortSelect::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
  }
  /* Transition */
  .sortSelect:hover::after {
  color: #f39c12;
  }
  
    [parentcategory="Colour"][valuecategory="Beige"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: beige;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Black"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: black;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Bronze"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: #CD7F32;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Blue"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: blue;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Red"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: red;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="White"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: White;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Grey"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Grey;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Brown"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Brown;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Gold"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Gold;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Green"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Green;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Ivory"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Ivory;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Orange"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Orange;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Pink"] 
    {
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Pink;
        display: inline-block;
    }
  
    [parentcategory="Colour"][valuecategory="Purple"] 
    {
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Purple;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Silver"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Silver;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Silver"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Silver;
        display: inline-block;
    }
  
    [parentcategory="Colour"][valuecategory="Yellow"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: Yellow;
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Multicoloured"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: rgb(120,34,195);
        background: linear-gradient(39deg, rgba(120,34,195,1) 6%, rgba(42,100,214,1) 28%, rgba(56,207,18,1) 47%, rgba(235,240,27,1) 62%, rgba(238,190,9,1) 77%, rgba(253,45,45,1) 87%);
        display: inline-block;
    }
    [parentcategory="Colour"][valuecategory="Clear"] 
    {
  
        border: 1px solid #ddd;
        border-radius: 50%;
        background: rgb(29,244,253);
        background: linear-gradient(90deg, rgba(29,244,253,0.10968137254901966) 0%, rgba(29,244,253,0.20772058823529416) 50%, rgba(69,232,252,0.2413340336134454) 100%);
        display: inline-block;
    }
  
    .product-card 
    {
      box-sizing: border-box;
      display: flex;
      float: left;
      min-height: 1em;
      padding: 1.5em;
      margin-top: 10px;
      vertical-align: -webkit-baseline-middle;
      width: 100%;
      text-decoration: none;
      color: black;
      font-size: 1.2em;
      font-weight: 700;
      flex-direction: column;
      align-content: center;
      justify-content: center;
    }
  
    .customFilterCategoryHasActive
    {
      -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
      -moz-box-shadow: inset 0px 0px 0px 10px #f00;
      box-shadow: inset 0px -3px 0px 0px #20aa96;
    }
  
    .customFilterSearch
    {
      padding: 10px;
      margin-right: 5px;
      width: 100%;
      background-color: #f2e8e2;
      border: 1px solid #d2b3a2;
      border-radius: 4px;
      
    }
    .product-card-price
    {
      margin-right: 0px;
    }
    .product-card-price-container
    {
        padding: 0px;
        margin: 0px;
        display: flex;
        justify-content: right;
    }
    #searchGridMaster {
      background-color: #f7f7f7;
      border-top: 1px solid #ddd;
      padding-top: 20px;
      width: 100%;
    }
  
    .product-card-brand
    {
        display: flex;
      font-size: 14px;
      position: absolute;
      right: 15px;
      top: 15px;
      line-height: 1.4em;
      max-width: 90px;
      overflow: hidden;
      text-align: center;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      margin: 0 0 10px 0;
      -webkit-line-clamp: 3;
      align-content: space-around;
      justify-content: flex-start;
--media-shadow-opacity: 0 !important;
    }
.productli a img {
--media-shadow-opacity: 0 !important;
}
  
    .product-card-discount-price
    {
        color: red;
       display: none;
    }
    .GridProductPriceSeaparator
    {
      display: none;
    }
    .customMasterFlex
    {
        display: none;
        z-index: 5;
        
    }
  
    .product-card-title
    {
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.4em;
        overflow: hidden;
        text-align: left;
        font-weight: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        margin: 10px;
        -webkit-line-clamp: 3;
    }

    .mainproductGrid
    {
        list-style: none;
        width: -webkit-fill-available;
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
    }
  
    .mainproductGridContainer
    {
        max-width: var(--page-width);
        margin: 0 auto;
        grid-template-columns: 20% 98%;
        min-height: 300px;
        max-width: var(--page-width);
        margin: 0 auto;
        display: flex;
        grid-template-columns: 20% 98%;
        min-height: 300px;
        flex-direction: column;
  
    }
    .collectiontitle
    {
      max-width: 1280px;
      margin: 0 auto;
      text-align: left;
    }
  #productcount::before
    {
        content: "(";
    }
  #productcount::after
    {
        content: " items)";
          margin-left: 5px;
    }
  #productcount {
    color: #555;
    font-size: 1.8rem !important;
  }
  
    .productli
    {
      width: 93%;
      position: relative;
      display: flex;
      align-items: flex-start;
      margin: 1em;
      border: 1px solid #ddd;
      border-radius: 18px;
      background: #fff;
    }
    .productli a img
    {
        width: -webkit-fill-available;
        max-height: 300px;
        object-fit: scale-down;	
	border-radius: 0px !important;
    }

    .filterDropDownItem
    {
        display: inline-flex;
        margin: 0px;
        position: relative;
    }
    .customFilterCategory {
      cursor: pointer;
      border: 1px solid #ddd;
      background: #fff;
      padding: 3px;
      height: 60px;
      width: 265px;
      border-radius: 0px;
  }
    
    .customFilterCategoryChild
    {
        display:none;
        z-index: 5;
    }
  
    .customFilter
    {
        display: flex;
        padding-left: 5px;
        margin-right: 5px;
        position: relative;
        cursor: pointer;
        width: 100%;
        padding: 0px;
    }
  
    p.customFilter::before 
    {
        background-color: white;
        border: solid 1px #666;
        content: " ";
        height: 18px;
        width: 18px;
        border-radius: 4px;
        margin-left: auto;
        order: 2;
        position: absolute;
        right: 0px;
        top: 10px;
    }
  
    .categorycustomfilter
    {
      display: flex;
      padding-left: 5px;
      margin-right: 5px;
      position: relative;
      cursor: pointer;
      width: 100%;
      padding: 0px;
      align-items: center;
      flex-direction: row;
      white-space: nowrap;
    }
    p.categorycustomfilter::before 
    {
      background-color: white;
      border: solid 1px #666;
      content: " ";
      height: 18px;
      width: 18px;
      border-radius: 4px;
      order: 2;
      display: flex;
      position: absolute;
      right: -1em;
      top: 4px;
      align-content: center;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    p.active::before {
        background-color: #000;
        display: inline-flex;
        content: '\2713';
        color: white;
        text-align: center;
        font-weight: 700;
        height: 18px;
        width: 18px;
        align-content: center;
        justify-content: center;
        align-items: center;
  
    }
   p.activeCategoryFilter::before {
        background-color: #000;
        display: inline-flex;
        content: '\2713';
        color: white;
        text-align: center;
        font-weight: 700;
        height: 18px;
        width: 18px;
        align-content: center;
        justify-content: center;
        align-items: center;
  
    }
    .filterDropDownItem h4
    {
        font-size: 15px;
        font-weight: 600;
        margin: 0px;
        display: grid;
      padding-left: 10px;
        grid-template-columns: 90% 1%;
        align-content: center;
    }
    span.active::after {
        background-color: blue;
        display: inline-flex;
        content: '\2713';
        color: white;
        position: absolute;
        bottom: 0px;
        right: 0px;
        text-align: center;
        font-weight: 700;
        height: 18px;
        width: 18px;
        align-content: center;
        justify-content: center;
        align-items: center;
  
    }
    span.active {
        border: solid 3px blue;
  
    }
  .pfc
  {
  
    margin-left:10px;
  }
  
  .pfc::before
  {
    content: "(";
  }
  .pfc::after
  {
    content: ")";
  }
  
  
    .autocomplete-items div:nth-child(even) {
        background-color: #fff;
    }
  
    .autocomplete-items div:nth-child(odd) {
        background-color: #eee;
    }
  
    [parentcategory="Colour"] 
    {
        height: 3em;
        width: 3em;
        display: inline-flex;
    }
  
    .showFilter
    {
      display: block;
      position: absolute;
      top: 59px;
      width: max-content;
      min-width: 265px;
      grid-template-columns: auto auto auto auto;
      flex-direction: row;
      align-items: center;
      justify-items: unset;
      justify-content: center;
      background: white;
      align-content: center;
      border: 2px solid #c4c4c4;
      padding: 1em 2em 1em 1em;
      left: 0px;
    }
    .overflowFilter
    {
        height: 22em;
        overflow-y: auto;
        overflow-x: clip;
    }
    .customFilterCategory:after {
        content: "\25bc";
        color: black;
        font-weight: bold;
        float: right;
        font-size: 12px;
        margin-left: 5px;
        margin: 5px;
    }
  .customFilterClose
  {
    display: none;
  }
    .customFilterCategoryactive:after 
    {
        content: "\2212";
    }
        ::-webkit-scrollbar {
        width: 10px;
        }
  
        ::-webkit-scrollbar-track {
        background: #f1f1f1; 
        }
        
        ::-webkit-scrollbar-thumb {
        background: #888; 
        }
  
        ::-webkit-scrollbar-thumb:hover {
        background: #555; 
        }
  
 @media only screen and (min-width: 764px) {
 	#apidiv {
		background-color: #f7f7f7;
		padding: 10px;
		font-family: "Harmonia Sans", sans-serif !important;
	}
}

    @media only screen and (max-width: 1600px) {
        #paginationDiv
        {
            max-width: 90%;
        }
    }
        @media only screen and (max-width: 1400px) {
        #paginationDiv
        {
            max-width: 85%;
        }
    }    
        @media only screen and (max-width: 1260px) {
        #paginationDiv
        {
            max-width: 80%;
        }
    }
  
    @media only screen and (max-width: 1024px) {
    .mainproductGrid
      {
          list-style: none;
          width: -webkit-fill-available;
          display: grid;
          grid-template-columns: 32% 32% 32%;
      }
    #paginationDiv
    {
        max-width: 98%;
    }
    .mainproductGridContainer
    {
        max-width: var(--page-width);
        margin: 0 auto;
  
        
    }
  
    p.categorycustomfilter::before 
    {
      right: 1em;
    }
      
    }
    @media only screen and (max-width: 900px) {
  
        #paginationDiv
        {
            max-width: 95%;
        }
    }
  
    @media only screen and (max-width: 800px) {
  
        .mainproductGridContainer 
        {
            grid-template-columns: 30% 69%;
        }
    }
  
    @media only screen and (max-width: 724px) {
	#apidiv {
		background-color: #f7f7f7;
		padding-bottom: 10px;
		font-family: "Harmonia Sans", sans-serif !important;
	}
#paginateContainer {
	margin-top:6px;
}
    .productli
    {
      width: 93%;
      position: relative;
      display: flex;
      align-items: flex-start;
      margin: 1em;
      border: 1px solid #ddd;
      border-radius: 0px;
      background: #fff;
    }
    .showFilterMobileButtonMainSearch{
      width: 100% !important;
      position: relative !important;
    }
        .mainproductGrid
        {
            list-style: none;
            width: -webkit-fill-available;
            display: grid;
            grid-template-columns: 50% 50%;
            padding: 0px;
        }
        .mainproductGridContainer
        {
            max-width: var(--page-width);
            margin: 0 auto;
            margin-top: 50px;
            display: grid;
            grid-template-columns: 100%;
        }
        #paginationDiv
        {
            max-width: 100%;
        }
    }
  
  #closeFilterContainer
  {
    display: none;    
    background: #000;
    color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 26px;
      border-radius: 6px;
      position: relative;
      width: 90%;
      margin: 10px;
      padding: 10px;
      font-size: 21px;
      font-weight: 700;
  }
   #closeFilterContainer::before
  {
      content: "View Chosen Products";
  }   
  .showFilterLeftSmall 
  {
    left: 0px;
  }
  .showFilterRightSmall
  {
    right: 0px;
  }
  
  .mainproductBrandfloat
  {
    position: absolute;
    z-index: 20;
    bottom: 1em;
    height: auto;
    width: 100px;
    right: 3.5em;
  }
  
  
  .waitingMobileFilter
  {
    z-index: 9000 !important;
    position: fixed !important;
    top: 0px;
    align-items: center;
    height: 100vh !important;
    width: 100vw !important;
    display: flex !important;
    background-color: rgb(var(--color-foreground), 0.5) !important;
  }
  .waitingPCFilter
  {
    z-index: 9000 !important;
    align-items: center;
    display: flex  !important;
    position: absolute !important;
  }
  
   .sortSelect {
      width: fit-content;
      /* margin-top: -3em; */
      position: relative;
      margin-top: 14px;
      height: 40px;
      /* right: 40px !important; */
      font-family: var(--font-heading-family);
      font-style: var(--font-heading-style);
      font-size: calc(var(--font-heading-scale) * 1rem);
      padding: 0 12px; 
      font-size: 1.4rem;
     margin-right: 0px;
     margin-left: auto;
      color: #666;
     right: 0 !important;
      text-align: left;
      background-color: #fff !important;
      border: 1px solid #ddd !important;
      border-radius:8px !important;
     margin-bottom: 10px;
     
      /* border-radius: 8px; */
  }
  #ColourContainer > .customMasterFlex
  {
    width: 265px;
  }
  @media screen and (max-width: 749px) {
  #ColourContainer > .customMasterFlex
  {
    width: 100%;
  }
    #apimainproductGridFilterContainer {
      position: fixed;
      top: 0;
	left:0;
      background: white;
      margin: 0px;
      flex-direction: column;
      z-index: 2000;
      width: -webkit-fill-available;
      height: -webkit-fill-available;
      overflow: scroll;
    }
  
    #closeFilterContainer
    {
      display: block;
    }
  .customFilter {
      display: flex;
      padding-left: 5px;
      margin: 0px;
      margin-right: 5px;
      position: relative;
      left:0;
      cursor: pointer;
      padding-bottom: 8px;
      padding-top: 8px;
    border-bottom: 1px solid #ddd !important;
  }
    
    .showFilter {
      display: block;
      position: fixed;
      padding-top: 70px !important;
      top: 0px;
      width:-webkit-fill-available;
      grid-template-columns: auto auto auto auto;
      flex-direction: row;
      align-items: center;
      justify-items: center;
      justify-content: center;
      background: white;
      align-content: center;
        height: 100%;
      border: 0px solid #c4c4c4;
      padding: 1em;
          padding-top: 0em;
    }
    .productli a img {
      width: -webkit-fill-available;
      max-height: 300px;
      min-height: 0px !important;
      object-fit: scale-down;
	border-radius: 0px !important;
  }
    .productli {
      margin: 0em !important;
      width:100% !important;
      position: relative !important;
      display: flex !important;
      align-items: center !important;
      border: 1px solid #ddd !important;
      background: #fff !important;
    }
    .customFilteraaClose
      {
        display: block;
        background: lightgray;
        text-align: center;
        vertical-align: middle;
        line-height: 26px;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        position: absolute;
        left: 86%;
        top: 5px;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 10px;
      }
  .customFilterClose
  {
  display: block;
      background: #000;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 26px;
      border-radius: 6px;
      position: absolute;
      width: 95%;
      left: 5px;
      top: 10px;
      /* margin: 10px; */
      padding: 10px;
      font-size: 21px;
      font-weight: 700;
  }
   .customFilterClose::before
  {
      content: "Confirm Choices";
  }   
       
  
     
  .product-card {
      box-sizing: border-box;
      display: flex;
      float: left;
      min-height: 1em;
      padding: 0.5em;
      margin-top: 25px;
      vertical-align: -webkit-baseline-middle;
      width: 100%;
      text-decoration: none;
      color: black;
      font-size: 1.2em;
      font-weight: 700;
      flex-direction: column;
      align-content: center;
      justify-content: center;
  }
  .sortContainer {
      width: 100%;
      position: relative;
      left: -50% !important;
  }
       .sortSelect {
      width: 50%;
      /* margin-top: -3em; */
      position: absolute;
      margin-top: 14px;
      height: 40px;
      left: 0 !important;
      /* right: 40px !important; */
      font-family: var(--font-heading-family);
      font-style: var(--font-heading-style);
      font-size: calc(var(--font-heading-scale) * 1rem);
      padding: 0 12px; 
      font-size: 1.4rem;
      color: #666;
      text-align: center;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius:0px !important;
      /* border-radius: 8px; */
  }
    #showFilterMobileButtonMain {
      display: block;
      width: 50%;
      flex-direction: row;
      padding-top: 6px !important;
      text-align: center;
      /* margin-right: 1em; */
      /* margin: 10px; */
      height: 40px;
      padding: 0px 12px;
      /* border-radius: 6px; */
      border: 1px solid #ddd;
      background-color: #fff;
      position: absolute;
      right: 0 !important;
      font-size: 1.4rem !important;
      color: #666 !important;
    
  }
  }
  
  @media screen and (max-width: 749px) {
    .overflowFilter
    {
      height: auto;
    }
    .showFilter
    {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100vh;
    } 
      .filterDropDownItem
    {
        display: inline-flex;
        margin: 0px;
        position: relative;
        width: 100%;
    }
  .customFilterCategory {
      width: 100% !important;
  }
  }
  .customFilterHidden {
      display: none;
  }
  .filterDropDownItem
  {
      justify-content: center;
  }
  
  .formSearchContainer input
  {
    width: 100%;
  }
  
      #filtercontainer
      {
          display: none;
      }
    @media only screen and (max-width: 724px) 
    {
.apiprewornLogo {
    height: auto !important;
    max-height: 30px;
}
.apiheading {
    padding: 10px 20px 0px 30px !important;
}
.apiHeader {
    display: flex;
    background-color: #d2b3a2;
    flex-wrap: wrap;
	justify-content: center;
padding-bottom: 10px;
}
	#showFilterMobileButtonMainapi::before {
		content: "\002630";
	margin-right: 10px;
	}
      #showFilterMobileButtonMainapi
      {
          width: 100%;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0px;
    border: 1px solid #ddd;
text-align: center;
      }
  
      #sortSelectapi
      {
          width: 50%;
      }
      #filtercontainer
      {
          display: flex;
      }
  }
  #filtercontainer
  {
      display: none;
  }
.paginateButton {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 4px;
    padding: 2px 6px;
	border-radius: 4px;
    cursor: pointer;
}
.paginateButtonMinus {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 4px;
    padding: 2px 6px;
	border-radius: 4px;
    cursor: pointer;
}
.paginateButtonPlus {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 4px;
    padding: 2px 6px;
	border-radius: 4px;
    cursor: pointer;
}
@media only screen and (max-width: 724px) 
{


  #sortSelectapi
  {
      width: 50%;
  }
  #filtercontainer
  {
      display: flex;
  }
}
#waitingFilter
{
padding:1em;
position: absolute;
height: -webkit-fill-available;
width: -webkit-fill-available;
opacity: 0.5;
background: white;
z-index: 2099;
justify-content: center
}
.formSearchContainerapi > input[type="text"] {
    color: #666;
    border: 0px solid #ccc;
    border-radius: 0px;
}

.apiprewornLogo
{
	height: auto;
    max-height: 30px;
	border-radius:0px !important;
	margin:0px !important;	
--media-shadow-opacity: 0 !important;
}
.apiheading
{
    padding: 15px 20px 15px 30px;
    background-color: #d2b3a2;
    color: #fff;
    font-weight: bold;
	font-size: 0em !important;
    border-radius: 0px 0px 0px 0px;
    width: 200px;
}
#apisearchForm
{
margin-bottom: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
  .apiheading a {
    cursor: default;
}