/*
Theme Name: Wokman Glove and Safety
Version: 1.1
Description: A custom theme for Wokman Glove and Safety.
Author: WEBDOGS
Author URI: https://webdogs.com
template: bb-theme
*/
/* Add your custom styles here... */
body #place_order, body .gform_button, body .woocommerce-Button, body .coupon .button,
body .actions .button, body .checkout-button, body .woocommerce .button {
	font-size: 20px !important;
}

.woocommerce .button, #place_order, .single_add_to_cart_button, .woocommerce-Button, .gform_button,
.coupon .button, .actions .button, .checkout-button {
	font-size: 16px !important;
	padding: 8px 12px !important;
	border-radius: 0px !important;
	border: 2px solid #c1272f !important;
	background-color: #c1272f !important;
	line-height: 1 !important;
	font-weight: 600;
	color: #fff !important;
}

.woocommerce .button:hover, #place_order:hover, .single_add_to_cart_button:hover,
.woocommerce-Button:hover, .gform_button:hover, .coupon .button:hover,
.actions .button:hover, .checkout-button:hover {
	background-color: #ec8e30 !important;
	border-color: #ec8e30 !important;
	color: #fff !important;
}

.woocommerce-page ul.products li.product a.button:hover, .woocommerce-page .woocommerce-message a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page .woocommerce button[type=submit]:hover, .woocommerce-page button[type=submit].alt.disabled:hover {
	color: #fff !important;
}

.widecolumn {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}

body .woocommerce .remove {
	color: #c1272f !important;
}

.woocommerce a.remove:hover {
	background: #ec8e30 !important;
}

#coupon_code {
	padding: 14px !important;
	height: 42px !important;
}

#order-review {
	position: sticky;
	top: 64px;
}

.product .quantity {
	text-align: center;
}

.product .input-text.qty {
	display: inline-block !important;
  width: 50px !important;
  margin-bottom: 15px;
}
.woocommerce-result-count {
	width: auto !important;
	display: block !important;
	float: left !important;
}

.woocommerce-ordering {
	float: right !important;
}

@media screen and (max-width: 768px) {
	.woocommerce-ordering {
		clear: both;
		float: none !important;
	}
}

.archive .fl-post-grid-text .woocommerce.fl-post-grid-woo-meta .price {
	display: block !important;
}
