/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
  position: relative !important;
}

#header-space {
  height: 0px !important;
}

.current-menu-item a {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.flex-column {
  flex-direction: column;
}

.cp {
  cursor: pointer;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.bb {
  border-bottom: 1px solid #e2e9ee !important;
}

.bl {
  border-left: 1px solid #e2e9ee !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pl-md-5 {
  padding-left: 3rem !important;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.d-flex {
  display: flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.br-wrap {
  display: flex;
  flex-wrap: wrap;
}

.br-innner-wrap {
  width: 25%;
}

.related-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.c-search {
  width: 33.33%;
}

a.cf-pill {
  background-color: #f5f5f5;
  padding: 5px 25px !important;
  border-radius: 25px;
  border: 1px solid #e2e9ee;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 0.8rem;
}

a.cf-pill {
  text-decoration: none;
  background-size: 100% 0px !important;
}

#loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  z-index: 9;
  opacity: 0.75;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-loader {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  opacity: 0.75;
  background: white;
}

.position-relative {
  position: relative;
}

.result-wrap {
  min-height: 300px;
}

.fc-black {
  color: #292929;
}

.cp {
  cursor: pointer;
}
.tab-item {
  flex: 1 1 auto;
  text-align: center;
}
.btn-active {
  color: #f06601;
}

.fs-18 {
  font-size: 18px;
}

#footer-outer {
  padding: 30px;
}

.foot-brand {
  width: 16.66%;
}

.foot-brand a:hover {
  color: #ccc !important;
}

.foot-privacy {
  display: flex;
  justify-content: center;
}

.search-box {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.input-group-prepend {
  position: absolute;
  right: 10px;
  top: 10px;
}

.search-title-inner {
  display: flex;
  align-items: center;
}

.um-half {
  width: 100% !important;
  margin-bottom: 10px;
}

.um input[type="submit"].um-button,
.um input[type="submit"].um-button:hover {
  background-color: black !important;
}

.um-center #um-submit-btn {
  width: 100% !important;
}

.woocommerce div.product .product_title {
  margin-bottom: 20px;
}

.menu-title-text {
  color: #000 !important;
  font-size: 17px !important;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.sf-menu li {
  padding-right: 40px !important;
}

.pagination {
  display: flex;
}

.pagination li {
  padding-right: 20px;
  list-style: none;
}

@media only screen and (max-width: 600px) {
  body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
    position: fixed !important;
  }
  #top #logo img {
    width: auto !important;
    margin: 0 !important;
  }

  .foot-privacy {
    flex-direction: column;
    align-items: center;
  }

  .search-box {
    width: auto;
  }
  .pagination li {
    padding-right: 15px;
  }

  .flex-column {
    flex-direction: column;
  }

  .br-innner-wrap {
    width: 50%;
  }

  .c-search {
    width: 100%;
  }
}

.single-ebay-searches #ajax-content-wrap {
  padding-top: 40px;
}

body.woocommerce:not(.single-product) ul.products li.product {
  border: 1px solid #ccc;
  padding: 30px 15px;
  border-radius: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 600;
}

.woocommerce div.product div.images img {
  width: auto;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
  width: 25% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30% !important;
}

.woocommerce-account .woocommerce {
  display: flex;
}

.woocommerce .woocommerce-info {
  color: #252525;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  body[data-header-resize="0"] .container-wrap {
    padding-top: 70px;
  }

  body #top #logo img,
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 40px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }

  .woocommerce .products ul li,
  .woocommerce ul.products li {
    width: 47.8% !important;
  }

  .foot-brand {
    width: 50%;
  }

  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
}

.woocommerce div.product .summary p.price {
  padding-bottom: 0 !important;
}

.woocommerce-ordering,
.woocommerce-result-count,
.pl-grid-table {
  display: none;
}

.nectar-shop-header .woocommerce-breadcrumb {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

#header-outer #logo {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#top #logo img {
  width: 250px;
  margin: 10px auto !important;
}

.sf-menu.sf-js-enabled.sf-arrows {
  width: 100%;
  justify-content: space-evenly;
}

.buttons.sf-menu {
  display: none !important;
}

#top nav > ul > li {
  flex: 1 1 auto;
  display: flex !important;
  justify-content: center;
  align-items: center !important;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
  border-right: 1px solid #ccc;
  width: 100%;
}

.page-id-65769 #breadcrumbs {
  display: none;
}

.home-custom-search {
  box-sizing: border-box;
  padding-right: 174px !important;
  background-color: white !important;
  border-radius: 0px !important;
}

.home-custom-search-btn {
  position: absolute;
  width: 108px;
  top: 0px;
  right: 0;
}

body[data-button-style*="slightly_rounded"]
  button[type="submit"].home-custom-search-btn {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.home-brand-wrap {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px !important;
}

.home-brand {
  width: 9.5%;
  background: #f6f8fa;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 13px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.home-brand a {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .home-brand {
    width: 20%;
  }
}

@media only screen and (max-width: 600px) {
  .home-brand {
    width: 41%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .home-brand {
    width: 41%;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .home-brand {
    width: 20%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-brand {
    width: 20%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-brand {
    width: 9.5%;
  }
}

/* Extra extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .home-brand {
    width: 9.5%;
  }
}


.product_meta span.posted_in:last-child {
    display: none;
}