/*
Theme Name: Saferxmedicine
Theme URI: https://wordpress.org/themes/asgard/
Author: Aarke Themes
Author URI: https://profiles.wordpress.org/ravimakwana/
Description: Pharmacy Selling E-commerce theme
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asgard
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.custom-variable-product-radio h2 {
	font-size:22px;
}
.coupon-section p {
	font-weight:bold;
}
.custom-variable-product-radio ul.variations-list, form.variations_form.cart .quantity, .custom-variable-product-radio h2 {
    background-color: #e6f1fc;
    padding: 12px 12px;
    border-radius: 15px;
}

input[type="radio"] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* For Safari */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%; /* Make it round */
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 10px; /* Space between radio and label */
}

/* Add background color on hover */
input[type="radio"]:hover {
    border-color: #000000;
}

/* Style for selected radio button */
input[type="radio"]:checked {
    background-color: #03a297;
    border-color: #ffffff;
    outline: 2px solid #000000;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 50%);
}

.variation-item input[type="radio"]:checked + span {
    color: #000000 !important;
    border-radius: 5px;
    padding: 5px;
    font-weight: 900;
    transition: 0.3s;
}

strong.highlights-savings {
    font-weight: 500;
    color: red;
}

.custom-variable-product-radio li.coupon-code {
    font-weight: bold;
}

.custom-variable-product-radio a#coupon-code-copy {
    font-weight: bold;
}

th.has-text-align-left {
    color: #03a297;
    border-color: #000;
}
#coupon-error-notice {
	color:red!important;
}
@media only screen and (max-width: 500px) {
  .variation-item input[type="radio"]+ span {
		font-size:12px;
	}
	.custom-variable-product-radio ul.variations-list, form.variations_form.cart .quantity, .custom-variable-product-radio h2 {
		padding: 3px 3px;
	}

	input[type="radio"] {
		appearance: none;
		-webkit-appearance: none;
		width: 13px;
		height: 13px;
		border: 2px solid #ccc;
		border-radius: 50%;
		outline: none;
		cursor: pointer;
		transition: 0.3s;
		margin-right: 1px;
	}
	.variation-item input[type="radio"]:checked + span {
		color: #000000 !important;
		border-radius: 5px;
		padding: 0px;
		font-weight: 900;
		transition: 0.3s;
	}
	.custom-variable-product-radio h2 {
		font-size: 18px;
		padding: 10px !important;
	}
	.theme-btn {
		position: relative;
		font-size: 12px;
		background: var(--theme-color);
		color: var(--color-white);
		padding: 6px 13px;
	}

	ul.product-coupon-code {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
	}
	ul.product-coupon-code li {
		width:100%;
	}
	
	li.coupon-copy-btn {
		margin: 0;
		background-color: #03a297;
	}
	
	.sm-comparision-table table {
		min-width: 100%!important;
	}
}