/*!
	Theme Name: Addinol
	Theme URI: https://addinol.ee/
	Description: Custom PHP theme for Addinol handcrafted by vDisain with love.
	Author: vDisain
	Author URI: https://vdisain.ee/
	Version: 0.0.2
	Requires at least: 5.0
	Tested up to: 6.2
	Requires PHP: 8.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: addinol
*/

dl.variation,
dl.variation p {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.xoo-wsc-sum-col dl.variation {
	min-width: 100%;
	margin-bottom: 0.5rem;
}

.backorder-warning {
	margin-inline: 2rem;
	margin-block-end: 2rem;
	padding: 1rem;
	background-color: #e3001e;
	color: white;
	text-align: center;
	transform: skewX(-20deg);

	p {
		font-weight: 600 !important;
	}
}

@media screen and (min-width: 1200px) {
	.backorder-warning {
		margin-inline: 20rem;
	}
}

.private-or-company-toggle {
	p {
		margin-bottom: 1rem;
	}

	input[type="radio"] {
		position: absolute;
		left: -999999px;

		& + label {
			padding: 12px 30px;
			background-color: #F2F2F2;
			cursor: pointer;
		}

		&:checked + label {
			background-color: #E5F6F5;
		}
	}
}