/* Pepper */
#ns_product-main .pepper-widget{
	display: none !important;
}

/* Widget financing */
#ns_modal-cfw-all .ns_tabs > .ns_tabs-menu{
	margin-top: 24px;
	margin-bottom: 0px;
}

#ns_modal-cfw-all .ns_tabs > .ns_tabs-menu ul{
	justify-content: center;
	width: unset;
}

#ns_modal-cfw-all .ns_tabs > .ns_tabs-menu ul > li.ns_tab-link {
	padding: 0px;
}

#ns_modal-cfw-all .ns_tabs > .ns_tabs-menu ul > li.ns_tab-link > a{
	padding-left: 16px;
	padding-right: 16px;
}

#ns_modal-cfw-all .ns_tabs > .ns_tabs-menu ul > li.ns_tab-link > a > img{
	width: 80px;
}

.ns_widget-financing{
	position: relative;
	display: flex;
	flex-direction: column;
}

.ns_widget-financing .ns_boxed-background{
	padding: 12px;
}

.ns_widget-financing .ns_widget-financing-example{
	margin-top: 24px;
	text-align: center;
	color: var(--hipnos-color-neutral-5);
	background: var(--hipnos-color-secondary-1);
}

.ns_widget-financing .ns_widget-financing-example strong,
.ns_widget-financing .ns_widget-financing-example strong .amount bdi{
	color: var(--hipnos-color-neutral-5) !important;
}

.ns_widget-financing .ns_widget-financing-logo{
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	margin-top: 24px;
}

.ns_widget-financing .ns_widget-financing-logo strong{
	display: block;
	margin-left: 8px;
	margin-right: 8px;
}

.ns_widget-financing .ns_widget-financing-logo img{
	height: 18px;
	width: auto;
}

.ns_widget-financing .ns_widget-financing-logo img.ns_widget-financing-logo-brand{
	position: relative;
	height: 28px;
	top: 0px;
}

.ns_widget-financing[data-type="klarna"] .ns_widget-financing-logo img.ns_widget-financing-logo-brand,
.ns_widget-financing[data-type="paypal"] .ns_widget-financing-logo img.ns_widget-financing-logo-brand{
	height: 32px;
	top: 0px;
}

.ns_widget-financing[data-type="aplazame"] .ns_widget-financing-logo img.ns_widget-financing-logo-brand{
	height: 24px;
	top: 3px;
}

.ns_widget-financing .ns_widget-financing-title{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

.ns_widget-financing .ns_widget-financing-legal{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.ns_widget-financing .ns_widget-financing-options{
	position: relative;
	margin-top: 24px;
	margin-bottom: 24px;
}

.ns_widget-financing .ns_widget-financing-options > .ns_boxed-background{
	margin-top: 0px;
}

.ns_widget-financing .ns_widget-financing-options > .ns_boxed-background:not(:last-child){
	margin-bottom: 24px;
}

.ns_widget-financing .ns_widget-financing-option[data-dues="not-availible"]{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px !important;
}

.ns_widget-financing .ns_widget-financing-option[data-dues="not-availible"] span{
	color: var(--hipnos-color-secondary-1);
	font-weight: var(--hipnos-font-weight-bold);
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-tag{
	width: 100%;
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
	margin-top: 8px;
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data-item{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data > .ns_widget-financing-option-data-item:first-child{
	max-width: 150px;
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data > .ns_widget-financing-option-data-item:last-child{
	justify-content: flex-end;
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data-item strong{
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-transform: lowercase;
}

.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data-item-inner{
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 18px;
}

.ns_widget-financing .ns_widget-financing-options .ns_loader{
	z-index: 2;
}

.ns_widget-financing.loading .ns_widget-financing-options .ns_widget-financing-option{
	opacity: 0 !important;
}

@media only screen and (max-width: 479px) {
	.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data > .ns_widget-financing-option-data-item{
		-ms-flex-preferred-size: 50% !important;
		flex-basis: 50% !important;
		max-width: 50% !important;
	}

	.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data > .ns_widget-financing-option-data-item:nth-last-child(-n+2),
	.ns_widget-financing .ns_widget-financing-option .ns_widget-financing-option-data > .ns_widget-financing-option-data-item:last-child{
		margin-top: 8px;
		justify-content: flex-start !important;
	}
}
