/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.product-quantity {
	display: inline-block !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

.rppcr-description {
	display: unset !important;
}

.rppcr.payment-method-content {
	align-items: center;
	background-color: #f5f6f6;
	border-radius: 16px;
	display: flex;
	margin-bottom: 15px;
	padding: 20px;
}

.rppcr .rppcr-description .rppcr-description-text {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 0.7rem;
}

.rppcr .rppcr-description .rppcr-description-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.rppcr .rppcr-description .rppcr-description-col {
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	flex: 1;
}

@media (max-width: 767.98px) {
	.rppcr .rppcr-description .rppcr-description-col {
		flex: 1 auto;
	}
}

.rppcr .rppcr-description .rppcr-description-col .rppcr-col-content {
	display: block;
}

.rppcr .rppcr-description .rppcr-description-col .rppcr-col-content img {
	display: inline-block;
	width: 50%;
}

@media (max-width: 767.98px) {
	.rppcr .rppcr-description .rppcr-description-col .rppcr-col-content img {
		float: initial;
		display: block;
		margin: 0 auto;
		width: 270px;
	}

	.rppcr
		.rppcr-description
		.rppcr-description-steps
		.rppcr-description-row
		> .rppcr-description-col:nth-child(2)
		img {
		width: 160px !important;
	}
}

.rppcr .rppcr-description .rppcr-description-col .rppcr-col-content p {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	width: 45%;
}

@media (max-width: 767.98px) {
	.rppcr .rppcr-description .rppcr-description-col .rppcr-col-content p {
		clear: both;
		display: block;
		padding-top: 15px;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.rppcr .rppcr-description .rppcr-description-methods .rppcr-description-col {
		margin-bottom: 25px;
	}

	.rppcr
		.rppcr-description
		.rppcr-description-methods
		.rppcr-description-col:nth-child(2)
		.rppcr-description-text
		span {
		display: none;
	}
}

.rppcr-pill {
	border-radius: 16px;
	font-size: 0.6rem;
	padding: 2px 10px;
}

.rppcr-text {
	font-size: 0.7rem;
}
