/*
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.8.5
License:
License URI:
Text Domain: shopkeeper
Domain Path: /languages/
*/

.custom-quantity .quantity {
    float: none !important;
}

.variations-grid .variation-name {
    font-weight: bold;
}

.variations-grid .stock, .variations-grid .sku-code {
    font-size: 12px !important;
}

.variations-grid .desc p {
    font-size: 14px !important;
}

.variations-grid .custom-product-img {
    max-width: 100px;
}

.variations-grid .custom-row {
    display: flex;
    text-align: center;
    justify-content: center;
}

.variations-grid .custom-row .custom-price {
    margin-right: 5px;
}

.variations-grid .custom-row .custom-price span {
    line-height: 50px;
    font-size: 20px !important;
}

.variations-grid .custom-row .custom-quantity .quantity {
    margin-right: 0 !important;
}
.variations-grid .cart .custom-button {
    padding: 18px 25px 14px !important;
    width: 160px !important;
    min-width: 120px !important;
}

.variations-grid.simple-table .custom-row {
    float: left;
}

.variations-grid.simple-table .cart .custom-button {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50px !important;
    min-width: 50px !important;
}

.product_layout_classic .product_infos .simple-table form.cart .button {
    float: right !important;
}

.variations-grid.simple-table .custom-row .custom-price span {
    font-size: 14px !important;
}

.variations-grid.simple-table .variation-name {
    font-size: 14px;
}

.variations-grid.simple-table .custom-row .custom-quantity .quantity .custom-qty {
    width: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.variations-grid.simple-table .custom-row .custom-price {
    min-width: 71px;
}

.product_layout_classic .product_infos .simple-table form.cart {
    margin-bottom: 0;
}
