h1 {
    font-size: 26px;
    line-height: 30px;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand > img {
    height: 46px;
}

/* product */

#details .product-section {
  padding: 1em 0 1px 5px;
}
#details .product-section div {
  border-bottom: dotted thin #000;
}

.productFilter {
    margin-top: 0px;
}

.filter-values label {
    font-weight: normal;
}

.panel-title label {
    font-weight: normal;
}


#details .product-item td {
  padding: 1px 1em 1px 5px;
}

#details .product-item-hidden td,
#details .product-item-hidden-stub td {
  display: none;
}

#details tbody tr.product-item:nth-child(odd) td,
#details tbody tr.product-item:nth-child(odd) th {
  background-color: #D6DDDE;
}

/* pagination */
li.page-gap > a,
li.page-gap > span {
   background-color: inherit;
   border: none;
}

/* search products*/

.w-s-p {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
.s-r span {
  color: #7c7c7c;
  font-size: small;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
   display: block;
   /*padding: 3px 15px;*/
   clear: both;
   font-weight: normal;
   line-height: 18px;
   color: #555555;
   border: none;
   white-space: nowrap;
   text-decoration: none;
 }

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus,
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active {
  color: #555;
  text-decoration: none;
  border: none;
  padding: 0;
  background: #EDEEF0 none;
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

h4.panel-title-filter, .info-level4.panel-title-filter {
    position: relative;
}

#modalCartCheckout p.cart-header {
    color: #444;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 29px;
    text-transform: uppercase;
}

@media (max-width: 442px) {
    #modalCartCheckout p.cart-header {
        color: #444;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 26px;
    }
}

/* order checkout */
.underline-link {
  border-bottom: 1px dashed;
}

.vacation-message {
    background-color: #FF5722;
    color: #FFF;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .wide-modal {
        width: 75%;
    }
    .extra-wide-modal {
        width: 90%;
    }
}

.error-field {
    border-color: #F44336;
}

/* mps, bepaid */
.mps-logos {
    margin-top: 15px;
}

/* brands, brand page */
.category-brand-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.category-brand-item-wrapper {
    min-height: 160px;
    display: table;
}

/* category - alias */
.alias-section {
  margin-bottom: 1em;
}

.alias-section > a, .alias-section > span {
  font-size: 16px;
  margin: 0.5em ;
}

.alias-link {
  border-bottom: 1px dashed;
}

.alias-active {
  padding: 0.5em;
  border: 1px solid #b3b3b3;
}

.review-not-found {
  padding-top: 10px;
  padding-bottom: 30px;
}

.section-review {
  padding: 50px 0;
  position: relative;
}
.productReviewTitleBAr {
  margin-bottom: 50px;
}
.productReviewTitleBAr .hero-section-title i {
  display: block;
  margin-bottom: 10px;
}
.productReviewTitleBAr .rating i {
  font-size: 18px;
}
.productReviewTitleBAr .ratingInfo {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: 10px;
  text-transform: uppercase;
}
.productReviewTitleBAr .ratingNumber {
  padding: 0 15px 0 5px;
}
.review-item {
  border-bottom: 1px solid #d1d4d6;
  padding: 20px 0;
}
.review-item-user-profile {
  float: left;
  margin-right: 10px;
}
.review-item-user-profile .img-circle {
  max-width: 70px;
  border: 1px solid #d1d4d6;
}
.reviewUserTitle {
  padding-bottom: 10px;
}
.user-name {
  padding-top: 15px;
}
.user-name p {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}

.review-item .review-thumb-pros {
  color: #3aa000;
}

.review-item .review-thumb-cons {
  color: #f44336;
}

.range-inline {
  display: inline-block;
}

.dropdown-menu.bottom-right {
  width: 100%;
}

.fa-chevron-down-right {
  font-size: 13px;
}

.fa-chevron-down-right:before {
  content: "\f078";
}

.filter-column-data {
  border-bottom: solid #9E9E9E;
  margin-bottom: 5px;
}

.filter-column-data:last-child, .filter-column-data:nth-last-child(2) {
  border-bottom: inherit;
  margin-bottom: inherit;
}

@media (min-width: 768px) {
  .dropdown-menu.bottom-right {
    left: 101%;
    bottom: auto;
    top: -150px;
    min-width: 850px;
  }

  .dropdown-menu.cc-6 {
    min-width: 850px;
  }

  .dropdown-menu.cc-4 {
    min-width: 600px;
  }

  .dropdown-menu.cc-2 {
    min-width: 300px;
  }

  .fa-chevron-down-right:before {
    content: "\f054";
  }

  .filter-column-data {
    border-bottom: inherit;
    margin-bottom: inherit;
  }
}

@media (max-width: 768px) {
  .block-element.wn {
    white-space: nowrap;
  }
}

/* news */
.news-card-img-wrapper {
  height: 150px;
}

.news-card-img-wrapper img {
  max-height: 150px;
  width: auto;
}

/* news */
.article-card-img-wrapper {
  height: 150px;
}

.article-card-img-wrapper img {
  max-height: 150px;
  width: auto;
}

/* scrollToTop */

.scrollToTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  border: none;
  outline: none;
  color: #a9a9a9;
  cursor: pointer;
  padding: 10px;
  font-size: 50px;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #808080;
}

/* review part - preview */
.prd-prv-rev {
  display: none;
}

.prd-prv-rev-cnt {
  display: none;
}

/* review part - product */
.prd-rev {
  cursor: pointer;
}
.prd-rev {
  display: none;
}

.prd-rev-cnt {
  padding-left: 0.5em;
  display: none;
}

/* compare products */
.compare-prd-name {
  padding-top: 10px;
  padding-bottom: 10px;
}

.compare-prd-price {
  padding-bottom: 10px;
}