/**
 * /*!
 * Theme Name:      Shoptimizer-Child
 * Template:        shoptimizer
 * Theme URI:       https://www.commercegurus.com/wordpress-themes/shoptimizer
 * Author:          CommerceGurus
 * Author URI:      https://www.commercegurus.com/
 * Description:     Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 * Version:         2.0.0
 * License:         GNU General Public License v2 or later
 * License URI:     http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:     shoptimizer
 * wc_gzd_compatible: true
 * Tags:            e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
 * CGMeta: 1584:a523c024-0f7c-47a5-a11a-3e11d0914cc2
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Shoptimizer is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc. and Storefront https://github.com/woocommerce/storefront (C) 2012-2019 Automattic, Inc.
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 *
 *
 * Shoptimizer documentation is available here: https://www.commercegurus.com/docs/shoptimizer-theme/
 *
 * Rivolicons License: Created by Hadrien Boyer and licensed under Creative Commons 4.0 - https://creativecommons.org/licenses/by-sa/4.0/
 * Rivolicons icon pack homepage - http://rivolicons.hadrien.co/
 * Images License: GNU General Public License v2 or later
 *
 * ======
 * Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
 * All main styles are in /assets/css/main/main.css
 * ======
 *
 */

 ul.products li.product:not(.product-category):before
 {
 	box-shadow: 0 0 0px rgba(0,0,0,0) !important;
 	background-color: inherit !important;
 }
 .single-product p{
	margin: 0px!important;
}
/*   p{
	margin: 0px!important;
} */

.single-product .posted_in{
	display: none!important;
}

/* HIDE ADDONS FOR ALL KITS br-135 
.elementor-product-woosb #addon_container {
  display: none;
}*/

/* Take out buy bulk and save for ALL KITS br-142
.elementor-product-woosb .buy_bulk_title {
  display: none;
}
.elementor-product-woosb .buy_bulk_section {
  display: none;
}*/

/* Take out buy bulk and save for ALL PRODUCTS br-145 */
/*.elementor-add-to-cart .buy_bulk_title {
  display: none;
}
.elementor-add-to-cart .buy_bulk_section {
  display: none;
}*/

/* SEARCH BAR STYLES */
.aws-container .aws-search-form {
    background: none;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  display: none;
}

.aws-form-btn:before { content: "SEARCH"; }

.aws-container .aws-search-field {
    background: #FFF;
    color: #165ea0;
    border-radius: 12px 0 0 12px !important;
    padding-left: 30px !important;
    font-size: 14px !important;
}

.aws-container .aws-search-form .aws-form-btn {
    border-radius: 0 15px 15px 0 !important;
    width: 150px;
    padding: 15px;
    background-color: #165ea0;
    color: #fff;
    font-family: Roboto,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background-color: #165ea0;
}

input[type=search]::placeholder {
      color: lightgrey !important;
      font-family: Lato,sans-serif;
      font-size: 15px !important;
}

input[type=search]::-webkit-input-placeholder {
      color: lightgrey !important;
      font-family: Lato,sans-serif;
      font-size: 15px !important;
}

.aws-search-result {
    border-radius: 15px !important;
    margin-top: 5px;
}
li.product {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

li.product form._loop_cart {
	margin-right: 12px;
}

.addons_header {
  margin: 0;
}
/* Contact Us Link/Button --> Charger List Item */
.contact_us {
    width: 90%;
    height: 58px;
    margin: 8px auto;
    background: #165EA0;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: white;
}

.single_call_for_details_button {
    width: 80%;
    height: 58px;
    margin: 8px auto;
    background: #165EA0;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: white;
    padding: unset;
    display: block;
}
.not-available {
    color: #165EA0;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.3em;
    text-align: center;
}