 /*div#main-wrapper {
  max-width: 960px;
  margin: auto;
  width: 100%;
  padding-bottom: 0!important;
}*/

div#main-wrapper {
  padding-bottom: 0 !important;
}

.site-wrapper-main {
  max-width: 960px;
  margin: auto;
  width: 100%;
  padding-bottom: 0 !important;
}

.mm-page,
.mm-wrapper_background body {
  background: transparent;
}

html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 75%;
  font-size: 87.5%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
}

button,
input,
select,
textarea {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

body {
  background: #0f6595;
  font-family: Arial, Verdana, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #373737;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #006595;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1300px;
}

.header-top {
  background: #e5e0cd;
  color: #0f6595;
  border-bottom: solid 1px #897966;
  padding-bottom: 3px;
}

.top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: flex;
  flex-direction: row;
}

.top-bar ul li {
  padding: 5px;
  position: relative;
  font-size: 10px;
  border-right: solid 1px #897966;
}

.top-bar ul li.track {
  padding-left: 32px;
  background-position: center left;
  background-image: url(../images/track-order-icon.png);
  background-repeat: no-repeat;
}

.top-bar ul li span {
  display: none;
  background: #ffffff;
  padding: 7px;
  position: absolute;
  width: 150px;
  border: solid 1px #897966;
  border-top: none;
  top: 26px;
  left: 0;
  text-align: end;
  z-index: 99999;
  color: #0f6595;
}

.top-bar ul li:hover span {
  display: block;
}

.top-bar ul li a {
  color: #0f6595;
}

.top-bar ul li a:hover {
  color: #000;
}

.header-top__usermenu .menu-item {
  padding-top: 3px;
}

.header-top__usermenu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  line-height: normal;
}

.header-top__usermenu ul.menu li a {
  color: #0f6595;
  font-size: 10px;
  padding: 0;
  font-weight: 500;
}

.header-top__usermenu ul.menu .menu-item a {
  padding: 5px;
  line-height: 20px;
  border-left: solid 1px #897966 !important;
}

.header-top__usermenu ul.menu li:first-child a {
  border-left: none !important;
}

.header-top__usermenu ul.menu li:last-child {
  border: 0;
}

.header {
  padding: 0 10px;
}

.search__icon {
  background: url(../images/search_icon.svg) no-repeat;
  margin: 0;
  background-position: 0 center;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .header .header__inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 85px;
} */

.header__logo img {
  max-width: 100%;
  height: auto;
  margin: 16px 0 0 0;
}

.header__navigations ul.navbar-nav {
  justify-content: center;
  flex-direction: row;
}

.header__navigations ul.navbar-nav a {
  color: #181818;
  font-size: 1.1rem;
  padding: 0 15px;
}

.header__cart-menu ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__cart-menu ul.menu li.search__icon span {
  padding-left: 30px;
  font-size: 1rem;
  color: #000;
  line-height: normal;
}

.header__cart-menu ul.menu li:last-child {}

.header__cart-menu ul.menu li {
  padding-top: 0;
}

/* search bar */

form#views-exposed-form-search-content-page-1 .form--inline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 5px 5px;
  background: #126595;
  width: fit-content;
  margin: auto;
}

form#views-exposed-form-search-content-page-1 .form--inline label {
  display: none;
}

form#views-exposed-form-search-content-page-1 .form--inline .form-item-keys {
  margin: 0;
}

form#views-exposed-form-search-content-page-1 .form--inline div.form-actions {
  margin: 0;
}

/*form#views-exposed-form-search-content-page-1 .form--inline div.form-actions input {
  border: 1px solid;
  height: 30px;
  padding: 0 1rem;
}*/

form#views-exposed-form-search-content-page-1 .form--inline div.form-actions input {
  border: 1px solid;
  height: auto;
  padding: 2px 0;
  font-size: 12px;
  width: 62px;
  border-radius: 2px;
}

/*form#views-exposed-form-search-content-page-1 .form--inline .form-item-keys input {
  border-radius: 0;
  height: 30px;
}*/

form#views-exposed-form-search-content-page-1 .form--inline .form-item-keys input {
  border: 0 none;
  padding: 3px 5px;
  width: 188px;
  margin: 0;
  box-sizing: initial;
  background: #ffffff;
  font-size: 12px;
  -moz-box-shadow: 1px 1px 5px #999999 inset;
  -webkit-box-shadow: 1px 1px 5px #999999 inset;
  box-shadow: 1px 1px 5px #999999 inset;
  height: auto;
  margin-right: 6px;
  border-radius: 0;
}

main {
  padding: 40px 0;
  /* box-shadow: -2px 1px 3px 1px rgb(0 0 0 / 33%); */
}

.block>h2 {
  font-size: 1.3rem;
  line-height: 1.17647;
  font-weight: 400;
  color: #181818;
  text-align: center;
  margin-bottom: 30px;
}

.view-shop-by-brand .views-field.views-field-field-shop-brand-image img {
  max-width: 164px;
  height: auto;
  width: auto;
  border: 1px solid #e5e5e5;
}

.view-shop-by-brand>.view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.view-shop-by-brand>.view-content>.views-row {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  margin: 0 0 10px;
}

.view-shop-by-brand>.view-content>.views-row .views-field-field-shop-brand-image a {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .view-shop-by-brand > .view-content > .views-row:first-child,
.view-shop-by-brand > .view-content > .views-row:nth-child(3),
.view-shop-by-brand > .view-content > .views-row:first-child,
.view-shop-by-brand > .view-content > .views-row:nth-child(6),
.view-shop-by-brand > .view-content > .views-row:first-child,
.view-shop-by-brand > .view-content > .views-row:last-child {
  background: #ffefe5;
} */

.view-shop-by-product .views-field.views-field-field-shop-product-image img {
  max-width: 100%;
  height: auto;
}

.site-wrapper-main {
  position: relative;
  z-index: 2;
  background: #ffffff;
  /* box-shadow: -2px 1px 3px 0px rgb(0 0 0 / 33%); */
}

.footer .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background: url(../images/footer-bg.jpeg);
  padding: 0 0 0;
  /*border-top: solid 1px #000;*/
  position: relative;
}

.footer .container {
  padding-left: 0;
  padding-right: 0;
}

.footer .region-footer {
  position: relative;
  padding: 10px 0 18px;
}

/*.footer .region-footer:before {
  content: "";
  width: 2000%;
  height: 100%;
  background: repeat;
  background: url(../images/footer-bg.jpeg);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transform: translateX(-50%);
  z-index: -1;
}*/

.footer .more-link {
  background: no-repeat;
  border: none;
  padding: 0;
  margin: 0;
}

.footer .more-link a {
  color: #fff !important;
}

.footer .more-link a:hover {
  color: #d7cbbf !important;
}

@media screen and (min-width: 991px) {
  /*.footer {
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 1;
    max-width: 960px;
    margin: auto;
  }*/
}

.footer .region.region-footer {
  flex-direction: row;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}

.footer .block>h2,
.footer .block>h5 {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  font-style: italic;
}

.simplenews-subscriber-form .description {
  display: none;
}

.simplenews-subscriber-form .form-item-message {
  font-size: 10px;
  margin-top: 0;
  color: #b7b7b7;
}

.simplenews-subscriber-form .js-form-item {
  margin-bottom: 0;
  margin-top: 0;
}

.footer .view-latest-blogs-entry .views-row {
  border-bottom: dashed 1px #ddd;
  font-size: 14px;
  line-height: normal;
  position: relative;
}

/*.footer .view-latest-blogs-entry .views-row a:before {
  content: "";
  background: url(../images/bullet.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}*/

.footer .view-latest-blogs-entry .views-row a {
  color: #fff;
  padding: 3px;
  /* padding-left: 35px; */
  display: block;
  position: relative;
  line-height: 18px;
  font-size: 12px;
}

.footer .view-latest-blogs-entry .views-row a:hover {
  color: #d7cbbf;
}

/*.simplenews-subscriber-form .form-control {
  border: 0;
  border-bottom: solid 2px #e5e5e5;
  border-radius: 0;
  padding-right: 110px;
}*/

.simplenews-subscriber-form .form-control {
  border: 0;
  border: 1px solid #d2cbb7;
  border-radius: 0;
  padding-right: 110px;
  /* border: 1px solid red; */
  padding: 6px;
  height: 24px;
  background: none repeat scroll 0 0 #f2efe8;
  font-size: 14px;
  font-weight: 500;
}

#block-simplenewssubscription form {
  position: relative;
  display: flex;
  max-width: 650px;
  margin: auto;
  flex-wrap: wrap;
}

#block-simplenewssubscription form>* {
  order: 2;
}

#block-simplenewssubscription form>.form-item-message {
  order: 1;
}

#block-simplenewssubscription form>.field--type-email {
  width: calc(100% - 93px)
}

.simplenews-subscriber-form .js-form-item#edit-message {
  margin-bottom: 5px;
  /*text-align: center;*/
}

.simplenews-subscriber-form .form-actions {
  margin: 0;
}

#block-simplenewssubscription>h2 {
  margin-bottom: 5px;
}

.simplenews-subscriber-form .js-form-item label {
  display: none;
}

/* .alert {
  margin-bottom: 10px;
  padding: 5px 1rem;
  font-size: 0.9rem;
} */

.block-simplenews.simplenews-subscriber-form .button {
  /* position: absolute; */
  /* bottom: 2px; */
  /* right: 0; */
  /* background: #fff !important; */
  /* border: 0 !important; */
  /* box-shadow: none !important; */
  /* color: #000; */
  /* border-left: solid 2px #e5e5e5 !important; */
  /* border-radius: 0; */
  background: none repeat scroll 0 0 #D9D3C3;
  border: 2px groove #C4BA9E;
  color: #666666;
  margin: 0 6px;
  padding: 2px;
  border-radius: 0;
  line-height: 1;
  height: 24px;
  margin-top: 0;
  font-size: 14px;
}

.header-top__inner .region.region-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.header-top__inner .region.region-header-top p {
  margin: 0;
}

nav.navbar.navbar-expand-lg {
  border-top: 0;
  padding: 0;
  background: #006595;
}

nav.navbar.navbar-expand-lg>.row {
  margin-left: 0 !important
}

.header__navigations ul.navbar-nav>li>a {
  padding: 10px 20px !important;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.header__navigations ul.navbar-nav>li:last-child>a {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.header__navigations ul.navbar-nav>li>a:hover:before,
.header__navigations ul.navbar-nav>li>a.is-active:before {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover+ul.dropdown-menu {
  display: block;
}

.view-shop-by-product .views-field.views-field-name {
  text-align: center;
}

.view-shop-by-product .views-field.views-field-name a {
  color: #0f6595;
  text-decoration: none;
  font-size: 14px;
}

.tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.nav-child {
  padding: 0;
}

.tb-mega-menu ul.tb-megamenu-nav>li>a {
  background: none;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  border-color: rgb(255 255 255);
  padding: 0.76em .9em 0.61em;
  font-family: Helvetica !important;
  line-height: 22px;
}

.tb-mega-menu ul.tb-megamenu-nav>li:nth-last-child(1)>a {
  border-right: 0;
}

.tb-mega-menu ul.tb-megamenu-nav>li:nth-child(1)>a {
  border-left: 0;
}

.tb-mega-menu .tb-megamenu.tb-megamenu-main {
  background: none;
}

.tb-mega-menu ul.tb-megamenu-nav>li>a span.caret {
  display: none !important;
}

.tb-mega-menu ul.tb-megamenu-nav>li>a+.tb-megamenu-submenu {
  padding: 15px;
  border: 0;
}
.tb-mega-menu ul.tb-megamenu-nav>li>a+.tb-megamenu-submenu .mega-inner {
  padding: 0;
}

.tb-mega-menu ul.tb-megamenu-nav>li>a+.tb-megamenu-submenu li a {
  padding: 5px 12px!important;
  font-size: 12px;
  line-height: 14px;
  /* border-right: 1px solid #e5e5e5; */
}

.tb-mega-menu ul.tb-megamenu-nav>li>a:hover,
.tb-mega-menu ul.tb-megamenu-nav>li.open>a,
.tb-mega-menu ul.tb-megamenu-nav>li>a:focus,
.tb-mega-menu ul.tb-megamenu-nav>li>a:active,
.tb-mega-menu ul.tb-megamenu-nav>li>a.active-trail {
  color: #036595 !important;
  background: #f6fcff !important;
}

.tb-mega-menu ul.tb-megamenu-nav>li>a+.tb-megamenu-submenu li a:hover,
.tb-mega-menu ul.tb-megamenu-nav>li>a+.tb-megamenu-submenu li a.active-trail {
  color: #000 !important;
  background: none !important;
}

.tb-megamenu .dropdown-menu li>a,
.tb-megamenu .dropdown-menu li>span.tb-megamenu-no-link {
  color: #036595;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  margin: 0;
  background: url(../images/arrow.png) no-repeat center;
  font-size: 0;
  width: 40px;
  height: 60px;
  border-radius: 0;
  background-position: center;
  border: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -70px;
  left: inherit;
  transform: rotate(180deg);
}

@media screen and (max-width: 1499px) {
  .owl-theme .owl-controls .owl-buttons div {
    left: 0;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }
}

.section-title-holder {
  margin-bottom: 10px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to bottom, #0790d1 0%, #006696 100%);
}

.section-title-holder .section-title {
  margin-bottom: 0;
  background: url(/themes/lowpriceknobs/images/block-title-icon.png) no-repeat 11px 7px;
  font-size: 14px;
  padding: 17px 0 16px 55px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
}

.section-title-holder .section-title-content {
  margin-top: 5px;
}

.section-padding {
  padding: 20px 0;
}

.box-card {
  display: flex;
  align-items: center;
}

.box-text {
  width: 100%;
  margin-top: 1rem;
}

/*.box-text .box-brand-logo {*/

/*  display: flex;*/

/*  align-items: flex-end;*/

/*}*/

.box-text .box-brand-logo .views-row {
  padding-right: 20px;
  max-width: 210px;
}

.box-card .box-image {
  width: 50%;
  flex-shrink: 0;
}

.view-shop-by-material .views-field.views-field-field-material-image {
  text-align: center;
}

.path-frontpage main {
  background-size: contain;
  font-size: 1.2rem;
  padding-bottom: 3rem;
  /*padding-left: 34px;
  padding-right: 34px;*/
  padding-left: calc(34px - .5rem);
  padding-right: calc(34px - .5rem);
}

.path-frontpage main>.container {
  padding-left: 0;
  padding-right: 0;
}

/* .path-frontpage main:before {
  content: "";
  background: url(../images/main-bg-2.jpg) no-repeat;
  width: 150px;
  height: 85px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
} */

.path-frontpage main h2 a {
  color: #000000;
  text-decoration: none;
  font: bold 14px/18px arial, verdana;
}

.path-frontpage main h2 a:hover {
  color: #0f6595;
}

.path-frontpage main a {
  text-decoration: underline;
}

.path-frontpage main .col-lg-8 {
  padding-right: 35px;
  border-right: 1px dotted #c0bebe;
}

.path-frontpage main .col-lg-4 .container {
  padding-right: 0;
}

.path-frontpage main .col-lg-8 .block-system {
  margin: 30px 0 35px;
  line-height: 24px;
  border-top: 1px dotted #c0bebe;
  padding: 30px 0;
}

ul.custom-brands:after {
  content: "";
  display: block;
  clear: both;
}

.footer-links ul.menu {
  margin: 0;
  padding: 0;
}

.footer-links ul.menu li.menu-item {
  padding: 0;
}

.footer-links ul.menu li.menu-item a {
  color: #fff;
  padding: 10px 0;
  padding-left: 35px;
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 14px;
}

.footer-links ul.menu li.menu-item a:before {
  content: "";
  background: url(../images/bullet.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*.footer .container {
  max-width: 1300px;
}*/

.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.social ul li a:before {
  /*font: normal normal normal 14px/1 FontAwesome;
  content: "\f09a";
  font-size: 20px;
  line-height: normal;*/
}

.social ul li a {
  /*font-size: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: solid 1px #ffffff;
  margin-right: 10px;
  border-radius: 50%;
  text-decoration: none;*/
}

.social ul li {
  width: 35px;
  height: 35px;
  margin: 5px;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center left;
}

.social ul li.f {
  background-image: url(../images/facebook-icon.png);
}

.social ul li.t {
  background-image: url(../images/twitter-icon.png);
}

.social ul li.r {
  background-image: url(../images/rss-icon.png);
}

.social ul li a {
  font-size: 0;
  width: 36px;
  display: block;
  height: 36px;
}

.social p.r {
  padding-left: 5px;
}

/*.social ul li.t a:before {
  content: "\f099";
}
.social ul li.r a:before {
  content: "\f09e";
}*/

.social ul {
  margin-bottom: 10px;
}

.region.region-copyright {
  display: flex;
}

/*.copyright {
  background: #024c75;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  margin-top: 35px;
}*/

.copyright {
  background: #0f6595;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
  margin-top: 0;
}

.copyright p {
  margin-bottom: 0;
  font-size: 12px;
}

.copyright #block-copyrightl a {
  margin-left: 20px;
  text-decoration: underline;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #b5e7ff;
}

.more-link {
  background: none repeat scroll 0 0 #F9F8F8;
  border: 1px solid #E0E0E0;
  margin-top: 10px;
  padding: 10px;
  text-align: right;
  line-height: 10px;
}

.view .more-link a {
  color: #000000;
  font-weight: bold;
  font-size: 11px;
}

/*.footer:after {
  content: "";
  background: url(../images/footer-door.png) no-repeat;
  width: 263px;
  height: 630px;
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  background-size: 100%;
}*/

.view-shop-by-product,
.view-shop-by-brand {
  position: relative;
}

.breadcrumb-main h1.page-title {
  /*font-weight: 400;*/
  color: #181818;
  /*font-size: 1.5rem;*/
  font: 23px/30px helvetica, Arial, verdana;
  margin: 0;
  margin-left: 20px;
  text-align: left !important;
  padding-top: 2rem;
}

.breadcrumb-main {
  padding: 0;
}

ul.lowprice-breadcrumb.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 11px;
  font-size: 10.5px;
  background: linear-gradient(to bottom, #ececec 0%, #fafafa 100%);
  border-bottom: 2px solid #efefef;
}

.breadcrumb li:before {
  content: " / ";
  margin-left: 3px;
}

.breadcrumb-main ol.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1rem;
}

.breadcrumb-main ol.breadcrumb a {
  color: #9a9c9d;
}

.breadcrumb-main .region.region-breadcrumb #block-lowpriceknobs-breadcrumbs {
  flex-shrink: 0;
}

.path-shop-by-product main,
.path-catalog main,
.path-search main,
.path-shop-by-brand main,
.path-user main {
  background: #ecf1f4;
}

.path-shop-by-product .breadcrumb-main,
.path-search .breadcrumb-main,
.path-catalog .breadcrumb-main,
.path-shop-by-brand .breadcrumb-main,
.path-user .breadcrumb-main {
  background: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.product-lists {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #000000;
  height: 100%;
  padding: 0 4px 20px;
  /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%); */
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  position: relative;
}

.product-lists.v2 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.products-grid .grid .row>* {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.products-grid .grid .row>*>article {
  height: 100%;
}

.product-lists-images {
  text-align: center;
  position: relative;
}

.product-lists .product-lists-content {
  text-align: center;
  margin-top: 18px;
}

.product-lists .product-lists-content .product-title {
  font-size: 14px;
}

.product-lists .product-lists-content .product-title a {
  color: #0f6595;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  display: block;
  line-height: normal;
  margin-bottom: 4px;
}

.path-catalog .product-lists-images img {
  max-height: 220px;
  width: auto;
}

.product-lists.v2 .product-lists-content {
  text-align: left;
  font-size: 12px;
}

.product-price {
  font-size: 12px;
  font-weight: 700;
  color: #a70505;
  padding: 0px 0;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.display-price {
  padding-bottom: 0;
}

.product-button {
  margin-top: 10px;
  border-left: 1px solid #e5e5e5;
  padding: 3px 8px;
}

.product-button a {
  background: #fbedc3;
  border: solid 1px #f9db82;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  padding: 0px 20px;
  text-decoration: none;
}

.product-button a:hover {
  background: #ecf1f4;
  color: #000;
}

.product-lists.v2 .product-lists-images img {
  max-height: 100%;
}

.product-lists>* {
  width: 100%;
}

.product-lists-images>a:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s ease;
  background: #ffffff;
}

.product-lists:hover .product-lists-images a:nth-child(2) {
  opacity: 1;
}

.product-lists .product-lists-images a img:nth-child(2) {
  display: none;
}

.zoomContainer {
  z-index: 9;
}

.view-catalog-description .views-field.views-field-description__value {
  text-align: left;
}

.view-catalog-description .views-field.views-field-description__value span.field-content * {
  font-family: jost, sans-serif !important;
  font-size: 14px !important;
  color: #696969 !important;
}

.view-catalog-description .views-field.views-field-description__value span.field-content .door-levers-des * {
  font-size: 18px !important;
  font-weight: 500;
  color: #800000 !important;
}

.view-catalog-description .views-field.views-field-description__value span.field-content strong,
.view-catalog-description .views-field.views-field-description__value span.field-content strong * {
  color: #0f6595 !important;
  font-size: 14px !important;
}

.view-catalog-description .views-field.views-field-description__value span.field-content a,
.view-catalog-description .views-field.views-field-description__value span.field-content a * {
  color: #0f6595 !important;
}

.page-node-type-product .content-bottom {
  background: #ecf1f4;
  padding: 20px 0;
}

.view-related-products .view-header .h3 {
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.view .views-field.views-field-nothing,
.view .views-field.views-field-nothing .field-content,
.view-uc-catalog .view-content .grid>.row>*>article {
  height: 100%;
  display: block;
}

ul.pager__items {
  padding: 0;
  margin: 0;
}

ul.pager__items li {
  margin: 10px;
  border-radius: 0 !important;
  padding: 0;
}

ul.pager__items li a {
  padding: 5px 10px;
  display: block;
}

ul.pager__items li {
  background: #fff !important;
}

ul.pager__items li.active,
ul.pager__items li:hover {
  background: #000 !important;
}

ul.pager__items li.active a,
ul.pager__items li:hover a {
  color: #fff;
}

ul.pager__items li.pager__item--ellipsis {
  display: none;
}

.banner,
.product-lists-images,
.page-node-type-product .content-bottom,
.content-top {
  overflow: hidden;
}

.banner__inner .block p {
  margin: 0;
}

#cboxTitle {
  display: none !important;
}

.ui-dialog {
  width: 100% !important;
  max-width: 500px !important;
}

.ui-dialog .ui-dialog-titlebar {
  background: none;
  color: #000;
  font-size: 1.2rem;
  border-color: #f3f3f3;
  overflow: hidden;
}

.ui-dialog .ui-dialog-content {
  padding: 30px !important;
  font-size: 1rem;
  color: #000;
  border-radius: 0;
}

.ui-dialog .ui-dialog-content .js-form-item {
  margin: 0;
  margin-bottom: 20px;
}

.ui-dialog .ui-dialog-content .button {
  margin: 0;
  padding: 8px 20px;
}

.ui-dialog .ui-dialog-content .js-form-item .form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.8;
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 30px;
  height: 30px;
  position: inherit;
  float: right;
  margin: 0;
  border: solid 1px #ddd;
  border-radius: 50%;
  background: #ddd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "";
  font-weight: normal;
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  top: 6px;
  left: 13px;
  transform: rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close:after {
  transform: rotate(-45deg);
}

.path-cart .order-1 form#uc-cart-view-form>div.form-actions a.use-ajax.password-link {
  background: #000;
}

.ajax-progress.ajax-progress-fullscreen {
  position: fixed;
  height: auto;
  width: auto;
  background: rgb(0 0 0 / 72%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ajax-throbber.sk-spinner-pulse {
  background-color: #fff;
}

.product-finishes {
  color: #009219;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 4px;
}

.product-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  display: inline-block;
  color: #fff !important;
  font-size: .8rem;
  line-height: 1;
  padding: 4px 7px;
  text-align: center;
  background-color: #333;
  border-radius: 0;
  z-index: 1;
  font-weight: 700;
}

.product-badge.sale {
  background-color: #71bd25;
}

.product-coupon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 4px 5px;
  font-size: 12px;
  z-index: 1;
  color: #d42411;
  text-decoration: underline;
  background: #fff;
  line-height: normal;
}

.product-nav-lists ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

/*.product-nav-lists ul li {
  padding-right: 10px;
}*/

/*.product-nav-lists ul li a {
  border: solid 1px #0f6595;
  display: block;
  margin-bottom: 10px;
  padding: 2px 20px;
  transition: all 0.3s ease;
}


.product-nav-lists ul li a:hover {
  background: #0f6595;
  color: #fff !important;
}*/

.product-nav-lists ul li {
  font-size: 12px;
  line-height: 1.286em;
}

.product-nav-lists ul li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #ECECEC;
  border-color: #392B1B #D8D8D8 #D8D8D8;
  border-radius: 1px 1px 7px 7px;
  border-style: solid;
  border-width: 2px 1px 1px;
  display: inline-block;
  font-size: 11px !important;
  margin: 1px;
  padding: 6px;
  font-family: arial, verdana;
  color: #006595 !important;
  font-weight: normal;
}

.products-grid .views-exposed-form {
  font-size: 1rem;
  border-top: 0;
  padding-top: 0;
  margin-top: 10px;
}

.products-grid .views-exposed-form .form-item {
  width: 100%;
  /* max-width: 400px; */
  margin: 0;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.products-grid .views-exposed-form .form-item label {
  margin: 0;
  flex-shrink: 0;
  margin-right: 16px;
  line-height: normal;
}

.products-grid .views-exposed-form .form-item .form-control {
  background: none;
  border: 0;
  border-bottom: solid 2px #ddd;
  border-radius: 0;
  width: 200px;
}

.product-header {
  margin-bottom: 3px;
  width: 100%;
  background: #f6f6f6;
  border: solid 1px #d0d0d0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-header .product-info {
  font-size: 10.5px;
  color: #585757;
  font-weight: 600;
}

.product-topOffers {
  font-size: 0.8rem;
  /* border-bottom: solid 1px #c5c5c5; */
  text-align: left;
  padding: 0;
  /* padding-bottom: 20px; */
  border-radius: 0;
  margin-left: 0;
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 73%;
}

.product-brand-name a {
  display: block;
  color: #000;
  line-height: normal;
  text-decoration: underline;
  text-align: right;
}

.product-brand-name img {
  max-width: 100%;
  height: auto;
}

.product-brand-name a+a {
  background: #FF0;
  color: #A70505;
  display: inline-block;
  padding: 2px 5px;
  margin: auto;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.shipping-detail p:last-child {
  margin-left: 5px;
}

.content--page-title>h1 {
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: left !important;
  font-weight: 400;
}

.product-detail .cart-section .cart-body {
  border: solid 1px #d0d0d0;
  background: #e5e0cd;
  margin-top: 0;
  position: relative;
}

.product-detail .cart-section .cart-body .price-subtotal {
  position: absolute;
  bottom: 20px;
  left: 40%;
  transform: translateX(-50%);
}

.product-detail .cart-section .cart-body .price-subtotal label {
  color: #585757;
}

.product-detail .cart-section .cart-body .price-subtotal .display-price {
  color: #A70505;
}

.product-detail .cart-section .cart-body>form {
  padding: 10px 15px 0;
  position: relative;
}

.product-detail .cart-section .cart-body>form:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../images/slide-show-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: -11px;
}

.discount-button {
  background: url(../images/discount-available.png) no-repeat scroll top center transparent;
  display: block;
  float: left;
  height: 70px;
  line-height: 200px;
  overflow: hidden;
  padding: 5px 0 0;
  width: 92px;
}

.discount-button span {
  width: 60px;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}

/*.discount-button:before {
  content: "";
  background: #f00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -2px;
  width: 73px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  transition: all 0.8s ease;
}*/

.discount-button strong {
  text-align: right;
  line-height: 22px;
  font-size: 1.2rem;
}

.discount-button:hover {
  background-position: center -79px;
}

/*.discount-button:hover:before {
  background: #000;
}*/

.who_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  margin-bottom: 2rem;
}

.who_login #profile-heading {
  font-size: 1.3rem;
}

/* .profile {
  display: flex;
  width: 100%;
} */

/* .profile_left {
  max-width: 400px;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: normal;
} */

.profile_left>* {
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff;
  margin-bottom: 20px;
  color: #000;
}

.profile_left>*>h3 {
  font-size: 1rem;
}

.profile_right>* {
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff;
  margin-bottom: 20px;
  color: #000;
}

.profile_right {
  width: 100%;
}

.profile_right>* table thead th {
  font-size: 14px;
}

.profile_right>* table td {
  font-size: 12px;
  color: #000;
  word-break: normal;
}

.profile_right>*>h3 {
  font-size: 1.4rem;
}

.profile_right>*.recent_orders .view-filters>form>* {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-end;
}

.profile_right>*.recent_orders .view-filters>form>*>* {
  margin: 0;
}

.profile_right>*.recent_orders .view-filters>form>*>*.js-form-item {
  display: flex;
  align-items: center;
}

.profile_right>*.recent_orders .view-filters>form>*>*.js-form-item label {
  flex-shrink: 0;
  margin: 0;
  margin-right: 20px;
}

.profile_right>*.recent_orders .view-filters>form>*>*.form-actions {
  margin-left: 15px;
  margin-bottom: 1px;
}

.profile_left>*.user_information {
  font-size: 14px;
}

.view-uc-order-history {
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff;
  margin-bottom: 20px;
  color: #000;
}

.view-uc-order-history .table {
  font-size: 1rem;
  color: #000;
}

.savedcartclass .block-system-main-block {
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff;
  margin-bottom: 20px;
}

.savedcartclass .block-system-main-block .table {
  color: #000;
  font-size: 1rem;
}

.profile_left .view-last-used-billing-information {
  margin-bottom: 20px;
}

.path-user .block-system-main-block .order-pane {
  border-radius: 4px;
  padding: 20px !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff !important;
  margin-bottom: 20px;
  border: 0 !important;
  color: #000;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 15px;
}

.path-user .block-system-main-block .order-pane#order-pane-line_items {
  width: 100%;
}

.path-user .block-system-main-block .order-pane#order-pane-line_items .table {
  width: 100%;
  margin: 0;
}

div#order-pane-delivery,
#order-pane-billing,
#order-pane-payment {
  margin-right: 15px;
  min-height: 180px;
  width: calc(33.33% - 10px);
}

#order-pane-payment {
  margin-right: 0;
}

.path-user .block-system-main-block .order-pane .table td,
.path-user .block-system-main-block .order-pane .table th {
  min-width: 100px;
}

.user-logged-in.path-user .user-form {
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff;
  margin-bottom: 20px;
  color: #000;
  font-size: 1rem;
}

.user-logged-in.path-user .user-form label {
  font-weight: bold;
  margin-bottom: 0px;
}

.user-logged-in.path-user .simplenews-subscriber-form {
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background: #fff;
  margin-bottom: 20px;
  color: #000;
  font-size: 1rem;
  overflow: hidden;
}

.user-logged-in.path-user .simplenews-subscriber-form .form-composite {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.user-logged-in.path-user .simplenews-subscriber-form .form-composite .fieldset-wrapper {
  position: absolute;
  top: -30px;
  left: 0;
}

.shipping-detail {
  line-height: 20px;
  margin-bottom: 10px;
}

.track-orders {
  color: #000;
  font-size: 1rem;
}

.track-orders td {
  padding: 10px 5px;
}

.track-orders td input[type="text"] {
  border: 1px solid #696969;
  border-radius: 0;
  color: #000;
  box-shadow: none;
  min-width: 200px;
}

.view-latest-blogs-entry .more-link a {
  position: inherit;
  margin-top: 20px;
  display: inline-block;
}

/*.view-latest-blogs-entry.view-display-id-page_1 .views-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ddd;
  color: #000;
  font-size: 1.1rem;
}*/

.view-latest-blogs-entry.view-display-id-page_1 .views-row {
  font-size: 12px;
  line-height: 22px;
  color: #585757;
  margin-bottom: 12px;
  padding-left: 20px;
}

.view-latest-blogs-entry.view-display-id-page_1 .views-row .views-field-title {
  position: relative;
}

.view-latest-blogs-entry.view-display-id-page_1 .views-row .views-field-title:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 8px;
}

.view-latest-blogs-entry.view-display-id-page_1 .views-row .field-content p:last-child {
  margin-bottom: 0;
}

/*.view-latest-blogs-entry.view-display-id-page_1
  .views-row
  .views-field.views-field-title
  a {
  font-variant: small-caps;
}*/

.view-latest-blogs-entry.view-display-id-page_1 .views-row .views-field.views-field-title a {
  font-variant: inherit;
  font-size: 12px;
  color: #006595;
  font-weight: 700;
  line-height: 22px;
}

/*.view-latest-blogs-entry.view-display-id-page_1
  .views-row
  .views-field.views-field-view-node
  a {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 4px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}*/

.view-latest-blogs-entry.view-display-id-page_1 .views-row:after {
  content: "";
  clear: both;
  display: block;
}

.view-latest-blogs-entry.view-display-id-page_1 .views-row .views-field.views-field-view-node a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease;
  float: right;
  font-style: italic;
  font-size: 12px;
  color: #006595;
}

.view-latest-blogs-entry.view-display-id-page_1 .views-row .views-field.views-field-view-node a:hover {
  background: #ecf1f4;
  color: #000;
}

.forgot-password-link {
  display: block;
  position: absolute;
  right: 35px;
  font-size: 1rem;
  /* margin-top: -108px; */
}

.register-link {
  display: block;
  border-top: solid 1px #ddd;
  margin-top: 30px;
  padding-top: 10px;
  text-align: center;
  font-size: 1rem;
}

form.user-login-form .form-actions .button {
  margin: 0;
}

.products-grid .view-content .row {
  margin-left: -5px;
  margin-right: -5px;
}

.help-text-custom-link {
  font-size: 0;
  text-decoration: none !important;
  cursor: pointer;
}

/*.help-text-custom-link:before {
  content: "\f059";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  color: #0f6595;
}*/

.help-text-custom-link:before {
  content: "\f128";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  color: #ddd;
  width: 20px;
  height: 20px;
  background: #0f6595;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  transform: translate(0, 1px);
}

.helpdatalink {
  float: right;
}

.help-text-custom-info {
  position: absolute;
  width: 250px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 29%);
  overflow: hidden;
  font-size: 0.8rem;
  line-height: normal;
  z-index: 9;
}

.help-text-custom-info p:last-child {
  margin: 0;
}

.help-text-custom-info .close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #a70505;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.help-text-custom-info .close-popup:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1rem;
  font-weight: 100;
}

.cart-body .uc-product-add-to-cart-form .product-attributes>div {
  position: relative;
}

.product-brand-name {
  max-width: inherit;
}

.view-id-search_content .view-header {
  color: #000;
  margin-bottom: 16px;
  font-size: 1.3rem;
  text-align: left;
}

.view-search-content .view-empty {
  text-align: left;
}

.view-search-content .view-empty .views-exposed-form .form-control {
  width: 100%;
  border-bottom: 2px solid #101010;
  color: #000;
}

.view-search-content .view-empty .views-exposed-form {
  border-top: 0;
  position: relative;
}

.view-search-content .view-empty .views-exposed-form label {
  display: none;
}

.view-search-content .view-empty .views-exposed-form .form-submit {
  /*position: absolute;
  top: -5px;
  right: 0;
  background: url(../images/search_icon.svg) no-repeat !important;
  border: 0;
  font-size: 0;
  padding: 20px;
  background-position: center !important;*/
}

.view-search-content .view-empty .views-exposed-form .js-form-item {
  position: relative;
}

.view-search-content .view-empty .block>h2 {
  display: none;
}

.page-node-type-product .block-page-title-block {
  display: none;
}

.page-node-type-product .breadcrumb-main ol.breadcrumb a {
  color: #006595;
}

.products-grid .view-catalog-description {
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  border-radius: 4px;
  margin-bottom: 15px;
}

.product-img {
  position: sticky;
  top: 20px;
  z-index: 9;
}

.maintenance-page main:before {
  display: none;
}

.maintenance-page main {
  background: #fff;
  padding-bottom: 2rem;
  text-align: left;
  padding: 2rem;
  color: #000;
  margin-top: 2rem;
}

.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-page header {
  padding-top: 2rem;
}

@media screen and (min-width: 991px) {
  .off-canvas-wrapper {
    display: none;
  }
}

.material-content a img {
  width: 75%;
}

div#views-bootstrap-shop-by-product-page-1 .product-lists-images a img,
div#views-bootstrap-shop-by-brand-page-1 .product-lists-images a img,
div#views-bootstrap-uc-catalog-terms-default .product-lists-images a img {
  max-height: 160px !important;
  object-fit: contain;
}

div#views-bootstrap-shop-by-product-page-1 .product-lists,
div#views-bootstrap-shop-by-brand-page-1 .product-lists {
  min-height: 150px;
}

div#views-bootstrap-shop-by-product-page-1 .product-lists,
div#views-bootstrap-uc-catalog-terms-default .product-lists {
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 0;

}

.div#views-bootstrap-shop-by-brand-page-1 .product-lists {
  padding: 0;
}

div#views-bootstrap-shop-by-product-page-1 .product-lists .product-lists-content,
div#views-bootstrap-shop-by-brand-page-1 .product-lists .product-lists-content,
div#views-bootstrap-uc-catalog-terms-default .product-lists .product-lists-content {
  margin: 0;
  padding: 10px 0;
  background: #0f6595;
}

div#views-bootstrap-shop-by-brand-page-1 .product-lists .product-lists-content {
  display: none;
}

div#views-bootstrap-shop-by-product-page-1 .product-lists .product-lists-content a,
div#views-bootstrap-shop-by-brand-page-1 .product-lists .product-lists-content a,
div#views-bootstrap-uc-catalog-terms-default .product-lists .product-lists-content a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

div#views-bootstrap-shop-by-product-page-1 .product-lists .product-lists-content a:hover,
div#views-bootstrap-shop-by-brand-page-1 .product-lists .product-lists-content a:hover,
div#views-bootstrap-uc-catalog-terms-default .product-lists .product-lists-content a:hover {
  text-decoration: underline;
}


div#views-bootstrap-shop-by-product-page-1 .product-lists .product-lists-images,
div#views-bootstrap-shop-by-brand-page-1 .product-lists .product-lists-images,
div#views-bootstrap-uc-catalog-terms-default .product-lists .product-lists-images {
  padding: 1rem;
}

.header-top__usermenu {
  margin-left: auto;
}

a.header__cart {
  color: #0f6595;
}

a.header__cart:before {
  content: "";
  margin-right: 10px;
  font-size: 15px;
}

.header__cart-menu ul.menu li a {
  padding: 7px 6px 6px 26px;
  background-image: url(../images/cart-full.png);
  background-repeat: no-repeat;
  background-position: center left 6px;
}

.header__cart-menu {
  border-left: 1px solid #897966;
}

.header__cart-menu ul.menu li a>span {
  margin-left: 17px;
  font-size: 12px;
}

.header__cart-menu ul.menu li a>span:after {
  content: " item";
}

/* new header */

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 11px;
}

.region-header-search .toll-free-number {
  color: #006595;
  font-size: 17px;
  font-weight: normal;
  text-align: right;
}

.region-header-search .toll-free-number p {
  margin-bottom: 8px;
}

/* 12-08-2021 */

.view-shop-by-product .views-field.views-field-name {
  text-align: center;
  font-weight: bold;
  color: #000000;
  /* padding-top: 3px; */
  font-size: 12px;
  white-space: nowrap;
}

.view-shop-by-product .views-field.views-field-field-shop-product-image {
  border: 1px solid #D8D8D8;
  margin: 0 auto 1px;
  min-height: 87px;
  width: 87px;
}

.view-shop-by-product .views-field.views-field-name a {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  font-family: "verdana"
}

.view-shop-by-product .views-field.views-field-name a:hover {
  color: #0f6595;
}

.block-commercial-hardware-block ul.custom-brands,
.block-cabinet-hardware-block ul.custom-brands {
  margin-top: 20px;
}

.box-text .box-brand-logo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-text .box-brand-logo ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  margin-bottom: 10px;
  float: left;
  list-style: none;
  text-align: center;
}

ul.custom-brands li img {
  margin: 0;
  max-width: 164px;
  height: 89px;
  width: 100%;
  object-fit: contain;
  border: solid 1px #d8d8d8;
}

div#block-simplenewssubscription {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 30px 140px 10px 13px;
  flex: 0 0 47.5%;
  background: url(../images/email.png) no-repeat right top;
}

div#block-simplenewssubscription>h2,
div#block-simplenewssubscription>form>#edit-message,
div#block-simplenewssubscription>form>#edit-actions {
  color: #292929;
}

div#block-simplenewssubscription>h2 {
  font-style: italic;
}

#block-prodiscountlink .field--name-body a:link,
#block-prodiscountlink .field--name-body a:visited {
  background: url(../images/pro-discounts.png) repeat scroll 0 0 transparent;
  display: block;
  float: right;
  height: 145px;
  line-height: 500px;
  margin: 0 -50px -122px 0;
  overflow: hidden;
  width: 50px;
  position: absolute;
  right: -46px;
  top: -1px;
}

#block-prodiscountlink .field--name-body a:hover {
  background: url(../images/pro-discounts.png) repeat scroll -54px 0 transparent;
}

.product-sku {
  margin-bottom: 4px;
  font-size: 11px;
}

.product-lists-images {
  margin-top: 5px;
}

.emtek-finishes {
  background: #ffffff;
}

.product-img {
  text-align: center;
}

.product-img div#elevate_zoom--inner_zoom_gallery_list a img,
.product-img div#elevate_zoom--lens_zoom_gallery_list a img {
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  max-width: 65px;
}

.product-img div#elevate_zoom--inner_zoom_gallery_list,
.product-img div#elevate_zoom--lens_zoom_gallery_list {
  margin-bottom: 10px;
}

.pagination {
  flex-wrap: wrap;
}

.saved_cart .pagination .page-item {
  margin-bottom: 5px;
}

.product-brand-name img {
  border: solid 1px #eaeaea;
  max-height: 77px !important;
}

.view-user-recent-orders table th {
  min-width: 80px;
}

.view-user-recent-orders .pagination li a.page-link {
  font-size: 14px;
}

.view-user-recent-orders .pagination li span {
  font-size: 14px;
}

.saved_cart .pagination li a.page-link,
.saved_cart .pagination li span  { 
  font-size: 14px;
}

.view-id-user_recent_orders .view-footer {
  text-align: right;
}


.view-latest-blogs-entry .views-field-title span a {
  font-size: 12px;
  font-weight: bold;
  color: #006595;
  line-height: 22px;
}

.view-latest-blogs-entry  .views-field-view-node {
  font-style: italic;
  font-size: 11px;
  text-align: right;
}

.view-latest-blogs-entry .views-field-body {
  color: #585757;
}

.view-uc-order-history .views-exposed-form #edit-actions {
  width: 100%;
}
.return-information h1,
.return-information .h1{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #006595;
    font-weight: normal;
    font-size: 14px;
}

.return-information .h2,
.return-information h2{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #006595;
    font-weight: normal;
    font-size: 14px;
}

.return-information p{
   color: #006595;
}
.return-information ol li {
    color: #006595;
    font-size: 12px;
}
  