
/**
 * ochSubscriptions
 *
 * @version     4.4.0
 * @package     Joomla
 * @subpackage  com_ochsubscriptions
 *
 * @author      Ruud van Lent
 * @copyright   Copyright (C) 2020 - 2025 OnlineCommunityHub (J.L.R. van Lent Holding B.V.). All rights reserved.
 * @license     GNU/GPL version 3 or later
 * @link        https://onlinecommunityhub.nl
 */
.ochsubscriptions-products-buttons-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	position: relative;
	z-index: 2;
}

.ochsubscriptions-products-buttons-container .buttons_main .btn {
	margin: 0 1rem 1rem 1rem;
}

.ochsubscriptions-products-buttons-container .buttons_info {
	-ms-flex: 3 0 auto;
	flex: 3 0 auto;
	text-align: right;
	margin-right: 1rem;
}

.ochsubscriptions-products-buttons-container .buttons_info .btn {
	margin-right: .5rem;
}

@media screen and (max-width: 480px) {
	.ochsubscriptions-products-buttons-container .buttons_info {
		margin-top: 1rem;
		text-align: left;
	}
}
