﻿:root .body-is {
  --bgcolor-theme: #fbc509;
  --textcolorcontrast-theme: #434343;
  --bg-color: #f9f1d0;
  --stone-bgcolor: #f9f1d0;
  --stone-light-bgcolor: #fbf7e5;
}

:root .body-ms {
  --bgcolor-theme: #01b4c8;
  --textcolorcontrast-theme: #fff;
  --bg-color: #ccf0f4;
  --stone-bgcolor: #ccf0f4;
  --stone-light-bgcolor: #e4f7f9;
}

:root .body-hh {
  --bgcolor-theme: #e22d26;
  --textcolorcontrast-theme: #fff;
  --bg-color: #fceae8;
  --stone-bgcolor: #fceae8;
  --stone-light-bgcolor: #f7edec;
}

/*#region BASIC CLASSES & VARIABLES [14-06-2019] */
:root {
  --red: #F44336;
  --green: #00B242;
  --grey: #888;
  --grey-1: #eeeeee;
  --grey-2: #f3f3f3;
  --input-border-color: #aaaaaa;
  --grey-bg: #F5F6FA;
  --yellow: #fbc509;
  --bgcolor-theme: #fbc509;
  --textcolorcontrast-theme: #434343;
  --textcolor-theme: #434343;
  --rfq-bg: #F7EDC2;
  --rfq-btn-bgcolor: #FADF7E;
  --rfq-textcolor-theme-contrast: #434343;
  --category-btn-bordercolor: #FADF7E;
  --textcontrast-color: #333;
  --theme-light: #fcf9f1;
  --white: #fff;
  --black: #333;
  --stone-bgcolor: #fcfcea;
  /* --is-light: #fcf9f1;
  --ms-light: #ecf7f7ff;
  --hh-light: #f9f1f1ff;*/
}

.navbarParentContainer {
  width: 100%;
  border-bottom: solid 1px #ddd;
  background-color: #FFFFFF;
  z-index: 9999;
  padding: 0 40px;
}

.navbarParentContainer input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navbarParentContainer input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.NavbarHeaderContainer {
  margin: 10px auto 10px;
  position: relative;
  max-width: 1200px;
}

.NavbarHeaderContainer:first-child {
  margin: 10px auto 10px;
}

.NavbarHeaderContainer:last-child {
  margin: -10px auto 10px;
}

.navbarHeaderWrapper > div:first-child {
  margin-top: 0px;
}

.navbarHeaderWrapper > div {
  float: left;
  margin-right: 4px;
  margin-top: 10px;
}

.navbarHeaderWrapper > div:last-child {
  margin-right: 0px;
}

.navbarHeaderWrapper .navGetQuoteContainer {
  display: none;
}

.mobile-navbar-container {
  display: none;
}

.NavbarHeaderContainer li {
  list-style-type: none;
}

.nav-menu-header__title {
  padding-left: 25px !important;
  padding-top: 5px !important;
}

.navSearchWrap {
  height: 60px;
  position: relative;
  width: calc(100% - 242px);
  border: solid 0px red;
}

.body-hh .navSearchWrap {
  width: calc(100% - 282px);
}

.navbarUnloggedIn .navSearchWrap {
  width: calc(100% - 193px);
}

.body-hh .navbarUnloggedIn .navSearchWrap {
  width: calc(100% - 233px);
}

.navSearch {
  height: 40px;
  display: flex;
  width: 100%;
}

.navSearchTerm {
  background: #eee;
  width: 100%;
  border: 1px solid #eee;
  border-right: none;
  padding: 5px 5px 5px 20px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #9e9e9e;
}

.navSearchButton {
  width: 50px;
  border: 1px solid #eee;
  background: #eee;
  text-align: center;
  color: #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 20px;
  border-left: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 16px 1px 0;
}

.navDropdownCategoriesContainer a:hover, .nav-menu-header__item a:hover, .nav-menu-header__item--public a:hover, .nav-menu-header__item--private a:hover {
  text-decoration: none !important;
  background-color: #EDEDED;
}

.nav-menu-header__item a, .nav-menu-header__item--public a, .nav-menu-header__item--private a {
  padding-left: 25px !important;
}

#navMenuButton {
  height: 48px;
  width: 48px;
  border: 1px;
  background-color: #fff;
  margin-top: -6px;
  background: url("/Content/Images/icons/menu.svg") no-repeat 50% 50%;
  background-size: cover;
}

#navMenuButton > i {
  font-size: 48px;
  color: var(--bgcolor-theme);
}

.body-is .btn-getquote--icon, .body-is #navMenuButton, .body-is .btn-search--icon, .body-is .user-circle-icon {
  -webkit-filter: invert(71%) sepia(89%) saturate(571%) hue-rotate(355deg) brightness(100%) contrast(98%);
  filter: invert(71%) sepia(89%) saturate(571%) hue-rotate(355deg) brightness(100%) contrast(98%);
}

.body-ms .btn-getquote--icon, .body-ms #navMenuButton, .body-ms .btn-search--icon, .body-ms .user-circle-icon {
  -webkit-filter: invert(51%) sepia(55%) saturate(6579%) hue-rotate(153deg) brightness(102%) contrast(101%);
  filter: invert(51%) sepia(55%) saturate(6579%) hue-rotate(153deg) brightness(102%) contrast(101%);
}

.body-hh .btn-getquote--icon, .body-hh #navMenuButton, .body-hh .btn-search--icon, .body-hh .user-circle-icon {
  -webkit-filter: invert(35%) sepia(94%) saturate(2863%) hue-rotate(342deg) brightness(102%) contrast(87%);
  filter: invert(35%) sepia(94%) saturate(2863%) hue-rotate(342deg) brightness(102%) contrast(87%);
}

.navDropdownMenuContainer {
  position: absolute;
  z-index: 999999;
  right: 2px;
  margin-top: 5px;
  border: solid 0px red;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

div.navDropdownMenuContainer > div:first-child {
  width: 100%;
  border: solid 1px #ddd;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
}

.nav-menu-header-title-divider {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.navDropdownLinkContainer {
  width: 100%;
}

.navDropdownLinkContainer ul:first-child {
  display: inline-block;
  padding: 0 0 10px 0;
  width: 180px;
  float: left;
  color: #434343;
}

.navDropdownLinkContainer ul li a {
  color: #434343;
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
}

.navDirectoriesContainer {
  box-sizing: border-box;
  border-left: 1px solid #D8D8D8;
  height: 100%;
  width: 70%;
  display: inline-block;
  padding: 5px;
}

.navDropdownCategoriesContainer {
  padding: 0px;
}

div.navDropdownCategoriesContainer > div:first-child {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #434343;
}

.navDropdownCategoriesContainer ul {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 18px;
}

.navDropdownCategoriesContainer ul a {
  display: block;
  font-size: 14px;
  padding: 3px;
  padding-left: 16px;
  color: inherit;
  text-decoration: none;
}

.linksContainer {
  margin-top: 15px;
  display: inline-block;
}

.linksContainer a {
  margin-left: 15px;
  text-decoration: none;
}

#navLogin {
  float: right;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
}

#navLogin img {
  width: 40px;
  margin-right: 12px;
}

#navLogin span {
  width: 60px;
  top: 45px;
  position: absolute;
  right: 0;
  padding-left: 10px;
}

#navLoggedIn {
  float: right;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  display: none;
}

#navLoggedIn img {
  width: 40px;
}

#navLoggedIn span {
  width: 60px;
  top: 45px;
  position: absolute;
  right: 0;
}

.dropdown-menu {
  top: 50px;
  left: -217px;
}

.dropdown-menu li a i:first-child {
  font-size: 15px;
  padding-left: 2px;
}

.dropdown-menu li a i:last-child {
  font-size: 16px;
  padding-left: 4px;
}

.navSlogan {
  margin-left: 215px;
}

#q {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #434343;
}

::placeholder {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #999999;
  opacity: 1;
}

#ui-id-2 {
  width: 479px;
  z-index: 9999999;
}

.ui-menu-item-wrapper {
  padding: 3px 15px;
}

.ui-menu-item-wrapper:hover {
  background-color: #555;
  color: #FFF;
}

.autocomplete-custom-item:hover {
  color: #fff !important;
  background-color: #555 !important;
}

.dropdown-login {
  display: block;
  position: absolute;
  right: 73.5px;
  width: 250px;
  padding: 10px 20px 10px;
  left: auto;
  border: 1px solid #dae0e6;
  border-radius: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1490196078);
  top: 19px;
  background: #fff;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  z-index: 999;
  display: none;
}

.dropdown-login:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #dae0e6;
  border-left: 1px solid #dae0e6;
  transform: rotate(45deg);
  background: #fff;
  top: -5px;
  left: auto;
  right: 13px;
}

#buyer-logins-container {
  cursor: pointer;
  display: inline-block;
}

#buyer-logins-container li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#supplier-logins-container {
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
}

#supplier-logins-container li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navSlogan--desktop {
  display: block;
  font-size: 16px !important;
}

.nav-menu-header {
  padding: 0 !important;
  border: solid 0px red;
}

.nav-menu-header__title {
  font-weight: bold;
  margin: 0;
  margin: 10px 0 8px 0 !important;
}

.nav-menu-header__item {
  font-size: 13px;
  line-height: 32px !important;
}

.nav-menu-header__title-margin {
  margin-top: 80px;
}

.nav-menu-header__item--public, .nav-menu-header__item--private {
  padding: 0 0 !important;
  font-size: 13px;
  line-height: 32px !important;
}

.ads-link-top {
  display: none;
}

.btn-getquote {
  background-color: var(--bgcolor-theme);
  padding: 10px 25px;
  color: var(--textcolorcontrast-theme);
  border-radius: 22px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
}

.btn-getquote__navbar {
  font-size: 13px;
  font-weight: normal;
  border-radius: 50px;
}

.btn-getquote__navbar__small {
  padding: 6px 25px;
}

.browse-mobile, .browse-item-mobile a {
  padding-left: 25px;
}

@media screen and (max-width: 1199px) {
  .navSlogan-tablet {
    display: block;
  }
  .navSlogan {
    display: none;
  }
  .linksContainer {
    display: none;
  }
}
@media (min-width: 769px) {
  div .navDropdownMenuContainer > div:first-child {
    width: 800px;
  }
  .navSearch {
    padding: 0 7% 0 10%;
  }
}
@media (max-width: 768px) {
  .navbarParentContainer {
    padding: 0;
  }
  .NavbarHeaderContainer {
    display: none;
  }
  .mobile-navbar-container {
    display: block;
    margin: 0 10px;
  }
  .mobile-navbar-container .mobile-navbar__top-header {
    margin: 5px 0;
  }
  .mobile-navbar-container .mobile-navbar__header {
    margin: 0px 0 15px 0;
  }
  .mobile-navbar-container .mobile-navbar__header .btn-getquote--icon {
    margin-top: 15px;
  }
  .mobile-navbar-container li {
    list-style-type: none;
  }
  .mobile-navbar-container img {
    height: 50px;
    margin-top: 10px;
  }
  .mobile-nav-header-advertise {
    padding: 1px 0;
    text-decoration: none !important;
    border-bottom: solid 1px var(--bgcolor-theme) !important;
    color: var(--textcolor-theme);
    position: relative;
    transition: all 0.1s;
  }
  .navSearchWrap, .body-hh .navSearchWrap {
    width: 100%;
  }
  .navSearchTerm {
    padding: 5px 5px 5px 20px;
    border-radius: 25px 0 0 25px;
  }
  #navMenuButton {
    margin-top: 3px;
    margin-left: 0px;
    height: 40px;
    width: 40px;
  }
  #navMenuButton > i {
    display: inline-block;
    text-align: center;
  }
  .navDropdownMenuContainer {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    margin: 0;
  }
  .navDropdownMenuContainer .navDropdownLinkContainer {
    position: relative;
    width: 100%;
  }
  .navDropdownMenuContainer .navDropdownLinkContainer .navDropdownLinkContainerClose {
    font-size: 45px;
    font-weight: lighter;
    width: 25px;
  }
  .browse-mobile {
    margin: 15px 0 10px 0px;
    font-weight: bolder;
  }
  .navDropdownLinkContainer ul:first-child {
    width: 100%;
  }
  #ui-id-1 {
    width: 265px;
  }
  .dropdown-login {
    right: -12px;
  }
  .mobile-navbar-container .navSlogan-mobile {
    position: relative;
    margin-bottom: 15px;
    font-size: 1em;
    text-align: center;
    font-size: 16px;
  }
  .headerTopOptions {
    margin: 0 !important;
    display: none !important;
  }
  .navSearchButton {
    width: 40px;
    border-radius: 0 25px 25px 0 !important;
  }
  .ads-link-top {
    display: block;
    float: right;
    margin: 10px 10px 0px 0 !important;
    font-size: 16px;
    color: #666 !important;
  }
  .nav-menu-header__toolbar {
    font-weight: bold;
    margin: 8px 0 8px 0;
    padding: 5px 0 11px 25px;
  }
  .nav-menu-header__toolbar .toolbar-wapper {
    position: relative;
  }
  .btn-search--icon {
    background: url("/Content/Images/icons/search.svg") no-repeat 50% 50%;
    background-size: cover;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 12px 5px 0 0;
    border: none;
  }
  .btn-search--icon:focus {
    border: none;
    outline: none;
  }
  .btn-getquote--icon {
    background: url("/Content/Images/icons/plus-circle.svg") no-repeat 50% 50%;
    background-size: cover;
    width: 44px;
    height: 44px;
    padding: 0;
  }
  .navDropdownLinkContainer ul li .btn-getquote--mobile-nav {
    position: absolute;
    top: 0px;
    right: 12px;
    border-radius: 50px;
    font-size: 14px;
  }
  .navDropdownLinkContainer ul li a.btn-getquote--mobile-nav {
    padding: 1px 55px;
    color: #fff;
  }
  .body-is .navDropdownLinkContainer ul li a.btn-getquote--mobile-nav {
    color: #434343;
  }
}
/*@import '../Pages/_buyerPanel.scss';*/
a {
  color: var(--textcolor-theme);
}

/* Typography */
.text-white {
  color: var(--white);
}

body, .text-black {
  color: var(--textcolor-theme);
}

.text-grey-1 {
  color: var(--grey-1);
}

.text-grey-2 {
  color: var(--grey-2);
}

.bg-grey-1 {
  background-color: var(--grey-1);
}

.bg-grey-2 {
  background-color: var(--grey-2);
}

/* Typography END */
/* BUTTONS */
.i-button, .i-button-grey, .i-button-stone, .i-button-getquote {
  background-color: var(--bgcolor-theme);
  border: solid 0px var(--bgcolor-theme);
  color: var(--textcolorcontrast-theme);
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.i-button:not(:disabled):hover, .i-button-grey:not(:disabled):hover, .i-button-stone:not(:disabled):hover, .i-button-getquote:not(:disabled):hover {
  opacity: 0.8;
}

.i-button--square {
  border-radius: 0;
}

.i-button--round {
  border-radius: 50px;
}

.i-button--outline {
  color: var(--white);
  background-color: transparent;
  border: 1px solid var(--white);
}

.i-button--outline--color {
  color: var(--textcolor-theme);
  background-color: transparent;
  border: 1px solid var(--bgcolor-theme);
}

.i-button-getquote {
  background-color: var(--bgcolor-theme);
  color: var(--textcolorcontrast-theme);
  padding: 10px 25px;
  border-radius: 22px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
}

.i-button-stone {
  color: var(--textcolor-theme);
  background-color: var(--stone-bgcolor);
}

.i-button-grey {
  color: var(--textcolor-theme);
  background-color: var(--grey-1);
}

.i-button-getquote__icon {
  padding: 6px 11px;
}

.i-button-getquote__icon i {
  font-family: "Font Awesome 6 Free";
}

.i-button-getquote__icon:hover {
  color: var(--textcolorcontrast-theme);
}

.i-button-link {
  font-weight: 400;
  color: var(--textcolor-theme);
  background-color: transparent;
}

.i-link {
  font-size: 13px;
}

.i-link i {
  margin-right: 5px;
}

/* BUTTONS END */
/* FORMS */
.i-textbox--search {
  border: 1px solid var(--grey-1);
  padding: 5px 5px 5px 20px;
  border-radius: 25px;
  outline: none;
}

/* FORMS END */
.error-msg {
  color: var(--red);
  font-style: italic;
  font-size: 11px;
}

.success-msg {
  color: var(--green);
}

.input-basic {
  padding: 8px;
  border: 1px solid var(--input-border-color);
  border-radius: 3px;
}

.input-basic .error {
  border: solid 1px var(--red);
}

/*#endregion */
.container-90 {
  width: 90%;
  margin: 0 auto;
}

.content {
  display: inline-block;
  width: 100%;
}

.left-divider {
  border-left: 1px dotted #ddd;
}

.bottom-divider {
  border-bottom: 1px solid #ddd;
}

.generic-padding {
  padding: 1em;
}

.no-padding {
  padding: 0 !important;
}

.hidden-overflow {
  overflow: hidden;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-10 {
  padding-left: 10px;
}

.extra-large-font {
  font-size: 1.4em;
}

.heading-with-bg {
  background-color: var(--grey-1);
  display: block;
  padding: 10px 15px;
}

.heading-with-bg-dark {
  background-color: #434343;
  color: white;
  display: block;
  padding: 10px 15px;
}

.no-margin-left {
  margin-left: 0 !important;
}

.margin-top-neg-15 {
  margin-top: -15px;
}

.float-right {
  float: right;
}

.glyphicon-envelope {
  margin-right: 3px;
}

.white-bg {
  background-color: white;
}

.light-gray-bg {
  /*background-color:$lighter-gray;*/
  background-color: #F5F6FA;
}

.light-gray-txt {
  color: #F5F6FA;
}

.triple-a-gray-txt {
  color: #AAA;
}

.generous-padding {
  padding: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-7 {
  margin-top: 7px;
}

.margin-left-7 {
  margin-left: 7px;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-10 {
  margin-left: 10px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.no-border {
  border: none;
}

.no-underline {
  text-decoration: none !important;
}

.force-back-col-padding {
  padding: 0 15px;
}

.row-with-margin {
  margin-right: -15px !important;
  margin-left: -15px !important;
  overflow: hidden;
}

.underlined {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.bg-header {
  background-color: #333333;
  color: white;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 20px;
}

a.black-text, a.black-text:link, a.black-text:visited, a.black-text:active {
  color: black !important;
}

.no-txt-decoration, .no-txt-decoration:link, .no-txt-decoration:hover {
  text-decoration: none;
}

.collapse-item {
  margin-bottom: 10px;
}
.collapse-item .collapse-item-heading {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.collapse-item .collapse-item-heading h2 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
.collapse-item .collapse-item-body {
  display: none;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px;
}

.panel-with-extra-padding {
  border: 1px solid #E0E1E3;
  padding: 60px;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
}
.panel-with-extra-padding h1 {
  margin-bottom: 10px;
}

.dark-gray-panel {
  background-color: #333333;
  color: white;
  padding: 15px;
  overflow: hidden;
}
.dark-gray-panel h2 {
  margin-top: 0;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0;
}
.dark-gray-panel h2.smaller-h2 {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: left;
  margin-bottom: 0;
}
.dark-gray-panel h3 {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.dark-gray-panel p {
  text-align: left;
  font-size: 13px;
  margin-bottom: 0;
}

.category-gray-panel {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: inline-block;
}

a.generic-link {
  color: #3e8cce !important;
}

a.generic-link-dark {
  color: #666 !important;
}

a.generic-link span.glyphicon,
a.generic-link-dark span.glyphicon {
  color: #666 !important;
}

a.generic-link-dark:hover,
a.generic-link:hover {
  color: #ffc511 !important;
}

.generic-panel-body h3 {
  font-size: 20px;
}

a.gray-link,
a.gray-link:hover,
a.generic-link:hover {
  color: #888 !important;
}

a.dark-gray-link,
a.dark-gray-link:hover:hover {
  color: #333333 !important;
  font-size: 13px;
}

h1.generic-header {
  border-left: 5px solid #fac90d;
  padding-left: 0.5em;
  font-size: 25px;
}

.generic-subhead {
  margin: 7px 0 15px;
  font-size: 14px;
}

fieldset.generic-header {
  border: 3px solid var(--stone-bgcolor);
  padding: 0 1.4em 1.4em 1.4em;
  margin: 17px 0 30px 0;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-radius: 15px;
}
fieldset.generic-header legend {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: auto;
  padding: 12px 15px 12px;
  border-bottom: none;
}
fieldset.generic-header img {
  height: 70px;
  margin: 0 0 20px 0;
}
fieldset.generic-header p.text-title {
  font-size: 16px !important;
  font-weight: bold;
}
fieldset.generic-header p {
  font-size: 13px !important;
}

@media screen and (max-width: 768px) {
  fieldset.generic-header {
    margin: 0 0 30px 0;
  }
  fieldset.generic-header legend {
    font-size: 1.8em !important;
  }
}
legend {
  border-color: #333;
}

.jumbotron--round {
  border-radius: 50px !important;
}

.font-sz20 {
  font-size: 20px;
}

.font-sz15 {
  font-size: 15px;
}

.font-sz14 {
  font-size: 14px;
}

.font-sz13 {
  font-size: 13px;
}

.modal {
  z-index: 5030;
}

.modal-backdrop {
  z-index: 5020;
}

.capitalised {
  text-transform: capitalize;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#dnwModal.modal:before {
  height: auto;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-btn-container {
  margin-bottom: 15px;
}

.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  float: right;
  top: -3px;
  right: -3px;
  z-index: 1;
}

.ribbon-red {
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FF2845;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF2845), to(#DB0000));
  background-image: -webkit-linear-gradient(top, #FF2845, #DB0000);
  background-image: -moz-linear-gradient(top, #FF2845, #DB0000);
  background-image: -ms-linear-gradient(top, #FF2845, #DB0000);
  background-image: -o-linear-gradient(top, #FF2845, #DB0000);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red:before,
.ribbon-red:after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

header {
  height: 30px;
}
header #slogan {
  margin-top: 5px;
  float: left;
  font-size: 13px;
  padding-left: 45px;
  position: relative;
}
header #slogan a.home {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}
header #slogan a.home span {
  display: inline-block;
  margin: 4px 5px 7px 5px;
  border-right: 1px solid #ccc;
  padding: 0 9px 3px 0;
}
header #header-links li {
  padding: 0;
}
header #header-links li a {
  display: block;
  height: 30px;
  font-weight: bold;
  text-decoration: none;
}

#slide-nav-subscribe A,
#header-link-subscribe A {
  background: #666;
  color: #fff;
}

#slide-nav-subscribe A:hover,
#header-link-subscribe A:hover {
  background: #333;
}

#slide-nav-advertise A,
#header-link-advertise A {
  background: #FFC511;
  color: #333;
}

#slide-nav-advertise A:hover,
#header-link-advertise A:hover {
  color: #333;
  background: #ffd800;
}

.fixed-main-bar {
  background: url("/Content/Images/bg-top.png") repeat-x scroll left -30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5002;
  box-shadow: 0 0 10px 0 #000;
}

.ui-autocomplete {
  z-index: 5003;
}

.ui-autocomplete .ui-state-active {
  background: #999;
  border: none;
}

.ie8 .nav,
.ie9 .nav {
  display: none;
}

.nav .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.nav a:hover .caret {
  border-bottom-color: #FFC511;
  border-top-color: #FFC511;
}

.navbar-links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.navbar-links a small {
  font-size: 12px;
  display: block;
  font-weight: normal;
}

.navbar-links .dropdown-menu a {
  font-size: 12px;
}

.navbar-links a:hover {
  color: #FFC511;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

#read-articles {
  margin: 20px 0 0 5px;
}

#popular-searches {
  color: #fff;
  float: left;
  margin: 5px 0 0 20px;
  font-size: 12px;
}

#popular-searches a {
  color: #FFC511;
  font-size: 12px;
  font-weight: normal;
  margin-left: 1em;
  font-weight: normal;
}

#popular-searches a:hover {
  text-decoration: underline;
}

nav.offcanvas {
  border: none;
  background: none;
}

nav.offcanvas .container {
  padding: 0 0 10px 0;
  position: relative;
}

nav.offcanvas UL.nav {
  position: absolute;
  z-index: 0;
  padding: 17px 15px 50px;
  background: #fff;
  right: 0;
}

nav.offcanvas UL.nav LI A {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  width: 265px;
}

nav.offcanvas UL.nav LI A:hover {
  background: #FFCC01;
}

SPAN.canvas-sliding {
  display: none !important;
}

nav.offcanvas.in .blocker {
  display: block;
  background: transparent url("/Content/Images/bg-top.png") repeat-x scroll left -50px;
  height: 100px;
  width: 280px;
  position: fixed;
  z-index: 10000;
  right: 30px !important;
  left: auto !important;
}

footer {
  font-size: 12px;
}

footer:has(.footer-featured-categories) {
  margin: 2em 0 2em;
}

footer .container {
  padding: 0;
}

footer .row {
  margin: 0 0 1em 0;
}

footer h3 {
  margin: 3px 0 1em;
}

footer a {
  text-decoration: none;
  color: #666;
}

footer #footer-base a {
  text-decoration: underline;
}

footer a.btn {
  margin-top: 1em;
}

footer small {
  color: #666;
}

footer .list-inline > li {
  vertical-align: top;
}

#footer-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
  padding: 0 30px 3em;
}

#footer-top a {
  line-height: 1.8em;
}

/* General */
#breadcrumbs {
  margin: 0.5em 0 0 2px;
  font-size: 12px;
}

#breadcrumbs a {
  color: #888;
}

.page-content UL,
.page-content P {
  margin: 0.5em 0 0.75em;
}

/* Product page */
#product-info {
  border: 1px solid #E0E1E3;
  padding: 1.5em;
  background: #fff;
  margin-bottom: 1em;
  line-height: 21px;
}

#product-info-top > div, #product-info-top > p {
  margin-right: 1.5em;
}
#product-info-top .contact-p {
  text-align: right;
}
#product-info-top .contact-p a {
  font-weight: bold;
  color: #57a871;
  text-decoration: none;
}
#product-info-top .contact-p a:hover {
  text-decoration: underline;
}

#product-info-top h1,
#content-area .title h1 {
  display: inline;
}

#product-content {
  padding: 0;
  font-size: 15px;
}

#product-price {
  font-size: 15px;
  padding-top: 0.5em;
}

#product-intro {
  font-size: 17px;
  font-weight: bold;
  margin: 0.5em 1em 1em 0;
  line-height: 21px;
}

IMG#supplier-logo {
  max-width: 145px;
  margin-left: 1.5em;
}

#supplier-quick-info {
  padding: 0 0 15px 0;
  background-color: white;
  border: 1px solid #E0E1E3;
}

#supplier-quick-info .window-box {
  background-color: #F5F6FA;
  border-bottom: 1px solid #E0E1E3;
  margin: 0 !important;
  padding: 0.5em !important;
  margin-bottom: 15px !important;
}

#supplier-quick-info H3 {
  margin: 0 0 1em;
  text-align: center;
}

#supplier-quick-info .input-group {
  margin-bottom: 1em;
  margin-left: 15px;
  margin-right: 15px;
}

#supplier-quick-info .input-group .btn {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-left: none;
  color: #333;
  height: 35px;
}

#supplier-quick-info .storefront-link {
  color: #333333;
  text-decoration: none;
  display: block;
}

#supplier-quick-info .storefront-link strong {
  font-size: 18px;
}

#supplier-quick-info .sfSrcInput,
DIV.search .search-title .sfSrcInput {
  border-top: 1px solid #d6d6d6 !important;
  border-bottom: 1px solid #d6d6d6 !important;
}

#supplier-quick-info .contact-links a {
  text-decoration: none;
  margin-right: 0.5em;
}

#supplier-quick-info .storefrontInfoRequest {
  margin-top: 1em;
}

#supplier-quick-info span.info-part {
  line-height: 13px;
  vertical-align: baseline;
  margin-top: -3px;
}
#supplier-quick-info .shortened-phone {
  margin-right: 0.7em !important;
}

#supplier-info-panel section.panel {
  padding: 1em !important;
}

#supplier-info-panel .hotitems-content {
  padding: 0 1em;
}

#supplier-info-panel .panel-heading {
  margin-bottom: 1em;
}

#supplier-info-panel .item-image span {
  display: block;
  height: 110px;
  border: 1px solid var(--grey-1);
  overflow: hidden;
}

#supplier-info-panel .item-image img {
  max-height: none;
  border: none;
}

#supplier-info-panel .hotitems-content .product-item .item-caption {
  background: none !important;
  border: none;
  position: static;
  padding-top: 0.5em;
  color: #3e8cce;
  display: block;
  font-size: 1em !important;
}

#supplier-info-panel .hotitems-content .product-item a:hover .item-caption,
#supplier-info-panel .product-articles a:hover .item-title {
  color: #ffc511;
}

#supplier-info-panel .product-articles section.panel {
  border: none;
  padding-top: 1.5em;
}

.item-aside-container {
  margin-top: 30px;
}
.item-aside-container .aside-item .new-caption {
  height: 55px;
  margin-top: 8px;
  font-size: 13px;
}
.item-aside-container .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.item-aside-container .aside-row {
  margin-left: -10px;
  margin-right: 0;
  overflow: hidden;
}
.item-aside-container .aside-row img {
  border: 1px solid #ccc;
  background-color: white;
}
.item-aside-container .aside-row p {
  font-size: 13px;
}
.item-aside-container .aside-row .left-image-container {
  padding-right: 0;
  padding-left: 10px;
}
.item-aside-container .aside-row .right-description-container .right-description-inner-container {
  padding-left: 10px;
}
.item-aside-container .aside-row .right-description-container .right-description-inner-container p {
  font-size: 12px;
  color: #333;
}
.item-aside-container .aside-row .right-description-container .right-description-inner-container p:hover {
  color: #3e8cce;
}
.item-aside-container .force-back-col-padding {
  padding-left: 10px;
  padding-right: 10px;
}

#supplier-info-panel .product-articles .product-item,
#supplier-info-panel .product-articles .article-item {
  width: 150px;
  height: auto !important;
}

#supplier-info-panel .product-articles .item-title {
  margin: 0 10px;
  font-weight: normal;
  color: #3e8cce;
}

#supplier-info-panel .article-item .item-title {
  font-size: 1em;
}

#supplier-info-panel .articles-control ul {
  padding-left: 0;
}

#supplier-info-panel .articles-control .article-item {
  margin: 0 9px 0 0;
}

#supplier-info-panel .slider-nav {
  top: 0;
}

#supplier-info-panel .jcarousel {
  display: block;
}

.contact-links {
  font-size: 15px;
  text-align: center;
}
.contact-links ul {
  display: inline-block;
}
.contact-links li {
  margin: 0 0 0.5em 0;
  text-align: left;
}
.contact-links .glyphicon {
  margin-right: 0.3em;
}

.contact-details {
  display: none;
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-top: 0.5em;
  padding: 0.5em;
}

.contact-details .col-xs-10,
.contact-details .col-xs-4 {
  font-weight: bold;
}

.contact-details .col-xs-10 {
  margin-top: 10px;
}

.contact-details p {
  margin-top: 7px;
}

/* Related products/articles */
.generic-carousel {
  border: 1px solid #E0E1E3;
  background: #fff;
  padding: 1em;
  margin: 0.25em 0 1em;
  position: relative;
}
.generic-carousel > div {
  padding: 0 1em !important;
}
.generic-carousel h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.generic-carousel li {
  height: auto !important;
}
.generic-carousel p {
  margin-top: 0.25em;
}

.lt-scroll,
.gt-scroll {
  display: none;
  width: 20px;
  position: absolute;
  top: 44%;
  text-align: center;
  background: #E0E1E3;
  text-decoration: none;
  padding: 0.5em;
  z-index: 100;
}

.lt-scroll:hover,
.gt-scroll:hover,
.lt-scroll:focus,
.gt-scroll:focus {
  color: #000;
  text-decoration: none;
}

.lt-scroll {
  left: 0;
}

.gt-scroll {
  right: 0;
}

.generic-carousel-item {
  width: 80%;
  margin: 0 auto;
}

#product-carousel,
#article-carousel {
  width: 100%;
}

/* Trade assurance panel */
#trade-assurance-panel {
  background: #F5F6FA none repeat scroll 0 0;
  border: 1px solid #E0E1E3;
  margin-bottom: 1em;
}

#trade-assurance-panel h5 {
  margin: 0;
  color: #57a871;
  font-weight: bold;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
}

#trade-assurance-panel.mousehover h5,
#trade-assurance-panel.expanded h5 {
  border-bottom: 1px solid #ddd;
}

.sp-header-trade-assurance #trade-assurance-panel.mousehover h5,
.sp-header-trade-assurance #trade-assurance-panel.expanded h5 {
  border-bottom: none;
}

#trade-assurance-panel-info {
  background: #fff;
  padding: 0.5em;
  display: none;
}

.sp-header-trade-assurance #trade-assurance-panel-info {
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
}

#trade-assurance-panel.mousehover #trade-assurance-panel-info,
#trade-assurance-panel.expanded #trade-assurance-panel-info {
  display: block;
}

#trade-assurance-panel-side .clearfix {
  margin-bottom: 0.75em;
}
#trade-assurance-panel-side .panel-label {
  font-weight: bold;
  line-height: 1.35em;
}
#trade-assurance-panel-side .panel-value {
  line-height: 1.35em;
  padding-left: 15px;
}

#trade-assurance-panel .panel-label {
  font-weight: bold;
}

#trade-assurance-panel .panel-label span {
  margin-right: 1em;
}

#trade-assurance-panel-info .clearfix > span {
  line-height: 1.35em;
  margin: 0.25em 0;
}

#trade-assurance-verified {
  background: #fff none repeat scroll 0 0;
  color: #57a871;
  display: block;
  font-size: 1.4em;
  padding: 0.25em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#trade-assurance-panel.mousehover h5 > span.glyphicon,
#trade-assurance-panel .rotate90 {
  left: 2px;
  position: relative;
  top: 3px;
}

.verified {
  color: #57a871;
}

/* Directory */
.directory {
  margin-bottom: 1em;
}

#directory-container {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -8px;
  margin-right: -8px;
}
#directory-container .force-back-col-padding {
  padding: 0 8px;
}
#directory-container .panel {
  border: 1px solid #E0E1E3;
  margin-bottom: 15px;
}
#directory-container .panel a:link {
  text-decoration: none;
}
#directory-container .panel .panel-body {
  padding: 0;
  background-color: white;
}
#directory-container .panel .panel-footer {
  height: 68px;
  font-size: 15px;
  background: white;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

/*404*/
#not-found-h1 {
  margin-bottom: 15px;
  font-size: 20px;
}

#not-found-p {
  font-size: 15px;
}

/******/
#content-area {
  margin-bottom: 1em;
  background: #fff;
}

.cmspages .bg-content {
  padding: 40px;
}

.bg-content {
  border: 1px solid #ddd;
  padding: 1.8em;
}

.social-icons a, .social-icons a:hover {
  text-decoration: none;
}

.modal-body {
  -webkit-transition-property: left, top, opacity;
  -moz-transition-property: left, top, opacity;
  -ms-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
}

img.desaturate {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */
}

/*----ellipsis-----*/
.ellipsis {
  overflow: hidden;
  position: relative;
}

.ellipsis:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  background-color: white;
  color: white;
  display: inline;
  position: relative;
  box-shadow: 8px 1px 1px white;
  z-index: 1;
}

.ellipsis span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: white;
}

.contenttype-icon {
  margin-right: 3px;
  margin-top: 1px;
}

.ptop {
  padding-top: 15px;
}

.sf-level, .sf-level i {
  color: inherit;
}

.h1-delimeter {
  margin: 0 10px;
}

.item-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.item-image img {
  margin: 0 auto;
}

.content-page .item-image img {
  width: 100%;
  height: 100%;
}

.item-image .img-thumbnail {
  margin: 0 5px;
}

.item-image a {
  text-decoration: none;
}

section.search .item-image .img-thumbnail {
  margin: 0 10px 5px 5px;
  border: none;
  max-width: 100px;
}

.media.item-image {
  margin-bottom: 1em;
}

.search-suppliers {
  margin-top: 2em;
}

.search-suppliers .media.item-image {
  margin-bottom: 0;
}

.search-suppliers .item-image a {
  height: 70px;
  position: relative;
  display: block;
  text-align: center;
}

.search-suppliers .item-image .media-body {
  font-size: 0.95em;
  line-height: 1.4em;
  padding: 0 0.25em;
}

.prod-supplier {
  color: #aaa;
  font-size: 0.9em;
  margin-top: 0.25em;
}

.media-logo {
  min-height: 50px;
}

.item-caption {
  bottom: 0;
  cursor: pointer;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.img-object .item-caption {
  font-size: 11px;
  font-style: italic;
}

.item-caption-height-articleWidget {
  height: 50px;
}

.item-caption-height-featuredProduct {
  height: 36px;
  overflow: hidden;
  padding-top: 2px;
  line-height: 16px !important;
}

.right-content .panel-heading {
  padding-left: 0;
}

.right-content .panel-products {
  margin-bottom: 10px;
}

.jcarousel {
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
}

.jcarousel ul {
  padding: 0;
}

.jcarousel-control-horizontal {
  width: 100%;
  position: relative;
}

.jcarousel-control-horizontal a {
  text-decoration: none;
}

.jcarousel-control-horizontal .prev, .jcarousel-control-horizontal .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
}

.jcarousel-control-horizontal .prev {
  left: -5px;
}

.jcarousel-control-horizontal .next {
  right: -5px;
}

.jcarousel-control-vertical {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.jcarousel-control-vertical .prev, .jcarousel-control-vertical .next {
  cursor: pointer;
  position: absolute;
  left: 90px;
  width: 26px;
  height: 26px;
  z-index: 2;
  bottom: 15px;
  line-height: 0;
}

.jcarousel-control-vertical .prev {
  top: -30px;
}

.jcarousel-control-vertical ul {
  padding: 0;
}

div.prev, div.next {
  line-height: 0px;
}

.jcarousel-control-vertical .jcarousel {
  width: 100%;
}

.jcarousel-control-vertical .item-image_ {
  display: table-cell;
}

.articles-widget-control.jcarousel-control-vertical .next {
  bottom: 0;
}

.articles-widget-control.jcarousel-control-vertical .prev {
  top: -5px;
}

/*Init products carousel*/
.products-carousel-control .product-item {
  overflow: hidden;
  height: 310px;
  width: 150px;
}

.products-carousel-control_hot .product-item {
  height: 368px;
  width: 127px;
}

.products-carousel-control_hot .item-image {
  margin-bottom: 10px;
}

.product-item {
  margin: 0 10px 0 0;
  overflow: hidden;
  height: 125px;
  width: 125px;
  display: block;
}

.product-item img {
  max-height: 100%;
  width: 100%;
  border: 1px solid #F5F6FA;
}

.product-item .item-caption {
  font-size: 12px;
  text-decoration: none;
  line-height: 15px;
}

.product-info .product-item {
  display: block;
  margin: 0 10px;
  overflow: hidden;
  width: 150px;
}
.product-info .product-item img {
  max-height: 100%;
  width: 100%;
}
.product-info .tworows .product-item .item-image {
  margin: 10px auto;
}
.product-info .generic-carousel {
  border: none;
  margin: 0 -3.1em;
  padding-bottom: 0.75em;
}
.product-info .generic-carousel h3 {
  margin-left: 1.8em;
}

.panel-content-hotproducts .product-item {
  margin-bottom: 10px;
}

.panel-content-hotproducts {
  padding: 15px 0;
}

.product-info .prev, .product-info .next {
  top: 45%;
}

.product .article-item img {
  max-width: 100%;
  max-height: 100%;
}

.product .article-item {
  width: auto;
  height: auto;
}

.product .supplier-video .video-item .item-caption img {
  margin: 5% auto;
}

.supplier-video .video-item {
  margin: 0 11px !important;
}

#store-front-left-container {
  float: left;
}
#store-front-left-container #shortened-phone {
  cursor: pointer;
  text-decoration: underline;
}
#store-front-left-container #full-phone {
  display: none;
  margin-left: 0.5em;
}
#store-front-left-container #store-front-product-area-ul {
  padding-left: 10px;
}
#store-front-left-container .storefront-left-heading {
  background-color: var(--grey-1);
  padding: 10px;
}
#store-front-left-container .storefront-left-heading h3 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  position: relative;
  display: block;
}
#store-front-left-container .storefront-left-heading h3 span {
  position: absolute;
  right: 0;
}
#store-front-left-container .storefront-left-heading .viewport {
  padding-left: 10px;
}
#store-front-left-container .padding-left-10 {
  line-height: 1.9em;
  margin-top: 1em;
}
#store-front-left-container .supp-name {
  line-height: 1.6em;
  margin-top: 0.25em;
}
#store-front-left-container .clearfix .glyphicon, #store-front-left-container .clearfix .fa {
  font-size: 1.3em;
}
#store-front-left-container .contact-info {
  margin: 0 0.75em 0.25em 0.5em;
  display: inline-block;
  line-height: 1.5em;
}
#store-front-left-container .glyphicon-envelope {
  margin-right: 0.5em;
}
#store-front-left-container .bp-panel {
  text-align: center;
  margin: 0 0 0.5em;
}

#storefront-video-row {
  margin-left: -15px;
}
#storefront-video-row .video-item {
  width: auto;
  margin: 0 0 15px 0;
}
#storefront-video-row .video-item .item-caption {
  padding-right: 0;
}

.product .gallery-inline .large-images-control .img-object, .product .gallery-inline .large-image-item img {
  margin: 0 auto;
  max-height: 350px;
  max-width: 350px;
  width: auto !important;
  height: auto !important;
}

/*Init products carousel*/
.more-related-items_ {
  margin-bottom: 50px;
}

/*Init hot products box*/
.home-hot-products ul {
  padding-left: 0;
}

.home-hot-products .product-item {
  height: 178px;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
  width: 140px;
}

.home-hot-products .product-item img {
  height: 178px;
  width: 140px;
}

/*Init hot products box*/
/*Init articles carousel*/
.article-item .item-caption {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-right: 5px;
  position: relative;
}

.article-item .item-title {
  font-weight: bold;
  padding-bottom: 2px;
  font-size: 14px;
}

/*.articles-carousel-control{ margin-top: 20px;}*/
.articles-carousel-control ul {
  padding-left: 0 !important;
}

.articles-carousel-control.jcarousel-control-vertical .article-item {
  width: 150px;
  height: 180px;
}

/*.articles-carousel-control .prev, .articles-carousel-control .next { left: 45%; }*/
/*Init articles carousel*/
/*Init latest articles box*/
.articles-control .article-item {
  height: auto;
  margin: 10px 5px;
  overflow: hidden;
  width: 215px;
  line-height: 0;
}

.articles-control ul {
  padding-left: 5px;
}

.storefront .articles-control .article-item {
  width: 150px;
}

.storefront .articles-control .article-item img.content-img {
  height: 100px;
  width: 150px;
}

/*Init articles carousel*/
/*Init Suppliers carousel*/
.storefront-item {
  height: auto;
  margin: 0 12px 0 0;
  overflow: hidden;
  width: 130px;
}

/*.storefront-carousel-control .prev, .storefront-carousel-control .next{top: 35%;}*/
.storefront-item .item-image {
  height: 60px;
  display: table;
  width: 100%;
  padding: 5px 0;
}

.storefront-carousel-control ul {
  padding: 0;
}

.storefront .jcarousel-control-horizontal .prev, .storefront .jcarousel-control-horizontal .next {
  top: 20%;
}

.storefront .jcarousel-control-horizontal.tworows .prev, .storefront .jcarousel-control-horizontal.tworows .next {
  top: 45%;
}

.storefront .articles-carousel-control_cat .article-item {
  margin: 20px 0;
  margin: 0 auto;
  height: 265px;
}

.storefront .article-item .item-caption {
  line-height: 15px;
}

/*--/Init Suppliers carousel*/
.panel-subtitle {
  padding: 0 25px;
}

.panel-title {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  position: relative;
  vertical-align: top;
}

.dirs-items .panel-title {
  font-size: 14px;
}

/*----Awesome Icons--------*/
.aw-icons {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
}

/*---Icons----*/
.icons {
  background-image: url("/Content/Images/icons_websites.png");
  background-repeat: no-repeat;
  height: 30px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
}

.icon-facebook {
  background-position: -705px -8px;
}

.icon-twitter {
  background-position: -735px -8px;
}

.icon-gplus {
  background-position: -765px -8px;
}

.icon-youtube {
  background-position: -795px -8px;
}

.icon-linkedin {
  background-position: -825px -8px;
}

button.close {
  background: url("/Content/Images/icons/close.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  opacity: 0.3;
}

.modal-header button.close.darker {
  background: url("/commonfiles/images/close_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 15px;
  width: 15px;
  background-size: contain;
  margin-top: 5px;
}

/*----Follow button icon---*/
.btn-follow i {
  font-family: entypo;
  font-style: normal;
  font-size: 40px;
  line-height: 0;
  position: absolute;
  left: 0px;
}

/*---Arrow Icons----*/
.arrow-icons {
  background-image: url("/Content/Images/arrow-icons.png");
  background-repeat: no-repeat;
  height: 26px;
  margin: 0;
  width: 26px;
}

.arrow-up {
  background-position: -83px -7px;
}

.arrow-down {
  background-position: -48px center;
}

.arrow-left {
  background-position: 0;
}

.arrow-right {
  background-position: -25px center;
}

/*--------Events carousel----------*/
.events-carousel-control ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-type: none;
  z-index: 1;
}

.events-item .item-image .img-thumbnail {
  width: 80px;
}

.events-item .item-image {
  padding: 7px 0;
  display: block;
  height: 80px;
}

.events-item .item-title {
  font-weight: bold;
}

.events-carousel-control .jcarousel {
  font-size: 12px;
}

/*--------Used items carousel----------*/
.useditems-carousel-control {
  padding: 10px;
}

.useditems-carousel-control .next {
  bottom: 20px;
}

.useditems-carousel-control ul {
  margin: 0px;
  padding: 0 0 0 25px;
  position: relative;
  list-style-type: none;
  z-index: 1;
}

.useditems-item .item-image .img-thumbnail {
  width: 80px;
  height: 60px;
}

.useditems-item .item-image {
  padding: 7px 0;
  display: block;
}

.useditems-item .item-title {
  font-weight: bold;
}

/*--------Videos items carousel----------*/
.video-item .item-image img {
  width: 100%;
}

.video-item {
  margin: 10px 11px;
  overflow: hidden;
  width: 120px;
  height: 150px;
}

.directory .video-item {
  margin: 10px 11px 10px 0;
  width: 134px;
}

.video-item .item-title {
  font-size: 12px;
}

.videos-carousel-control .next, .videos-carousel-control .prev {
  top: 30px;
}

.videos-carousel-control .item-image img {
  height: auto !important;
}

.videos-carousel-control ul {
  padding-left: 0;
}

.video-item .item-caption img {
  border: medium none;
  margin: 20px auto;
  width: 40px !important;
  display: block;
}

.video-item .item-caption {
  height: 100%;
  text-align: center;
  width: 100%;
}

#video-modal .modal-body {
  text-align: center;
}

#video-modal .modal-dialog {
  width: 630px;
}

/*--------Feature articles items carousel----------*/
.articles-widget .panel-title, .articles-widget .panel-heading {
  padding-bottom: 0;
}

.articles-widget-control {
  width: 260px;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

.articles-widget .item-caption {
  text-align: left;
}

.articles-widget-control .article-widget-item {
  width: 219px;
  height: 119px;
}

.article-widget-item .item-image {
  width: 215px;
  height: 115px;
  margin: 2px;
}

.article-widget-item .item-image img {
  width: 100%;
}

.articles-widget-active .article-widget-item .item-image {
  width: 430px;
  height: 353px;
  margin: 2px;
}

.articles-widget-active {
  padding: 20px 0;
}

.articles-widget .item-title {
  font-size: larger;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.articles-widget {
  font-size: 14px;
}

.articles-widget .prev, .articles-widget .next {
  left: 35%;
}

.articles-widget-active .item-caption {
  padding: 10px 30px;
}

.panel-srchcategories .icon-categories {
  display: none;
}

.panel-srchcategories .panel-title {
  border: 0;
}

.panel-products-boxed .category-product-link,
.panel-products-boxed .category-product-link:hover {
  text-decoration: none;
}
.panel-products-boxed .category-product-contact-supplier {
  font-size: 14px;
}
.panel-products-boxed .category-product-extra-desc {
  font-size: 12px;
}
.panel-products-boxed .panel-body {
  padding: 4px;
}
.panel-products-boxed #more-products .category-product-img {
  border-bottom: 134px solid #333;
}
.panel-products-boxed .category-product-supplier {
  font-size: 0.9em;
  color: #aaa;
  font-weight: normal;
}

.panel-articles-boxed {
  margin-bottom: 2em;
}
.panel-articles-boxed .panel-body {
  padding: 4px;
}

/*------HEADER-------*/
.header-accLinks {
  text-align: center;
  margin: 5px 0;
}

.header-accLinks, .header-accLinks a {
  color: #5c5c5c;
  font-weight: bold;
}

.srch-box {
  border-left: none;
  border-right: none;
}

.srch-btn {
  border-left: none;
}

.srch-all {
  border-right: none;
}

.footer-row {
  margin-top: 0;
  font-size: 13px;
}

.footer-row-bullets {
  line-height: 18px;
  font-size: 12px;
}

/*--------FOOTER------------*/
.footer-heading, .base-heading {
  padding-top: 15px;
  font-weight: bold;
}

.footer-body {
  padding-bottom: 10px;
}

.footer-aboutus-body, .copyright {
  padding-left: 55px;
}

.footer-left-quote {
  margin-right: 20px;
  vertical-align: bottom;
}

.footer-right-quote {
  text-align: right;
}

.footer-second-line {
  display: inline-block;
  margin-top: 20px;
  font-size: 10px;
}

.footer-second-line li {
  padding: 10px;
}

.marketing-section {
  padding: 20px 20px 20px 0;
}

/*-----Follow link---------*/
.follow-links {
  padding: 0;
}

.follow-link, .follow-title {
  display: block;
  float: left;
  height: 30px;
  position: relative;
  vertical-align: middle;
  color: #c6c7c8;
}

.follow-link, .follow-link:hover {
  width: 32px;
  font-size: 28px;
  text-decoration: none;
}

.follow-link i {
  position: absolute;
  font-size: 30px;
}

.follow-title {
  margin-top: 5px;
  margin-right: 5px;
  font-style: italic;
  font-size: 18px;
}

/*---------Categories list---------------*/
.categories-panel {
  padding: 0;
}

.categories-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-panel li.view-all {
  text-align: right;
}
.categories-panel li.view-all a:link {
  text-decoration: none;
}

/*-------------Home Page----------*/
.home .top-content {
  position: relative;
  margin-top: 10px;
}

.home .follow-links {
  position: absolute;
  right: 0;
  top: 5px;
}

.panel-subscribe .panel-heading {
  font-size: 17px;
  font-weight: bold;
  padding: 0 15px !important;
}

.panel-subscribe .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-subscribe .btn {
  vertical-align: top;
}

.subscribe-panel, .panel-subscribe {
  margin-top: 20px;
}

.panel-subscribe.subpanel {
  padding: 20px 10px;
  border: none;
  background: var(--grey-1);
}

.subscribe-panel {
  padding-bottom: 15px;
}

.subscribe-panel-title, .search-panel-title {
  padding: 4px 23px 4px 0;
  font-size: 28px;
  line-height: 30px;
}

.subscribe-btn, .subscribe-btn:hover {
  padding: 5px 10px 6px;
}

.search-btn, .search-btn:hover {
  padding: 6px 10px;
  height: 35px;
  border: none;
}

.subscribe-box, .subscribe-box:focus {
  border-left: none;
  border-right: none;
  border-color: #FFFFFF;
  display: inline-block !important;
}

.subscribe-info {
  color: #FFFFFF;
}

.subscribe-info h1 {
  font-size: 25px;
}

.subscribe-info .info-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.external-dnw, .subscribe-info .info-title a {
  color: grey;
  font-size: 9px;
  padding-left: 5px;
}

.date-posted {
  color: #b2b2b2;
  font-size: 12px;
  margin-top: 10px;
}

.supplied-by, .supplied-by a {
  margin-bottom: 0;
  font-weight: bold;
  color: #b2b2b2;
}

.subscribe-info .info-number {
  text-decoration: underline;
}

.subscribe-info ul {
  font-size: 14px;
  font-weight: bolder;
}

.search-panel-title {
  padding: 4px 23px 4px 0;
}

.search-field {
  padding: 8px 50px 0;
}

.search-panel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 45px;
}

.directory .search-panel {
  margin-top: 0;
  background-image: none;
}

.directory .dirs-panel {
  margin-bottom: 20px;
}

.directory .dirlist-color {
  font-size: 13px;
  line-height: 23px;
}

.directory .viewmore-cats-lnk a.pull-right {
  padding-right: 40px;
}

.directory .products-carousel-control_hot .product-item {
  height: 100% !important;
  width: 145px;
}

.directory .articles-carousel-control li {
  width: 170px;
  margin-left: 6px;
}

.directory .events-carousel-control .jcarousel {
  padding-left: 37px;
}

.directory .storefront-carousel-control .prev, .directory .storefront-carousel-control .next {
  top: 34%;
}

.directory .storefront-carousel-control .next {
  right: -5px !important;
}

.directory .storefront-carousel-control .prev {
  left: -5px !important;
}

.directory .jcarousel-control-horizontal .next {
  right: 0;
}

.directory .jcarousel-control-horizontal .prev {
  left: 0;
}

.directory .articles-carousel-control .next {
  right: 1px;
}

.directory .articles-carousel-control .prev {
  left: 1px;
}

.products-carousel-control_home .prev, .products-carousel-control_home .next {
  display: none;
}

.products-carousel-control_home > ul {
  padding: 0;
}

.products-carousel-control_home {
  padding: 0;
}

.products-carousel-control_moreitems .product-item {
  margin: 0 16px 0 0;
  display: block;
}

.products-carousel-control_moreitems ul {
  padding: 0;
}

.products-carousel-control ul, .products-carousel-control_related ul {
  padding: 0;
}

.supplier-info-description {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  font-size: 13px;
  margin-top: 1em;
}

.supplier-info-description .read-more {
  display: inline-block;
  margin: 1em 0 0 -5px;
}

.limit-text-fading {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
  background-color: #FFFFFF;
  bottom: 0;
  padding: 5px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.supplier-news, .supplier-listedin {
  min-height: 130px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 15px;
}

.supplier-listedin.subpanel {
  padding: 0;
}

.supplier-listedin .jcarousel_noscroll {
  padding: 0 10px;
}

.supplier-listedin .limit-text-fading {
  background-color: #F5F6FA;
  padding: 0 10px 10px;
  background-image: none;
}

.supplier-listedin .panel-heading {
  padding: 10px 15px 0 !important;
}

.supplier-listedin .panel-title .icon-news {
  display: none;
}

.supplier-news .limit-text-fading {
  background-color: transparent;
  padding: 10px 0 0;
}

.dirs-panel {
  border: 1px solid #bfbfbf;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 0;
  font-weight: bold;
  background-color: #FFFFFF;
}

.dirs-items {
  padding-left: 30px;
}

.column-delimiter {
  border-left: 1px dotted #DCDCDC;
}

.dirs-column {
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
}

.cats-column {
  font-size: 11px;
  line-height: 1.8;
  padding: 0;
}

.cats-column {
  font-weight: normal;
}

.cats-panel-title {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 5px;
}

/*--------------Most recent products box-----------------
.most-recent-products { margin-bottom: 20px; margin-top: 20px; padding-left: 5px;    padding-right: 13px;}
.most-recent-products ul.media-list{padding-left: 7px;}
.most-recent-products .media-li1st li{margin: 5px; padding:0px;}
.supplier-media a{margin-bottom: 5px; display: block;}
.supplier-media .supplier-btn{width: 80px;height: 40px;margin: 0 auto 5px;}
.supplier-media .follow-btn{width: 69px; height: 24px;margin: 0 auto;margin-top: 15px;}
.mostrecent-object .media{width: 295px; height: 90px; overflow: hidden;padding: 10px;border-bottom: 1px solid #D6D6D6;}
.mostrecent-object .media-description{font-style: italic;font-size: 12px; white-space: nowrap;}
.mostrecent-object .media-heading{text-transform:uppercase;}
.mostrecent-object .media-list > li{padding: 7px; width: 311px; float: left;}
.mostrecent-object .media-object{border: 1px solid #d6d6d6;}
.mostrecent-items{height: 210px;width: 295px;}
.mostrecent-items .main-item img{height: 210px;width: 225px; border: none;}
.mostrecent-items .mostrecent-item img{width: 70px;}*/
/*-----------------*/
/*.mainFollowHldr{width: 754px;}*/
.enqConfirmTd {
  padding: 5px 0 5px 5px;
}

/*----------Storefront-----------*/
.side-content .panel-heading {
  padding: 10px 0;
}

.content-area .panel-heading {
  padding: 0;
  margin-bottom: 5px;
}

.storefront .side-content .panel-title {
  margin-left: 10px;
}

.side-content .icons {
  display: none;
}

.subpanel {
  margin-bottom: 1.5em;
}

.side-content .panel-enquiryform {
  padding: 10px;
}

.panel-enquiryform {
  padding: 10px 25px;
}

.ie8 .panel-enquiryform,
.ie9 .panel-enquiryform,
.ie8 #enquiry-modal .modal-header,
.ie9 #enquiry-modal .modal-header {
  filter: none !important;
}

.enq-countries-obj {
  margin-top: 0.5em;
}

#youtube-video {
  text-align: center;
}

.storefronInfoButtons {
  font-size: 13px;
  padding: 0;
}

.storefronInfoButtons .btn-follow, .storefronInfoButtons .btn-follow:active, .storefronInfoButtons .btn-follow:focus {
  margin-left: 0;
  margin-right: 0;
}

div.storefronInfoFollow {
  margin-bottom: 15px;
}

.storefronInfoButtons .glyphicon {
  margin: 0 5px 0 0;
}

.storefronInfoFollow .glyphicon {
  margin: 0 5px 0 0;
}

.follow-btn:hover {
  text-decoration: none;
}

.storefronInfoButtons hr {
  margin: 10px 0;
}

.supplier-info-row .subpanel, .supplier-info-row .briefInfo {
  margin-top: 4px;
}

.storefronInfoButtons .storefronInfoButtons div {
  margin-bottom: 10px;
}

.storefronInfoButtons .sf-levelname {
  margin-right: 3px;
}

.storefronInfoButtons .sf-level {
  font-size: 12px;
}

.storefronInfoButtons .sf-level i {
  font-size: 9px;
}

.storefront li.product-item {
  margin-left: 10px;
  margin-right: 10px;
  height: auto !important;
}

.storefront li.product-item .item-image {
  margin: 10px 0 !important;
}

.storefront .supplier-info-txt {
  padding: 0px;
}

.storefront .articles-carousel-control_cat .item-image {
  float: none !important;
}

.supplier-info-title {
  margin-bottom: 50px;
}

.supplier-info-title h1 {
  margin-bottom: 10px;
}

.supplier-video {
  padding: 20px 0;
}

.supplier-video .video-item {
  margin: 10px 11px;
  width: 90%;
  height: 100%;
}

.supplier-video .video-item .item-caption img {
  margin: 25% auto;
}

.supplier-logo img {
  max-width: 70%;
}

.dirs-items .panel-heading {
  padding-top: 0;
}

.delimeter-bottom {
  border-bottom: 1px dotted #D6D6D6;
  padding-bottom: 10px;
}

#contactInfoModal .modal-dialog {
  width: 450px;
}

#contactInfoModal .modal-body div {
  margin: 5px 0 0;
}

#contactInfoModal h4 {
  font-weight: bold;
}

#contactInfoModal .modal-footer {
  padding: 10px 30px;
}

#contactInfoModal .modal-body {
  padding-top: 0;
}

#contactInfoModal .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.category .side-content, .pull-right .side-content, .right-content, .side-content-bottom {
  padding: 0 0 0 15px;
}

.news-control-vertical {
  font-size: 12px;
}

.news-control-vertical ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.news-control-vertical li {
  padding-bottom: 5px;
  text-indent: -0.8em;
}

.news-control ul {
  padding: 15px;
}

.storefront .news-control ul {
  padding: 15px 15px 15px 25px;
}

.briefInfo {
  margin-top: 10px;
}

.storefronInfoButtons {
  padding: 0;
}

.dirstree-control-vertical {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.dirstree-control-vertical ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.dirstree-control-vertical li {
  padding-bottom: 5px;
  text-indent: -0.8em;
}

.dirstree-control-vertical .jcarousel li {
  text-indent: 0;
}

.dirstree-control-vertical .jcarousel {
  margin: 10px;
}

.catstree-control-vertical .media-body {
  font-size: 11px;
}

.dirstree-control-vertical .next {
  bottom: 15px;
}

.storefront-item a {
  background-color: #ffffff;
}

.storefront .suppliers-carousel .icon-stars {
  display: none;
}

.storefront .suppliers-carousel .panel-heading {
  padding: 5px 15px 5px 7px;
}

.storefront .suppliers-carousel .panel-title h3 {
  font-weight: normal;
}

.suppliers-carousel.subpanel {
  padding: 5px 0 0;
}

.suppliers-carousel .jcarousel-control-horizontal {
  margin: 0;
}

.suppliers-carousel .storefront-item {
  width: 120px;
  height: 120px !important;
  display: inline-block;
}

.home .suppliers-carousel {
  margin-top: 20px;
  padding-top: 10px;
}

/*-----Enquiry Modal---------------*/
#enquiry-modal .modal-dialog {
  /*width: 350px*/
}

#enquiry-modal .panel-enquiryform .dEnqFrmTtl {
  background: none;
  padding-left: 0;
}

#enquiry-modal #enquiryFormSubmit {
  width: 100%;
}

#enquiry-modal .enqMsgLabel {
  color: #000;
}

#enquiry-modal .form-control {
  border: 1px solid #ddd;
}

#enquiry-modal .enqMsgLabel {
  margin-bottom: 0.5em !important;
}

#enquiry-modal .enquiryFormHolder {
  padding: 0;
}

#enquiry-modal .panel-enquiryform .dEnqFrmSubTtl {
  color: black;
  margin-top: 10px;
  text-align: center;
}

.modal-header .dEnqFrmTtl {
  font-size: 20px;
}

#enquiry-modal .modal-dialog {
  max-width: 600px !important;
}

#enquiry-modal .modal-body {
  padding-top: 0;
}

#enquiry-modal .modal-header {
  padding-bottom: 10px;
  border-bottom: none;
  padding-left: 25px;
  padding-right: 25px;
  height: auto;
}

#enquiry-modal .modal-title {
  color: #333;
}

#enquiry-modal h4 {
  font-weight: bold;
  text-align: center;
}

#enquiry-modal .modal-footer {
  padding: 5px 15px;
}

#enquiry-modal .panel-enquiryform {
  margin-bottom: 5px;
  background-color: #fff;
}

#enquiry-modal .item-image {
  width: auto;
}

#enquiry-modal .category-product-img img {
  max-width: 100%;
}

#enquiry-modal .subpanel {
  padding: 0;
}

#enquiry-modal .col-sm-6 {
  padding: 15px;
}

#enquiry-modal .modal-body .modal-logo-container {
  margin-top: 10px;
}

.form-group-line .checkbox,
.form-group-line .item-image,
.form-group-line .line-info {
  display: inline-block;
  vertical-align: top;
}

.form-group-line .line-info {
  max-width: 300px;
}

.form-group-line .checkbox input {
  margin-top: 40px;
}

.line-product-title {
  font-weight: normal;
  margin-top: 5px !important;
}

.line-product-supplier {
  font-weight: bold;
}

.debug-status {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
}

.enquiry-success {
  color: #3c763d;
}

.form-group-line .line-info, .enqMsgLabel {
  line-height: 15px;
}

.postsubmit-subtitle {
  margin-bottom: 1em;
}

.well-done-success {
  background: #dff0d8;
  margin-bottom: 1em !important;
  padding: 0.5em;
}

.postsubmit-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  margin: 10px 5px !important;
  padding: 0 1em 0;
  color: #000;
}
.postsubmit-content img {
  border: 1px solid #ddd;
}

.form-group-line .img-thumbnail {
  background-color: transparent;
  border: medium none;
  margin: 0 5px 0 0;
}

.form-group-line .enqFrmTxtArea {
  height: 60px;
  margin-top: 10px;
}

.panel-enquiryform .capcha-box {
  width: 100%;
}

.capcha-box {
  margin: 0 auto !important;
  width: 85%;
}

/*---------Inline column side enqiry form---------*/
.panel-enquiryform .enqFrmTdtxt, .panel-enquiryform .enqFrmReqFld {
  display: none;
}

.panel-enquiryform .enqFrmTblPrt {
  width: 100%;
}

.panel-enquiryform .dEnqFrmTtl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px 15px 0;
}

.panel-enquiryform .dEnqFrmSubTtl {
  font-size: 14px;
  padding-bottom: 12px;
}

.panel-enquiryform .form-control {
  border-color: #F5F6FA;
  height: 34px;
  font-size: 13px;
}

.panel-enquiryform .marked {
  color: #C2C2C2;
}

.panel-enquiryform .enqFrmTxtArea {
  height: 80px;
}

.panel-enquiryform legend {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.panel-enquiryform #enqFrmConfirm {
  float: left;
  margin-right: 1px;
  padding: 5px;
  width: 46%;
  margin-top: 5px;
}

.panel-enquiryform #enquiryFormSubmit {
  margin: 5px auto;
  width: 80%;
  font-weight: bold;
  padding-right: 18px;
}

.panel-enquiryform .enqChkBoxes {
  padding-top: 3px;
  font-size: 12px;
  padding-left: 5px;
}

.panel-enquiryform .enqRefreshCapcha img {
  padding-top: 8px;
  width: 90px;
  height: 30px;
}

.panel-enquiryform .enqRefreshCapcha {
  float: left;
  margin: 7px 0 0 3px;
  padding: 5px 0;
}

.enquiryFormHolder {
  padding: 0.7em 0.5em;
}

.unviewable {
  display: none;
}

#enquiry-modal .enquiryFormHolder {
  padding-top: 0;
}

.panel-enquiryform .row {
  margin-top: 0px !important;
}

.postsubmit-products .dEnqFrmTtl {
  line-height: 24px;
  margin-bottom: 10px !important;
}

.postsubmit-products .enquiryFormHolder {
  margin-top: 0 !important;
}

.enqMsgLabel {
  display: none;
}

.enqFrmCptHldr {
  float: left;
  width: 85px;
  height: 30px;
  margin-top: 7px;
}

.modal-body .enqFrmCptHldr {
  width: 95px;
}

.enqFrmCptHldr img {
  width: 90px;
  padding-top: 2px;
}

.panel-enquiryform-portal {
  background-color: #333333;
  color: #FFFFFF;
}

.panel-enquiryform-portal a, .panel-enquiryform-portal a:hover {
  color: #FFFFFF;
}

.panel-enquiryform-portal .alert-success a, .panel-enquiryform-portal .alert-success a:hover {
  color: #2b542c;
}

.panel-enquiryform-portal .enqRefreshCapcha i {
  color: #FFFFFF;
}

#enqFrmMsg > div {
  margin: 10px 0;
}

.sfContent .panel-form.panel-enquiryform .subpanel {
  background-color: transparent;
}

.panel-enquiryform .subpanel {
  padding: 0;
}

/* Articles */
section.editorial .item-info {
  padding: 2em 3em 0;
}

section.editorial #related-categories {
  margin-bottom: 0;
}

.content-page .printArea {
  position: relative;
}

#articleSponsors {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin-right: -80px;
}
#articleSponsors .container {
  padding: 0;
  border: 1px solid #ccc;
  position: fixed;
  width: 255px;
  background: #fff;
  right: 5px; /*NEW!*/
}
#articleSponsors .container h2 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0.5em 1em;
  background: #333;
  margin: 0;
  color: #fff;
}
#articleSponsors .container .logos {
  padding: 0.75em 0 0.75em 1.5em;
}
#articleSponsors .container .logo-item {
  display: inline-block;
  margin: 0.25em 1em 0.75em 0;
}
#articleSponsors .container .assoc-cats {
  padding: 0.5em 1.5em 1em;
}
#articleSponsors .container .assoc-cats p {
  font-weight: bold;
  margin: 0 1em 0.5em 0;
}
#articleSponsors .container .assoc-cats p, #articleSponsors .container .assoc-cats ul {
  display: inline-block;
}
#articleSponsors .container .assoc-cats li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
#articleSponsors .container .assoc-cats li a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
#articleSponsors .container a.close-popup {
  position: absolute;
  top: 10px;
  right: 1em;
}

/*---  Change placeholder color---------*/
.panel-enquiryform-portal ::-webkit-input-placeholder { /* WebKit browsers */
  color: #7A7A7A;
}

.panel-enquiryform-portal :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #7A7A7A;
}

.panel-enquiryform-portal ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #7A7A7A;
}

.panel-enquiryform-portal :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #7A7A7A;
}

.panel-enquiryform-portal input::-webkit-input-placeholder, .panel-enquiryform-portal textarea::-webkit-input-placeholder {
  color: #7A7A7A;
}

.panel-enquiryform-portal input:-moz-placeholder, .panel-enquiryform-portal textarea:-moz-placeholder {
  color: #7A7A7A;
}

.enqRefreshCapcha i {
  font-size: 15px;
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.panel-info-title {
  padding-bottom: 10px;
}

.storefrontLinks {
  text-align: left;
  display: inline-block;
  margin: 4px auto 15px auto;
  font-size: 12px;
  line-height: 24px;
}

.enqChkBoxes input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}

/*---------Email share modal--------------*/
.panel-emailshare {
  display: block;
  height: 100%;
}

.panel-emailshare .form-control {
  border-color: #F5F6FA;
  height: 35px;
}

#emailshare-modal .modal-content {
  padding-bottom: 10px;
}

#emailshare-modal .modal-body {
  padding-top: 0;
}

#emailshare-modal .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.panel-emailshare .marked {
  color: #C2C2C2;
}

.panel-emailshare .emailShareMessage {
  height: 100px;
}

.SmallShareLinks {
  width: 200px;
}

.ShareLinksBar a {
  text-decoration: none;
  font-size: 0.9em;
  line-height: 4em;
}

.ShareLinksBar a:hover {
  opacity: 0.8;
}

.ShareLinksBar {
  position: relative;
}

.ShareLinksBar ul {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}

.ShareLinksBar li {
  margin: 0 0 10px;
  color: #000;
  float: left;
}

/*----Big Icons -----*/
.ShareLinksBar .big div.shareIconsContainer {
  height: 32px;
  display: block;
}

.ShareLinksBar .big .share-title {
  margin: 10px !important;
}

.ShareLinksBar .big span.shareIcons {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  cursor: pointer;
  background: url("/Content/Images/social-icon24.png") no-repeat scroll 0px 0px transparent;
}

.ShareLinksBar .big .linkedinShare span {
  background-position: -523px 0;
}

.ShareLinksBar .big .twitterShare span {
  background-position: -38px 0;
}

.ShareLinksBar .big .googleplusShare span {
  background-position: -639px 0;
}

.ShareLinksBar .big .emailShare span {
  background-position: -193px 0;
  border-left: 1px dotted #CCCCCC;
}

.ShareLinksBar .big .printShare span {
  background-position: -289px 0;
}

.ShareLinksBar .share-separator {
  position: absolute;
  right: 0;
}

/*----Small Icons -----*/
.SmallShareLinkHolder {
  background-color: #F2F2F2;
  top: 0px;
  height: 15px;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  width: 200px;
  margin-right: 0 !important;
}

.ShareLinksBar .small .share-title {
  margin: 0 10px 0 10px !important;
}

.ShareLinksBar .small div.shareIconsContainer {
  height: 16px;
  display: block;
}

.ShareLinksBar .small span.shareIcons {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  background: url("/Content/Images/social-icon16.png") no-repeat scroll 0px 0px transparent;
}

.ShareLinksBar .small .facebookShare span {
  background-position: 0 -288px;
}

.ShareLinksBar .small .linkedinShare span {
  background-position: 0 -464px;
}

.ShareLinksBar .small .twitterShare span {
  background-position: 0 -896px;
}

.ShareLinksBar .small .googleplusShare span {
  background-position: 0 -368px;
}

.ShareLinksBar .small .emailShare span {
  background-position: 0 -272px;
}

.ShareLinksBar .small .printShare span {
  background-position: 0 -752px;
}

.gPlusOne {
  height: 24px;
  text-align: center;
  vertical-align: bottom;
}

/*-------Product Page-------------*/
.first-paragraph {
  padding: 10px 0 0;
  line-height: 20px;
  margin-bottom: 10px;
}

.product-content {
  margin: 10px 0 5px;
  font-size: 15px;
  line-height: 21px;
}
.product-content p {
  margin: 0.5em 0 1em;
}

.product-video {
  float: right;
  margin-left: 25px;
  max-width: 300px;
  text-align: right;
  position: relative;
  margin-top: 10px;
}

.product-video .product-video-item {
  height: 250px;
}

.product-video .item-caption {
  position: relative;
}

.product-video-title {
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  padding: 10px 20px;
  text-align: center;
}

.product .articles-control .article-item {
  height: 195px;
  width: 160px;
  margin: 5px 10px 5px 0;
  overflow: hidden;
}

.sfContent .product-info .product-item {
  margin: 0 5px;
}

.product .content-area {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.product-desc .limit-text-fading {
  background-color: transparent;
  text-align: right;
}

.btn-wrapper {
  background-color: transparent;
  display: inline-block;
  padding-left: 5px;
  padding-top: 4px;
}

.product-content.content-area .image-gallery {
  min-width: 300px;
}

/*-------Image gallery-------------*/
.image-gallery {
  width: 100%;
  padding: 0;
  margin: 5px 0 15px 10px;
}

.large-images-control .jcarousel {
  width: 100% !important;
}

.large-image-item {
  width: 1px;
  height: 1px;
  padding: 1px;
  display: none;
  margin: 0 auto;
}

* .large-image-item {
  width: auto;
  height: auto;
}

.large-images-control .item-image {
  display: table;
  background-color: #FFFFFF;
}

.large-images-control .item-image a {
  display: table-cell;
}

.large-image-item .item-image {
  height: 100%;
}

.large-image-item img {
  max-width: 100%;
  max-height: 100%;
}

.gallery-inline .large-images-control .img-object,
.gallery-inline .large-image-item img {
  max-width: 300px;
  margin: 0 auto;
}

.gallery-inline .large-image-item {
  max-height: 100% !important;
  max-width: 100% !important;
}

.large-images-control .next, .large-images-control .prev {
  cursor: pointer;
  margin: 5px;
  position: absolute;
  top: 40%;
  z-index: 2;
}

.large-images-control .next {
  right: 0;
}

.large-images-control .img-object {
  height: 100%;
  width: 100%;
  text-align: center;
}

.content-page .gallery-inline .large-images-control .img-object {
  position: relative;
}

.gallery-inline .large-images-control .next, .gallery-inline .large-images-control .prev {
  display: none !important;
}

.gallery-inline {
  width: auto;
  background-color: #fff !important;
}

.small-images-control {
  margin: 0;
  position: relative;
}

.small-images-control .supplier-video {
  padding: 0;
  height: 70px;
  width: 75px;
}

.small-images-control .supplier-video .video-item {
  height: 65px;
}

.small-images-control .prev, .small-images-control .next {
  top: 20px;
}

.small-images-control .prev {
  left: 5px;
}

.small-images-control .next {
  right: 5px;
}

.small-images-control li {
  padding: 0;
}

.image-gallery {
  background-color: #F5F6FA;
}

.small-image-item .item-image, .small-image-item .supplier-video {
  height: 53px;
  width: 65px;
  margin: 6px;
}

#image-modal .modal-content {
  background-color: #F5F6FA;
}

#image-modal .modal-header {
  border: none;
}

#image-modal .modal-dialog {
  max-width: 950px;
  width: 100%;
}

#image-modal .image-gallery {
  width: 100%;
  padding: 0 15px 15px 0;
}

#image-modal .large-image-item {
  height: 400px;
  width: 100%;
}

#image-modal .row {
  padding: 0 15px;
}

.article-item img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  border: 1px solid #F5F6FA;
}

/*--------------------------Category Page--------------------*/
.category .product-item img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.category .product-item {
  height: 100%;
  width: 100%;
}

.products-carousel-control_cat.jcarousel-control-vertical {
  margin: 0 auto;
}

.category .panel-products .products-carousel-control_cat ul {
  padding: 0;
}

.products-carousel-control_cat.jcarousel-control-vertical .product-item {
  margin: 5px auto;
  display: block;
  height: 110px;
}

.category .panel-catsuppliers .panel-title {
  margin: 0;
  padding-top: 10px;
}

.contenttype-icon img, .tooltip-content img {
  border: none;
}

.category-suppliers-row,
.category-info-row {
  width: 100%;
  padding-right: 10px;
}

.category .panel-catsuppliers {
  font-size: 11px;
  text-align: justify;
}

.category .panel-catsuppliers .sfinfo {
  margin: 5px 0;
}

.category .panel-catsuppliers .sfinfo .first {
  margin-right: 5px;
}

.visitStorefront .cell-bottom .sfinfo {
  min-height: 20px;
}

.category .storefronInfoButtons {
  padding: 10px 3px;
}

.category .storefrontInfo, .category .storefrontText {
  display: table;
  height: 210px;
  padding-right: 5px;
}

.supplier-contact {
  width: 130px;
}

.supplier-products {
  margin-right: -130px;
  width: 100%;
  float: left;
}

.supplier-products-wrapper {
  margin-right: 130px;
}

#topSupplierPanel {
  display: none;
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  padding: 0.75em;
  position: fixed;
  top: 0;
  width: 950px;
  box-shadow: 0 0 10px 0 #ccc;
  z-index: 5020;
}

.top-supplier-panel-logo {
  margin-right: 1em;
  padding-left: 0.5em;
  padding-right: 0.75em;
  text-align: center;
}

.top-supplier-panel-logo dl {
  margin: 8px 0 2px;
  position: relative;
}

.top-supplier-panel-logo dl dt {
  color: #999;
  font-size: 0.67em;
  text-transform: uppercase;
  cursor: pointer;
}

.top-supplier-panel-logo dd {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: none;
  margin-left: calc(50% + 43px);
  margin-top: -10px;
  padding: 1em;
  position: absolute;
  text-align: left;
  width: 500px;
  left: 0;
}

.top-supplier-panel-logo dl:hover dd {
  display: block;
}

.top-supplier-panel-name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5em;
  width: 400px;
}

.top-supplier-panel-contact {
  margin-right: 0.3em;
  text-align: right;
  padding-bottom: 0.5em;
}

.top-supplier-panel-contact .btn {
  margin: 0 0 0 1em;
}

.top-supplier-panel-contact p a {
  text-decoration: none;
  font-weight: bold;
}

.icon-phone-custom {
  background: url(https://portalimages.blob.core.windows.net/icons/phone-30-18.png) no-repeat;
  height: 18px;
  width: 18px;
  background-size: cover;
  margin-right: 3px;
  vertical-align: middle;
}

.icon-website-custom {
  background: url(https://portalimages.blob.core.windows.net/icons/arrow-61-18.png) no-repeat;
  height: 18px;
  width: 18px;
  background-size: cover;
  margin-right: 3px;
  vertical-align: middle;
}

span.info-part {
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
  margin-top: -3px;
}
span.info-part a {
  vertical-align: bottom;
}

span.storefront-part {
  line-height: 10px !important;
  margin-bottom: 0.2em;
}
span.storefront-part .glyphicon-home {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}

.category .panel-supplier .row-top, .category .panel-supplier .row-bottom {
  display: table-row;
  height: 100%;
  width: 100%;
}

.category .panel-supplier .cell-top {
  display: table-cell;
  vertical-align: top;
}

.category .panel-supplier .cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.category .panel-supplier .panel-body {
  padding: 10px 5px 5px;
}

.category .panel-supplier .sf-level {
  padding-right: 10px;
}

.category .panel-supplier .panel-body .subpanel {
  margin: 0;
}

.CountFollowers {
  margin: 5px 0;
  white-space: nowrap;
  vertical-align: bottom;
}

.category .panel-supplier .panel-body div.storefronInfoFollow {
  margin: 0;
}

.category .panel-supplier.relatedProducts {
  padding-top: 3px;
}

.relatedProducts .jcarousel-control-horizontal {
  padding: 0 !important;
}

.category .panel-supplier .panel-heading {
  border-bottom: medium none;
}

.category .panel-supplier .panel-heading i {
  margin: 0 2px;
  text-shadow: 2px 2px #C0C0C0;
}

.category .panel-supplier .panel-heading .sf-levelname {
  vertical-align: top;
  line-height: 2;
}

.category .panel-supplier .visitStorefront {
  padding: 20px 17px 10px;
}

.category .panel-supplier .relatedProducts .cat-name {
  font-size: 12px;
  color: #525252;
  padding-left: 10px;
  padding-bottom: 3px;
}

.category .panel-supplier .relatedProducts a {
  font-weight: bold;
  line-height: 16px;
}

.category .morelink {
  font-size: 13px;
  font-weight: bold;
}

.category .products-carousel-control_static {
  margin-left: 5px;
}

.category .products-carousel-control_static .product-item {
  width: 140px !important;
  height: 150px;
}

.category .products-carousel-control_static .product-item img {
  max-height: 100%;
  margin: 0 auto 5px;
}

.category .products-carousel-control_static, .category .products-carousel-control_static ul {
  padding: 0;
}

.category .products-carousel-control_static .prev, .category .products-carousel-control_static .next {
  display: none;
}

.category .cat-desc em {
  font-style: normal;
}

.category .category-title {
  padding: 15px 0;
}
.category .category-title .contact-p {
  padding-left: 1.4em;
  margin-top: 10px;
  color: #57a871;
  font-weight: bold;
  text-decoration: none;
}

.category .main-content-full .category-title {
  padding: 30px 0 0;
}

.category .category-title h1 {
  font-size: 30px;
}

.category .sf-keywords {
  padding-bottom: 5px;
}

.catBreadCrumbs {
  padding-bottom: 8px;
}
.catBreadCrumbs a {
  color: #888 !important;
  text-decoration: underline;
  margin-left: 3px;
  margin-right: 3px;
  display: none;
}
.catBreadCrumbs a:last-child {
  text-decoration: none !important;
}
.catBreadCrumbs span {
  color: #888 !important;
}
.catBreadCrumbs .back {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  margin-right: 5px;
  padding: 3px 8px;
  text-decoration: none;
  background-color: var(--grey-1);
  font-size: 11px;
  color: #888;
  display: inline-block;
}
.catBreadCrumbs .back:hover {
  color: #888;
  background-color: #ddd;
}

.breadcrumb-border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.category .col-xs-2.storefrontInfo { /* width: 140px;*/ }

.category .desc {
  line-height: 17px;
  margin: 0 5px;
}

.articles-carousel-control_cat {
  padding: 0;
}

.articles-carousel-control_cat .jcarousel_del {
  overflow: visible;
}

.articles-carousel-control_cat .article-item {
  padding-top: 0px;
}

.articles-carousel-control_cat .article-item:first-child {
  margin-top: 0;
}

.articles-carousel-control_cat .item-caption {
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  background: none;
}

.category-info-row {
  width: 100%;
}

.cat-suppliers-postcodes {
  padding: 10px 40px 20px;
  margin-bottom: 15px;
}

.catHiddenGeo {
  display: none;
}

.catBreadCrumbs, .catBreadCrumbs a {
  font-size: 13px;
  color: #b2b2b2;
  margin-bottom: 5px;
  display: inline;
}

/*TN: Hack breadcrumbs*/
.product-breadcrumbs .catBreadCrumbs .container {
  display: block;
}

.product-breadcrumbs .catBreadCrumbs .container-mobile {
  display: none;
}

@media screen and (max-width: 550px) {
  .catBreadCrumbs, .catBreadCrumbs a {
    font-size: 13px;
    color: #b2b2b2;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 7px !important;
    display: inline;
  }
  .catBreadCrumbs a:nth-last-child(2) {
    display: none;
  }
  .catBreadCrumbs a:nth-last-child(1) {
    display: none;
  }
  .product-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-breadcrumbs .catBreadCrumbs a:nth-last-child(2) {
    display: block;
  }
  .product-breadcrumbs .catBreadCrumbs a:nth-last-child(1) {
    display: block;
  }
  .product-breadcrumbs .catBreadCrumbs .container {
    display: none;
  }
  .product-breadcrumbs .catBreadCrumbs .container-mobile {
    display: block;
  }
  .product-breadcrumbs .catBreadCrumbs .container-mobile a {
    display: inline-block;
    margin-left: 7px !important;
  }
  .dDRXRlDirsItlm {
    padding: 0;
    margin: 0;
  }
  .no-underline {
    text-decoration: none !important;
  }
}
/*TN: END Hack*/
.category .main-content .category-breadcrumbs {
  text-align: right;
}

.category .main-content-full .category-breadcrumbs {
  margin: 0.5em 0 0 1.3em;
}

.category .main-content-full .paging-line {
  padding: 10px 0;
  color: #888;
}
.category .main-content-full .paging-line span {
  color: #888;
}
.category .main-content-full .paging-line a {
  color: #888;
}

#articles-section .paging-line {
  padding: 10px 0;
}
#articles-section a {
  text-decoration: none;
}
#articles-section .article-item {
  margin: 0px 15px 25px 15px;
}
#articles-section .article-item-img img {
  border-radius: 0.75rem;
  border: none;
}
#articles-section .article-item-supplier {
  font-size: 1rem;
  margin: 10px 0 7px;
  height: 20px;
  overflow: hidden;
}
#articles-section .article-item-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0 7px;
  height: 40px;
  overflow: hidden;
}
#articles-section .article-item-details {
  /*padding: 3px .5em;*/
}
#articles-section .youtube-play {
  right: 20px;
  top: 5px;
  font-size: 26px;
  width: 36px;
  padding-left: 7px;
}

.viewmore-row-bordered {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.category-breadcrumbs .relDirs {
  font-size: 12px;
  color: #888;
}

.categorySfInfoRequest {
  margin-top: 5px;
}

.categorySfInfoRequest .glyphicon {
  margin-right: 4px;
}

.img-overlay-label .category-products {
  margin: 0 0 0 1.35em;
  position: relative;
}

strong.products-supplier {
  white-space: nowrap;
  margin-bottom: 0.5em;
  display: block;
}

.category-item,
.category-product,
.category-supplier,
.category-article {
  margin: 0 1em 1em 0;
  vertical-align: top;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
}

.category-product,
.category-hot-product {
  position: relative;
}

.category-supplier {
  padding-bottom: 111px;
  position: relative;
}

.category-supplier-desc {
  padding: 1em;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.category-item-img,
.category-supplier-img,
.category-product-img,
.category-article-img {
  margin-top: -4px;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: -4px;
}

.category-article-img {
  position: relative;
}

.img-overlay-label {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  color: white;
  padding-bottom: 8px !important;
  width: 100%;
}

.category-item-img img.list-item-contentimage,
.category-supplier-img img.list-item-contentimage,
.category-article-img img.list-item-contentimage {
  position: absolute;
  bottom: -50px;
  left: -50px;
  margin: auto;
  max-width: 100%;
  right: -50px;
  top: -50px;
  width: 100%;
  height: auto;
}

#more-products img.list-item-contentimage {
  position: absolute;
  bottom: -50px;
  left: -50px;
  margin: auto;
  max-width: 100%;
  right: -50px;
  top: -50px;
  width: 100%;
  height: auto;
  border-bottom: none;
}

.category-product-img img.list-item-contentimage {
  position: absolute;
  bottom: 0px;
  left: -50px;
  margin: auto;
  max-width: 100%;
  right: -50px;
  top: 0px;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #E0E1E3;
  padding: 0 !important;
  margin-top: 0;
}

.category-item-title,
.category-product-title,
.category-article-title {
  display: block;
  height: 4em;
  line-height: 1.35em;
  overflow: hidden;
}

.category-article-title {
  font-weight: bold;
  line-height: 1.35em;
}

.category-item-title {
  height: 2.5em;
  font-size: 1.1em;
}

.category-item,
.category-product,
.category-article {
  position: relative;
}
.category-item span.view-more,
.category-product span.view-more,
.category-article span.view-more {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  text-align: center;
}
.category-item span.view-more span,
.category-product span.view-more span,
.category-article span.view-more span {
  font-size: 1.8em;
}

.prod-viewed {
  font-size: 0.9em;
  text-align: center;
  display: block;
  color: #999;
  margin-bottom: 0.5em;
  visibility: hidden;
  position: relative;
  right: -85px;
  bottom: 30px;
}

.supplier-spacer {
  font-size: 0.9em;
  text-align: center;
  display: block;
  color: #999;
  margin-bottom: 0.5em;
  visibility: hidden;
}

.prod-new {
  font-weight: bold;
}

#product-info .prod-viewed {
  text-align: right;
  margin-top: 5px;
}

#latest-products .prod-viewed span {
  position: absolute;
  bottom: -3px;
  right: 0;
  display: block;
  background: #666;
  color: #fff;
  padding: 0.1em 0.25em;
  opacity: 0.8;
  font-weight: normal;
}

#more-products .category-product {
  background: #333;
}
#more-products .category-product-img {
  border-bottom: 84px solid #333;
}

#newsletter-latest-products .category-product span.view-more {
  font-size: 1.2em;
  line-height: 1.5em;
}
#newsletter-latest-products #more-products .category-product-img {
  border-bottom-width: 110px;
  border-bottom-style: solid;
}

.category .category-product span.view-more {
  font-size: 1.2em;
  line-height: 1.5em;
}
.category #more-products .category-product-img {
  border-bottom-width: 136px;
  border-bottom-style: solid;
  border-bottom-width: 299px;
}

#more-categories .category-item {
  background: #333;
}
#more-categories .category-item-img {
  border-bottom: 49px solid #333;
}

.category-item-details {
  margin-top: -4px;
  background: #F5F6FA;
}

.category-item-details,
.category-article-details {
  padding: 0.5em;
}

.category-product-details {
  padding: 1em;
}

.category-supplier-details {
  padding: 16px 1em 0;
  position: absolute;
  height: 70px;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.category-supplier-details STRONG {
  display: block;
}

.category-product-supplier {
  font-weight: bold;
  height: 46px;
  overflow: hidden;
  margin-bottom: 10px;
}

.search-page .modal-body .category-product-supplier,
.search-page .modal-body .category-product-title {
  text-align: center;
}

.category-article-supplier {
  color: #fff;
  font-size: 11px;
  height: 1.6em;
  padding-top: 1px;
  overflow: hidden;
  text-align: right;
}

.category-supplier a,
a.category-product-link .category-product-title {
  color: #333;
}

a.category-article-link {
  text-decoration: none;
}

a.category-article-link:hover {
  color: #333;
}

.category-item-link {
  font-weight: bold;
  text-decoration: none;
}

.category-item-link:hover {
  text-decoration: none;
}

.category-supplier a:hover {
  color: #666 !important;
}

.category a.category-product-link.mousehover {
  text-decoration: none !important;
  color: #000 !important;
}

.category-product-extra {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 1em;
  overflow: hidden;
  z-index: 2;
}

.category-product-link.mousehover .category-product-extra {
  display: block;
}

.category-product-extra-desc {
  padding-top: 20%;
}

.category-product-contact-supplier {
  color: #000;
  display: block;
  left: 0;
  opacity: 1;
  padding: 5% 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  font-size: 1.2em;
}

.category-product-contact-supplier:hover {
  color: #fff;
}

.main-content-full .content.category-info-row {
  margin-bottom: 1em;
}

.main-content-full .paging-row {
  margin-top: -1em;
}

.main-content-full #related-categories {
  /*TN: Take it to the left edge*/
  /*margin-left: 1.35em;*/
}

#category-related-content {
  margin-left: 1.35em;
  margin-right: 23px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
#category-related-content .extra-weight {
  font-size: 14px;
  font-weight: bold;
}
#category-related-content div {
  overflow: hidden;
}
#category-related-content a {
  color: #333333;
}
#category-related-content img {
  border: 1px solid #E0E1E3;
}
#category-related-content #cat-hot-products {
  overflow: hidden;
}
#category-related-content #cat-hot-products > div {
  padding-right: 10px;
}

.content .read-more-reveal {
  font-size: 14px;
  margin-left: 1.7em;
}

.content .read-more-reveal:hover {
  text-decoration: none !important;
  color: #333;
}

.content .read-more-reveal:hover span {
  text-decoration: underline;
}

.category .read-more-reveal:focus {
  color: #333;
  text-decoration: none !important;
}

.category .read-more-reveal:after:hover {
  text-decoration: none !important;
}

.category .read-more-reveal:after {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f106";
  margin-left: 5px;
  text-decoration: none !important;
}

.read-more-reveal.collapsed:after {
  content: "\f107";
  margin-left: 5px;
  text-decoration: none !important;
}

.short-text {
  overflow: hidden;
  height: 60px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.full-text {
  height: auto;
  line-height: 12px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.category-description #description-details {
  font-family: "proxima-nova" !important;
  font-size: 13px;
  color: #888;
  margin: 1em 0 0 1.7em;
  margin-left: 0;
}
@media only screen and (max-device-width: 550px) {
  .category-description #description-details {
    font-size: 16px !important;
  }
}

.category-description #description-details a {
  text-decoration: none;
  color: #3e8cce;
}

.category-description #description-details a:hover {
  color: #888;
  text-decoration: underline;
}

.dark-gray-panel {
  margin-right: 12px;
}

.whats-hot {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #888;
  font-size: 13px;
  margin: 0 0.75em 0 0;
  padding: 0.65em 0;
  overflow: hidden;
}
.whats-hot h4 {
  margin-bottom: 8px;
}

.whats-hot UL {
  line-height: 1.3em;
}
.whats-hot UL li {
  margin-bottom: 5px;
}
.whats-hot UL li:last-child {
  margin-bottom: 0;
}

.whats-hot p {
  color: #666;
  margin: 0 0 0.25em 8px;
  text-transform: uppercase;
}

.category .whats-hot a {
  color: #888;
}

/*---Pagination---*/
.paging-line {
  padding: 5px;
}

.paging-row {
  padding: 0 0px;
}

.suppliers-count {
  padding-top: 15px;
}

.panel-states {
  padding: 0 20px;
  margin: 0;
}

.searchstate {
  float: left;
  margin-right: 15px;
}

.searchstates {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px;
}

.searchstate input {
  margin: 0;
}

/*----------------Content page--------------*/
.panel-comments .list-group {
  max-height: 200px;
  overflow-y: auto;
}

.panel-comments .list-group-item {
  padding: 20px 35px;
}

.panel-comments .panel-title h3 {
  font-size: 18px;
}

.panel-comments .panel-title .heading-15px {
  font-size: 15px;
}

.panel-comments .form-control {
  border: 1px solid #ddd;
}

.panel-content-hotproducts .panel-title {
  text-align: center;
}

.panel-content-hotproducts .panel-title .icon-product {
  display: none;
}

.panel-haveyoursayform .dHURSyWlcmTx {
  padding-left: 5px;
}

.content .item-info .image-gallery {
  margin: 15px 0 15px 15px;
  width: auto;
}

.content .panel-content-relcats ul {
  padding-left: 15px;
}

.content-page .panel-content-relcats .panel-heading {
  padding: 7px 0 0;
}

.content-page .panel-content-relcats a {
  font-size: 12px;
}

.content-page .large-image-item {
  height: auto !important;
  width: auto !important;
}

.content .panel-content-relcats .panel-title .icons {
  display: none;
}

.content-page .panel-content-relcats {
  margin-bottom: 15px;
  padding-left: 0;
}

.content .panel-content-relcats {
  clear: right;
  float: right;
  font-size: 11px;
  padding: 10px 15px 15px 0;
  margin-left: 15px;
}

.products-carousel-control_content .product-item {
  width: 145px !important;
  height: 145px !important;
}

.products-carousel-control_content {
  padding: 0;
  width: 240px;
  margin: 0 auto;
}

.products-carousel-control_content .jcarousel {
  height: 145px;
}

.products-carousel-control_content .panel-title {
  padding-bottom: 5px;
}

/*-----Have Your Say form---*/
#haveYourSayAction a {
  display: inline-block;
  color: #fff;
  margin-right: 1em;
  background: #999;
}
#haveYourSayAction a span {
  padding: 0.5em 1em;
  display: block;
}
#haveYourSayAction a span.comments {
  padding: 0 0 0 37px;
  background: url(/content/images/speech-tail.png) no-repeat #fff;
  font-size: 0.9em;
  text-align: left;
  height: 15px;
}
#haveYourSayAction a span.comments strong {
  font-weight: normal;
}

.panel-haveyoursayform {
  padding: 0 0 10px;
}

.panel-haveyoursayform .form-group {
  padding: 5px 0;
}

.panel-haveyoursayform .haveyoursayCapcha {
  width: 33%;
}

.panel-haveyoursayform .authFirelds {
  padding-right: 10px;
}

.commentRefreshCapcha img {
  padding-top: 8px;
}

.product-info.comments-box {
  background-color: var(--grey-1);
  padding: 2em;
}

.comments-box {
  margin-top: 20px;
  display: none;
}

.comment-title {
  font-size: 12px;
}

.capcha-group .sHURSyInfo {
  margin-top: 10px;
}

.sHURSyInfo {
  background-image: url("/CommonFiles/Images/ShowTooltip.gif");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  min-height: 20px;
  min-width: 20px;
  padding-left: 20px;
}

.sHURSyInfoHldr {
  height: 0;
  position: relative;
  width: 0;
}

.dHURSyInfoPane {
  background: url("/content/images/transpgrey50.png") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #333333;
  display: none;
  font-size: 11px;
  left: 0;
  line-height: 15px;
  padding: 10px;
  position: absolute;
  top: -5px;
  width: 300px;
  z-index: 100;
}

.comment-text {
  font-size: 12px;
}

#dHURSySbmtRslt {
  color: green;
  display: none;
  margin-bottom: 10px;
}

#dHURSySbmtRslt li {
  color: red;
}

#modal_sharebuttons .shlModal-title h1, #modal_sharebuttons .share-title {
  display: none;
}

#modal_sharebuttons .shlModal-desc h2 {
  font-size: 14px;
}

#modal_sharebuttons .shlModal-desc {
  padding: 10px;
}

#modal_sharebuttons .modal-body {
  padding-top: 0;
}

#modal_sharebuttons .shareIconsContainer {
  padding-left: 50px;
}

#modal_sharebuttons .modal-dialog {
  width: 420px;
}

.social-icons {
  font-size: 20px;
  list-style: none outside none;
  margin-bottom: 0;
}

.social-icons i {
  color: #FFFFFF;
}

.social-icons.inline > li {
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
}

.social-icons a, .social-icons-blog a {
  background-clip: padding-box;
  DEL_background-color: rgba(0, 0, 0, 0.3);
  border-radius: 32px;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: background 0.3s ease-in-out 0s;
  width: 32px;
}

.social-icons a:hover, .social-icons a:focus {
  color: #FFFFFF;
  text-decoration: none !important;
}

.social-icons .facebook:hover, .social-icons-blog .facebook {
  background-color: #3B5998;
}

.social-icons .twitter:hover, .social-icons-blog .twitter {
  background-color: #2DADDC;
}

.social-icons .google-plus:hover, .social-icons-blog .google-plus {
  background-color: #D14836;
}

.social-icons .youtube:hover, .social-icons-blog .youtube {
  background-color: #DF2826;
}

.social-icons .linkedin:hover, .social-icons-blog .linkedin {
  background-color: #1A85BC;
}

.social-icons .email:hover {
  background-color: #6DB232;
}

.social-icons-blog a {
  color: #FFFFFF !important;
  width: 170px;
}

/*---Follow us icons---*/
.icons-title {
  border-top: 2px dotted #E0E1E3;
  color: #b2b2b2;
  font-weight: bold;
  font-size: 13px;
}

.facebookShare, .facebookShare:hover {
  background-color: #3B5998;
}

.twitterShare, .twitterShare:hover {
  background-color: #2DADDC;
}

.googleplusShare, .googleplusShare:hover {
  background-color: #D14836;
}

.linkedinShare, .linkedinShare:hover {
  background-color: #1A85BC;
}

.printShare i.icon-print, .emailShare i.icon-envelope {
  color: #b2b2b2;
  font-size: 20px;
}

.social-icons a {
  background-clip: padding-box;
  DEL_background-color: rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: background 0.3s ease-in-out 0s;
  width: 35px;
}

.rss:hover {
  background-color: #E58000;
}

.OutsideShareLinks .icons-title {
  text-align: center;
}

.OutsideShareLinks .social-icons li {
  padding: 3px;
}

.OutsideShareLinks {
  left: -60px;
  position: absolute;
  top: 5px;
  width: 75px;
}

.content-page .OutsideShareLinks, .product .OutsideShareLinks {
  left: -65px;
}

.product .OutsideShareLinks {
  left: -121px;
}

.OutsideShareLinks .sharing-links {
  width: 40px;
}

.OutsideShareLinks .share-on {
  margin-bottom: 30px;
}

.OutsideShareLinks a.printShare, .OutsideShareLinks a.emailShare {
  background: none;
}

.InlineShareLinks .emailShare, .InlineShareLinks .printShare {
  background-color: #ffffff;
}

.InlineShareLinks .icons-wrapper {
  margin: 15px 0;
  display: inline-block;
}

.InlineShareLinks .share-on {
  text-align: left;
}

.InlineShareLinks .sharing-links {
  text-align: right;
}

.InlineShareLinks .follow-us {
  display: none;
}

.InlineShareLinks .list-inline > li {
  padding-left: 0;
}

.category .main-content, .directory-main-content, .directorytxt, .events, .product .title-line {
  position: relative;
}

.fb_iframe_widget {
  z-index: 110;
}

.category .OutsideShareLinks {
  top: 112px;
}

.title-line {
  border-bottom: 2px dotted #E0E1E3;
  padding-bottom: 5px;
}

.title-sub-line .pull-left {
  margin-right: 10px;
}

.widget-subfont-color {
  font-weight: bold;
}

.dPrContactUsMsg {
  margin-bottom: 10px;
}

.dPrContactUsMsg a {
  text-decoration: underline;
}

.briefInfo .subpanel, .panel-brief .subpanel, .modal-dialog .subpanel {
  padding: 0 5px 5px;
}

.logo-brief {
  background-color: #ffffff;
  padding: 15px 18px 0;
}

.jcarousel_noscroll .dir-list-item {
  padding-bottom: 1px;
}

.small-image-item .item-image,
.mostrecent-items .main-item,
.storefront-carousel-control .item-image:hover,
.mostrecent-items .mostrecent-item {
  opacity: 0.6;
}

.small-image-item .item-image:hover,
.storefront-carousel-control .item-image,
.mostrecent-items .main-item:hover,
.mostrecent-items .mostrecent-item:hover {
  opacity: 1;
}

.article-item .item-image a img, .product-item .item-image a img {
  opacity: 0.9;
}

.article-item .item-image a:hover img, .product-item .item-image a:hover img {
  opacity: 1;
}

.enqFrmTblPrt td {
  padding: 4px 0;
}

.home .storefront-carousel-control .prev {
  left: 25px;
}

.home .storefront-carousel-control .next {
  right: 25px;
}

/*----------Static pages----------*/
#marketing .panel-heading {
  padding: 0;
  background: inherit;
  border: none;
}

#marketing .panel-heading h3 {
  padding: 0;
}

#marketing .input-group-addon {
  border-radius: 2px;
}

#marketing .form-group {
  margin-bottom: 5px;
}

#marketing .enqRefreshCapcha {
  margin: 5px;
}

#marketing #cuCaptcha {
  margin-right: 1px;
  padding: 5px;
  width: 42%;
}

#marketing .row-title {
  padding-top: 70px;
}

#marketing .panel-form {
  margin-top: 20px;
}

#marketing .signup .form-control {
  margin-bottom: 0;
}

#marketing #cuMessage {
  height: 145px;
}

.signup .form-control {
  -moz-box-sizing: border-box;
  border: 1px solid #CCCCCC;
  color: #808080;
  font-size: 15px !important;
  margin-bottom: 10px;
  width: 100%;
}

#marketing h2, #marketing .h2 {
  font-size: 21px;
}

#marketing .static-title-delimeter {
  min-height: 120px;
}

#marketing .static-title {
  margin: 15px 0;
}

#marketing .row-info {
  padding-right: 20px;
  padding-top: 20px;
}

#marketing .radio {
  margin-right: 20px;
}

#marketing .form-buttons {
  margin-top: 15px;
}

#marketing #btnSend {
  width: 150px;
}

#marketing .alert {
  margin: 0;
  padding: 7px;
}

#marketing .subpanel {
  padding-top: 15px;
}

/*---------Search page--------------*/
.search .panel-news ul {
  padding: 0 5px;
}

.search .view-all {
  margin: 0 50px 10px 10px;
}

.search li {
  line-height: 1.9em;
}

.search #related-categories {
  margin: 0 0 1.5em;
  padding: 0 4px;
}
.search #related-categories li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #E0E1E3;
  display: inline-block;
  margin: 0.4em 0.5em 0.4em 0;
  padding: 0.25em 1em;
}
.search #related-categories li.more-cats {
  padding: 0;
  border: none;
}
.search #related-categories a.view-more-cats {
  display: block;
  background: #333;
  color: #fff;
  padding: 0.3em 1em 0.25em;
}
.search #related-categories a.view-more-cats i {
  font-size: 16px;
}
.search .product-hover-widget-container {
  min-height: 50px;
}
.search .panel-products-boxed {
  display: none;
}

.ad-banner {
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
}

.search .subpanel {
  padding: 5px 25px;
}
.search .search-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  overflow: hidden;
}
.search .search-title #sfq-container {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.search .noresult-description {
  display: none;
  margin-top: 2em;
}

.search-more {
  background: #333;
  text-align: center;
  padding: 16px;
  font-size: 13px;
  color: #fff;
}
.search-more span.glyphicon.glyphicon-plus-sign {
  font-size: 1.8em;
}

#storefront-search .panel-body {
  padding-left: 0;
}
#storefront-search .panel-body .item-image .img-thumbnail {
  margin-left: 0;
}

.storefront-carousel-control_buyers .storefront-item {
  width: 100px;
}

.buyers-title {
  border-bottom: 1px solid #D6D6D6;
  line-height: 0.1em;
  margin: 40px 0 30px;
  text-align: center;
  width: 100%;
}

.buyers-title span {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.06em;
  padding: 0 10px;
}

.buyers-footer {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 10px;
}

.form-footer {
  margin-top: 25px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.buyer-obj {
  height: 55px;
  display: table;
  width: 115px;
}

.buyer-image {
  display: table-cell;
}

.btn-similar-storefront {
  margin: 10px 0;
}

.search-similar {
  font-size: 13px;
}

.search-similar .img-sf-thumbnail {
  margin-right: 10px;
}

/*------ unsubscribe  -------------*/
.unsubscribe {
  margin-top: 30px;
}

.unsubscribe #captcha {
  width: 50%;
}

.unsubscribe .enqRefreshCapcha {
  margin-top: 5px;
}

.unsubscribe .form-group {
  margin-bottom: 0;
}

.unsubscribe .panel-form {
  margin-top: 20px;
}

.unsubscribe .panel-heading {
  background-color: inherit;
  border: none;
}

.storefrontlogo img {
  /*max-width: 115px;*/
  max-width: 118px !important;
}

/*-------Article page----------*/
h1.article-h1 {
  font-size: 30px;
  line-height: 35px;
}

/*-------Directories----------*/
.directories-panel {
  margin-top: 1em;
}

.directories {
  margin: 0 auto;
}

.directories .directories-panel-title {
  padding: 0;
}

.directories .directories-panel-title h1 {
  padding: 0;
  font-size: 23px;
}

.directories .block-dir {
  margin: 15px 0;
}

.directories .block-dir li {
  font-size: 12px;
  text-indent: -5px;
  padding-left: 5px;
}

.directories .dir-title {
  font-weight: bold;
  padding: 0 5px 0 0;
}

.directories .block-dir ul {
  padding-right: 5px;
}

li.cat-more {
  display: none;
}

.directories .more-cats-lnk {
  margin-right: 20px;
  font-weight: bold;
  font-size: 13px;
}

.directory-main-content .content-panel .panel-inner-content {
  float: right;
  width: 100%;
}
.directory-main-content .featured-cat-column {
  float: left;
}
.directory-main-content a.category-product-link,
.directory-main-content a.category-product-link:hover {
  text-decoration: none;
}
.directory-main-content .category-product-supplier {
  font-weight: normal;
  height: 20px;
  color: #aaa;
}
.directory-main-content .supplier-logos {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.directory-main-content .supplier-logos h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.directory-main-content .supplier-logos .logo-wrapper {
  background: #fff;
  padding: 10px 1em 1.5em;
  border: 1px solid #ddd;
  margin-right: 1em;
}
.directory-main-content .supplier-logos .logo-item {
  float: left;
  width: 148px;
  margin-bottom: 1em;
  text-align: center;
}
.directory-main-content .supplier-logos .logo-item img {
  margin-top: 1em;
}
.directory-main-content .youtube-play {
  right: 4px;
  top: 4px;
  font-size: 26px;
  width: 36px;
  padding-left: 6px;
}

.your-brand {
  margin: 0.5em 1em 0 0;
  float: right;
}

/*------subscribe-modal----------*/
#subscribe-modal .subpanel {
  padding: 20px;
  background-color: #333333;
}

#subscribe-modal .subscribe-modal-header {
  margin: 0;
  position: relative;
}

#subscribe-modal .subscribe-panel-title {
  padding: 10px 30px 1px;
  background-color: #333333;
}

#subscribe-modal .sm-title {
  margin-top: 20px;
  font-size: 20px;
}

#subscribe-modal .sm-desc {
  font-size: 13px;
  line-height: 18px;
  margin-top: 20px;
}

#subscribe-modal .sm-envelope {
  width: 100%;
}

#subscribe-modal .modal-content {
  background-color: #333333;
  color: white;
}

#subscribe-modal .modal-body_ {
  display: inline-table;
}

#subscribe-modal .subscribe-modal-btn {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

#subscribe-modal h2 {
  font-weight: bold;
  font-size: 20px;
}

#subscribe-modal #subscribe-paragraphy {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 20px;
}

#subscribe-modal #subscribe-subheading {
  font-size: 20px;
  line-height: 26px;
}

#subscribe-modal .modal-body {
  padding: 15px 35px 20px 35px;
}

/*------Version 2 ---------*/
#subscribe-modal.version-2 .subscribe-modal-header {
  padding: 0;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #CCCCCC;
}

#subscribe-modal.version-2 .subscribe-modal-header > div {
  padding: 0 0 0 15px;
}

#subscribe-modal.version-2 .sm-desc {
  font-size: 14px;
  font-weight: normal;
}

#subscribe-modal button.close {
  background: none;
  color: #FFFFFF;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 3;
}

#subscribe-modal .newspaper {
  bottom: 116px;
  color: #fff;
  font-size: 200px;
  position: absolute;
  right: 53px;
  z-index: 2;
}

#subscribe-modal :-moz-placeholder { /* Firefox 18- */ }

#subscribe-modal ::-moz-placeholder { /* Firefox 19+ */ }

.modal:nth-of-type(even) {
  z-index: 5023 !important;
}

.panel-dirs .panel-heading {
  padding-top: 10px;
}

.panel-articles {
  margin-top: 5px;
}

.panel-sub-title {
  font-weight: normal;
}

/*---Supplier header---*/
.sp-header-details {
  padding: 0 2px 5px 188px;
  position: relative;
  border: 1px solid #E0E1E3;
}

.storefront .sp-header-details .menu-buttons li {
  padding: 0 !important;
}

.sp-header-details .menu-buttons {
  padding: 12px 0 5px;
  height: auto;
}

.sp-header-details .menu-buttons a {
  text-decoration: none;
  padding: 5px 10px;
  border-left: 1px solid #fff;
  margin: 0;
  font-size: 13px;
}

.sp-header-details .menu-buttons a {
  text-decoration: none;
  font-size: 13px;
}

.sp-header-details .menu-buttons a:hover {
  text-decoration: underline;
  background-color: #fff;
}

.sp-header-details .sp-header-contact a:hover {
  background-color: transparent;
}

.sp-header-details .btn-follow, .sp-header-details .btn-follow:hover, .sp-header-details .btn-follow:focus, .sp-header-details .btn-follow:active {
  bottom: 0;
  vertical-align: top;
  margin: 0;
}

.sp-header-logo img {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.sp-header-logo {
  border: 1px solid #E0E1E3;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 178px;
  height: 160px;
  position: absolute;
  z-index: 2;
  left: 10px;
}

.sp-header-logo a {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.sp-header-logo a:hover {
  background-color: #FFFFFF;
}

.sp-header-logo-simplified {
  border: 1px solid #E0E1E3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  height: 160px;
  position: relative;
  margin-bottom: 2em;
}
.sp-header-logo-simplified img {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.sp-header-logo-simplified-mobile {
  margin-top: 1em;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.5em;
}
.sp-header-logo-simplified-mobile img {
  max-width: 100%;
}

.supplier-info-row {
  margin-top: 10px;
}

.sp-header-info {
  margin-left: 10px;
  position: relative;
}

div.sp-header-info-simplified .sp-header-title h1 {
  font-size: 35px;
}
div.sp-header-info-simplified .sp-header-subtitle h2 {
  font-weight: normal;
  border-bottom: 1px solid #E0E1E3;
}

.sp-header-details .input-group {
  padding-top: 4px;
  padding-right: 4px;
}

.storefront .side-content .panel-heading {
  padding: 0 0 10px;
}

.sp-header {
  margin-top: 15px;
  position: relative;
  min-height: 130px;
  border: none;
}

.CountFollowers .glyphicon-globe {
  margin: 0 5px 0 0;
}

.sp-header-subtitle h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.sp-header-contact-button {
  text-align: right;
}

.sp-header-contact-phone {
  text-align: center;
}

section.panel .sp-header-subtitle h2 {
  font-size: 16px;
}

.sp-header-contact {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.sp-header-contact .btn-sm .glyphicon {
  padding: 0 5px;
}

.sp-header-contactinfo .btn-sm {
  padding-right: 5px !important;
}

.sp-header-contact .btn-special {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 9px 2px 9px !important;
}

.sp-header-action i {
  font-size: 9px;
  color: #333333;
}

.sp-header-trade-assurance {
  position: relative;
  width: 330px;
  z-index: 100;
}

.storefrontFollow .btn-follow, .storefrontFollow .btn-follow:hover, .storefrontFollow .btn-follow:active, .storefrontFollow .btn-follow:focus {
  padding-left: 25px;
}

.storefrontFollow {
  bottom: 15px;
  left: 0px;
  position: absolute;
  width: 200px;
}

/*--Small header---*/
.sp-header-logo-small {
  padding: 5px;
  max-width: 100px;
}

.sp-header-logo-small img {
  max-height: 50px;
  max-width: 100%;
}

.sp-header-logo-small .col-xs-10 {
  margin-left: 10px;
}

.header-row {
  margin: 0;
  width: 100%;
}

.header-row-small .navbar-brand img {
  height: 40px;
}

.header-row-small .navbar-collapse, .header-row-small .navbar-brand {
  padding-top: 5px;
}

.header-row-small .srch-box {
  height: 22px;
  padding: 0 12px;
}

/*---Articles list box---*/
.list-item-image {
  display: table-row;
}

.list-item-image .list-item-contentimage {
  float: left;
  margin: 0;
  border: 1px solid #F5F6FA;
}

.article-list-item a {
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
}

.article-list-item a:hover {
  text-decoration: underline;
}

.dir-list-item {
  font-size: 12px;
}

.articles-carousel-control_content ul {
  padding-left: 0;
}

.panel-dirs .panel-heading {
  padding: 0;
  margin: 0 0 10px;
  border: none;
}

.panel-dirs {
  border: 1px solid #E0E1E3;
  margin-top: 20px;
  padding-bottom: 10px;
}

.hot-items .icons {
  display: none;
}

.storefront .content-area .icons {
  display: none;
}

.storefront .content-area {
  margin-top: 20px;
}

.supplier-info-txt .content-area:first-child {
  margin-top: 1px;
}

.storefront .storefront-about {
  margin-top: 2em;
  display: none;
}

.storefront .products-control .sfproduct-item {
  width: 144px;
  height: 165px;
}

.storefront .articles-control .article-item {
  width: 144px;
  height: 180px;
  margin: 0 3px;
}

.storefront .products-control ul,
.storefront .articles-control ul {
  padding: 0;
  list-style: none outside none;
}

.storefront .products-control .sfproduct-item img.content-img {
  max-height: 100%;
  max-width: 100%;
}

.storefront .products-control .sfproduct-item {
  margin: 0 3px 5px;
  padding: 0;
}

.storefront .storefront-listedin {
  background-color: #F5F6FA;
  margin-bottom: 2em;
}

.storefront .supplier-partners .panel-heading {
  padding: 0 0 10px;
}

.item-cap {
  padding: 5px;
}

.side-content .sfproduct-item a:hover {
  text-decoration: underline;
}

.side-content .panel-articles .item-title {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.storefront .article-item .item-caption,
.item-cap .item-desc {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

.side-content .item-cap .item-desc.bigger-text {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.category-item-title, .category-product-title, .category-article-title,
.storefront-products {
  /*TRUNG NGUYEN [02-03-2018]: New style for category product title*/
}
.category-item-title .content-area, .category-product-title .content-area, .category-article-title .content-area,
.storefront-products .content-area {
  margin-top: 0;
}
.category-item-title .supplier-info-txt, .category-product-title .supplier-info-txt, .category-article-title .supplier-info-txt,
.storefront-products .supplier-info-txt {
  padding-top: 0 !important;
}
.category-item-title .category-product .category-product-link, .category-product-title .category-product .category-product-link, .category-article-title .category-product .category-product-link,
.storefront-products .category-product .category-product-link {
  text-decoration: none;
}
.category-item-title .category-product .category-product-details, .category-product-title .category-product .category-product-details, .category-article-title .category-product .category-product-details,
.storefront-products .category-product .category-product-details {
  text-align: center;
}
.category-item-title .category-product .youtube-play, .category-product-title .category-product .youtube-play, .category-article-title .category-product .youtube-play,
.storefront-products .category-product .youtube-play {
  width: 36px;
  font-size: 26px;
  padding-left: 1px;
}
.category-item-title .cat-pro-title, .category-product-title .cat-pro-title, .category-article-title .cat-pro-title,
.storefront-products .cat-pro-title {
  font-family: "proxima-nova" !important;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-device-width: 550px) {
  .category-item-title .cat-pro-title, .category-product-title .cat-pro-title, .category-article-title .cat-pro-title,
  .storefront-products .cat-pro-title {
    font-family: "proxima-nova" !important;
    font-size: 17px !important;
    font-weight: bold;
    display: block;
  }
}

/*trung nguyen: need to overwrite some classes begin*/
.category-product-details .category-product-title {
  height: 4em;
}

.category-product-details .cat-pro-description {
  font-family: "proxima-nova" !important;
  display: block;
  height: 65px;
  margin-top: 5px;
  line-height: 15px;
  font-size: 13px;
  color: #888;
}
@media only screen and (max-device-width: 550px) {
  .category-product-details .cat-pro-description {
    font-size: 16px !important;
    line-height: 18px;
  }
}

.btn-showcomments {
  width: 100%;
  display: none;
}

.comment-item {
  border-bottom: 2px dotted #E0E1E3;
  padding: 15px 0;
}

.srch-related {
  margin: 20px 10px 0;
}

.srch-related a {
  font-size: 16px;
}

.srch-related .subfont-color {
  padding-bottom: 5px;
  font-weight: bold;
}

.less-link, .more-link {
  font-size: 12px;
  margin-left: 5px;
}

.promo-message {
  display: none;
}

.storefront .supplier-directories li.active a {
  font-weight: bold;
}

.storefront .supplier-directories li.active a:before {
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: " ";
  display: inline-block;
  height: 0px;
  width: 5px;
}

.storefront .video-item {
  height: auto;
}

.bg-content .row {
  margin: 0;
}

.bg-content .category .row {
  margin-top: 0;
}

.sp-header-menu {
  background-color: #F5F6FA;
}

.storefront .products-control .hotproduct-item {
  width: 294px;
  height: auto;
}

.sfproduct-item .item-thumb {
  border-bottom: 0;
  height: 95px;
  width: 144px;
}

.item-thumb {
  position: relative;
  border: 1px solid #ddd;
}

.item-thumb-icon {
  background-color: #F5F6FA;
  top: 1px;
  color: #333;
  right: 1px;
  opacity: 1;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.storefront-modal .panel-enquiryform .row {
  margin-top: 60px !important;
}

.modal-logo {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  text-align: center;
}

.modal-logo img {
  max-height: 48px;
  max-width: 100%;
}

.youtube-play {
  color: white !important;
  width: 18px;
  border: 1px solid white;
  font-size: 10px;
  background-color: #ccc !important;
  padding: 3px;
}

.products-control .article-item .item-caption {
  border: 1px solid #F5F6FA;
  background-color: #F5F6FA;
  border-top: none;
  height: 55px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hotproduct-item .item-image img {
  height: 265px;
  width: auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.sp-header-home a {
  border-left: none !important;
}

.panel-title.dotted-border {
  border-bottom: 2px dotted #E0E1E3;
  background: none;
  padding-bottom: 5px;
}

.storefront-articles .panel-title, .storefront-products .panel-title {
  margin-bottom: 10px;
}

.storefront .storefront-item .item-image {
  display: table;
  padding: 0 0 13px;
  width: 100%;
}

.storefront .btn-follow i {
  font-size: 32px;
  left: 3px;
}

.storefront .btn-follow {
  font-size: 10px !important;
  margin-bottom: 5px;
}

.storefront .supplier-partners .panel-title {
  text-align: center;
}

.storefront .storefrontFollow {
  position: relative;
  width: auto;
  bottom: 0;
  margin-bottom: 3px;
}

.storefronInfoWebsite .glyphicon-globe {
  margin-right: 5px;
}

.storefront-listedin a {
  text-decoration: none;
}

.storefront-listedin a:hover {
  text-decoration: underline;
}

.storefront-listedin .dir-list-diritem {
  font-weight: bold;
}

.storefront-listedin .dir-list-emptyitem {
  height: 15px;
}

.secondary-header .navbar {
  z-index: 1;
}

.storefront-listedin ul {
  margin-bottom: 5px;
}

.storefront-listedin {
  font-size: 11px;
  line-height: 13px;
  padding: 15px 0 1em 0;
}

.storefront-listedin .panel-body {
  padding: 10px 30px;
}

.storefront-listedin .panel-title {
  padding-left: 30px;
}

.expired-content .storefront-listedin .panel-title {
  padding-left: 0;
}

.expired-content h3 {
  font-size: 14px;
}

.expired-content .dirstree-control-vertical {
  margin-top: 5px;
}

.expired-content .storefront-products {
  margin: 40px 0;
}

.expired-content .panel-title {
  border: 0;
}

.expired-content .dir-list-item, .expired-content .catstree-control-vertical .media-body {
  font-size: 14px;
  line-height: 18px;
}

.expired-content .sfproduct-item img {
  max-width: 100%;
  max-height: 100%;
}

.expired-content {
  padding-left: 15px;
}

.expired-content .sfproduct-item {
  height: 155px;
  margin: 0 3px 5px;
  padding: 0;
  width: 144px;
}

.panel-supplierbox {
  position: relative;
}

.panel-supplierbox .item-title {
  font-weight: bold;
  font-size: 12px;
}

.panel-supplierbox .product-list-item .lst-item-caption {
  display: table-cell;
  vertical-align: top;
}

.panel-supplierbox .panel {
  border: none;
}

.panel-supplierbox .panel-heading {
  border-radius: 0;
  height: 40px;
  padding: 0 15px 7px;
  background-color: #fff;
  border-bottom: 1px solid #E0E1E3;
}

.panel-supplierbox .inline-products_cat .list-item {
  margin: 0 5px 5px;
  opacity: 0.9;
}

.panel-supplierbox .inline-products_cat .list-item:hover {
  opacity: 1;
}

.panel-supplierbox .inline-products_cat li {
  display: block;
}

.panel-supplierbox .panel-body {
  padding: 15px 0 0;
}

.panel-supplierbox .lst-item-caption {
  height: 130px;
  padding: 0 5px 5px;
  width: 100%;
}

.panel-supplierbox .list-item-contentimage {
  margin: 0;
  float: left;
  border: 1px solid #F5F6FA;
}

.panel-supplierbox .list-item-image {
  display: table-cell;
}

.panel-supplierbox .panel-footer {
  background-color: #fff;
  border-top: 0;
  padding: 5px 10px 10px;
}

.panel-supplierbox .btn-follow {
  float: left;
  margin-right: 5px;
}

.panel-supplierbox .storefronInfoButtons {
  padding: 0;
}

.panel-supplierbox .CountFollowers {
  margin: 0;
  padding-top: 5px;
  text-align: left;
}

.panel-supplierbox .storefrontInfo {
  height: auto;
}

.panel-supplierbox .sf-level a, .panel-supplierbox .sf-level a:hover, .panel-supplierbox .sf-level a:active,
.panel-supplierbox .sf-level a:focus, .panel-supplierbox .sf-level a:visited {
  text-decoration: none !important;
  vertical-align: top;
  margin-top: 10px;
}

.category a,
.category .item-caption,
.category a:visited .item-caption,
.category a:active .item-caption {
  text-decoration: none;
}

.category .isc-description {
  font-size: 12px;
  line-height: 20px;
}

.category .category-desc {
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid #ddd !important;
}

.category .articles-carousel-control_cat .item-desc a,
.category .panel-categories .dir-list-item a {
  color: #333;
}

.category .articles-carousel-control_cat a .item-caption,
.DEL_category .articles-carousel-control_cat a:hover .item-caption {
  line-height: 17px;
  margin-top: 10px;
  color: #333 !important;
  padding-bottom: 0;
}

.category .panel-articles .morelink a,
.category .panel-articles .morelink a:hover {
  color: #333;
}

.category .products-carousel-control_cat .item-caption,
.category .products-carousel-control_cat a:hover .item-caption {
  color: #333;
}

.category .article-item .item-title {
  font-size: 12px;
}

.category .articles-carousel-control_cat {
  padding: 0;
  width: 150px;
}

.category a:hover {
  text-decoration: underline;
}

.category .panel-articles .panel-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.category .panel-articles .entypo {
  display: none;
}

.category .cat-read-more-lnk {
  margin-left: 10px;
  text-decoration: underline !important;
}

.category .categorySfInfoRequest a {
  text-decoration: underline !important;
  font-size: 0.9em;
}

.category .suppliers-count {
  padding: 5px 0;
}

.category .category-desc p {
  margin: 0;
}

.category .panel-catsuppliers-states {
  margin-top: 20px;
  border: 2px solid #ddd;
}

.category div.storefronInfoFollow {
  margin: 0;
}

.category .panel-states .panel-heading {
  background-color: #F5F6FA;
  border: none;
}

.category a:hover, .category a:focus {
  text-decoration: underline !important;
}

.category a.btn, .category a.btn:hover,
.category .products-carousel-control_cat a, .category .products-carousel-control_cat a:hover,
.sf-level a, .sf-level a:hover, .sf-level a:active, .sf-level a:visited {
  text-decoration: none !important;
}

.category .cell-top {
  padding: 0 10px 10px;
}

.category .row-top {
  padding: 0;
}

.category .bg-cat-title {
  background-color: #fff !important;
}

.paid-supplier .bg-cat-title {
  background: #666 none repeat scroll 0 0 !important;
}

.paid-supplier h3 a {
  color: #fff !important;
}

.loyalty-badge {
  position: absolute;
  right: 22px;
  top: -4px;
}

#product-info .loyalty-badge {
  right: 32px;
  top: 3px;
}

.loyalty-num {
  margin-bottom: 3px;
  margin-left: -2px;
  line-height: 8px;
}
.loyalty-num span {
  position: relative !important;
  display: block;
  font-size: 10px;
}

.loyalty {
  display: inline-block;
  font-size: 8px;
  font-weight: bold;
  height: 30px;
  line-height: 6px;
  margin: 0;
  text-align: center;
  vertical-align: top;
  width: 25px;
  padding-top: 4px;
  cursor: pointer;
  position: relative;
}

.list-related {
  padding-left: 11px;
  padding-right: 0;
}

.content-area .panel-dirs {
  border: none;
  padding-right: 10px;
}

.content-area .panel-relsuppliers {
  padding-right: 0;
}

.content-area .panel-relsuppliers ul {
  padding: 0;
}

.product-content.content-area.content img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.tooltip {
  max-width: none;
  /*white-space: nowrap;*/
}

.tooltip-inner {
  border: 1px solid #F5F6FA;
  border-radius: 2px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #F5F6FA;
}

.category .panel-articles .article-item img[src*="ThumbnailGenerator.ashx"] {
  display: none;
}

.sf-level a {
  display: inline-block;
  vertical-align: bottom;
}

.bordershadow {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
}

/*----------------Header popup-----------------------*/
#subscribeModal .modal-dialog {
  width: 450px;
}

#loginModal .modal-dialog {
  width: 395px;
}

@media (max-width: 768px) {
  #loginModal .modal-dialog {
    width: 100%;
    position: fixed;
    top: 25%;
    max-width: 395px;
    left: 0;
    right: 0;
  }
}
#SignUpLoginHldr, #LoginHldr {
  position: fixed;
  left: 25%;
  top: 20%;
  z-index: 1005;
  background-color: #FFF;
  color: #676767;
}

.SignUpLoginHldr {
  background: none repeat scroll 0 0 #FFFFFF;
  position: relative;
  padding: 25px;
}

.mainSignupHldr {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.mainSignupHldr .leftPanel {
  width: 300px;
  height: 300px;
  padding-top: 2px;
  margin: auto;
}

.mainSignupHldr .rightPanel {
  width: 300px;
  margin: auto;
}

.mainSignupHldr .rightPanelHldr {
  width: 300px;
  height: auto;
  margin: auto;
}

.mainSignupHldr .leftPanelHldr {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.mainSignupHldr .or {
  position: absolute;
  border-left: 1px solid #CCCCCC;
  height: 315px;
  text-align: center;
  width: 20px;
  left: 364px;
}

.mainSignupHldr .or p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 20px;
  color: #666666;
  height: 30px;
  margin-left: -15px;
  margin-top: 151px;
  padding-left: 1px;
  padding-top: 6px;
  position: absolute;
  width: 30px;
  font-size: 12px;
}

.mainSignupHldr .LoginHeading {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  font-family: Arial;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.inputStyle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-size: 15px !important;
  padding: 10px;
  margin-bottom: 10px;
  color: Gray;
}

.followModalBody .inputStyle,
.followModalBody .ddlStyle {
  width: 295px;
}

.colorBlack {
  color: Black !important;
}

.inputWidth {
  width: 295px !important;
}

.input--round {
  border-radius: 50px;
}

.join-inputWidth-flex {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.join-inputWidth-flex input, .join-inputWidth-flex select {
  width: 100%;
}

.ddlStyle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px;
  color: Gray;
  background: url("/Content/images/mini-dropdown-arrow.png") no-repeat;
  background-position: right 13px top 13px;
  height: auto;
}

.buttonStyle {
  -webkit-appearance: button;
}

.mainSignupHldr .aEnqFrmClsSignup {
  text-align: right;
  top: 4px;
  width: 100%;
}

.mainSignupHldr #SubmitNew {
  margin-top: 10px;
  height: inherit;
  padding-top: 14px;
  padding-bottom: 12px;
  font-size: 16px !important;
  font-weight: bold;
  background: #fed501;
}

.dvRememberMe {
  margin-left: 2px;
  padding-bottom: 0;
}

.mainSignupHldr .facebook-connect {
  background-color: #3C5A9A;
  background-image: url("/Content/Images/facebook-connect@2x.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 16px;
  text-align: right;
  text-decoration: none;
  width: 260px;
  display: block;
  margin-left: 20px;
  margin-top: 20px;
}

.mainSignupHldr .topPanel {
  width: 100%;
}
.mainSignupHldr .topPanel h2 {
  text-align: center;
  font-size: 13px;
  max-width: 350px;
  margin: 20px auto;
  line-height: 19px;
}

.mainSignupHldr #followErrorMsg {
  color: Red;
}

.mainLoginHldr {
  width: 375px;
  height: auto;
  margin: 0 auto;
  padding: 30px 40px 40px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.mainLoginHldr .topPanel {
  margin-bottom: 30px;
}

.mainLoginHldr .leftPanelHldr {
  padding-right: 0px;
}

.mainLoginHldr .orHorizontal {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  height: 20px;
  text-align: center;
  margin-left: 4px;
  margin-bottom: 10px;
}

.mainLoginHldr .orHorizontal p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 20px;
  color: #666666;
  height: 30px;
  margin-left: 130px;
  margin-top: -4%;
  padding: 6px;
  position: absolute;
  width: 30px;
  font-size: 12px;
}

.mainLoginHldr .dvPassword {
  left: 137px;
  top: 300px;
  width: 150px;
}

.mainLoginHldr #SubmitExisting, .mainLoginHldr #btnSendPasswordForm, .mainLoginHldr #btnCloseSendPasswordForm {
  height: inherit;
  font-size: 16px !important;
  padding-top: 14px;
  padding-bottom: 12px;
  font-weight: bold;
}

#followErrorMsgQuickSubscribe {
  display: none;
  margin-top: 10px;
  color: red;
  text-align: center;
  font-size: 12px;
}

#followModal #SubmitExisting,
#followModal #SubmitNew,
.mainLoginHldr #SubmitExisting,
.mainLoginHldr #SubmitNew, .mainLoginHldr #btnSendPasswordForm, .mainLoginHldr #btnCloseSendPasswordForm {
  background: #fed501;
}

.mainLoginHldr .facebook-connect {
  background-color: #3C5A9A;
  background-image: url("/Content/Images/facebook-connect@2x.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  padding-bottom: 15px;
  padding-right: 26px;
  padding-top: 16px;
  text-align: right;
  text-decoration: none;
  width: 260px;
  display: block;
  margin-left: 17px;
  margin-top: 22px;
  margin-bottom: 10px;
}

#r_lower-header .mainLoginHldr a:link, #r_lower-header .mainLoginHldr a:visited, #r_lower-header .mainLoginHldr a:hover {
  color: #FFF !important;
}

.mainLoginHldr .LoginHeading {
  font-size: 25px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 18px;
  text-align: center;
  font-family: Arial;
}

.dvAlreadyAccount {
  text-align: center;
  font-size: 13px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.mainLoginHldr .forgotPassword {
  margin-left: 80px;
  font-size: 12px !important;
}

.dvText {
  font-size: 13px;
  line-height: 16px;
}

.spErrMsg {
  color: Red;
}

.spInfoMsg {
  font-weight: bold;
}

.topErrMsg {
  padding-bottom: 5px;
}

.mainLoginHldr .topErrMsg ul {
  padding: 0 0 0 10px;
}

.dvNotAccount {
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}

.msgHeaderText {
  font-size: 23px;
  font-weight: bold;
}

.msgDescText {
  font-size: 13px;
  line-height: 1.4;
}

.msgDescText2 {
  padding-left: 20px;
  padding-top: 7px;
}

.fontFamilyArial {
  font-family: Arial;
}

.btnAdjustment {
  padding-top: 3px;
}

.sign-up-privacy p {
  font-size: 0.9em;
  text-align: center;
}

/*---------------------------------------------------*/
/*----------------NewsService Page-------------------*/
/*---------------------------------------------------*/
.dSFHCBase {
  background-color: #FFFFFF;
  margin-left: 40px;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
}

.nsColumnContentL {
  width: 385px;
  margin: auto;
}

.sSRXCbTtlDf {
  margin: 0 7px;
  padding: 5px 15px 5px 0;
}

.siteLineHeight {
  line-height: 1.4;
}

.nSBody {
  background-color: #FFFFFF;
  border: 5px solid #ECECEC;
  color: #333333;
  margin: auto;
  padding-bottom: 25px;
  position: relative;
}

#ns-service-select-container {
  padding-top: 7px;
  padding-bottom: 10px;
}

.sSRXCbTtlSetup {
  border-bottom: 2px solid;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  display: block;
}

.boxContenttext {
  padding-left: 14px;
}

.nsLoginBox {
  background-color: #FFFFFF;
  border-bottom: 5px solid #ECECEC;
  border-left: 5px solid #ECECEC;
  height: 140px;
  width: 410px;
  margin: auto;
}

.nsSubscriberLinks {
  margin-left: 5px;
  padding-left: 5px;
}

.nsBoxContent ul {
  list-style-type: none;
}

.nsSubscriberLinks li {
  float: left;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
  font-family: Arial;
}

.paddingtop {
  padding-top: 20px;
}

.sSRXCbTtlDf {
  border-bottom: 1px solid;
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
}

#view-your-comments {
  padding-left: 15px;
}

#log-out {
  font-weight: bold;
  font-size: 15px;
}

#service-select-container {
  margin-left: -22px;
  margin-top: 35px;
}

.marginContent {
  margin-left: 15px !important;
}

.paddingContent {
  padding-left: 16px;
  padding-top: 7px;
}

.nsDataItem {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nsDataItem label {
  font-weight: normal;
}

.nsColumnContentR {
  width: 385px;
  margin: auto;
}

.iDRXCbIcn {
  /*font-weight: bold;*/
  height: 34px;
  position: absolute;
  right: 7px;
  top: 10px;
}

.nsDetailsBoxes {
  /*padding-bottom: 20px;*/
  padding-top: 20px;
  /*margin-top: 20px;*/
}

.dvUnsubscribe {
  line-height: 1.4;
  margin: 10px auto 0 !important;
  padding-left: 20px;
  width: 430px;
}

.dvUnsubscribe a {
  text-decoration: underline;
}

.red {
  color: #FF0000;
}

.colorBlack {
  color: #000000 !important;
}

.dDECbBkg {
  background-color: #ECECEC;
}

.dvSubscriberOption {
  font-size: 15px;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 7px;
}

.dvSubscriberOption a {
  text-decoration: underline;
}

.btnAdjustmentNS {
  padding-top: 2px;
}

/*------------------------------------*/
/*-------Used Machinery---------------*/
.UsedMachineryboxImg {
  height: 90px;
  width: 127px;
  padding-top: 15px;
}

.UsedMachineryboxImgText {
  font-size: 10px;
  line-height: 12px !important;
  padding-top: 5px;
}

.UsedMachineryimgBorder {
  border: 1px solid #C0C0C0;
}

.sfSearchbox {
  width: 200px;
  margin-right: -8px;
}

.sfSrcInput {
  display: inline !important;
  border-left: 1px solid #D6D6D6 !important;
  font-size: 13px;
}

.storefront .sfSrcInput {
  border-left: 0 !important;
}

.storefront #sfq {
  border: 1px solid #E0E1E3 !important;
  background: #F5F6FA;
}

.panel-info .sfSrcInput {
  border-top: 1px solid #D6D6D6 !important;
  border-bottom: 1px solid #D6D6D6 !important;
  height: 33px;
}

/*------Home Page Comments---------*/
.cmntBoxPadding {
  padding: 14px;
}

.hmComntMargin {
  margin-left: 33px;
}

.dvCommnets {
  padding-top: 3px;
  padding-bottom: 3px;
}

.comments {
  color: #AAAAAA;
  text-align: right;
}

.cmntTitlePaddingLeft {
  padding-left: 3px;
}

.dircmntBoxPadding {
  padding-bottom: 65px;
}

.mobileLoginstyle {
  padding-left: 5px;
}

/*--------New home and directory pages----------*/
.panel {
  border: none;
  background-color: transparent;
}

section.panel {
  border: 1px solid #E0E1E3;
  padding: 1em 1.5em 1.5em !important;
  background: #fff;
}

section.panel h1 {
  font-size: 20px;
  margin: 0.5em 0 1em;
  font-weight: bold;
}

section.panel .row {
  margin-left: 0;
  margin-right: 0;
}

section.panel .dir-listing #view-all {
  font-size: 1.2em;
  text-align: right;
}
section.panel .dir-listing #view-all a:link {
  text-decoration: none;
  font-weight: bold;
}
section.panel .dir-listing h1 {
  font-size: 16px;
}

.panel-heading {
  padding: 0;
}

.navbar-default {
  background-color: #fff;
}

.search-box .input-group {
  border: 1px solid #E0E1E3;
}

.featured-cat-thumb {
  float: right;
  padding: 0 0 17px 17px;
}

.home-articles .article-item .item-title {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 2px;
}

.home-articles .articles-control .article-item {
  margin: 5px 8px 5px 0;
  width: 170px;
  margin-left: 0;
  height: 190px;
}

.home .home-articles .more-link {
  padding-right: 25px;
  font-weight: normal;
}

.featured-cat-item {
  font-size: 14px;
  line-height: 22px;
}

.featured-cat-item-title {
  font-size: 17px !important;
  line-height: 24px;
}

.featured-cat-thumbnails .panel-title {
  padding-left: 0;
  padding-top: 0;
}

.featured-cat-thumbnails h2 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 8px;
}

._featured-cat-thumbnails .panel-heading {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 5px;
}

.directory .lg-element .item-thumb {
  width: 465px !important;
}

.directory .featured-cat-thumb .item-thumb {
  width: 230px;
}

.featured-cat-thumb .item-thumb {
  border: 1px solid #E0E1E3;
  height: 195px;
  position: relative;
  width: 195px;
  background-color: #fff;
}

.lg-element .item-thumb {
  width: 424px;
}

.featured-cat-thumb .content-img {
  max-height: 100%;
  max-width: 100%;
  border: none;
}

.featured-cat-list .search-box {
  padding: 17px 0 12px;
}

a:hover .item-caption {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

.item-caption {
  bottom: 0 !important;
  font-size: 14px !important;
  text-align: left !important;
  border-left: 1px solid #E0E1E3;
  border-right: 1px solid #E0E1E3;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}

.header-accLinks {
  margin: 5px 20px;
  text-align: center;
}

.header-row {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.header-bottom-line {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.dropdown-products {
  margin-right: 20px;
}

.drdwn-text {
  line-height: 16px;
}

.dropdown-products .btn .caret {
  border-top-color: #fff;
}

.dropdown-products .btn-default:hover, .dropdown-products .btn-default:active, .dropdown-products .btn-default:focus {
  border: none;
  font-weight: bold;
  color: #fff;
}

.dropdown-products .btn {
  background: none repeat scroll 0 0 transparent !important;
  border-radius: 0;
  padding: 0 12px;
  border: none !important;
  width: 165px;
  color: #fff;
}

.welcome-text {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  padding: 20px 0 0;
  min-height: 200px;
}

.welcome-text div {
  margin-top: 13%;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 1px 1px 5px #fff;
}

.header-bottom-line .subscriber-form {
  margin-left: 20px;
  width: 60%;
}

/*--------------Most recent products box-----------------*/
.most-recent-products {
  margin-bottom: 20px;
}

.most-recent-products .media-li1st li {
  margin: 5px;
  padding: 0px;
}

.supplier-media a {
  margin-bottom: 5px;
  display: block;
}

.supplier-media .supplier-btn {
  width: 80px;
  height: 40px;
  margin: 0 auto 5px;
}

.supplier-media .follow-btn {
  width: 69px;
  height: 24px;
  margin: 0 auto;
  margin-top: 15px;
}

.mostrecent-object .media {
  width: 295px;
  height: 90px;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #D6D6D6;
}

.mostrecent-object .media-description {
  font-style: italic;
  font-size: 12px;
  white-space: nowrap;
}

.mostrecent-object .media-heading {
  text-transform: uppercase;
}

.mostrecent-object .media-list > li {
  width: 296px;
  float: left;
  margin-right: 46px;
}

.mostrecent-object .media-list > li:last-child {
  margin-right: 0;
}

.mostrecent-object .media-object {
  border: 1px solid #d6d6d6;
}

.mostrecent-items {
  height: 210px;
  width: 295px;
}

.mostrecent-items .main-item img {
  height: 210px;
  width: 225px;
  border: none;
}

.mostrecent-items .mostrecent-item img {
  width: 70px;
}

.body-container {
  margin-top: 30px;
  padding: 0;
  position: relative;
}

.body-container div.panel {
  border: none;
}

.home .featured-cat-list {
  border-radius: 0 4px 4px;
  border-top-left-radius: 0;
  top: -25px;
}

.featured-cat-list .sublink-color {
  font-size: 12px;
}

.featured-cat-list {
  background-color: #fff;
  border: 1px solid #e0e1e3;
  padding: 10px 10px 20px 20px;
  width: 100%;
  z-index: 2;
  margin-bottom: 1em;
}

.featured-cat-column {
  position: relative;
}

.media-object, .fb-like-box {
  background-color: #fff;
}

.subscriber-form {
  margin: 5px auto 20px;
  background: #fff url("/Content/Images/bg-envelope-arrow-generic.png") no-repeat scroll right top;
}

.subscribe-obj-input {
  margin: 1em 0;
}

.panel-subscribe .subscriber-form {
  width: 100%;
  margin: 0;
}

.subscribe-obj {
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 5px #000;
}

.subscribe-obj a {
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 5px #000;
}

.subscribe-obj {
  margin: 40px 0 20px;
}

.subscribe-obj-title span, .subscribe-obj-desc {
  font-size: 13px;
}

.header-row input {
  border: none;
  width: 100%;
  font-size: 16px;
  height: 42px;
  border-right: 0;
}

.header-row .input-group-search input {
  border: 1px solid #a5a5a5;
  border-right: 0;
}

.header-row .home-search-btn {
  width: 40px;
  height: 42px;
  border: 2px solid #fff;
  border-left: 0;
}

.header-row .search-btn {
  height: 42px;
  width: 40px;
  border-left: 0 !important;
  border: 1px solid #a5a5a5;
}

.last-row {
  padding-bottom: 0 !important;
}

.products-count-tab {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px 5px 5px 25px;
  position: absolute;
  height: 50px;
  border-bottom-left-radius: 0;
  width: 175px;
  padding-left: 25px;
  z-index: 999;
  left: -1px;
  border-bottom: 0 !important;
  border-bottom-right-radius: 0;
  top: -50px;
}

.header-bottom-line .container {
  margin-top: 2px;
}

.white-cool {
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 5px #000;
  padding-top: 10px;
}

.drdwn-text {
  font-size: 11px;
}

.video-item a:hover .item-caption,
.video-item .item-caption,
.article-item a:hover .item-caption,
.article-item .item-caption {
  bottom: 0 !important;
  background: none !important;
  border: none !important;
  color: #333;
  padding-left: 0;
}

.subscriber-form .subscribe-box, .subscriber-form .subscribe-btn {
  height: 35px;
  font-size: 14px !important;
}

/*Top navigation bar*/
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list {
  border-bottom: 1px solid var(--grey-1);
}

.nav-list > li {
  padding: 20px 15px 15px;
  border-left: 1px solid var(--grey-1);
}

.nav-list > li:last-child {
  border-right: 1px solid var(--grey-1);
}

.nav-list > li > a:hover {
  text-decoration: none;
}

.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}

.btn-sm {
  padding: 0 10px !important;
}

.navbar-collapse {
  padding: 7px 20px;
}

.container-fluid .navbar-brand img {
  width: 100px;
}

.container-fluid .navbar-brand {
  padding: 8px;
}

.container-fluid .navbar-collapse {
  padding: 0 20px;
}

.navbar-nav .btn-special {
  margin-top: 15px;
}

.navbar-nav .dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-form {
  box-shadow: none;
  border: none;
}

.navbar-btn-tips {
  display: inline-block;
  margin-top: 15px;
}

.btn-tipsideas {
  padding: 4px 12px;
  text-decoration: underline;
  color: #555555;
}

.btn-tipsideas:hover {
  text-decoration: underline;
}

.footer-row {
  background-color: #fff !important;
  border: 1px solid #ddd;
}

.dircmntBoxPadding {
  display: inline-block;
  padding-bottom: 25px !important;
}

.navbar {
  border-radius: 0;
}

.navbar-shadow {
  border-bottom: 0 none;
  display: block !important;
  padding: 0;
  width: 100%;
}

.featured-cat-list .panel-heading {
  padding: 10px 0px !important;
  padding-bottom: 0;
}

.DEL_panel-title {
  border-bottom: 6px solid silver;
  padding-bottom: 5px;
}

.h3, h3, .supplier-info-title h2 {
  display: inline-block;
}

nav.panel h3 {
  font-size: 20px;
  margin: 0.75em 0 0.5em;
}

.most-discussed, .videos, .events-panel {
  background-color: transparent !important;
}

.dircmntBoxPadding {
  width: 100%;
}

.white {
  background-color: #fff;
}

.used-items .jcarousel-control-vertical .prev {
  top: 5px !important;
}

.used-items .jcarousel-control-vertical .next {
  bottom: -15px !important;
}

.mostrecent-object .media-list {
  display: inline-block;
}

.jcarousel-control-horizontal {
  padding: 0 !important;
  overflow: hidden !important;
}

.product-info {
  padding: 0;
}

.info-border {
  padding-top: 30px !important;
}

.panel-brief .info-border {
  padding-top: 15px;
}

.product-item .item-image {
  margin: 0 auto 10px;
}

.panel-info .input-group {
  padding: 0 15px;
}

.slider-nav {
  position: absolute;
  right: 0;
  top: 7px;
}

.tips-panel .slider-nav {
  top: 0;
}

.slider-nav a {
  text-decoration: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 18px;
}

.slider-nav .more-link a {
  font-size: 12px;
}

.supplier-partners .panel {
  padding: 20px;
}

.sfproduct-item .item-cap {
  border: 1px solid #E0E1E3;
  border-top: none;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #F5F6FA !important;
}

.sfproduct-item {
  height: 180px;
  width: 144px;
}

.panel-catsuppliers .panel-title {
  border: none;
}

.articles-carousel-control_cat .next, .articles-carousel-control_cat .prev {
  display: none;
}

.panel-supplierbox {
  border: 1px solid #ddd !important;
  margin-bottom: 2em;
}

.navbar .nav > li {
  z-index: 10000;
}

.most-discussed .margin {
  margin-right: 5px;
}

.dir-panel-title {
  margin-bottom: 15px;
}

.dir-panel-title h1 {
  line-height: 25px;
}

.dir-right-content {
  padding-left: 20px;
}

.supplier-info-txt {
  padding-left: 10px;
  float: right;
}
.supplier-info-txt h1 {
  margin-bottom: 0.75em;
}

.bg {
  width: 100%;
  height: 120px;
}

.find-title {
  margin: 8px 0 0;
  color: #fff !important;
}

.light-grey-text {
  color: #676767;
}

.subscribe-sm-obj {
  padding: 1.8em 15px 20px;
  border-width: 1px !important;
  margin: 0;
}

.subscribe-sm-obj .subscriber-form {
  margin: 10px 0;
  width: 100%;
}

.subscribe-sm-obj .smpl {
  margin: 12px 15px 0;
  font-size: 12px;
  color: #b2b2b2;
}

.home-side-content .subscribe-sm-obj .smpl {
  color: #ccc;
}

.subscribe-sm-obj .subscribe-btn, .subscribe-sm-obj .subscribe-btn:hover {
  padding: 4px 40px;
  height: auto;
}

.subscribe-sm-obj .email {
  font-size: 13px;
  padding: 0 9px;
  background-color: #f7f7f7;
  border: 1px solid var(--grey-1);
}

.subscribe-sm-obj .subscribe-obj-desc {
  line-height: 17px;
  margin-top: 7px;
}

.subscribe-sm-obj .btn-submit-wrapper {
  width: 41px;
}

.subscribed .featured-cat-item-title {
  font-size: 17px !important;
}

.subscribed .subscribe-obj-desc .wi {
  margin-bottom: 5px;
  color: #000;
}

.subscribed .subscribe-obj-desc {
  line-height: 20px;
  font-size: 12px;
}

.side-content > div {
  margin-bottom: 1em;
}

.side-content .panel-content-hotproduct, .side-content .panel-content-hotproduct .products-carousel-control_content {
  width: 100%;
}

.side-content .panel-dirs {
  padding-right: 0;
}

.search .panel-articles .item-image img,
.search .search-products .item-image img {
  padding: 0;
  width: 100px;
  height: 100px;
}

.cmspages .content-area {
  position: relative;
}

.header-bottom-line .container {
  display: inline-block;
  width: 808px;
}

.header-bottom-line .navbar-btn-tips {
  margin-bottom: 35px;
  margin-top: 0;
}

#storefront-header .contents {
  min-height: 1.8em;
  max-height: 5.8em;
  overflow: hidden;
}
#storefront-header > p {
  margin-top: 0.5em;
}

.storefront-about {
  margin-bottom: 15px;
}

.storefront-about p {
  margin: 0.5em 0 1em;
}

.storefront-listedin .panel-heading {
  margin-bottom: 0;
}

.search-enquiry .panel-enquiryform, .search-enquiry .subpanel {
  margin-top: 0;
  background: none;
}

.search-enquiry input, .search-enquiry textarea, .search-enquiry select {
  color: #666;
  background-color: #F5F6FA;
}

.search-enquiry .left-panel input, .search-enquiry .left-panel textarea, .search-enquiry .left-panel select {
  margin: 4px 0;
}

.search-enquiry legend {
  padding: 0 0 5px;
  margin: 0;
  font-size: 20px;
}

.search-enquiry .right-panel {
  padding-right: 0;
}

.search-enquiry .left-panel {
  padding-left: 0;
}

.search-enquiry #enqFrmMessage {
  display: none;
}

.search-enquiry #moreinfo {
  height: 135px;
}

.search-enquiry .enqRefreshCapcha a {
  margin-left: 10px;
}

.search-enquiry #enquiryFormSubmit {
  background: #333;
  color: #fff;
}

.search-enquiry #enquiryFormSubmit:hover {
  background: #666;
}

.noresult-description .panel-categories .panel-heading {
  margin-top: 20px;
}

#most-popular-sponsored .popularproduct-item {
  border: 1px solid var(--grey-1);
  padding-bottom: 0.5em;
}

.home-mostpopular {
  margin-top: 20px;
}

.popularproduct-item {
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.popularproduct-item .item-thumb {
  border: none;
  height: 140px;
}

.popularproduct-item .sp-header-contact {
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 0.79em;
}

.DEL_popularproduct-item .item-title, .DEL_popularproduct-item .item-supplier {
  white-space: nowrap;
}

.popularproduct-item .item-title {
  height: 38px;
  overflow: hidden;
}

.popularproduct-item .item-rank {
  background: #999 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 2;
}

.popularproduct-item .subfont-color {
  font-size: 12px;
}

.product-views {
  color: #e26631;
}

.featured-cat-column .limit-text-fading {
  background: #ffffff linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
  bottom: 1px;
  position: absolute;
  text-align: right;
  width: 80%;
}

.share-buttons {
  margin: 10px auto;
  height: 35px;
  width: 300px;
}

.side-content .sfproduct-item .item-thumb {
  width: auto;
  border-bottom: 1px solid #ddd;
}

.side-content .sfproduct-item .item-cap {
  border: none;
  background: none !important;
}

.icon-2x.icon-star {
  font-size: 16px;
}

.sp-header-action .sf-levelname, .sp-header-action i {
  font-size: 11px !important;
}

.loyalty-link {
  margin: 0 !important;
}

.category .panel-articles .panel-heading {
  padding-bottom: 0;
}

.tips-ideas .tip-title > img {
  max-width: 80px;
}

.tips-ideas .tip-title {
  margin-bottom: 10px;
  margin-top: 20px;
}

.tips-ideas .panel-title {
  text-transform: uppercase;
}

.flex-caption {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 30px !important;
  padding: 2%;
  position: absolute;
  right: 0;
  text-align: right;
  text-shadow: 1px 1px 5px #000;
  top: 0;
  width: 96%;
}

.flexslider .slides > li {
  position: relative;
}

.flexslider {
  border-top: none !important;
}

.flex-control-paging li a {
  height: 15px;
  width: 15px;
}

.flex-direction-nav a {
  line-height: 40px;
}

.tips-ideas .panel-tips-news {
  margin-top: 15px;
  padding-top: 22px;
}

.tips-ideas .articles-control .article-item {
  width: 200px;
  margin-left: 0;
}

.tips-ideas .product-subarticles .article-item {
  width: 128px;
  margin-left: 0;
}

.tips-ideas .product-subarticles .article-item .item-title {
  font-size: 12px;
}

.storefront .panel-title h3,
.tips-ideas h3 {
  border-bottom: 1px solid #fcc511;
  display: block;
  font-size: 20px;
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  text-transform: none;
}

section.search h3 {
  border-top: 1px solid #fcc511;
  display: block;
  font-size: 22px;
  margin: 0.7em 0 0.5em;
  padding: 0.2em 4px 0.5em 0;
  position: relative;
}
section.search h3 span {
  display: inline-block;
  background: #fff;
  padding: 1em 0.5em 1em 0;
  margin-top: -1.7em;
  position: absolute;
}

.storefront .storefront-listedin h3 {
  border-bottom: none !important;
  font-size: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}

section.search .subscribe-sm-obj {
  background: #ffd602;
}

.tips-ideas .product-subarticles .item-caption {
  font-size: 12px;
  line-height: 15px;
}

.product-subarticles .articles-control ul {
  padding-left: 0;
}

.product-subarticles .panel-heading {
  display: none;
  line-height: 18px;
}

.product-subarticles .article-item .item-title {
  font-weight: normal;
}

.tips-ideas .flex-control-nav {
  bottom: 10px;
  left: 30px;
  position: absolute;
  width: 100%;
  text-align: left;
}

.panel-tips-news .panel-body {
  padding: 15px 0;
}

.panel-tips-news .dir-list-item img {
  float: left;
  padding-right: 10px;
  padding-top: 5px;
}

.panel-tips-news .dir-list-item {
  display: table;
  font-size: 12px;
  margin-bottom: 8px;
}

.panel-tips-news .dir-list-item.thumb {
  min-height: 55px;
}

.panel-tips-news .dir-list-item span {
  display: block;
  line-height: 17px;
}

.product .item-caption,
.large-images-control .item-caption {
  font-size: 13px !important;
}

.tips-content .panel-title {
  padding: 0;
  border: 0;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
  margin-right: 20px;
  opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
  margin-left: 20px;
}

.content-page .large-image-item .item-caption {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-shadow: 2px 1px 4px #000;
  border: 0;
}

#related-suppliers img.content-img {
  max-width: 90%;
  max-height: 70px;
}

#related-suppliers .generic-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 100px;
  text-align: center;
}

#related-suppliers .generic-carousel-item img {
  display: inline-block;
  margin: auto 0;
  vertical-align: middle;
}

#related-suppliers.generic-carousel li {
  height: 110px !important;
}

#related-categories {
  vertical-align: top;
}
#related-categories span {
  font-size: 13px;
  font-family: proxima-nova;
  color: #888;
}
#related-categories ul {
  margin-top: 0px;
}
#related-categories h3 {
  margin-bottom: 0.2em;
  font-size: 18px !important;
  margin-top: 15px;
}
#related-categories li.default-related-category-style {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #E0E1E3;
  display: inline-block;
  margin: 0.4em 0.5em 0.4em 0;
  padding: 0.25em 1em;
  font-size: 13px;
}
#related-categories .related-categories-bot li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #E0E1E3;
  display: inline-block;
  margin: 0.4em 0.5em 0.4em 0;
  padding: 0.25em 1em;
  font-family: "proxima-nova" !important;
  font-size: 13px;
}
#related-categories .related-categories-top li {
  display: inline-block;
  font-family: "proxima-nova" !important;
  font-size: 13px;
}
#related-categories ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 550px) {
  .related-categories-bot {
    display: block;
  }
  .related-categories-top {
    display: none;
  }
}
@media only screen and (min-width: 550px) {
  .related-categories-bot {
    display: none;
  }
  .related-categories-top {
    display: block;
  }
}
.supplier-directories.side-content {
  margin-top: 2em;
}

#assocArticle {
  display: none;
}
#assocArticle .content {
  z-index: 50;
  text-align: left;
  position: fixed;
  top: 200px;
  background: #fff;
  padding: 0.5em;
  border: 1px solid #999;
  font-size: 14px;
  width: 300px;
  margin-left: -300px;
}
#assocArticle .content a.article-img {
  display: inline-block;
  width: 130px;
}
#assocArticle .content p {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-top: 1em;
}
#assocArticle .content .close-popup {
  position: absolute;
  width: 14px;
  text-align: right;
  right: 4px;
  top: 4px;
}

section.social-share {
  margin: 0.5em 0;
  overflow: hidden;
}
section.social-share .addthis_sharing_toolbox {
  display: inline-block;
}
section.social-share .share-span {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 15px;
}
section.social-share .share-container {
  display: inline-block;
  float: left;
}
section.social-share .more-link-div {
  float: right;
  background-color: var(--grey-1);
  padding: 10px 80px 10px 20px;
}
section.social-share .more-link-div p {
  margin: 0;
  line-height: 3.4ex;
}
section.social-share .more-link-div p a:link {
  font-weight: bold;
}

.other-links {
  background: url(https://portalimages.blob.core.windows.net/icons/article-marketing-48.png) no-repeat;
  padding-left: 55px;
  height: 50px;
}
.other-links p {
  margin: 0 0 0.15em;
}

#product-info-top section.social-share {
  margin: 1em 0;
  text-align: center;
}

.confirm-unsubscribe h1 {
  margin-bottom: 0.5em;
  text-align: center;
}
.confirm-unsubscribe .responses a {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}
.confirm-unsubscribe .responses a:hover {
  color: #fff;
  text-decoration: underline;
}
.confirm-unsubscribe .responses button {
  background: #b94a48;
  font-weight: bold;
  color: var(--white);
  font-size: 16px;
  text-align: center;
  padding: 8px 55px;
  border: none;
  border-radius: 22px;
}
.confirm-unsubscribe p.unsubscribe-email {
  margin: 2em 0;
  text-align: center;
}
.confirm-unsubscribe .less-frequent {
  background: #57a871;
}
.confirm-unsubscribe .unsubscribe-confirm {
  background: #b94a48;
}

#subscribe-autoshow-modal .modal-dialog {
  max-width: 500px;
}
#subscribe-autoshow-modal h2 {
  margin: 0.2em 0 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
#subscribe-autoshow-modal h2 .glyphicon {
  top: 2px;
}
#subscribe-autoshow-modal label {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  color: #aaa;
}
#subscribe-autoshow-modal input#SubscribeEmail {
  width: 100%;
  font-size: 16px;
  padding: 0.5em;
}
#subscribe-autoshow-modal p {
  margin-top: 1em;
}
#subscribe-autoshow-modal p a {
  margin-left: 0.5em;
  text-decoration: none;
  color: #666;
}
#subscribe-autoshow-modal p a:hover {
  text-decoration: underline;
  color: #aaa;
}
#subscribe-autoshow-modal p input {
  background: #FFC511;
  padding: 0.5em 1.5em;
  border-radius: 0.25em;
  border: none;
  font-weight: bold;
  color: #333;
}
#subscribe-autoshow-modal em {
  font-size: 0.9em;
  color: #666;
  display: block;
  margin-top: 1.5em;
}
#subscribe-autoshow-modal .confirmation-msg {
  padding: 0.5em;
  background: #6aca60;
  color: #fff;
  font-size: 1.3em;
  display: none;
}

.body-ms #subscribe-autoshow-modal p input {
  background: #01b4c8;
  color: #fff;
}

.body-hh #subscribe-autoshow-modal p input {
  background: #ee4a3d;
  color: #fff;
}

.rotate90,
#trade-assurance-panel.mousehover h5 > span.glyphicon {
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  section.panel .dir-listing h1 {
    font-size: 20px;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .catBreadCrumbs a {
    display: inline;
  }
  #directory-container .panel .panel-footer {
    font-size: 15px;
    line-height: 22px;
  }
  #articles-section a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .product-info {
    padding: 0 1.5em 0 0;
  }
  .featured-cat-thumbnails {
    padding-left: 1em !important;
  }
  .storefront .supplier-info-txt {
    padding-left: 20px;
  }
  .directory-main-content .content-panel {
    margin-left: 200px;
  }
  .directory-main-content .content-panel .featured-cat-column {
    margin-left: -200px;
    width: 200px;
  }
  .directory-main-content .content-panel .logo-wrapper {
    padding-left: 3.5em;
  }
  #slogan .hidden-sm {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .directory-main-content .content-panel {
    margin-left: 255px;
  }
  .directory-main-content .content-panel .featured-cat-column {
    margin-left: -255px;
    width: 250px;
  }
  .directory-main-content .content-panel .logo-wrapper {
    padding-left: 1.1em;
  }
}
@media only screen and (min-width: 1599px) {
  .col-lg-fifth {
    width: 20%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 90%;
  }
}
@media (max-width: 1530px) {
  #articleSponsors .container {
    right: 10px;
  }
}
@media (max-width: 767px) {
  #articleSponsors {
    position: static;
    margin: 0;
  }
  #articleSponsors .container {
    position: static;
    border: none;
    width: auto;
  }
  #articleSponsors .container h2 {
    background: none;
    padding: 1.25em 0 0.5em 0;
    font-size: 1.2em;
    color: #333;
  }
  #articleSponsors .container .logos {
    padding-left: 0;
  }
  #articleSponsors .container .assoc-cats {
    display: none;
  }
  #articleSponsors .container a.close-popup {
    display: none;
  }
}
@media (max-width: 630px) {
  section.editorial .item-info {
    padding: 1em 1em 0;
  }
  .category .category-product span.view-more,
  #newsletter-latest-products .category-product span.view-more {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  section.editorial .item-info {
    padding: 0;
  }
  strong.products-supplier {
    white-space: normal;
  }
  .phone-part a {
    text-decoration: underline !important;
  }
  .product-info .generic-carousel {
    margin: 0;
    padding: 0 0 0.75em;
  }
  .product-info .generic-carousel h3 {
    margin-left: 0;
  }
}
.body-ms .promospace {
  position: absolute;
  top: 140px;
  float: right;
  width: auto;
  z-index: 999;
  margin-left: 695px;
}

/*.body-ms .body-container {
    margin-top: 43px;
}*/
.body-ms .promospace a {
  float: right;
}

/*TRUNG NGUYEN [01-03-2018]: Make the last link in the breadcrumbs underlined, change basic color - BEGIN*/
.body-ms .promospace a:link, .body-ms .promospace a:visited {
  color: #333333;
}

.body-ms .promospace a:hover {
  color: #3e8cce;
}

.catBreadCrumbs a:last-child {
  text-decoration: underline !important;
}

/*TRUNG NGUYEN [01-03-2018]: Make the last link in the breadcrumbs underlined, change basic color - END*/
.body-ms .promospace img {
  margin-left: 10px;
}

.body-is .promospace, .body-hh .promospace {
  display: none;
}

.body-ms .catBreadCrumbs {
  position: relative;
  margin-left: 0px;
  left: 0px;
}

@media screen and (min-width: 992px) {
  .body-ms .catBreadCrumbs .container {
    position: relative;
    right: 160px;
    width: 660px;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 992px) {
  .body-ms .promospace {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .body-ms .body-container {
    margin-top: 30px;
  }
}
/*Andrew code change [28-02-2018]: Guild logo - End*/
/*test new style*/
@media (max-width: 550px) {
  .category-products .col-xs-6 {
    width: 100% !important;
  }
}

/*Overwrite all to make top panel appear again*/
@media screen and (min-width: 700px) {
  .container {
    display: block !important;
  }
}
/*Button contact on desktop*/
.btn-contact-desktop {
  background-color: #E2E2E2;
  color: #545454 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-family: "proxima-nova";
  font-size: 14px !important;
}

.btn-contact-desktop:hover {
  background-color: #FFBF44;
  color: #756242 !important;
}

.btn-contact-desktop:hover span {
  color: #756242 !important;
}

.btn-contact-desktop img {
  position: relative;
  width: 20px;
  top: -2px;
}

/*Button contact on mobile*/
.btn-contact-mobile {
  background-color: #FFBF44;
  color: #545454;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-family: "proxima-nova";
  font-size: 14px !important;
}
.btn-contact-mobile img {
  position: relative;
  width: 20px;
  top: -2px;
}

/*Button call on mobile*/
.btn-call-mobile {
  background-color: #E2E2E2;
  color: #545454;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-family: "proxima-nova";
  font-size: 14px !important;
}
.btn-call-mobile img {
  position: relative;
  width: 20px;
  top: -2px;
}

/*Need to overwrite code from hh - shouldn't be white color*/
#enquiry-modal .modal-content,
#enquiry-modal .panel-enquiryform {
  color: #888 !important;
}

a.truncated-phone-style:link, a.truncated-phone-style:visited, a.truncated-phone-style:active {
  font-family: "proxima-nova";
  color: #888 !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

a.truncated-phone-style:hover {
  text-decoration: none !important;
}

a.truncated-phone-style .show_number_lbutton {
  font-family: "proxima-nova";
  color: #888;
  text-decoration: none;
  padding-left: 10px;
  font-size: 13px !important;
  font-weight: normal;
}

.supplier-contact-phone-container {
  display: block;
  padding: 0;
  line-height: 21px;
  margin-bottom: 5px;
}

@media screen and (max-width: 550px) {
  #enquiryFormSubmit {
    padding-top: 10px !important;
    padding-bottom: 32px !important;
  }
  .supplier-contact-phone-container {
    display: none;
  }
  .desktop-contact-group {
    display: none;
  }
  .mobile-contact-group {
    display: block;
  }
  .mobile-contact-group .col-mobile-6-left {
    width: 48.5% !important;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
  }
  .mobile-contact-group .col-mobile-6-right {
    width: 48.5% !important;
    display: inline-block;
    float: right;
    margin-bottom: 15px;
  }
  /*Button call on mobile*/
  .btn-call-mobile:hover {
    background-color: #E2E2E2 !important;
    color: #545454 !important;
  }
  .btn-contact-mobile {
    background-color: #FFBF44 !important;
    color: #545454 !important;
  }
}
@media screen and (min-width: 550px) {
  .desktop-contact-group {
    display: block;
  }
  .mobile-contact-group {
    display: none;
  }
}
/*TN- Handle supplier phone link and button - END*/
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/Spinning-Wheel.gif) center no-repeat #000;
  vertical-align: middle;
  text-align: center;
  opacity: 0.8;
  display: none;
}

/*MEGAMENU - BEGIN*/
@media screen and (max-width: 768px) {
  .megamenu-container {
    display: none;
  }
  .extra-space {
    display: none;
  }
}
.megamenu-container {
  background-color: #D9D9D9;
  width: 100%;
  z-index: 2;
  position: absolute !important;
  top: 110px !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
}

.megamenu-container .js-navbar-collapse {
  width: 1020px;
}

.megamenu-container .js-navbar-collapse > ul {
  padding: 0;
  position: relative;
}

.megamenu-container .js-navbar-collapse > ul > li {
  padding-left: 2px;
  padding-right: 2px;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown .dropdown-toggle {
  top: -6px;
  padding: 10px 12px 10px 12px;
  z-index: 2000;
  font-family: proxima-nova;
  font-size: 13.8px !important;
  color: #434343;
}

.mega-dropdown a.dropdown-toggle:link, .mega-dropdown a.dropdown-toggle:visited {
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
}

/*.mega-dropdown a.dropdown-toggle:hover, .mega-dropdown a.dropdown-toggle:focus {*/
.mega-dropdown a.dropdown-toggle:hover {
  text-decoration: none;
  background-color: #FFFFFF !important;
  padding-left: 8px;
  padding-right: 8px;
  border-left: solid 0px #888;
  border-right: solid 0px #888;
  border-top: solid 0px #888;
  color: #e0b008;
}

.mega-normal-parent-link {
  font-size: 14px;
  text-decoration: none;
}

.mega-normal-parent-link-active {
  text-decoration: none;
  background-color: #FFFFFF !important;
  color: #e0b008 !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  border-left: solid 0px #888 !important;
  border-right: solid 0px #888 !important;
}

.mega-dropdown-menu {
  padding: 15px 0 25px 35px;
  width: 967px !important;
  position: absolute;
  right: 400px !important;
  left: auto;
  top: 31px;
  border: solid 1px #d2d2d4;
  box-shadow: 2px 2px 10px #929292 !important;
  -webkit-box-shadow: none;
  border-radius: 0;
  font-family: proxima-nova;
  color: #434343;
  z-index: 1000;
}

.galleria-image-nav-right, .galleria-image-nav-left {
  z-index: 0 !important;
}

.galleria-image, .galleria-info-text, .galleria-info {
  z-index: 0 !important;
}

.prod-new {
  z-index: 0 !important;
}

.prod-viewed > span {
  z-index: 0 !important;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.galleria-thumbnails-container {
  z-index: 0 !important;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #434343;
  padding: 2px 5px;
  text-decoration: none;
  margin-bottom: 2px;
  font-family: proxima-nova;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #e0b008;
  background-color: #F5F6FA;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 25px;
  font-weight: bold;
  color: #434343;
  padding: 5px 60px 5px 5px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: proxima-nova;
}

.mega-logo-item {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

.mega-menu-article-section {
  position: relative;
  top: 27px;
  vertical-align: top;
  background-color: #F2F2F2;
  border-top: solid 1px #e8e8e8;
  padding: 20px;
  font-family: proxima-nova;
  color: #434343;
  border: solid 0px red;
}
.mega-menu-article-section a {
  vertical-align: top;
}
.mega-menu-article-section img {
  /*float:left;*/
}
.mega-menu-article-section span {
  padding: 0;
  width: 165px;
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}

.mega-cate-holder-2 {
  float: left;
  width: 620px;
}

.mega-cate-holder-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.mega-cate-holder-2 ul li a {
  display: block;
  color: #434343;
  padding: 2px 5px;
  text-decoration: none;
  margin-bottom: 2px;
  font-family: proxima-nova;
}

.mega-cate-holder-2 ul li a:hover {
  text-decoration: none;
  color: #e0b008;
  background-color: #F5F6FA;
}

.mega-cate-holder-2 ul li a:hover span {
  color: #e0b008 !important;
}

.mega-brand-holder-1 {
  float: left;
  width: 310px;
  background-color: #FAFAFA;
  height: 600px;
  border-left: solid 1px #e8e8e8;
}

.mega-brand-holder-1 ul {
  list-style: none;
}

.iconset-ul-container {
  text-align: left;
}

.iconset-ul-container li {
  line-height: 28px;
  vertical-align: middle;
}

.mega-viewall {
  font-weight: bold !important;
}

.mega-viewall span {
  font-size: 11px;
  color: #434343 !important;
  font-weight: normal !important;
}

.mega-icon-set {
  display: inline-block;
  background: url("/Images/megamenu-icons-hi-rez.png") no-repeat;
  width: 60px;
  height: 48px;
  position: relative;
  top: 12px;
  margin-right: 8px;
}

.mega-icon1 {
  background-position: 0 0;
  zoom: 0.5;
}

.mega-icon2 {
  background-position: -60px 0px;
  zoom: 0.5;
}

.mega-icon3 {
  background-position: -120px 0px;
  zoom: 0.5;
}

.mega-icon4 {
  background-position: -180px 0px;
  zoom: 0.5;
}

.mega-icon5 {
  background-position: -240px 0px;
  zoom: 0.5;
}

.mega-icon6 {
  background-position: -300px 0px;
  zoom: 0.5;
}

.mega-icon7 {
  background-position: -360px 0px;
  zoom: 0.5;
}

.mega-icon8 {
  background-position: -420px 0px;
  zoom: 0.5;
}

.mega-icon9 {
  background-position: -480px 0px;
  zoom: 0.5;
}

.mega-icon10 {
  background-position: -540px 0px;
  zoom: 0.5;
}

.mega-icon11 {
  background-position: -600px 0px;
  zoom: 0.5;
}

.mega-icon12 {
  background-position: -660px 0px;
  zoom: 0.5;
}

.mega-icon13 {
  background-position: -720px 0px;
  zoom: 0.5;
}

.mega-icon14 {
  background-position: -780px 0px;
  zoom: 0.5;
}

.mega-icon15 {
  background-position: -840px 0px;
  zoom: 0.5;
}

.mega-icon16 {
  background-position: -900px 0px;
  zoom: 0.5;
}

.mega-icon17 {
  background-position: -960px 0px;
  zoom: 0.5;
}

.mega-icon18 {
  background-position: -1020px 0px;
  zoom: 0.5;
}

.mega-icon19 {
  background-position: -1080px 0px;
  zoom: 0.5;
}

.mega-icon20 {
  background-position: -1140px 0px;
  zoom: 0.5;
}

.mega-icon21 {
  background-position: -1200px 0px;
  zoom: 0.5;
}

/*MEGAMENU - END*/
.price-tag-is {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 34px;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 13px 6px 13px;
  display: inline-block;
  background: rgb(255, 212, 51);
  background: rgba(248, 224, 133, 0.8);
  border: solid 1px #bfbdbd;
  color: #505050;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 2px;
  z-index: 2 !important;
}

.price-tag-ms {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 34px;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 13px 6px 13px;
  display: inline-block;
  background: rgb(0, 229, 246); /* Fallback for older browsers without RGBA-support */
  background: rgba(180, 240, 245, 0.8);
  border: solid 1px #bfbdbd;
  color: #505050;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 2px;
  z-index: 2 !important;
}

.price-tag-hs {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 34px;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 13px 6px 13px;
  display: inline-block;
  background: rgb(238, 65, 62); /* Fallback for older browsers without RGBA-support */
  background: rgba(237, 159, 158, 0.8);
  border: solid 1px #bfbdbd;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 2px;
  color: #505050 !important;
  z-index: 2 !important;
}

.price-tag-storefront-is {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background: rgb(255, 212, 51);
  background: rgba(248, 224, 133, 0.8);
  border: solid 1px #bfbdbd;
  color: #505050;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 2px;
}

.price-tag-storefront-ms {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background: rgb(0, 229, 246); /* Fallback for older browsers without RGBA-support */
  background: rgba(180, 240, 245, 0.8);
  border: solid 1px #bfbdbd;
  color: #505050;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 2px;
}

.price-tag-storefront-hs {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background: rgb(238, 65, 62); /* Fallback for older browsers without RGBA-support */
  background: rgba(237, 159, 158, 0.8);
  border: solid 1px #bfbdbd;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 2px;
  color: #505050 !important;
}

.compare-table {
  font-family: proxima-nova;
  font-size: 13px;
  margin: 0;
}
.compare-table tr > td {
  width: 22% !important;
}
.compare-table tr > td:first-child {
  font-weight: bold;
  width: 12% !important;
}
.compare-table tr > td > .glyphicon-ok {
  font-size: 16px !important;
  color: #58A774;
  font-weight: bold;
}
.compare-table tr > td > .glyphicon-remove {
  font-size: 16px !important;
  color: #FF2845;
  font-weight: bold;
}

.compare-panel-heading-productinfo {
  background-color: #efefef !important;
  padding: 5px 10px 2px 10px !important;
  font-weight: bold;
  color: #333333 !important;
  font-family: "proxima-nova";
  cursor: pointer;
}

.compare-panel-body-productinfo {
  background-color: #fff !important;
  border: solid 1px #efefef !important;
  font-family: "proxima-nova";
  padding-bottom: 0;
  padding-top: 0;
}

.compare-panel-body-productinfo table tbody tr:first-child td {
  border: none;
}

.compare-panel-heading-supplierinfo {
  background-color: #efefef !important;
  padding: 5px 10px 2px 10px !important;
  font-weight: bold;
  color: #333333 !important;
  border: solid 1px #efefef !important;
  font-family: "proxima-nova";
  cursor: pointer;
  margin-top: 20px;
}

.compare-panel-body-supplierinfo {
  background-color: #fff !important;
  border: solid 1px #efefef !important;
  font-family: "proxima-nova";
  padding-bottom: 0;
  padding-top: 0;
}

.compare-panel-body-supplierinfo table tbody tr:first-child td {
  border: none;
}

.compare-panel-body-custominfo table tbody tr td {
  border: none;
}

.compare-panel-heading-custominfo {
  background-color: #efefef !important;
  padding: 5px 10px 2px 10px !important;
  font-weight: bold;
  color: #333333 !important;
  border: solid 1px #FFC033 !important;
  font-family: "proxima-nova";
  cursor: pointer;
  margin-top: 20px;
}

.compare-panel-body-custominfo {
  background-color: #fff !important;
  border: solid 1px #FFC033 !important;
  font-family: "proxima-nova";
  padding-bottom: 0px !important;
  padding-bottom: 10px !important;
  padding-top: 8px;
}

.compare-panel-body-custominfo table tbody tr td {
  border: none;
}

.custom-keytext {
  background-color: #f7e0ab;
  width: 100%;
  padding: 4px 5px;
  border: solid 1px #d9d9d9;
  font-weight: normal;
}

.custom-valuetext {
  width: 100%;
  padding: 4px 5px;
  border: solid 1px #d9d9d9;
}

.comparison-new {
  background-color: #ffffff !important;
  border: 1px solid #ffc033 !important;
  box-shadow: none !important;
}

.comparison-new:hover {
  background-color: #ffc033 !important;
  color: #434343 !important;
}

.compare-button-prod {
  background-color: #505050;
  padding: 3px 6px 3px 6px !important;
  font-family: "proxima-nova";
  color: #fff;
  position: relative;
  font-weight: normal;
  opacity: 0.8;
  transition: 0.2s all;
  margin-left: 20px;
  cursor: pointer;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.compare-button-prod > i {
  font-size: 22px;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  top: 7px;
}

.compare-button-prod > span.lblCompare {
  color: white;
  font-size: 13px;
}

.compare-button-prod:hover {
  background-color: #FFC033;
  color: #333;
  opacity: 1;
  box-shadow: 1px 1px #505050;
}
.compare-button-prod:hover .lblCompare {
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .compare-button-prod {
    display: none;
  }
}
.compare-button-cat {
  background-color: #505050;
  padding: 3px 6px 3px 6px !important;
  font-family: proxima-nova;
  color: #fff;
  position: relative;
  font-weight: normal;
  opacity: 0.8;
  transition: 0.2s all;
  margin-left: 4px !important;
  cursor: pointer;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.compare-button-cat > i {
  font-size: 22px;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  top: 7px;
}

.compare-button-cat > span.lblCompare {
  color: white;
  font-size: 13px;
}

.compare-button-cat:hover {
  background-color: #FFC033;
  color: #333;
  opacity: 1;
  box-shadow: 1px 1px #505050;
}
.compare-button-cat:hover .lblCompare {
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .compare-button-cat {
    display: none;
  }
}
.show-enquiry {
  position: relative;
  top: -50px;
  right: 15px !important;
  float: right;
  line-height: 0;
  cursor: pointer;
}

.show-enquiry > i {
  font-size: 26px;
  position: relative;
  transition: 0.3s all;
  border: solid 1px white;
  margin: 2px 7px 2px 7px !important;
  padding: 0 2px 0 2px;
}

.show-enquiry:hover i {
  background-color: #f8d688;
  border: solid 1px #FFC033;
}

@media screen and (max-width: 768px) {
  .show-enquiry {
    display: none;
  }
}
.txtComparisonName {
  border: solid 1px #E0E1E3;
  border-radius: 0 !important;
  font-family: proxima-nova;
  font-size: 15px;
  color: #888;
}

.txtComparisonName::-webkit-input-placeholder {
  font-family: proxima-nova;
  font-size: 15px;
  color: #888;
}

.txtComparisonName::-moz-input-placeholder {
  font-family: proxima-nova;
  font-size: 15px;
  color: #888;
}

.txtComparisonName:ms-input-placeholder {
  font-family: proxima-nova;
  font-size: 15px;
  color: #888;
}

.btnCreateComparison {
  background-color: #FFC033 !important;
  padding: 7px 15px !important;
  font-weight: bold;
  color: #333333 !important;
  margin-right: 10px;
  border: none;
}

.cboComparisonName {
  border: solid 1px #E0E1E3 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: proxima-nova;
  font-size: 15px !important;
  color: #888;
}

/*STANDARD BUTTON*/
.comparison-standard-button-is {
  background-color: #FFC033;
  padding: 6px 15px;
  border-radius: 0 !important;
  border: none;
  display: inline-block;
  font-family: proxima-nova;
  text-decoration: none;
  margin-right: 5px !important;
  transition: 0.5s all;
  min-width: 90px;
}

/*STANDARD BUTTON END*/
.comparison-standard-button-is:hover {
  text-decoration: none;
}

/*MINI BUTTON ON MANAGEMENT PAGE*/
.comparison-standard-tiny-button-is, .comparison-standard-tiny-button-is:visited, .comparison-standard-tiny-button-is:active, .comparison-standard-tiny-button-is:link {
  background-color: #FFC033;
  padding: 3px 8px;
  font-size: 12px;
  color: #333333;
  border-radius: 0 !important;
  border: none;
  box-shadow: 1px 1px #505050;
  display: inline-block;
  font-family: proxima-nova;
  text-decoration: none;
  margin-right: 5px !important;
  transition: 0.5s all;
  font-weight: bold;
}

.comparison-standard-tiny-button-is:hover {
  color: #333333;
  text-decoration: none;
}

/*MINI BUTTON ON MANAGEMENT PAGE - END*/
/*DIALOG BUTTON*/
.comparison-dialog-tiny-button-is, .comparison-dialog-tiny-button-is:visited, .comparison-dialog-tiny-button-is:active, .comparison-dialog-tiny-button-is:link {
  background-color: #FFC033;
  padding: 4px 8px 3px 8px !important;
  font-size: 12px !important;
  color: #333333;
  border-radius: 0 !important;
  border: none;
  box-shadow: 1px 1px #505050;
  display: inline-block;
  font-family: proxima-nova !important;
  text-decoration: none;
  margin-right: 5px !important;
  transition: 0.5s all;
  font-weight: bold;
  min-width: 80px;
}

.comparison-dialog-tiny-button-is:hover {
  color: #333333;
  text-decoration: none;
}

/*DIALOG BUTTON - END*/
.manage-comparison-table thead tr th {
  vertical-align: middle !important;
  font-size: 15px;
  font-family: "proxima-nova";
}
.manage-comparison-table tbody tr td {
  vertical-align: middle !important;
  font-size: 14px;
  font-family: "proxima-nova";
}

.NotFoundCompareItem {
  text-align: center;
  font-size: 18px;
  font-family: proxima-nova;
  font-weight: bold;
  padding: 20px 0px;
  margin-bottom: 100px;
  border: solid 1px #FFC033 !important;
  box-shadow: 2px 2px 2px #bab9b9;
  top: 120px;
  position: relative;
}

.cmp-icon-delete {
  position: relative;
  color: red !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
}

.comparison-standard-link, .comparison-standard-link:visited, .comparison-standard-link:link {
  color: #333333;
  text-decoration: none;
  font-family: "proxima-nova";
  font-size: 14px;
}

.comparison-standard-link:hover {
  text-decoration: underline;
}

.product-comparison-link, .product-comparison-link:visited, .product-comparison-link:link {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  font-family: proxima-nova;
}

.product-comparison-link:hover {
  text-decoration: underline;
}

.comparison-no-data-table {
  text-align: center;
  font-size: 18px;
  font-family: proxima-nova;
  font-weight: bold;
  padding: 20px 0px;
  margin-bottom: 100px;
  border: solid 1px #FFC033 !important;
  box-shadow: 2px 2px 2px #bab9b9;
  top: 120px;
  position: relative;
}

.jconfirm-title {
  font-family: proxima-nova !important;
  font-size: 18px !important;
  font-weight: bold;
}

.jconfirm-content {
  font-family: proxima-nova !important;
  font-size: 14px !important;
}

.arrowCompareProductPanel {
  float: right;
  margin-right: 10px;
  font-size: 16px !important;
  position: relative;
  display: inline-block;
  top: -1px !important;
  color: #333 !important;
  transition: 0.5s all;
}

.arrowTransform {
  transform: rotate(540deg);
}

.dropdown-header-menu {
  z-index: 9999 !important;
  margin-top: 0;
  border-radius: 0;
  font-family: proxima-nova;
  font-size: 13px;
}

.icon-submenu-header {
  font-size: 14px;
  width: 20px;
  color: #333;
}

.icon-submenu-header2 {
  font-size: 14px;
  width: 20px;
  color: #333;
}

.management-top-header-link, .management-top-header-link:link, .management-top-header-link:visited, .management-top-header-link:active, .management-top-header-link:hover {
  color: #333;
  margin-top: -1px;
}

.comparison-page-header {
  font-family: proxima-nova;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}

.comparison-name-header {
  font-size: 22px;
  color: #FFC033;
  position: relative;
  top: -3px;
}

.popup-text {
  font-size: 17px;
  font-family: proxima-nova !important;
  font-weight: normal;
}

.comparison-feedback-container {
  background-color: #EFEFEF;
  width: 300px;
  display: inline-block;
  position: relative;
  float: right;
  padding: 20px;
  margin-top: 15px;
}
.comparison-feedback-container .comparison-feedback-text {
  font-size: 16px;
  font-family: proxima-nova;
  color: #505050;
  width: 140px;
  display: inline-block;
  font-weight: normal;
}
.comparison-feedback-container .btn-comparison-feedback {
  background-color: #434343;
  color: #fff;
  border: none;
  padding: 7px 20px 7px 20px;
  font-family: proxima-nova;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  top: -10px;
  margin-left: 5px;
  right: -5px;
}

/*************************************TN: STOREFRONT NEW LAYOUT - BEGIN*****************************************/
.storefront-banner-panel {
  background: url("/Images/storefront-is-default-banner.jpg") no-repeat center center;
  background-size: auto;
  width: 100%;
  height: 350px;
  background-attachment: scroll;
}

.logo-storefront {
  position: relative;
  float: left;
  top: 265px !important;
  left: 20px;
  border: solid 1px #fff;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
}

.storefront-button-panel-top {
  position: relative;
  float: right;
  right: 20px;
  top: 295px;
}

.storefront-button-standard {
  background-color: #fbc509;
  border: solid 0 black;
  border-radius: 0;
  font-size: 16px;
  font-family: proxima-nova;
  line-height: 34px;
  padding-left: 20px;
  padding-right: 20px;
}

.storefront-email-us:link, .storefront-email-us:visited, .storefront-email-us:active, .storefront-email-us:hover {
  font-family: proxima-nova;
  font-size: 26px;
  padding: 13px 20px 15px 20px;
  display: inline-block;
  width: 370px;
  background-color: #fbc509;
  text-decoration: none;
  color: #505050;
  text-align: center;
  margin-top: 20px;
}

.storefront-contactinfo-details-panel {
  margin-top: 10px;
  font-family: proxima-nova;
  font-size: 13px !important;
}
.storefront-contactinfo-details-panel .storefront-contactinfo-normal-line {
  padding-top: 0px;
  padding-bottom: 8px;
  font-family: proxima-nova;
  font-size: 16px;
  line-height: 14px;
}
.storefront-contactinfo-details-panel .storefront-contactinfo-normal-line i {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  top: 2px;
}
.storefront-contactinfo-details-panel .storefront-contactinfo-normal-line i.glyphicon-home {
  top: -3px;
}
.storefront-contactinfo-details-panel .storefront-contactinfo-normal-line a {
  font-size: 13px;
}
.storefront-contactinfo-details-panel .contact-info {
  margin: 0;
  display: inline-block;
  font-size: 13px;
}

.loyalty-mini-badge {
  background-position: 0 0;
  zoom: 0.6;
  position: relative;
  float: left;
  display: inline-block;
  text-align: center;
}

.loyalty-mini-badge .mini-badge-text {
  font-size: 26px !important;
  font-weight: bold;
  font-family: proxima-nova;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 210px;
  line-height: 35px !important;
  text-align: center;
}

.storefront-video-item {
  margin: 5px;
}

.storefront-video-item-image {
  position: relative;
}
.storefront-video-item-image .play-icon {
  position: absolute;
  top: 38% !important;
  display: inline-block;
  float: left;
  left: 40% !important;
  font-size: 54px;
  color: #fff;
}

.storefront-video-item-title {
  font-family: proxima-nova;
  font-size: 14px !important;
  color: #434343;
  font-weight: bold;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 15px;
}

.storefront-link-standard, .storefront-link-standard:link, .storefront-link-standard:visited, .storefront-link-standard:active {
  font-family: proxima-nova;
  color: #434343;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

.storefront-link-standard:hover {
  color: #fbc509;
  text-decoration: none;
}

.storefront-product-description {
  margin-top: 5px;
  color: #999999;
  min-height: 65px;
}

.storefront-product-thumbnail {
  position: relative;
  top: 4px !important;
  border-radius: 0;
  border-bottom: none;
  border: solid 2px #E0E1E3 !important;
}

.storefront-pager {
  padding: 5px;
  color: #888;
  font-family: proxima-nova;
  font-size: 13px;
  text-align: center;
}
.storefront-pager a, .storefront-pager a:link, .storefront-pager a:visited {
  text-decoration: none;
}
.storefront-pager a:hover {
  text-decoration: none;
}
.storefront-pager a:hover .pager-item {
  background-color: #fbc509 !important;
  color: #434343;
  font-weight: bold;
}
.storefront-pager .pager-item {
  border: solid 1px #d8d8d8;
  padding: 2px 0 2px 0;
  width: 25px;
  display: inline-block;
}
.storefront-pager .active {
  background-color: #fbc509;
  font-weight: bold;
  color: #434343;
}

/*************************************TN: STOREFRONT NEW LAYOUT - END*******************************************/
.storefront-mobile-logo {
  display: none;
}

.storefont-container {
  width: 90%;
  margin: 0 auto;
  border: solid 0px black;
  max-width: 1200px;
}

.storefront-button-default-theme {
  background-color: #fbc509;
  border: solid 0 black;
  border-radius: 0;
  font-size: 14px;
  font-family: proxima-nova;
  width: 100%;
  line-height: 38px;
  color: #434343;
}
.storefront-button-default-theme i.fa-envelope {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #434343 !important;
}
.storefront-button-default-theme i.fa-user-plus {
  font-size: 15px;
  position: relative;
  top: 0px;
  color: #434343 !important;
}

.storefront-button-default-gray {
  background-color: #434343;
  border: solid 0 black;
  border-radius: 0;
  font-size: 14px;
  font-family: proxima-nova;
  width: 100%;
  line-height: 38px;
  color: #fff;
}
.storefront-button-default-gray i.fa-envelope {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #fff !important;
  margin-right: 2px;
}
.storefront-button-default-gray i.fa-user-plus {
  font-size: 15px;
  position: relative;
  top: 0px;
  color: #fff !important;
  margin-right: 2px;
}

.storefront-button-theme-bgcolor {
  background-color: #fbc509;
  border: solid 0 black;
  border-radius: 0;
  font-size: 14px;
  font-family: proxima-nova;
  width: 100%;
  line-height: 38px;
  color: #555;
}
.storefront-button-theme-bgcolor i.fa-envelope {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #555 !important;
  margin-right: 2px;
}
.storefront-button-theme-bgcolor i.fa-user-plus {
  font-size: 15px;
  position: relative;
  top: 0px;
  color: #555 !important;
  margin-right: 2px;
}

.storefront-supplier-logo-top {
  display: inline-block;
}

.storefront-description-area {
  padding-left: 0px;
  padding-right: 0px;
}

.storefront-title {
  font-size: 24px;
  font-weight: bold;
  font-family: proxima-nova;
  line-height: 30px;
  display: inline-block;
  margin-top: 0px;
  border-bottom: solid 1px #C1C1C1;
}

.storefront-keyword {
  font-size: 15px;
  font-weight: bold !important;
  font-family: proxima-nova;
}

.storefront-description {
  font-size: 13px;
  font-family: proxima-nova;
  margin-top: 5px;
}

.storefront-contactinfo-header {
  font-size: 22px;
  font-weight: bold;
  font-family: proxima-nova;
}

.storefront-product-details {
  text-align: left;
  font-family: proxima-nova;
  font-size: 14px;
  color: #434343;
  padding-left: 8px;
  padding-right: 8px;
}

.storefront-product-title {
  min-height: 41px;
  max-height: 41px;
  font-weight: normal;
  color: #434343;
  margin-top: 10px;
  overflow: hidden;
  font-size: 13px;
}

.storefront-product-priceguide {
  margin-top: 0px;
}
.storefront-product-priceguide .price-guide {
  font-size: 10px;
  font-style: italic;
  color: #999999;
}
.storefront-product-priceguide .price-guide-amount {
  font-weight: bold;
  color: #E0B008;
}
.storefront-product-priceguide .price-guide-currency {
  font-size: 10px;
  color: #999999;
}

.storefront-loyalty-badge {
  display: inline-block;
  background: url("/Images/TradeAssuranceBadge.png") no-repeat;
  width: 200px;
  height: 200px;
  position: relative;
  top: 0px;
  margin-right: 0px;
  background-color: white;
}

.mini-yellow-badge {
  display: inline-block;
  background: url("/Images/yellow_badge_small.jpg") no-repeat;
  width: 34px;
  height: 50px;
  position: relative;
  float: right;
  right: 0;
  top: 0;
}
.mini-yellow-badge .mini-yellow-badge-text {
  font-size: 11px !important;
  font-weight: bold;
  font-family: proxima-nova;
  display: inline-block;
  position: relative;
  right: 52px !important;
  top: 3px;
  line-height: 12px !important;
  text-align: center;
  width: 55px;
}

.large-yellow-badge {
  display: inline-block;
  background: url("/Images/yellow_badge_large.jpg") no-repeat;
  width: 79px;
  height: 115px;
  position: relative;
  background-color: white;
  margin: 0 auto;
}
.large-yellow-badge .large-yellow-badge-text {
  font-size: 14px !important;
  font-weight: bold;
  font-family: proxima-nova;
  display: inline-block;
  position: relative;
  top: 120px;
  margin: 0 auto;
  margin-left: 13px;
  line-height: 16px !important;
  text-align: center;
}

.loyalty-yellow-badge {
  background-position: 0 0;
  zoom: 0.25;
}

.loyalty-main-badge {
  position: relative;
  float: right;
  display: inline-block;
}

.loyalty-main-badge .main-badge-text {
  font-size: 38px !important;
  font-weight: bold;
  font-family: proxima-nova;
  display: inline-block;
  position: relative;
  right: 130px !important;
  top: 22px;
  line-height: 40px !important;
  text-align: center;
}

.storefront-loyalty-badge-inside-tab {
  position: relative;
  right: 22px;
  top: -4px;
}

.storefront-loyalty-key {
  font-weight: bold;
  font-family: proxima-nova;
  font-size: 14px;
  padding: 7px 0 7px 0;
}

.storefront-loyalty-value {
  font-family: proxima-nova;
  font-size: 14px;
  padding: 7px 0 7px 0;
}

.bg-gray {
  background-color: #F3F3F3;
}

ul.tab-pane-container {
  background-color: #F3F3F3;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: solid 3px #D9D9D9;
}

.tab-pane-container li {
  padding: 0;
}

.tab-pane-container li a {
  display: inline-block;
  background-color: #F3F3F3 !important;
  color: #434343;
  font-size: 15px;
  font-family: proxima-nova;
  text-decoration: none !important;
  border-bottom: solid 3px #F3F3F3;
  padding: 4px 22px 2px 22px;
  margin: 0;
}

.tab-pane-container li a:hover, .tab-pane-container li.active {
  background-color: #F3F3F3 !important;
  color: #434343;
  border-bottom: solid 3px #fbc509;
}

.tab-pane-content-container {
  padding: 10px 0 20px 0;
  font-size: 13px;
  font-family: proxima-nova;
}

.storefront-single-article-container .article-image-wrapper {
  width: 150px;
  display: inline-block;
  float: left;
  color: #333333;
}
.storefront-single-article-container .article-image-wrapper img {
  width: 150px;
}
.storefront-single-article-container .article-info-wrapper {
  display: inline-block;
  float: left;
  font-family: proxima-nova;
  font-size: 14px;
  width: calc(100% - 150px);
  padding-left: 20px;
}
.storefront-single-article-container .article-info-wrapper .storefront-article-date {
  font-size: 11px;
  color: #B2B2B2;
}
.storefront-single-article-container .article-info-wrapper .storefront-article-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.storefront-single-article-container .article-info-wrapper .storefront-article-description {
  margin-top: 15px;
}

.storefront-cat-dropdown {
  font-family: proxima-nova;
  font-size: 13px;
  color: #888;
  border: solid 1px #D6D6D6 !important;
  padding: 4px 10px 4px 10px;
  margin-bottom: 10px;
  height: 30px;
  width: 97%;
}

.storefront-search-container .sfSrcInput {
  display: inline !important;
  border: 1px solid #D6D6D6 !important;
  font-size: 13px;
  height: 30px;
  border-radius: 0;
  color: #888;
}
.storefront-search-container .btn {
  background-color: #fbc509;
  height: 30px;
  border-radius: 0;
  color: #434343 !important;
}

.storefront-partners {
  text-align: center;
}
.storefront-partners .single-partner {
  min-height: 100px;
  text-align: center;
}

.storefront-compare-button {
  /*bottom: 5px;
  right: 5px !important;
  float: right;
  line-height: 0;
  cursor: pointer;
  color: #505050;*/
}

.storefront-compare-button > i {
  font-size: 26px;
  position: relative;
  transition: 0.3s all;
  border: solid 1px white;
  margin: 2px 7px 2px 7px !important;
  padding: 0 2px 0 2px;
  color: #505050;
}

.storefront-compare-button:hover i {
  background-color: #f8d688;
  border: solid 1px #FFC033;
  color: #505050;
}

.storefront-single-product-container {
  margin-left: 5px;
  margin-right: 5px;
}

.storefront-show-enquiry {
  bottom: 5px;
  right: 40px !important;
  float: right;
  line-height: 0;
  cursor: pointer;
}

.storefront-show-enquiry > i {
  font-size: 26px;
  position: relative;
  transition: 0.3s all;
  border: solid 1px white;
  margin: 2px 7px 2px 7px !important;
  padding: 0 2px 0 2px;
}

.storefront-show-enquiry:hover i {
  background-color: #f8d688;
  border: solid 1px #FFC033;
}

.storefront-findusin-container {
  background-color: #F3F3F3;
  font-family: proxima-nova;
  font-size: 14px;
  padding: 20px;
}
.storefront-findusin-container .storefront-panel-heading {
  font-weight: bold;
  font-size: 16px;
  color: #434343;
  margin-bottom: 15px;
}
.storefront-findusin-container .storefront-findusin-item {
  margin-bottom: 2px;
}

.storefront-related-suppliers {
  padding: 20px;
  font-family: proxima-nova;
  margin-top: 10px;
  border: solid 1px #F3F3F3;
}
.storefront-related-suppliers h3 {
  margin: 0;
  font-family: proxima-nova;
  color: #434343;
  font-size: 16px;
  font-weight: bold;
}

.storefront-ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  float: right;
  top: 1px;
  right: -3px;
  z-index: 1;
}

.storefront-ribbon-red {
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FF2845;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF2845), to(#DB0000));
  background-image: -webkit-linear-gradient(top, #FF2845, #DB0000);
  background-image: -moz-linear-gradient(top, #FF2845, #DB0000);
  background-image: -ms-linear-gradient(top, #FF2845, #DB0000);
  background-image: -o-linear-gradient(top, #FF2845, #DB0000);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.storefront-ribbon-red:before,
.storefront-ribbon-red:after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

/*ENQUIRY MODAL NEW LAYOUT FOR NEW STOREFRONT - AVOID OVERLAPPING - BEGIN */
#storefront-product-enquiry-modal .modal-dialog {
  max-width: 600px !important;
}

#storefront-product-enquiry-modal .modal-body {
  padding-top: 0;
}

#storefront-product-enquiry-modal .modal-header {
  padding-bottom: 10px;
  border-bottom: none;
  padding-left: 25px;
  padding-right: 25px;
  height: auto;
  background-color: #FFC511;
}

#storefront-product-enquiry-modal .modal-title {
  color: #333;
}

#storefront-product-enquiry-modal h4 {
  font-weight: bold;
  text-align: center;
}

#storefront-product-enquiry-modal .modal-footer {
  padding: 5px 15px;
}

#storefront-product-enquiry-modal .panel-enquiryform {
  margin-bottom: 5px;
  background-color: #fff;
}

#storefront-product-enquiry-modal .item-image {
  width: auto;
}

#storefront-product-enquiry-modal .category-product-img img {
  max-width: 100%;
}

#storefront-product-enquiry-modal .subpanel {
  padding: 0;
}

#storefront-product-enquiry-modal .col-sm-6 {
  padding: 15px;
}

#storefront-product-enquiry-modal .modal-body .modal-logo-container {
  margin-top: 10px;
}

#storefront-product-enquiry-modal .form-control {
  border: 1px solid #ddd;
}

#storefront-product-enquiry-modal #enquiryFormSubmit {
  width: 100%;
}

#storefront-product-enquiry-modal .enquiryFormHolder {
  padding: 0;
}

#storefront-product-enquiry-modal .storefront-product-title {
  text-align: center;
}

.newstorefront-price-tag {
  position: absolute;
  float: right;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px 2px 8px;
  display: inline-block;
  background: rgb(255, 212, 51);
  background: rgba(248, 224, 133, 0.8);
  border: solid 1px #bfbdbd;
  color: #505050;
  font-family: proxima-nova;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 1px;
}

.sf-trade-assurance-panel-intro {
  font-family: proxima-nova;
  font-size: 14px;
  margin-bottom: 20px;
}

.tbl-sf-trade-assurance tr td {
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
}
.tbl-sf-trade-assurance tr td:first-child {
  font-weight: bold;
  width: 150px;
}

/*ENQUIRY MODAL NEW LAYOUT FOR NEW STOREFRONT - AVOID OVERLAPPING - END */
@media (max-width: 415px) {
  .storefont-container {
    width: 92%;
    margin: 0 auto;
  }
  .storefront-supplier-logo-top {
    display: none;
  }
  .storefront-supplier-logo-mobile {
    display: inline-block;
  }
  .storefront-title {
    font-size: 22px;
    font-weight: bold;
    font-family: proxima-nova;
    line-height: 26px;
    display: inline-block;
    max-width: 68%;
    margin-top: 8px;
  }
  .storefront-keyword {
    font-size: 18px;
    font-weight: bold !important;
    font-family: proxima-nova;
    margin-top: 8px;
    line-height: 24px;
    display: block;
  }
  .storefront-description {
    font-size: 16px;
    font-family: proxima-nova;
    margin-top: 10px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .storefront-button-panel-mobile {
    margin-top: 10px;
    color: #434343;
  }
  .storefront-button-panel-mobile .storefront-button-standard {
    background-color: #fbc509;
    border: solid 0 black;
    border-radius: 0;
    font-size: 16px;
    font-family: proxima-nova;
    line-height: 34px;
    padding-left: 0;
    padding-right: 0;
    color: #434343;
    display: block;
    width: 32%;
    float: left;
    text-align: center;
  }
  .storefront-button-panel-mobile .storefront-mobile-link-button-standard, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:link, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:visited, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:hover, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:active {
    background-color: #fbc509;
    border: solid 0 black;
    border-radius: 0;
    font-size: 16px;
    font-family: proxima-nova;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
    color: #434343;
    display: block;
    text-decoration: none;
    width: 32%;
    float: left;
    margin-left: 5px;
    text-align: center;
    /*TN: Hack for iphone real IOS - Iphone 5S/6/7/X*/
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-right: 3px !important;
    width: 32.3% !important;
  }
  ul.tab-pane-container {
    background-color: #F3F3F3;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: solid 3px #D9D9D9;
  }
  ul.tab-pane-container li {
    padding: 0;
  }
  ul.tab-pane-container li a {
    display: inline-block;
    background-color: #F3F3F3 !important;
    color: #434343;
    font-size: 13px;
    font-family: proxima-nova;
    text-decoration: none !important;
    border-bottom: solid 3px #F3F3F3;
    padding: 4px 4px 2px 4px;
    margin: 0;
  }
  ul.tab-pane-container li a:hover, ul.tab-pane-container .tab-pane-container li.active {
    background-color: #F3F3F3 !important;
    color: #434343;
    border-bottom: solid 3px #fbc509;
  }
  .tab-pane-content-container {
    padding: 5px 0 20px 0;
    font-size: 13px;
    font-family: proxima-nova;
  }
  .storefront-single-article-container .article-image-wrapper {
    width: 110px;
    display: inline-block;
    float: left;
    color: #333333;
  }
  .storefront-single-article-container .article-image-wrapper img {
    width: 150px;
  }
  .storefront-single-article-container .article-info-wrapper {
    display: inline-block;
    float: left;
    font-family: proxima-nova;
    font-size: 14px;
    width: calc(100% - 110px);
    padding-left: 10px;
  }
  .storefront-single-article-container .article-info-wrapper .storefront-article-date {
    font-size: 11px;
    color: #B2B2B2;
  }
  .storefront-single-article-container .article-info-wrapper .storefront-article-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
  }
  .storefront-single-article-container .article-info-wrapper .storefront-article-description {
    margin-top: 5px;
  }
  .storefront-mobile-logo {
    position: relative;
    float: right;
    right: 2px !important;
    top: 8px;
    bottom: 4px;
    display: inline-block;
    width: 90px;
    opacity: 1;
    margin-bottom: -35px;
  }
  .storefront-product-priceguide {
    margin-top: 0px;
  }
  .storefront-product-priceguide .price-guide {
    font-size: 15px;
    font-style: italic;
    color: #999999;
  }
  .storefront-product-priceguide .price-guide-amount {
    font-weight: bold;
    color: #E0B008;
    font-size: 20px;
  }
  .storefront-product-priceguide .price-guide-currency {
    font-size: 15px;
    color: #999999;
  }
  .storefront-product-details {
    text-align: left;
    font-family: proxima-nova;
    font-size: 16px;
    color: #434343;
    padding-left: 8px;
    padding-right: 8px;
  }
  .storefront-product-title {
    font-weight: bold;
    color: #434343;
    margin-top: 10px;
    overflow: hidden;
  }
  .storefront-compare-button {
    display: none;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .storefront-title {
    font-size: 25px;
    font-weight: bold;
    font-family: proxima-nova;
    line-height: 47px;
    display: inline-block;
  }
  .storefront-keyword {
    font-size: 14px;
    font-weight: bold !important;
    font-family: proxima-nova;
    margin-top: 0px;
  }
  .storefront-description {
    font-size: 14px;
    font-family: proxima-nova;
    margin-top: 10px;
  }
  .storefront-mobile-logo {
    display: inline-block;
    position: relative;
    float: right;
    right: 2px !important;
    top: 8px;
    bottom: 4px;
    display: inline-block;
    width: 90px;
    opacity: 1;
    margin-bottom: -35px;
  }
  .storefront-button-panel-mobile {
    margin-top: 10px;
    color: #434343;
  }
  .storefront-button-panel-mobile .storefront-button-standard {
    background-color: #fbc509;
    border: solid 0 black;
    border-radius: 0;
    font-size: 16px;
    font-family: proxima-nova;
    line-height: 34px;
    padding-left: 0;
    padding-right: 0;
    color: #434343;
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
  }
  .storefront-button-panel-mobile .storefront-mobile-link-button-standard, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:link, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:visited, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:hover, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:active {
    background-color: #fbc509;
    border: solid 0 black;
    border-radius: 0;
    font-size: 16px;
    font-family: proxima-nova;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
    color: #434343;
    display: block;
    text-decoration: none;
    width: 31.8%;
    float: left;
    margin-left: 5px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .storefront-mobile-logo {
    display: block !important;
    position: relative;
    float: right;
    right: 2px !important;
    width: 90px;
    opacity: 1;
    bottom: 38px;
    margin-bottom: -30px;
  }
  .storefront-button-panel-mobile {
    margin-top: 10px;
    color: #434343;
  }
  .storefront-button-panel-mobile .storefront-button-standard {
    background-color: #fbc509;
    border: solid 0 black;
    border-radius: 0;
    font-size: 16px;
    font-family: proxima-nova;
    line-height: 34px;
    padding-left: 0;
    padding-right: 0;
    color: #434343;
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
  }
  .storefront-button-panel-mobile .storefront-mobile-link-button-standard, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:link, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:visited, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:hover, .storefront-button-panel-mobile .storefront-mobile-link-button-standard:active {
    background-color: #fbc509;
    border-radius: 0;
    font-size: 16px;
    font-family: "proxima-nova";
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
    color: #434343;
    display: block;
    text-decoration: none;
    width: 32.5%;
    float: left;
    margin-left: 5px;
    text-align: center;
  }
}
@media (min-width: 1366px) and (max-width: 1920px) {
  /*.storefont-container {
      width: 75%;
      margin: 0 auto;
  }*/
  .storefront-contactinfo-header {
    font-size: 22px;
    font-weight: bold;
    font-family: "proxima-nova";
  }
  .storefront-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "proxima-nova";
    line-height: 30px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: solid 1px #C1C1C1;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  /*.storefont-container {
      width: 55%;
      margin: 0 auto;
  }*/
  .storefront-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "proxima-nova";
    line-height: 30px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: solid 1px #C1C1C1;
  }
}
/**************************************************** TN: PRODUCT AGE NEW DESIGN 2018 ******************************************************/
/*Generic screen size*/
.product-info-container {
  width: 85%;
}

.trade-assurance-box {
  float: right;
  z-index: 1 !important;
  position: absolute;
  right: 0;
  top: -50px;
  background-color: white;
  text-align: justify;
}
.trade-assurance-box a {
  position: relative !important;
  float: right;
  right: 0 !important;
  text-decoration: none;
  color: #555 !important;
}
.trade-assurance-box a img {
  position: absolute;
  right: 10px !important;
  padding-left: 4px !important;
  background-color: #fff;
  z-index: 4 !important;
}
.trade-assurance-box a .trade-assurance-top {
  width: 450px;
  font-family: proxima-nova;
  font-size: 14px;
  padding: 25px 15px 15px 15px;
  border: solid 1px #888;
  margin-top: 23px;
  display: none;
  z-index: 0 !important;
}
.trade-assurance-box a .trade-assurance-top .clearfix .pull-left:first-child {
  font-weight: bold;
  margin-right: 10px;
}
.trade-assurance-box a:hover img {
  background: #fff !important;
}

.enquire-now-link, .enquire-now-link:link, .enquire-now-link:active, .enquire-now-link:visited {
  background-color: #fbc509;
  color: #555;
  font-family: "proxima-nova";
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.enquire-now-link .far, .enquire-now-link:link .far, .enquire-now-link:active .far, .enquire-now-link:visited .far {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 1px !important;
}

.enquire-now-link:hover {
  color: #555 !important;
  text-decoration: none;
}

.product-tab-enquiry {
  width: 250px;
  font-size: 16px;
}
.product-tab-enquiry .far {
  font-size: 18px !important;
  position: relative;
  top: 1px;
}

.product-spec-content {
  font-family: proxima-nova;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.standard-text {
  color: #555;
  font-family: proxima-nova;
  font-size: 14px;
}

.standard-link, .standard-link:link, .standard-link:active, .standard-link:visited {
  color: #555;
  font-family: proxima-nova;
  font-size: 14px;
}

.npp-product-name {
  font-family: "proxima-nova" !important;
}

.npp-product-firstparagraph {
  font-family: "proxima-nova" !important;
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.separator {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: solid 2px #eee !important;
}

.btn-call-supplier {
  display: none;
}

.product-tab-container {
  margin-top: 20px;
}
.product-tab-container .tab-pane-container {
  background-color: #F5F6FA;
}
.product-tab-container li a {
  background-color: #F5F6FA !important;
}

.npp-supplier-name {
  color: #555;
  font-family: "proxima-nova" !important;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 0px;
  width: 63%;
  float: left;
  display: table !important;
  line-height: 20px;
}
.npp-supplier-name a, .npp-supplier-name a:link, .npp-supplier-name a:active, .npp-supplier-name a:visited {
  text-decoration: underline;
  font-weight: normal;
}
.npp-info-panel {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 30px;
  color: #555;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
  overflow: hidden;
}
.npp-info-panel .tbl-logo-supplier tr td {
  vertical-align: middle;
  line-height: 20px;
  padding-left: 10px;
}
.npp-info-panel .tbl-logo-supplier tr td:first-child {
  padding-left: 0;
}
.npp-info-panel .price {
  font-weight: bold;
  font-size: 15px;
  font-family: "proxima-nova" !important;
}
.npp-info-panel .price-guide-text {
  font-style: italic;
  font-family: "proxima-nova" !important;
  font-size: 15px;
}
.npp-info-panel .glyphicon {
  font-size: 19px;
  margin-right: 10px;
  margin-top: 3px !important;
}
.npp-info-panel .fas {
  font-size: 17px;
  margin-right: 8px;
  margin-top: 6px !important;
}
.npp-info-panel .far {
  font-size: 20px;
  margin-right: 8px;
  margin-top: 6px !important;
}
.npp-info-panel a, .npp-info-panel a:link, .npp-info-panel a:active, .npp-info-panel a:visited {
  color: #333333;
}
.npp-info-panel a:hover {
  color: #fbc509;
}
.npp-info-panel .compare-button {
  background-color: var(--grey-1);
  color: #888;
  display: block !important;
  width: 240px;
  margin-top: 10px;
  transition: all 0.7s;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}
.npp-info-panel .compare-button i {
  position: relative;
  top: 8px;
}
.npp-info-panel .compare-button:hover {
  background-color: #fbc509;
  color: #555;
  display: block !important;
  width: 240px;
  margin-top: 10px;
  box-shadow: rgba(67, 67, 67, 0.9) 1px 1px 1px;
  font-weight: bold;
}
.npp-info-panel .contact-info {
  line-height: 20px;
  display: table;
  margin-top: 6px;
}
.npp-info-panel .compare-product-linkbutton .compare-link {
  display: inline-block;
  margin-left: 5px;
}
.npp-info-panel .compare-product-linkbutton .material-icons {
  margin-top: 4px;
}

.contact-supplier-box {
  border: solid 0px #888;
  width: 300px;
  height: 48px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.7s;
}
.contact-supplier-box .contact-box-header {
  background-color: #434343;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 5px 4px 5px;
  cursor: pointer;
}
.contact-supplier-box .contact-box-header table tr td {
  vertical-align: middle;
  height: 40px;
  text-align: center !important;
  width: 100%;
}
.contact-supplier-box .contact-box-header table tr td:first-child {
  padding: 0;
  width: 100px;
}
.contact-supplier-box .contact-box-header table tr td:first-child a {
  display: inline-block;
  padding: 0;
}
.contact-supplier-box .contact-box-header table tr td:first-child a IMG#supplier-logo {
  margin-left: 0;
  max-width: 100px !important;
}
.contact-supplier-box .contact-box-header table tr td:last-child {
  vertical-align: middle;
  padding: 0 !important;
}
.contact-supplier-box .contact-box-header table tr td:last-child .glyphicon {
  font-size: 15px !important;
  font-weight: normal !important;
  position: relative !important;
  right: 0 !important;
  top: 2px !important;
  transition: all 0.7s;
}
.contact-supplier-box .contact-box-body {
  overflow-y: auto;
  height: 363px;
  background-color: var(--grey-1);
}
.contact-supplier-box .panel-enquiryform {
  background-color: var(--grey-1);
}
.contact-supplier-box .enquiryFormHolder2018 {
  background-color: #eee !important;
}
.contact-supplier-box .enquiryForm2018 {
  background-color: #eee !important;
}
.contact-supplier-box input#enquiryFormSubmit {
  background-color: #fbc509;
  color: #535353;
  width: 100%;
}
.contact-supplier-box input#enquiryFormSubmitJunior {
  background-color: #fbc509;
  color: #535353;
  width: 100%;
  border-radius: 0;
  margin: 0;
  font-family: proxima-nova;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contact-supplier-box #enqFrmMsg {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.contact-supplier-box .enquiryFormHolder {
  padding-top: 0;
  padding-bottom: 5px;
}

.user-input-wrp {
  position: relative;
}

.user-input-wrp .inputText {
  padding: 14px 10px 2px 10px !important;
}

.user-input-wrp .inputText:invalid {
  box-shadow: none !important;
}

.user-input-wrp .inputText:focus {
  color: #555;
  padding-bottom: 0px !important;
  border: solid 1px #fbc509 !important;
}

.user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 10px;
  transition: 0.3s ease all;
  opacity: 0.5;
  color: #555;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label {
  top: -2px;
  left: 10px;
  font-size: 10px;
  opacity: 0.6;
}

.user-input-wrp textarea:focus ~ .floating-label,
.user-input-wrp textarea:not(:focus):valid ~ .floating-label {
  top: -2px;
  left: 10px;
  font-size: 0px;
  opacity: 0.7;
}

.help-text {
  font-weight: bold;
  font-family: proxima-nova;
  font-size: 13px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 0;
}

.generic-carousel-item .img-thumbnail {
  border-radius: 0;
  padding: 0;
}

.product-related-carousel-2018 .lt-scroll, .product-related-carousel-2018 .lt-scroll:link, .product-related-carousel-2018 .lt-scroll:active, .article-related-carousel-2018 .lt-scroll, .article-related-carousel-2018 .lt-scroll:link, .article-related-carousel-2018 .lt-scroll:active {
  background-color: #fff;
}
.product-related-carousel-2018 .lt-scroll .fas, .product-related-carousel-2018 .lt-scroll:link .fas, .product-related-carousel-2018 .lt-scroll:active .fas, .article-related-carousel-2018 .lt-scroll .fas, .article-related-carousel-2018 .lt-scroll:link .fas, .article-related-carousel-2018 .lt-scroll:active .fas {
  font-size: 40px;
  transition: 0.3s all;
  color: #d2d2d4;
}
.product-related-carousel-2018 .lt-scroll:hover .fas, .article-related-carousel-2018 .lt-scroll:hover .fas {
  color: #fbc509;
  text-shadow: 1px 1px 1px #535353;
}
.product-related-carousel-2018 .gt-scroll, .product-related-carousel-2018 .gt-scroll:link, .product-related-carousel-2018 .gt-scroll:active, .article-related-carousel-2018 .gt-scroll, .article-related-carousel-2018 .gt-scroll:link, .article-related-carousel-2018 .gt-scroll:active {
  background-color: #fff;
  z-index: 0;
}
.product-related-carousel-2018 .gt-scroll .fas, .product-related-carousel-2018 .gt-scroll:link .fas, .product-related-carousel-2018 .gt-scroll:active .fas, .article-related-carousel-2018 .gt-scroll .fas, .article-related-carousel-2018 .gt-scroll:link .fas, .article-related-carousel-2018 .gt-scroll:active .fas {
  font-size: 40px;
  transition: 0.3s all;
  color: #d2d2d4;
}
.product-related-carousel-2018 .gt-scroll:hover .fas, .article-related-carousel-2018 .gt-scroll:hover .fas {
  color: #fbc509;
  text-shadow: 1px 1px 1px #535353;
}

@media (max-width: 1000px) {
  .product-info-container {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .product-info-container {
    width: 100%;
  }
  .PanelTradeAssuranceProductPage {
    display: none !important;
  }
  .gallery2018 {
    padding-top: 0px;
    background-color: #fff !important;
  }
  div.galleria-image, .galleria-container {
    background-color: #fff !important; /*Affect the mobile layout - doesn't look good*/
  }
  .product-breadcrumbs {
    padding-left: 5px;
    padding-right: 0px;
  }
  .product-breadcrumbs div {
    display: inline-block;
  }
  .npp-supplier-name {
    margin-top: 0px;
    font-size: 18px;
    max-width: 62%;
  }
  .npp-info-panel {
    margin-top: 8px;
  }
  .npp-info-panel .compare-button {
    display: none !important;
  }
  .product-tab-container {
    margin-top: 8px;
  }
  .btn-call-supplier {
    display: inline-block;
    background-color: #1DA83F;
    color: #fff;
    height: 47px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 28%;
    border: none;
    z-index: 999;
    font-family: "proxima-nova" !important;
    font-size: 17px;
    font-weight: bold;
  }
  .btn-call-supplier .glyphicon {
    top: 2px;
  }
  .contact-supplier-box {
    width: 70%;
    height: 47px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 1000;
    background-color: #fff;
    transition: all 0.7s;
  }
  .contact-supplier-box .contact-box-header {
    background-color: #434343;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 4px 3px 4px;
    border-bottom: solid 0px #fbc509;
    cursor: pointer;
  }
  .contact-supplier-box .contact-box-header table tr td {
    vertical-align: middle;
    height: 40px;
    text-align: center !important;
    width: 100%;
  }
  .contact-supplier-box .contact-box-header table tr td:first-child {
    padding: 0;
    width: 100px;
  }
  .contact-supplier-box .contact-box-header table tr td:first-child a {
    display: inline-block;
    padding: 0;
  }
  .contact-supplier-box .contact-box-header table tr td:first-child a IMG#supplier-logo {
    margin-left: 0;
    max-width: 100px !important;
  }
  .contact-supplier-box .contact-box-header table tr td:last-child {
    vertical-align: middle;
    padding: 0 !important;
  }
  .contact-supplier-box .contact-box-header table tr td:last-child .glyphicon {
    font-size: 15px !important;
    font-weight: normal !important;
    position: relative !important;
    right: 0 !important;
    top: 2px !important;
  }
  .contact-supplier-box .contact-box-header .chatbox-title {
    margin-left: 0px;
    font-family: "proxima-nova";
  }
  .contact-supplier-box .contact-box-body {
    overflow-y: auto;
    height: 363px;
  }
  .contact-supplier-box .panel-enquiryform {
    background-color: var(--grey-1);
  }
  .contact-supplier-box .enquiryFormHolder2018 {
    background-color: #eee !important;
  }
  .contact-supplier-box .enquiryForm2018 {
    background-color: #eee !important;
  }
  .contact-supplier-box input#enquiryFormSubmit {
    background-color: #fbc509;
    color: #535353;
    width: 100%;
  }
  .contact-supplier-box input#enquiryFormSubmitJunior {
    background-color: #fbc509;
    color: #535353;
    width: 100%;
    border-radius: 0;
    margin: 0;
    font-family: proxima-nova;
    font-weight: bold;
  }
  .contact-supplier-box #enqFrmMsg {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .contact-supplier-box .enquiryFormHolder {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
/*Generic screen size - End*/
/**************************************************** TN: PRODUCT AGE NEW DESIGN 2018 [END] *************************************************/
/******************** ENQUIRY NEW MODAL - BIG CHANGE!!!*/
.product-enq-new-modal {
  border-radius: 0 !important;
  z-index: 9999 !important;
  opacity: 1 !important;
}
.product-enq-new-modal .modal-dialog {
  border-radius: 0 !important;
  width: 520px;
}
.product-enq-new-modal .modal-header {
  background-color: #434343;
  color: #fff;
  padding: 13px 14px 15px 14px;
}
.product-enq-new-modal .modal-header h4 {
  font-size: 20px;
  font-family: proxima-nova;
}
.product-enq-new-modal .modal-header .enq-close-button {
  color: #fff;
  font-size: 28px !important;
  text-shadow: none;
  background: none;
  margin: 0;
  padding: 0 !important;
  margin-top: -3px;
}
.product-enq-new-modal .modal-body {
  border-radius: 0 !important;
  padding: 12px 15px 12px 15px;
}

table.tbl-enquiry-new {
  width: 100% !important;
}
table.tbl-enquiry-new .enq-submit-button {
  /*background-color: $default-theme-bgcolor;
  color: #434343;*/
  background-color: #1da83f;
  color: #FFF;
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: bold;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
}
table.tbl-enquiry-new .enq-trade-assurance span {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 16px;
  position: relative;
  top: 8px;
  margin-left: 5px;
  color: #999999 !important;
}
table.tbl-enquiry-new .enq-trade-assurance img {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  position: relative;
  top: -2px !important;
}

table.tbl-enq-form-data tr td {
  padding-bottom: 10px;
  width: 100% !important;
}

.enq-related-intro {
  font-family: proxima-nova;
  font-size: 14px;
  margin-bottom: 5px;
}

.counter-section .enq-related-review-msg-text {
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  float: left;
}
.counter-section .selected-counter {
  float: right;
  font-size: 16px;
  font-family: "proxima-nova";
}

.enq-2nd-form-textarea {
  width: 100%;
}

.enq-2nd-form-bottom-panel {
  margin-top: 10px;
  text-align: center;
}
.enq-2nd-form-bottom-panel .enq-2nd-form-submit-btn {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: bold;
  background-color: #fbc509;
  color: #333;
  padding: 12px 50px 10px 50px;
  border: none;
}
.enq-2nd-form-bottom-panel i {
  display: block;
  margin-top: 10px;
  margin-top: 10px;
}

@media (max-width: 415px) {
  .product-enq-new-modal .modal-dialog {
    border-radius: 0 !important;
    width: 100%;
  }
  .product-enq-new-modal .modal-header {
    background-color: #434343;
    color: #fff;
    padding: 13px 20px 15px 20px;
  }
  .product-enq-new-modal .modal-header h4 {
    font-size: 20px;
    font-family: "proxima-nova";
  }
  .product-enq-new-modal .modal-header .enq-close-button {
    color: #fff;
    font-size: 28px !important;
    text-shadow: none;
    background: none;
    margin: 0;
    padding: 0;
    margin-top: -3px;
  }
  .product-enq-new-modal .modal-body {
    border-radius: 0 !important;
    padding: 12px 15px 12px 15px;
  }
}
/******************** ENQUIRY NEW MODAL - BIG CHANGE!!! - END*/
.home-scrolling-logos {
  border: solid 1px #fbc509 !important;
  border-left: none !important;
  border-right: none !important;
  height: auto !important;
  margin: 0 !important;
  margin-bottom: 35px !important;
}

.sf-video-overlay-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #eeeded;
  padding: 4px 10px;
  text-align: center;
  font-size: 13px !important;
  line-height: 16px;
  height: 40px;
  overflow: hidden;
  vertical-align: middle !important;
  margin: 0 auto;
  bottom: 2px;
  left: 2px;
  right: 2px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.sf-play-video-icon {
  font-size: 24px;
  position: relative;
  display: inline-block;
  top: -46px !important;
  left: 10px;
  float: left;
}

iframe {
  max-width: 100%;
}

.search-result-price-tag {
  position: absolute;
  float: right;
  right: 10px;
  bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background-color: rgba(250, 219, 112, 0.9);
  border: solid 1px #bfbdbd;
  color: #505050;
  font-family: proxima-nova;
}

.sf-btn-contact-supplier {
  background-color: #fbc509;
  border-radius: 0;
  font-size: 17px;
  font-family: proxima-nova;
  color: #434343 !important;
  display: inline-block;
  float: left;
  padding: 8px 60px;
  text-decoration: none !important;
}
.sf-btn-contact-supplier i.fa-envelope {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #434343 !important;
  margin-right: 5px;
}

.p-website-bottom {
  margin-top: 18px;
  margin-left: 20px;
  float: left;
  font-size: 17px;
  font-weight: normal !important;
  font-family: "proxima-nova";
}
.p-website-bottom .glyphicon {
  margin-right: 5px;
  font-weight: normal !important;
}

.cat-related-categories {
  margin-bottom: 10px;
  font-family: "proxima-nova" !important;
  color: #888;
}
.cat-related-categories div {
  margin-bottom: 5px;
}
.cat-related-categories span {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.cat-related-categories a {
  font-size: 13px;
}

.cat-related-categories-mobile {
  margin-bottom: 10px;
  font-family: "proxima-nova" !important;
  color: #888;
  padding: 0 5px;
}
.cat-related-categories-mobile div {
  margin-bottom: 5px;
}
.cat-related-categories-mobile span {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.cat-related-categories-mobile a {
  font-size: 13px;
  border: solid 1px #E0E1E3;
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
}

.cat-container-2018 {
  font-family: "proxima-nova" !important;
  font-size: 14px;
}
.cat-container-2018 .product-container {
  border: solid 1px #ddd;
  margin: 0px 5px 20px 5px;
  background-color: #fff;
  position: relative;
}
.cat-container-2018 .product-container .image-holder img {
  border-bottom: solid 1px #ddd;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cat-container-2018 .product-container .image-holder .compare-button {
  position: absolute;
  display: inline-block;
  top: 6px;
  margin-left: 5px;
  background-color: #505050;
  padding: 0 4px 0 4px !important;
  color: #fff;
  opacity: 0.8 !important;
  transition: 0.2s all;
  cursor: pointer;
  height: 22px;
  font-size: 13px;
}
.cat-container-2018 .product-container .image-holder .compare-button i {
  position: relative;
  display: inline-block;
  font-size: 21px;
}
.cat-container-2018 .product-container .image-holder .compare-button span {
  position: relative;
  display: inline-block;
  top: -6px;
}
.cat-container-2018 .product-container .image-holder .price {
  position: relative;
  float: right;
  right: 7px;
  bottom: 39px;
  margin-bottom: -33px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
  display: inline-block;
  background-color: rgba(250, 219, 112, 0.9);
  color: #505050;
  font-family: proxima-nova;
}
.cat-container-2018 .product-container .image-holder .new-tag {
  font-weight: bold;
  position: absolute;
  float: right;
  top: 5px;
  right: 18px;
  font-size: 13px;
  padding: 2px 10px 1px 10px;
  display: inline-block;
  background-color: rgba(250, 219, 112, 0.9);
  color: #505050;
}
.cat-container-2018 .product-container .image-holder .ribbon-container {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.cat-container-2018 .product-container .image-holder .ribbon-container .hot-red-ribbon {
  font: bold 15px "proxima-nova";
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FF2845;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF2845), to(#DB0000));
  background-image: -webkit-linear-gradient(top, #FF2845, #DB0000);
  background-image: -moz-linear-gradient(top, #FF2845, #DB0000);
  background-image: -ms-linear-gradient(top, #FF2845, #DB0000);
  background-image: -o-linear-gradient(top, #FF2845, #DB0000);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.cat-container-2018 .product-container .cat-product-info-holder {
  padding: 8px;
}
.cat-container-2018 .product-container .cat-product-info-holder .s-logo {
  display: block;
  margin: 0 auto !important;
  margin-top: 5px !important;
}
.cat-container-2018 .product-container .cat-product-info-holder .cat-product-name {
  font-weight: bold;
  margin-top: 10px;
  height: 38px;
  overflow: hidden;
}
.cat-container-2018 .product-container .cat-product-info-holder .cat-product-description {
  margin-top: 6px;
  height: 57px;
  overflow: hidden;
}
.cat-container-2018 .product-container .cat-product-info-holder .mobile-call {
  display: inline-block;
  padding: 5px 4px;
  background-color: #E2E2E2;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  float: left;
  font-size: 12px;
  width: 45%;
  text-align: center;
}
.cat-container-2018 .product-container .cat-product-info-holder .mobile-email {
  display: inline-block;
  padding: 5px 4px;
  color: #333;
  font-weight: bold;
  background-color: #fbc509;
  margin-top: 10px;
  position: relative;
  float: right;
  font-size: 12px;
  width: 49% !important;
  text-align: center;
}
.cat-container-2018 .product-container .cat-product-info-holder .cat-video-play {
  color: #333;
  text-decoration: none;
}
.cat-container-2018 .product-container .cat-product-info-holder .cat-video-play:hover {
  color: #fbc509 !important;
}
.cat-container-2018 .product-container a {
  color: #555 !important;
  text-decoration: none !important;
}
.cat-container-2018 .product-container:hover .cat-util-panel {
  opacity: 1;
}
.cat-container-2018 .viewmore-container {
  background-color: #fbc509;
  color: #555;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
}
.cat-container-2018 .viewmore-container .viewmore-link {
  top: 40%;
  position: relative;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  color: #333 !important;
  line-height: 24px;
  text-decoration: none !important;
  display: block;
  height: 100%;
}
.cat-container-2018 .viewmore-container .viewmore-link .glyphicon {
  font-size: 25px;
  margin-top: 5px;
}

.related-article-thumbnail {
  border: solid 1px #E0E1E3 !important;
  width: 90px !important;
}

.related-article-link {
  color: #333 !important;
  text-decoration: none;
  font-family: "proxima-nova";
  font-size: 14px;
}

.cat-util-panel {
  background-color: rgba(14, 14, 14, 0.5);
  position: absolute;
  top: 0px !important;
  margin-top: 0;
  opacity: 0;
  transition: 1s all;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 0 5px 0px;
}

.autocomplete-custom-header {
  font-weight: bold;
  color: #555;
  padding: 3px 3px;
}

.autocomplete-custom-item {
  color: #555;
  padding: 3px 15px;
  transition: 60ms all;
}

.autocomplete-custom-item:hover {
  color: #fff;
  background-color: #555;
}

/*FILTER*/
.cat-filter-panel {
  margin-right: 10px;
  margin-top: 30px;
  border: solid 1px #fbc509 !important;
}
.cat-filter-panel .panel-heading {
  padding: 8px 0 8px 8px;
  font-family: "proxima-nova";
  font-size: 15px;
  font-weight: bold;
  background-color: #fbc509 !important;
  color: #555 !important;
  border-bottom: none;
}
.cat-filter-panel .panel-body .cat-filter-section .filter-title {
  font-family: "proxima-nova";
  color: #555;
  font-weight: bold;
  font-size: 15px;
}
.cat-filter-panel .panel-body .cat-filter-section .filter-content {
  padding-left: 5px;
  line-height: 22px;
  margin-top: 5px;
}

.enq-search-button {
  float: right;
  position: relative;
  display: inline-block;
  border: solid 1px white;
  top: -48px;
  margin-right: 20px;
  transition: 0.3s all;
  padding: 0 2px 0 2px;
  height: auto;
  font-size: 26px;
  color: #333;
}

.enq-search-button:hover {
  border: solid 1px #FFC033;
  background-color: #f8d688;
  color: #333;
  top: -48px;
  margin-right: 20px;
  transition: 0.3s all;
  padding: 0 2px 0 2px;
  height: auto;
  font-size: 26px;
}

.hide-please-wait {
  display: none;
  visibility: hidden;
  transition: all 0.3s;
}

.show-please-wait {
  border: solid 2px #888;
  background-color: #333;
  color: #fff;
  font-size: 22px;
  padding: 20px 50px;
  font-weight: bold;
  position: absolute;
  left: 25%;
  top: 35%;
  display: block;
  visibility: visible;
  transition: all 0.3s;
}

.search-product-location {
  height: 20px;
  width: 100%;
  margin-left: 10px;
  color: #333 !important;
  margin-top: -38px;
  font-size: 0.9em;
}
.search-product-location i {
  font-size: 14px;
}

.search-product-delivery {
  width: 100%;
  height: 20px;
  margin-left: 10px;
  font-size: 0.9em;
  color: #333 !important;
}
.search-product-delivery i {
  font-size: 11px;
}

.clearfix-margin {
  height: 40px;
}

/*LAYOUT 2019 - PRODUCT PAGE WITH NEW 2019 ENQUIRY FORM*/
.grey-window-box {
  font-size: 13px;
  font-family: "proxima-nova";
}

.grey-window-box > .header {
  background-color: #F5F6FA;
  color: #434343;
  font-size: 15px;
  padding: 7px 10px 7px 15px;
  font-weight: bold;
}

.grey-window-box > .body {
  color: #434343;
  padding: 10px 10px 10px 15px;
  min-height: 100px;
}

/*//////////////////////////////////////*/
.grey-box-left {
  width: 46%;
  float: left;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .grey-box-left {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*//////////////////////////////////////*/
.grey-box-right {
  width: 52%;
  float: right;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .grey-box-right {
    width: 100%;
    float: right;
    margin-top: 10px;
  }
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.specs-single-line {
  margin-bottom: 10px;
}

.specs-single-line .icon {
  font-size: 18px !important;
  min-width: 25px;
  top: 5px;
}

.specs-single-line .text {
  font-size: 14px;
}

.specs-single-line .price {
  font-weight: bold;
  font-size: 16px;
}

.specs-single-line .price-guide-text {
  font-style: italic;
}

.product-enquiry-panel {
  background-color: #434343;
  padding: 20px;
  width: 90% !important;
  float: right;
  margin-bottom: 15px;
}

.product-enquiry-panel > .header {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0px 20px 0;
  font-family: "proxima-nova";
}

.product-enquiry-panel .btn-send-green {
  background-color: #1DA83F !important;
  padding: 12px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "proxima-nova";
  border: none;
}

.product-enquiry-form-bottom {
  min-height: 200px;
  background-color: #F5F6FA;
  padding: 20px 25px 20px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.green-header {
  color: #1DA83F;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0px 10px 0;
  font-family: "proxima-nova";
}

.btn-green-enq-form-common {
  background-color: #1DA83F !important;
  padding: 12px 0px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  border: none;
  font-family: "proxima-nova";
  border: none;
}

/*SEARCH AREA*/
.search-supplier-phone {
  float: right;
  padding: 2px 5px 1px 5px;
  margin-top: -48px;
  position: relative;
  margin-right: -1px !important;
  border: solid 1px white;
  color: #333 !important;
}
.search-supplier-phone i {
  font-size: 16px;
}

.search-supplier-phone:hover {
  background-color: #f8d688;
  border: solid 1px #FFC033;
  color: #333 !important;
}

.compare-button-prod-search {
  position: relative;
  top: -48px;
  right: 22px !important;
  float: right;
  line-height: 0;
  cursor: pointer;
}

.compare-button-prod-search > i {
  font-size: 26px;
  position: relative;
  transition: 0.3s all;
  border: solid 1px white;
  margin-right: 5px;
  padding: 0 1px 0 1px;
}

.compare-button-prod-search:hover i {
  background-color: #f8d688;
  border: solid 1px #FFC033;
}

@media screen and (max-width: 768px) {
  .compare-button-prod-search {
    display: none;
  }
}
/*SEARCH AREA - END*/
/*#region "RFQ FLOATING BANNER"*/
.rfq_banner2 {
  position: fixed;
  bottom: 243px !important;
  right: 20px;
  z-index: 20;
  transition: 0.5s all;
  cursor: pointer;
  display: none;
}

.rfq_banner2 img {
  position: absolute;
  right: 0;
}

.floating-rfq-close {
  position: absolute;
  right: 10px;
  top: 39px;
  color: #434343;
  font-size: 16px;
  cursor: pointer;
}

.rfq_banner {
  font-size: 18px;
  padding: 10px 15px;
  color: #fff !important;
  background-color: #1DA83F !important;
  border: solid 1px #fff;
  position: fixed;
  top: 140px;
  right: 0px;
  z-index: 20;
  text-decoration: none !important;
  border-radius: 5px 0 0 5px;
  opacity: 0.8;
  transition: 0.3s all;
  display: none;
  letter-spacing: 0.4px;
}

.rfq_banner:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .callback-container {
    width: 100%;
    float: left;
    margin: 7px 0 7px 0;
  }
  .rfq_banner {
    top: 120px;
  }
}
/*#endregion*/
.toast {
  opacity: 1 !important;
}

/* Copied from commit 2bd11e2a66f802b4c58814403f279b71b467c5cd */
@media only screen and (max-width: 768px) {
  .product-enq-new-modal .modal-dialog {
    width: 90% !important;
    position: static;
  }
  .product-enq-new-modal .modal-header {
    height: 65px;
  }
  .related-product--location {
    display: none;
  }
}
/* sell-to-x-banner */
.sell-to-x-banner {
  display: flex;
  max-width: 1200px;
  background-color: var(--rfq-bg);
  padding: 0;
  color: #434343;
  height: 300px;
  margin: 0 auto;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  flex-direction: row;
  margin-top: 30px;
}

.sell-to-x-banner.sell-to-x-banner__small {
  max-width: 700px;
  height: 240px;
}
.sell-to-x-banner.sell-to-x-banner__small .right {
  row-gap: 5px;
}
.sell-to-x-banner.sell-to-x-banner__small .right .title {
  font-size: 19px;
  line-height: 25px;
}
.sell-to-x-banner.sell-to-x-banner__small .right .assets .item {
  margin-bottom: 9px;
  margin-top: 9px;
}
.sell-to-x-banner.sell-to-x-banner__small .right .assets .item img {
  width: 23px;
  margin-right: 7px;
}
.sell-to-x-banner.sell-to-x-banner__small .right .assets .item span {
  font-size: 15px;
}

.sell-to-x-banner.is {
  background-color: #f9f1d0;
}

.sell-to-x-banner.ms {
  background-color: #ccf0f4;
}

.sell-to-x-banner.hh {
  background-color: #fceae9;
}

.sell-to-x-banner .left {
  max-width: 50%;
  width: 50%;
  display: inline-flex;
  align-items: flex-end;
}

.sell-to-x-banner.ms .left {
  margin-top: 15px;
  justify-content: center;
}

.sell-to-x-banner.hh .left {
  margin-top: 15px;
  justify-content: center;
}

.sell-to-x-banner .left img.people {
  max-width: 100%;
}

.sell-to-x-banner.is .left img.people {
  margin-left: 12px;
  max-width: calc(100% - 72px);
}

.sell-to-x-banner .right {
  max-width: 50%;
  width: 50%;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
  padding: 10px 5px 9px 0px;
}

.sell-to-x-banner .right .title {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}

.sell-to-x-banner .right .assets {
  /*display: flex;
              flex-direction: column;
              row-gap: 24px*/
}

.sell-to-x-banner .right .assets .item {
  /*display: flex;
                  flex-direction: row;
                  justify-content: flex-start;
                  column-gap: 18px*/
  margin-bottom: 15px;
  margin-top: 15px;
}

.sell-to-x-banner .right .assets .item img {
  width: 26px;
  margin-right: 10px;
}

.sell-to-x-banner .right .assets .item.cost-effective img {
  margin-top: -5px;
}

.sell-to-x-banner .right .assets .item span {
  font-size: 18px;
  align-self: center;
}

.sell-to-x-banner .right .learn-more {
  background-color: #434343;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 22px 5px 22px;
  font-size: 15px;
  border-radius: 24px;
  text-decoration: none;
}

.sell-to-x-banner .right .learn-more:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 920px) {
  .sell-to-x-banner {
    height: 300px;
  }
  .sell-to-x-banner .right {
    /*row-gap: 28px*/
  }
  .sell-to-x-banner .right .title {
    font-size: 3vw;
  }
  .sell-to-x-banner .right .assets {
    row-gap: 22px;
  }
  .sell-to-x-banner .right .assets .item span {
    font-size: 18px;
  }
  .sell-to-x-banner .right .assets .item img {
    width: 24px;
  }
  .sell-to-x-banner .right .learn-more {
    font-size: 2vw;
  }
}
@media screen and (max-width: 820px) {
  .sell-to-x-banner.is .left img.people {
    max-width: calc(100% - 7vw);
  }
  .sell-to-x-banner.ms .left img.people {
    max-width: 80%;
    width: 80%;
  }
  .sell-to-x-banner .right {
    row-gap: 0;
  }
  .sell-to-x-banner .right .title {
    font-size: calc(3vw - 1px);
  }
  .sell-to-x-banner .right .assets .item span {
    font-size: 17px;
  }
  .sell-to-x-banner .right .assets .item img {
    width: 20px;
  }
  .sell-to-x-banner .right .learn-more {
    font-size: calc(2vw - 1px);
  }
}
@media screen and (max-width: 768px) {
  .sell-to-x-banner {
    height: 280px;
  }
  .sell-to-x-banner .right .title {
    font-size: 3.5vw;
  }
  .sell-to-x-banner .left {
    display: none;
  }
  .sell-to-x-banner .right {
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
    padding-left: 22px;
  }
  .sell-to-x-banner .right .assets {
    row-gap: 20px;
  }
}
@media screen and (max-width: 720px) {
  .sell-to-x-banner.hh .left img.people {
    max-width: 80%;
    width: 80%;
  }
  .sell-to-x-banner .right .title {
    font-size: 3.5vw;
  }
  .sell-to-x-banner .right .learn-more {
    padding: 6px 22px 5px 22px;
    font-size: 16px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 620px) {
  .sell-to-x-banner .right .title {
    font-size: 4vw;
  }
  .sell-to-x-banner .right .assets .item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .sell-to-x-banner .right .title {
    font-size: 19px;
  }
  .sell-to-x-banner .right .assets .item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .sell-to-x-banner .right .assets .item span {
    font-size: 14px;
  }
  .sell-to-x-banner .right .assets .item img {
    width: 20px;
  }
  .sell-to-x-banner .right .learn-more {
    font-size: 14px;
  }
}
/* Copied from commit 45ce411a5d8b76d0cbe7019c24ed4bd7e53d5cf3 */
#callback-location {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 295px center;
}

.nav-header-advertise {
  padding: 1px 20px;
  margin-left: 10px;
  text-decoration: none !important;
  border: solid 1px var(--bgcolor-theme) !important;
  color: var(--textcolor-theme);
  display: inline-block;
  border-radius: 10px;
  position: relative;
  top: 1px;
  transition: all 0.1s;
}

.nav-header-advertise:hover {
  text-decoration: none !important;
}

.new-wash {
  /*background-color: #fcf9f1 !important;*/
  background-color: var(--stone-bgcolor) !important;
}

.new-wash-light {
  background-color: var(--stone-light-bgcolor) !important;
}

/*#695 FAQSBOX */
@media only screen and (max-device-width: 550px) {
  .faqs-container {
    display: none;
  }
}

.faqs-container .answer ul {
  padding-inline-start: 25px;
}

.faqs-popup, .faqs-box {
  position: fixed;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  right: 20px;
  bottom: 0;
  z-index: 999;
  border: solid 1px #d9d9d9;
  width: 360px;
}
@media only screen and (max-device-width: 550px) {
  .faqs-popup, .faqs-box {
    width: calc(100% - 35px);
  }
}

.faqs-popup {
  /*height: 280px;*/
  display: none;
}

.faqs-box .faqs-popup-header, .faqs-popup .faqs-popup-header {
  padding: 15px;
  background-color: var(--rfq-bg) !important;
  color: #434343;
  padding: 15px;
  height: 65px;
  line-height: 2;
}

.faqs-popup .faqs-popup-header img, .faqs-box .faqs-popup-header img {
  width: 32px;
  margin-right: 15px;
  float: left;
}

.faqs-popup .faqs-popup-header div.faqs-prompt, .faqs-box .faqs-popup-header div.faqs-prompt {
  width: calc(100% - 65px);
  float: left;
  font-size: 15px;
  /*font-weight: bold;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}

.faqs-box .faqs-box-icon-up, .faqs-popup .faqs-popup-header-icon-up {
  position: absolute;
  top: 27px;
  right: 15px;
}

.faqs-box div, .faqs-box a, .faqs-box span, .faqs-box input, .faqs-box textarea, .faqs-box ul, .faqs-box li, .faqs-box img, .faqs-popup div, .faqs-popup a, .faqs-popup span, .faqs-popup input, .faqs-popup textarea, .faqs-popup ul, .faqs-popup li, .faqs-popup img {
  transition: all 0.3s ease-out;
}

.faqs-popup .faqs-popup-body {
  height: 300px;
  overflow-y: scroll;
  background-color: #FFF;
  padding: 15px;
  font-size: 15px;
  line-height: 1.3;
}

.faqs-popup .item {
  margin-bottom: 1em;
}

.faqs-popup .item.collapsed .answer {
  display: none;
}

.faqs-popup .item .answer {
  display: block;
}

.faqs-popup .item .question {
  color: #428bca;
  cursor: pointer;
}

.faqs-popup .item .question .text {
  font-size: 15px;
}

.faqs-popup .item .question .text {
  width: calc(100% - 25px);
  /*display: inline-block;*/
  text-decoration: underline;
}

.faqs-popup .item .question .to-open {
  display: none;
}

.faqs-popup .item.collapsed .question .to-open {
  display: inline-block;
}

.faqs-popup .item .question .to-close {
  display: inline-block;
}

.faqs-popup .item.collapsed .question .to-close {
  display: none;
}

.faqs-popup .getquotetext {
  color: #434343;
  height: 65px;
  line-height: 1.5;
  font-size: 15px;
  margin-top: 15px;
}

.faqs-popup .getquotetext a {
  color: #434343;
  text-decoration: underline;
  border: none;
  padding: 0px;
  background: transparent;
  font-weight: bold;
}

/*FAQSBOX END*/
.user-circle-icon {
  cursor: pointer;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 2rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-end {
  justify-content: end;
}

.cursor-pointer {
  cursor: pointer;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-bolder {
  font-weight: bolder;
}

.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.visibility-hidden {
  visibility: hidden;
}

a.active {
  color: var(--bgcolor-theme);
  text-decoration: none;
}

/* TABS */
.i-nav-tabs {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid var(--grey-2) !important;
}
.i-nav-tabs li {
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
}
.i-nav-tabs li.active > a, .i-nav-tabs li.active > a:focus, .i-nav-tabs li.active > a:hover {
  background-color: transparent;
  border-bottom: 2px solid var(--bgcolor-theme);
}
.i-nav-tabs li.inactive {
  opacity: 0.5;
}
.i-nav-tabs a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.i-nav-tabs a:hover {
  text-decoration: none;
}

/* TABS END */
/*Custom checkbox*/
/* The container */
/*.new-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
/* Hide the browser's default checkbox */
/*.new-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/
/* Create a custom checkbox */
/*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid var(--bgcolor-theme);
}*/
/* On mouse-over, add a grey background color */
/*.new-checkbox:hover input ~ .checkmark {
    background-color: #f2f2f2;
}*/
/* When the checkbox is checked, add a blue background */
/*.new-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}*/
/* Create the checkmark/indicator (hidden when not checked) */
/*.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}*/
/* Show the checkmark when checked */
/*.new-checkbox input:checked ~ .checkmark:after {
    display: block;
}*/
/* Style the checkmark/indicator */
/*.new-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
/*Custom checkbox end*/
.image-preview-model {
  cursor: pointer;
  transition: 0.3s;
}
.image-preview-model:hover {
  opacity: 0.7;
}

#modal-preview-image {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10001; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
#modal-preview-image-caption {
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#modal-preview-image-content {
  height: 89vh;
  max-height: 89vh;
}
#modal-preview-image-content, #modal-preview-image-caption {
  margin: auto;
  display: block;
  animation-name: zoom;
  animation-duration: 0.6s;
}
#modal-preview-image-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#modal-preview-image-close:hover, #modal-preview-image-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media only screen and (max-width: 700px) {
  .modal-preview-image-content {
    width: 100%;
  }
}
.comment-box {
  background-color: #F8F8F8;
  border: solid 0px #888;
  width: 300px;
  position: relative;
  padding: 15px 17px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 3px rgba(67, 67, 67, 0.15);
  margin: 50px auto 50px;
  z-index: 100;
  color: #434343;
}

.comment-box__avatar {
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 44%;
  box-shadow: 0px 0px 5px 5px rgba(67, 67, 67, 0.15);
}

.comment-box__img {
  width: 30px;
}

.comment-box__author {
  font-weight: bold;
  margin-bottom: 5px;
}

.comment-box__text {
  font-size: 14px;
  min-height: 60px;
}

.comment-box__star {
  color: var(--yellow) !important;
  text-align: right;
  float: right;
}

.modal:has(.modal-full) {
  z-index: 10000 !important;
}

.modal-full {
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
  border: 0;
  border-radius: 0;
}

.modal-full .modal-content .modal-header {
  border-bottom: 1px solid #ddd !important;
}

.modal-full .modal-content .modal-body {
  background: #ddd;
  padding-top: 0 !important;
}
