/*
Theme Name: Online Pharmacy
Theme URI: https://onlinepharmacy.to/
Author: Online Pharmacy
Author URI: https://onlinepharmacy.to/
Description: Custom theme replicating the OnlinePharmacy.to design with WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onlinepharmacy
Tags: e-commerce, custom-menu, featured-images, woocommerce
*/

/* Main styles are loaded from assets/css/style.css via functions.php */

.checkout_details ul li .form-row {
	margin: 0 0 8px;
	width: 100%;
	float: none;
}
.checkout_details ul li label.screen-reader-text,
.checkout_details ul li .screen-reader-text {
	position: absolute;
	left: -9999px;
}
.checkout_details ul li select,
.checkout_details ul li input.input-text,
.checkout_details ul li .form-control {
	width: 100%;
	height: 42px;
	border: 1px solid #ddd;
	padding: 8px 12px;
}
.check_right table,
.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 20px;
}
.check_right th,
.check_right td {
	padding: 8px 10px;
	border: 1px solid #eee;
}
.woocommerce-checkout #payment {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
}
.woocommerce-checkout #payment .place-order button,
.woocommerce-checkout #place_order {
	background: #2bac97;
	color: #fff;
	border: none;
	border-radius: 25px;
	width: 100%;
	height: 45px;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
	list-style: none;
	padding: 12px 15px;
	margin: 15px 0;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
	font-size: 13px;
	margin: 10px 0;
}
