/*
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
*/

#header-secondary-outer .nectar-center-text {
  text-transform: none;
}

.product-categories {
  font-size: 14px;
}

.single-product div.product h1.product_title {
  font-size: 33px;
  line-height: 41px;
}

.wc-pao-addon-name {
  font-size: 20px;
}

.woocommerce form .form-row .input-text {
  background-color: var(--wc-form-color-background,#f9f150);
}

.select2-container {
  background-color: #f9f150;
}

#tab-title-description {
  background-color: #f9f150;
  color: #000;
}

.products li.product.minimal .background-color-expand, .products li.product.minimal .background-color-expand::before {
  border-style: solid;
  border-color: #93a3ff;
}

.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal, .woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal {
  width: calc(33.25% - 15px);
  border-style: solid;
  border-width: 1px;
  border-color: #c4d5ff;
}

@media only screen and (min-width: 1000px) {
  .archive.woocommerce .container-wrap > .main-content #sidebar {
    padding: 20px;
    margin-right: 24px;
  }
}

#sidebar {
  background-color: #eaf0ff;
}

