/**
 * @version     CVS: 5.0.1
 * @package     com_organic_shop
 * @copyright   2024 OrganicWebs
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      OrganicWebs <chris@organicwebs.com.au>
 */
.organicshop_product_wrapper{
	border: solid var(--gray-200) 1px;
	padding: 20px;
	border-radius: 5px;
}

.organicshop_main_image img{
	width:100%;
}

.organicshop_product_detail_wrapper {
		min-height:80px;
}

.organicshop_title {
	font-weight:bold;
}

.organicshop_price {
	font-weight:bold;
	font-size:large;
}

.organicshop_checkout_thumb {
	width:50px;
}

.organicshop_qty_update,
.organicshop_addtocart {
	max-width: 250px;
}

fieldset.organicshop {
	padding:10px !important;
	border: groove 2px var(--gray-200) !important;
	border-radius:5px !important;
	background-color: var(--gray-100);
}

table.organicshop_table thead tr th,
table.organicshop_table tfoot tr th {
	background-color: var(--gray-100);
}

table.organicshop_table tfoot tr, 
table.organicshop_table tfoot th {
	border-bottom: none;
}

th.organicshop_list_delivery_cost{
	width:100px;
}

th.organicshop_list_order_total{
	width:100px;
	display:inline-block;
}

img.organicshop_option_image {
	width:50px;
}

.organicshop_option {
	border: 1px solid var(--gray-200);
	padding:5px;
}

.organicshop_option input.form-check-input {
	margin:10px;
}

.organicshop_outofstock {
	font-size: 80%;
	color: var(--red);
	padding:3px;
}

.organicshop_outofstock_box {
	width:100%;
	padding:10px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid var(--red);
	border-radius: 5px;
	color: var(--red);
	display:inline-block;
}

.organicshop_buy_button {
	width:100%;
	padding:10px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}


.organicshop_instock {
	font-size: 80%;
	color: var(--green);
	padding:3px;
	margin:5px;
}

.organicshop_id,
.organicshop_code {
	display:none;
}

a.organicshop_paypal_button {
	background-color:#ffc439;
	padding:10px;
	display:block;
	width: 100%;
	text-align:center;	
	border-radius:5px;
	margin-bottom:15px;
	margin-top:15px;
}
a.organicshop_paypal_button:hover {
	background-color: #F2BA36;
}

a.organicshop_creditcard_button {
	font:PayPalOpen-Regular, Helvetica, Arial, "Liberation Sans", sans-serif;
	color:var(--white);
	font-weight: 500;
	font-size:20px;
	background-color:#2C2E2F;
	padding:10px;
	display:block;
	width: 100%;
	text-align:center;	
	border-radius:5px;
	margin-bottom:15px;
	margin-top:15px;
	text-decoration:none;
}

a.organicshop_creditcard_button:hover {
	filter: brightness(1.2);
	color:var(--white);
}