/*
Theme Name: Shopkeeper
Theme URI: https://shopkeeper.wp-theme.design/
Author: Get Bowtied
Author URI: https://www.getbowtied.com/
Description: When you start with an awesome product you can create amazing things! Built with the eCommerce functionality in mind, Shopkeeper is a fully responsive Premium WooCommerce Theme with great design and extensive functionality.
Version: 2.9.4
License:
License URI:
Text Domain: shopkeeper
Domain Path: /languages/
*/


.category-image, 
.woocommece-product-image {
    padding-top: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.widget_product_categories ul li span.count {
    background: #fff !important;
}

.vc_gitem-zone { 
     background-size: auto !important;   
}

.filters-text {
    border: 1px solid #545454;  
    padding: 10px 0px 10px 0px;
}

.filters-text:hover {
    border: 1px solid #EF1935;  
}

.filters-text i {
    margin-left: 10px;
}    


.woof_checkbox_label {
    text-transform: capitalize;
    font-weight: normal;
}

.woof_checkbox_label input-radio:after, 
.woof_checkbox_label [type="checkbox"]:after, 
.woof_checkbox_label .input-checkbox:after {
    border-color: rgba(255,255,255,0.8);
}

.off-canvas, .offcanvas_content_left, .offcanvas_content_right {
    background-color: #EF1935;
}

.woof_price_search_container {
    display: none;    
}

.off-canvas .woof_submit_search_form_container button {
    border: 1px solid #970014 !important;
    background: #970014 !important;
}

.off-canvas .woof_submit_search_form_container .woof_reset_search_form {
    display: none;    
}

.es_submit_button {
    border: 2px solid #fff !important;
}

.slider-content-wrapper {
    background: #EF1935 !important;
    text-align: left !important;
    padding: 30px !important;
}

@media screen and (min-width: 1080px) {
    .slider-content-wrapper {
       width: 40% !important;
    }
}

.slider-content-wrapper .primary_font {
    margin: 0 0 10px 0 !important;
    text-transform: uppercase !important;
}

.slider-content-wrapper .secondary_font {
    margin: 0 !important;
}

#mobiles-menu-offcanvas {
    display: none;    
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    display: none;      
}

.account-tab-link.current {
    color: #EF1935 !important;
}
    
#show_logout_checkout {
    border-bottom: 3px solid #EF1935;
    padding: 20px 0px;
    text-align: center;
}    

#show_guest_checkout {
    display: block;
    text-align: center;
    color: #8b8b8b;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;    
}

#show_guest_checkout .text {
    color: #555;
    margin-bottom: 10px;
}    

    
    