
/* Start New payment calculator popup in product page */
.c-payment-button {
	display: none;
}
.c-product-page__payment-calculator {
	width: 100%;
}
.c-product-page__toggle-payment-calculator {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px;
	margin: 0 0 24px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #d3e6fb;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #000812;
	background: #f2f9ff;
	cursor: pointer;
}
.c-product-page__toggle-payment-calculator::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	background-color: #000812;
	-webkit-mask: url("../credit/wallet.svg") no-repeat center;
	mask: url("../credit/wallet.svg") no-repeat center;
	background-size: 100% auto;
	position: relative;
	top: -2px;
}
.c-product-page__payment-calculator-wrapper {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.65);
}
.c-product-credit-calculator {
	position: fixed;
	max-width: 700px;
	background: #fff;
	margin: 0 0 0 auto;
	padding: 26px 52px;
	right: -50%;
	width: 100%;
	min-height: 100vh;
	overflow-y: auto;
}
.c-product-page__payment-calculator-wrapper.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 9999;
	transition: opacity 0.1s ease;
}
.c-product-page__payment-calculator-wrapper.is-active .c-product-credit-calculator {
	right: 0;
	transition: all 0.3s ease;
}
.c-product-credit-calculator__close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 8px;
	left: -58px;
	width: 42px;
	height: 42px;
	cursor: pointer;
}
.c-product-credit-calculator__close::before {
	position: absolute;
	left: 15px;
	content: "";
	height: 33px;
	width: 3px;
	background-color: #999;
	transform: rotate(45deg);
}
.c-product-credit-calculator__close::after {
	position: absolute;
	left: 15px;
	content: "";
	height: 33px;
	width: 3px;
	background-color: #999;
	transform: rotate(-45deg);
}
.c-product-credit-calculator__title {
	font-size: 26px;
	font-weight: 500;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #d2d2d2;
	color: #000;
}
.c-product-credit-calculator__product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 24px 0;
	white-space: normal;
}
.c-product-credit-calculator__please-select-note {
	font-size: 14px;
	color: #555;
	font-weight: 500;
	margin: 0 0 6px 0;
}
.c-product-credit-calculator__credit-buttons-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.c-product-credit-calculator__credit-button-link {
	width: 178px;
	height: 58px;
	display: inline-flex;
	pointer-events: none;
}
.c-product-credit-calculator__credit-button-item {
	margin: 0 12px 12px 0;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
.c-product-credit-calculator__credit-button-item.for-tbi-pay .c-product-credit-calculator__credit-button-link {
	background: transparent url("/skins/orion/modules/payment/tbicredit/tbi-credit-btn-big.png") top center no-repeat;
	background-size: 100% auto;
}
.c-product-credit-calculator__credit-button-item.for-bnp-paribas .c-product-credit-calculator__credit-button-link {
	background: transparent url("/skins/orion/modules/payment/jetcredit/jet-credit-btn-big.png") top center no-repeat;
	background-size: 100% auto;
}
.c-product-credit-calculator__credit-button-item.for-bnp-paribas-card .c-product-credit-calculator__credit-button-link {
	background: transparent url("/skins/orion/modules/payment/jetcredit/Button_Add_to_Card_Page_BNP_White.png") top center no-repeat;
	background-size: 100% auto;
}
.c-product-credit-calculator__credit-button-item.for-unicredit .c-product-credit-calculator__credit-button-link {
	background: transparent url(/skins/orion/modules/payment/unicredit/unicredit-btn-big.png) top center no-repeat;
	background-size: 100% auto;
}
.c-product-credit-calculator__credit-button-item.for-tbi-bank-ro .c-product-credit-calculator__credit-button-link {
	background: transparent url("/skins/orion/modules/payment/tbibankro/tbi-bank-ro-btn-big.png") top center no-repeat;
	background-size: 100% auto;
}
.c-product-credit-calculator__credit-button-item.for-newpay .c-product-credit-calculator__credit-button-link {
	background: transparent url("/skins/orion/modules/payment/new_pay/newpay-btn-big.png") top center no-repeat;
	background-size: 100% auto;
}
.c-product-credit-calculator__credit-button-item.is-active {
	border-color: #4bb543;
	overflow: hidden;
}
.c-product-credit-calculator__credit-button-item.is-active::before {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
	border-style: solid;
	border-width: 12px;
	border-color: #4bb543;
	background: #fff;
	border-radius: 0 0 6px 0;
	position: absolute;
	left: 0;
	top: 0;
}
.c-product-credit-calculator__credit-button-item.is-active::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	bottom: 0;
	margin: 0;
	width: 14px;
	height: 8px;
	transition: all 0.4s ease;
	border-width: 0 0 3px 3px;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-45deg);
}
.c-product-credit-calculator__product-price-wrapper {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 24px 0;
}
.c-product-credit-calculator__credit-table-section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	opacity: 0;
	width: calc(100% - 102px);
	pointer-events: none;
	position: absolute;
	transition: opacity 0.1s ease;
}
.c-product-credit-calculator__credit-table-section.is-active {
	width: 100%;
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s ease;
}
.c-product-credit-calculator__credit-table-section.for-newpay .c-product-credit-calculator__credit-table {
	border: 0;
	border-radius: 0;
}
.c-product-credit-calculator__newpay-intro {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 12px;
}
.c-product-credit-calculator__newpay-option-item {
	font-size: 16px;
	padding: 0 0 8px 24px;
	position: relative;
}
.c-product-credit-calculator__newpay-option-item::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #be1a83;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 8px;
}
.c-product-credit-calculator__credit-table {
	max-height: 38vh;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.c-product-credit-calculator__credit-table .is-width-20 {
	width: 20%;
	padding: 6px 12px;
	line-height: 24px;
}
.c-product-credit-calculator__credit-table .is-width-15 {
	width: 15%;
	padding: 6px 12px;
	line-height: 24px;
}
.c-product-credit-calculator__credit-table .is-width-30 {
	width: 30%;
	padding: 6px 12px;
	line-height: 24px;
	text-align: right;
}
.c-product-credit-calculator__credit-table-content, .c-product-credit-calculator__credit-table-title {
	border-right: 1px solid #ddd;
}
.c-product-credit-calculator__credit-table-content:last-child {
	border-right-color: transparent;
}
.c-product-credit-calculator__credit-table-title:last-child {
	border-right-color: transparent;
}
.c-product-credit-calculator__credit-table-titles, .c-product-credit-calculator__credit-table-content-row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ddd;
	user-select: none;
}
.c-product-credit-calculator__credit-table-content-row span {
	display: inline-block;
	white-space: nowrap;
}
.c-product-credit-calculator__credit-table-titles span {
	display: inline-block;
}
.c-product-credit-calculator__credit-table-titles {
	background: #f1f1f1;
}
.c-product-credit-calculator__credit-table-title {
	font-size: 14px;
}
.c-product-credit-calculator__credit-table-content-row:hover {
	background: rgba(241, 241, 241, 0.4);
}
.c-product-credit-calculator__credit-table-content-row:last-child {
	border-bottom-color: transparent;
}
.c-product-credit-calculator__note {
	margin: 24px 0;
	font-size: 14px;
	white-space: normal;
}
.c-product-credit-calculator__add-to-cart {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	border: 0;
	box-shadow: none;
	background: #4bb543;
	color: #fff;
	padding: 14px 36px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
}
.c-product-credit-calculator__add-to-cart-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.c-product-credit-calculator__loading-animation {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	min-height: 300px;
	color: #888c82;
	font-weight: bold;
	font-size: 15px;
}
.c-product-credit-calculator__loader {
	width: 120px;
	height: 75px;
	margin: 0 0 24px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.c-product-credit-calculator__ball {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #4bb543;
	animation: bounce .5s alternate infinite;
}
.c-product-credit-calculator__ball:nth-child(2) {
	animation-delay: .16s;
}
.c-product-credit-calculator__ball:nth-child(3) {
	animation-delay: .32s;
}
@keyframes bounce {
	from {
		tranform: scaleX(1.25);
	}
	to {
		transform: translateY(-50px) scaleX(1)
	}
}
@media only screen and (max-width: 768px) {
	.c-product-credit-calculator__credit-table-content-row span,
	.c-product-credit-calculator__credit-table-titles span {
		white-space: normal;
		font-size: 12px;
		padding: 4px !important;
	}
	.c-product-credit-calculator {
		padding: 24px 6px;
	}
	.c-product-credit-calculator__close {
		top: 18px;
		left: initial;
		right: 0;
	}
	.c-product-credit-calculator__credit-button-item {
		margin: 0 2% 4% 2%;
		width: 46%;
	}
	.c-product-credit-calculator__credit-button-link {
		width: 100%;
		background-size: contain !important;
	}
}
/* End New payment calculator popup in product page */
