/*
Theme Name: Americraft Coffee
Theme URI: https://americraftcoffee.com
Author: Tech 2 Success
Author URI: https://www.tech2success.com/
Description: OCS shop theme for Americraft Coffee
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

header-top a {
    color: #fff;
}

@media (min-width: 992px){
#header .logo {
    text-align: center;
}}

/* Hide Ajax remove product buttons for RBP compatibility - only allow from cart page */
#mini-cart li .remove-product {
    display: none !important;
}
.widget_shopping_cart .product-details .remove-product {
    display: none !important;
}

/* update disabled buttons to gray and not-allowed */
#wl-wrapper .wl-add-but.disabled {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed;
}
.single_add_to_cart_button.disabled, .single_add_to_cart_button.disabled:hover {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed;
}

/* dont show price in live search results */
.autocomplete-suggestion .search-price {
    display: none !important;
}

/* hide rating in recently viewed products */
ul.product_list_widget li .star-rating, .widget ul.product_list_widget li .star-rating {
    display: none;
}

/* Add shadow and bg to category names */
ul.products li.product-category .thumb-info-title {
    background-color: rgb(0,0,0,30%);
}
ul.products li.product-category .thumb-info h3 {
    text-shadow: 1px 1px black;
}

/* allow product titles to wrap */
ul.products li.product-col .woocommerce-loop-product__title {
    white-space: normal !important;
}
ul.product_list_widget li .product-details a {
    white-space: normal !important;
}

/* center align product titles */
ul.products li.product-col .product-content {
    text-align: center;
}

/* show images at full size, not stretched */
.product-images .img-thumbnail .inner, .product-images .img-thumbnail .inner img {
    width: auto;
    margin: auto;
}

/* right align and 80% aws search form in mobile view */
@media (max-width: 991px){
    .aws-container .aws-search-form {
        float: right !important;
        width: 80%;
    }
}

.dgwt-wcas-search-wrapp {
    display: inline-block;
    width: auto;
}
