.TopMatch_Type {
  width: 67px;
  height: 24px;
  border-radius: 500px;
}

.TopMatch_Type > div {
  /*margin: 0 8px;*/
  font-family: ATSFontReg, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.TopMatch_Type.Product {
  background-color: #febe10;
}

.TopMatch_Type.News {
  background-color: #008c99;
}

.TopMatch_Type.Supplier {
  background-color: #00aeef;
}

.TopMatch_Type.Site {
  background-color: #008c99;
}

.ProductList_Overview_Suppliers {
  margin-top: 10px;
}

.TopMatch_Name {
  font-weight: bold;
  font-size: 16px;
}

.OverviewItem_Type {
  width: 67px;
  height: 24px;
  border-radius: 500px;
}

.OverviewItem_Type > div {
  /*margin: 0 8px;*/
  font-family: ATSFontReg, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.OverviewItem_Type.Product {
  background-color: #febe10;
}

.OverviewItem_Type.News {
  background-color: #008c99;
}

.OverviewItem_Type.Site {
  background-color: #008c99;
}

.OverviewItem_Type.Supplier {
  background-color: #00aeef;
}

.OverviewItem_Name {
  font-weight: bold;
  font-size: 16px;
}

.ProductList_Overview_TopMatches_Header,
.ProductList_Overview_Matches_Header {
  font-family: ATSFontReg, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}

.OverviewDivider {
  border-bottom: 1px solid black;
  margin: 50px 5%;
}

.ProductList_Search_New {
  border-bottom: 1px solid;
  width: 80%;
  margin: 0 auto 40px auto !important;
}

.ProductList_Search_New > .SearchTxt > .SearchBox {
  font-size: 19px;
}

.ProductList_Search_New > .SearchTxt > .SearchBox:first-child {
  text-transform: capitalize;
}

.ProductList_Search_New > .SearchTxt > .SearchButton {
  height: 51px !important;
}

h1.SearchPageTitle {
  font-size: 32px;
  text-align: center;
  font-family: ATSFontReg, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #262626;
  /*padding-bottom: 50px;*/
}

ul.ProductList_SideWide_CategoryBreadcumbHolder {
  width: 100%;
  display: block;
}

ul.ProductList_SideWide_CategoryBreadcumbHolder
  > li.ProductList_SideWide_CategoryBreadcumb {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

li.ProductList_SideWide_CategoryBreadcumb:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding: 0 5px;
  color: #231f20 !important;
}

li.ProductList_SideWide_CategoryBreadcumb:nth-child(1) {
  color: #231f20 !important;
}

li.ProductList_SideWide_CategoryBreadcumb:nth-child(1):before {
  display: none !important;
  padding: 0 !important;
}

li.ProductList_SideWide_CategoryBreadcumb:nth-child(3) {
  font-weight: normal !important;
}

li.ProductList_SideWide_CategoryBreadcumb:hover {
  cursor: pointer;
}

/*filter*/
.ProductList_SideWide_Categories_Title .arrow_down,
.ProductList_SideWide_SubCategories_Title .arrow_down {
  font-size: 1.2em;
  font-weight: lighter;
  transform: scale(1.2, 1.2);
  -webkit-text-stroke: 0.1em white;
  padding: 0 6px;
}

.List_YourPrice {
  font-size: 18px;
  font-weight: 700;
}

.List_YourPrice a,
.List_YourPrice a:hover {
  text-decoration: none;
  color: #333 !important;
}

.List_YourPrice.OnSpecial {
  /* color: #e11b22; */
}

.List_WholesalePrice.OnSpecial {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  margin-bottom: -10px;
  text-decoration: line-through;
}

.ProductDetail_YourPrice {
  /*border-bottom: 2px solid #3e74a0;*/
  display: inline-block;
  text-align: left;
  /*padding-left: 30%;*/
  /* float: right; */
  /* position: relative; */
}

.ProductDetail_YourPrice_DiscountPerc {
  display: none;
}

.ProductDetail_YourPrice_DiscountPerc.OnSpecial {
  display: block;
}

.ProductDetail_YourPrice .ProductDetail_YourPrice_DiscountPerc {
  background-color: #ffffff;
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cccccc;
  border-radius: 3px;
  position: absolute;
  top: -40px;
  right: -73px;
  color: #e11b22;
  font-size: 12px;
  font-weight: bold;
}

.ProductDetail_YourPrice .ProductDetail_YourPrice_DiscountPerc span {
  line-height: 25px;
  margin: 0 10px;
}

.ProductDetail_YourPrice .ProductDetail_YourPrice_DiscountPerc::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 85px;
  border-width: 9px 8px 0;
  border-style: solid;
  border-color: #ccc transparent;
  display: block;
  width: 0;
}

.ProductDetail_YourPrice .ProductDetail_YourPrice_DiscountPerc::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 86px;
  border-width: 8px 7px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

.ProductList_SideWide_Categories_Product {
  color: black;
}

#ProductListApp {
  display: block !important;
  /*width: 95% !important;*/
  margin: 0;
}

#dnn_content {
  padding-top: 56px !important;
}

#ProductListApp .SearchTxt .SearchBox {
  width: calc(100% - 70px);
  border: none;
  padding: 10.2px 8px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-transform: lowercase;
}

#ProductListApp .SearchPane .SearchBox {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0px 5px;
}

#ProductListApp .SearchButton {
  width: 35px;
  height: 43px;
  background: url("/images/ico_search.svg") no-repeat 0px 3px;
  background-size: 21px;
  float: left;
  background-color: #fff;
  background-position: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btnLoadMoreSearch {
  color: #383838 !important;
  padding: 9px 20px;
  font-size: 1.1em;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  background-color: #e6e6e6;
  font-weight: 500;
  display: block;
  cursor: pointer;
}

.TopMatch_AdditionalInfo ul li {
  padding-left: 0 !important;
  display: block;
}

@media screen and (max-width: 480px) {
  .TopMatch_Type {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.member-only-text {
  font-weight: bold;
  text-transform: uppercase;
  border: 2px #e11b22 solid;
  display: inline-block;
  color: #e11b22;
  border-radius: 20px;
}

.member-only-text.sm-member-text {
  font-size: 10px;
  padding: 0px 8px;
  line-height: 16px;
  margin-left: 10px;
  vertical-align: top;
}

.member-only-text.md-member-text {
  font-size: 12px;
  padding: 0px 8px;
  line-height: inherit;
  margin-left: 10px;
  padding-right: 36px;
}

.member-only-text.lg-member-text {
  padding: 2px 15px;
  line-height: 32px;
  margin-left: 10px;
}

.ProductDetail_YourPrice {
  float: inherit;
}

#ProductTab .ProductList_Products_List_PurchasePrice,
#ProductTab .ProductList_Products_List_WholesalePrice,
#ProductTab .ProductList_Products_List_OriginalPrice {
  width: inherit !important;
}

.TopMatch_DetailsButton a.IsSpecial {
  background-color: #bed52f !important;
}

.TopMatch_DetailsButton a.IsSpecial:hover {
  color: #fff !important;
  background-color: #bed52f !important;
  border: none;
}

.TopMatch_DetailsButton a.IsRedTag {
  background-color: #e11b22 !important;
}

.TopMatch_DetailsButton a.IsRedTag:hover {
  color: #fff !important;
  background-color: #e11b22 !important;
  border: none;
}

.TopMatch_DetailsButton a.IsStore {
  background-color: #ac8951 !important;
}

.TopMatch_DetailsButton a.IsStore:hover {
  color: #fff !important;
  background-color: #ac8951 !important;
  border: none;
}
