/*
Theme Name:  Bookstore Child
Theme URI: https://themeforest.net/item/book-store-wordpress-woocommerce-theme/15748608
Description: Online Bookstore theme for Woocommerce WordPress Plugin.
Author: AcmeeDesign
Author URI: http://acmeedesign.com
Template: bookstore
Version:        1.1
Tags: two-columns, left-sidebar, custom-menu, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bookstore-child
*/


/*
Put your Custom CSS below
-------------------------------------------------------
*/

/*.woocommerce-checkout #payment #place_order{
	display: none;
	opacity: 0;
	font-size: 0;
	height: 0;
	width: 0;
}*/
.woocommerce-checkout #payment_method_custom.input-radio{
	display: block !important;
}
/*.woocommerce-checkout .payment_box.payment_method_custom{
	display: none !important;
}*/
.product-tag{
	font-weight: bold;
    color:black;
    font-size: 18px
}
.row-hide{
	display: none;
}

.product-wrap h4 a.bks_product_title_link {
    text-transform: uppercase !important;
}

.xoo-wsc-basket {
    top: 90px !important;
    right: 133px !important;
}
.xoo-wsc-basket {
    padding: 3px !important;
}

/*.bks-cart-widget {
    display: none !important;
}*/

.product-buttons{
	display: flex;
    flex-direction: row;
}
body.woocommerce-checkout #billing_address_1_field{
	display: none !important;
}
body.woocommerce-checkout #billing_postcode_field{
	display: none !important;
}

body.woocommerce-checkout #shipping_address_1_field{
	display: none !important;
}

body.woocommerce-checkout #shipping_postcode_field{
	display: none !important;
}