/*
Theme Name: Liberty Mart Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: PCR-PRIDE Centric Resources
Author URI: https://pcradvantage.com
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1782823547
Updated: 2026-06-30 12:45:47

*/

.pcr.woocommerce ul.products li.product a img {
    object-fit: contain;
}
.pcr li#quote-li {
    list-style: none;
}
.pcr .afrq-menu-item {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;

.pcr .afrq-menu-item:hover {
    font-size: 14px;
    font-weight: bold;
    color: var(--e-global-color-primary);
}
.pcr .mini-quote-dropdown {
    right: 14px;
    -moz-box-shadow: 0 0 5px #212b60;
    -webkit-box-shadow: 0 0 5px #212b60;
    -o-box-shadow: 0 0 5px #212b60;
    box-shadow: 0 0 5px #212b60;
    padding: 15px;
}
.pcr .mini-quote-dropdown li.addify-rfq-mini-cart-item {
    padding-bottom: 10px;
}
.pcr .mini-quote-dropdown .addify-rfq-mini-cart__empty-message {
    font-size: 14px;
}
.pcr .mini-quote-dropdown .arfq-pro-detail a {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--e-global-color-primary);
}
.pcr .mini-quote-dropdown .addify-rfq-mini-cart__buttons a#view-quote {
    border: none;
    background-color: var(--e-global-color-primary);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.pcr.woocommerce .elementor-wc-products ul.products li.product a.added_to_cart.button, .pcr.woocommerce .elementor-wc-products ul.products li.product a.added_to_cart.button:hover {
    background-color: unset;
    color: var(--e-global-color-primary);
}
.pcr.woocommerce .elementor-element .e-con-inner .elementor-widget-woocommerce-product-add-to-cart a.added_to_quote {
    background-color: unset;
    color: var(--e-global-color-primary);
}
.pcr .shop-grid .woocommerce ul.products li.product a img {
    height: 250px;
    object-fit: contain;
}

.pcr .addify-quote-form__contents .product-name {
  color: var(--e-global-color-primary) !important;
}

.pcr .addify-quote-form__contents .product-name .adf-product-remove {
  color: red !important;
}

.pcr .addify-quote-form__contents .product-name small {
  display: none;
}


@media (max-width: 1024px) {
.pcr .searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
}
.pcr .searchandfilter li:not(:last-child) {
    margin-right: 20px;
}
.pcr .searchandfilter li:not(.sf-field-search):not(.sf-field-taxonomy-product_tag):not(.sf-field-taxonomy-product_cat) {
    display: none;
}
}
@media (max-width: 767px) {
.pcr .afrq-menu-item {
    font-size: 12px;
}
.pcr .searchandfilter li {
    margin-right: 0;
    width: 100%;
}
}
