/* CSS Document */

a:focus {
	outline: 0;
}

input:read-only {
	background: rgba(206, 206, 206, .5);
	cursor: default;
}

.clear::after {
	content: '';
	display: block;
	clear: both;
}

#OSC_buit {
	text-align: center;
	width: 100%;
}

#OSC_main {
	width: 85%;
	margin: auto;
	max-width: 98%;
	padding: 50px 0;
	display: flex;
	font-size: 16px;
	letter-spacing: normal;
}

#OSC_left {
	width: 30%;
	margin-right: 15px;
}

#OSC_right {
	flex: 1;
	width: 80%;
}

.OSC_flex {
	display: flex;
	/* background-color: white; */
	border-radius: 15px;
	/* margin-left: 10px; */
	/* padding: 0px 0px 15px 0px; */
}

#OSC_metode_pagament,
#OSC_pay {
	width: calc(50% - 7.5px);
	flex: 1;
}

#OSC_transport {
	transition: all .25s ease;
}

#OSC_transport.hide {
	width: 0;
	margin-right: 0;
	border: 0;
	height: 0;
	opacity: 0;
}

#OSC_register {
	width: 550px;
	max-width: 100%;
	margin: auto;
}


#OSC_transport,
#OSC_codi_promo {
	width: calc(50% - 15px);
	margin-right: 15px;
}

.OSC_titol_seccio {
	margin-bottom: 0;
	/* padding: 20px; */
	font-size: 16px;
	background: #f5f5f5;
	color: #2d2a2a;
	border: 1px solid transparent;
	border-bottom: 0;
	text-transform: uppercase;
	display: flex;
	border-radius: 15px 15px 0px 0px;
	margin-bottom: 20px;
	align-items: center;
}

.OSC_content h2 {
	margin-top: 0px;
}

.OSC_titol_seccio i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.OSC_titol_seccio img {
	vertical-align: middle;
	height: 24px;
	margin-right: 12px;
}

.OSC_titol_seccio b {
	vertical-align: middle;
}

.OSC_content {
	margin-bottom: 15px;
	background: #f5f5f5;
	/* border: 1px solid #dddddd; */
	border-radius: 15px;
	padding: 20px;
}

.OSC_content>div {
	/* padding: 20px; */
}

.OSC_camps {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	/* margin-bottom: 14px; */
}

.OSC_camps>.full_width {
	width: 100%;
}

.OSC_camps>div {
	min-width: 150px;
	width: 49%;
	/* padding: 10px 2.5px; */
	margin-bottom: 10px;
}

textarea {
	max-width: 100%;
	width: 100% !important;
	max-height: 100px;
	height: 100px;
	border: 1px solid #cecece;
	borde-radius: 0;
}

.OSC_camps .label_form,
#OSC_pay .label_form {
	display: block;
	margin-bottom: 5px;
}

.OSC_camps input,
.OSC_camps textarea,
.OSC_camps select {
	width: 100%;
	padding: 10px;
	border: 1px solid #cecece;
	outline: 0;

}

.val-errors:not(.val-checks) {
	position: static;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

.val-errors>div {
	background: transparent;
	color: #f00;
	padding: 10px 0px !important;
}

.OSC_titol_promo {
	font-size: 16px;
}

.OSC_error {
	background-color: pink;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #C00;
}

.OSC_success {
	background-color: #c9ebb9;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #52a12b;
}

.OSC_button {
	border: 0;
	outline: none;
	padding: 5px 10px;
	cursor: pointer;
	color: #fff;
	/*border: 1px solid #ff2489;*/
	transition: all .25s ease;
	background-color: #0D72B1;
	font: 400 13.3333px Arial;

	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.OSC_button:hover {
	background: #0D72B1;
	/*-webkit-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.57);
		-moz-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.57);
		box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.57);*/
}

.OSC_button.green,
.OSC_add_optional_promo {
	border-color: #92dd5a;
	background: rgba(146, 221, 90, 1);
}

.OSC_button.green:hover,
.OSC_add_optional_promo:hover {
	background: rgba(146, 221, 90, 0.8);
}

.OSC_button.red,
.OSC_add_optional_promo.red {
	border-color: #dd5a5a;
	background: rgba(221, 90, 90, 1);
}

.OSC_button.red:hover,
.OSC_add_optional_promo.red:hover {
	background: rgba(221, 90, 90, 0.8);
}

.OSC_button.neutre {
	border-color: #afb7bf;
	background: rgba(175, 183, 191, 1);
}

.OSC_button.neutre:hover {
	background: rgba(175, 183, 191, 0.8);
}

.OSC_pay {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	/*font-size: 20px;*/
}

.OSC_button_mitja {
	padding: 15px;
	margin-top: 15px;
}

#OSC_create_user,
#OSC_dades_empresa {
	display: none;
}

#OSC_register #OSC_create_user {
	display: block;
}


.OSC_titol_linia {
	font-weight: normal;
	font-size: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}

.OSC_links {
	text-decoration: underline;
}

.OSC_camps_checkbox {
	/* margin: 7.5px auto; */
	width: 100%;
	margin-bottom: 10px;
}

.OSC_camps_checkbox>input {
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
	width: 15px;
	padding: 0 !important;
}

.OSC_camps_checkbox.middle>input {
	vertical-align: middle;
	margin-top: 0;
}

.OSC_camps_checkbox>label {
	display: inline-flex;
	vertical-align: top;
	/* width: calc(100% - 27px); */
	gap: 5px;
}

.OSC_camps_checkbox.middle>label {
	vertical-align: middle;
}

.options_adreces_entrega label {
	width: calc(100% - 57px);
}

.options_adreces_entrega .arxivar_direccio {
	width: 20px;
	font-size: 20px;
	color: #dd1938;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.OSC_tables:not(.table_totals) td,
.OSC_tables:not(.table_totals) th {
	border-bottom: 1px solid #e0e1e2;
	padding: 20px 10px;
}

.table_totals td {
	text-align: right;
	padding: 5px;
}

.table_titol_promo td {
	border-top: 1px solid #e0e1e2;
}

.table_titol_promo {
	margin-top: 30px;
}

.preu_tatxat {
	text-decoration: line-through;
	opacity: .5;
}


.OSC_div_mod_article input {
	padding: 0 !important;
	height: 28px;
	width: 36px !important;
	text-align: center;
	display: block;
	border-radius: 0 !important;
	/*background: #e7e5e5;*/
	border: 1px solid #e7e5e5;
	transition: border-color .25s ease;
}

.OSC_mod_quantitat {
	width: 90px;
	position: relative;
	/* flex: 0 0 60px !important; */
	display: inline-flex;
	/*margin: auto; */
}

.OSC_mod_quantitat>div {
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .25s ease;
}

.OSC_mod_quantitat>.OSC_modificadors {
	width: 25px;
	font-size: 16px;
	cursor: pointer;
	font-family: sans-serif, arial;
	border: 1px solid #e7e5e5;
}

.OSC_mod_quantitat>.OSC_modificadors:first-child {
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.OSC_mod_quantitat>.OSC_modificadors:last-child {
	border-left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}





.OSC_tables .text_junt {
	white-space: nowrap;
}

.elimina_linia {
	margin-top: 0px;
	cursor: pointer;
	color: #bcc2c8;
	font-weight: bold;
	font-size: 19px;
	display: inline-block;
	text-align: center;
	font-family: Tahoma;
}

#OSC_login {
	overflow: hidden;
	font-size: 14px;
}

#OSC_pass_recovery {
	transition: transform .5s ease, opacity .7s ease;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	transform: translate(100%, 0);
	opacity: 0;
	width: 100%;
}

#OSC_pass_recovery.active {
	transform: translate(0, 0);
	opacity: 1;
}

#OSC_frm_login {
	transition: transform .5s ease, opacity .7s ease;
	transform: translate(0);
	opacity: 1;
}

#OSC_frm_login.active {
	transform: translate(-50%, 0);
	opacity: 0;
}

#OSC_frm_login .OSC_button.neutre {
	background: transparent;
	color: #000;
	text-decoration: underline;
	margin: 0px auto;
	padding-left: 0px;
	font-size: 12px;
	text-transform: inherit;
}

#OSC_frm_login .OSC_button_mitja {
	width: 100%;
	text-align: center;
}


.col_descompte {
	color: green;
	font-weight: bold;
}

.nom_codi {
	background-color: green;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
}



@media all and (max-width: 1000px) and (min-width: 801px) {

	#OSC_main>div {
		width: 50% !important;
	}

	.OSC_flex {
		flex-wrap: wrap;
	}

	#OSC_transport,
	#OSC_codi_promo {
		width: 100%;
		margin-right: 0;
	}

	.img_sarticle_cart img {
		width: 50px;
	}

	.OSC_tables {
		font-size: 16px;
	}

	.OSC_tables:not(.table_totals) td,
	.OSC_tables:not(.table_totals) th {
		padding: 5px;
	}

	.no-mobile {
		display: none;
	}

	.OSC_tables #subtotal td {
		font-size: 16px;
		padding: 10px;
	}

	.OSC_mod_article input {
		padding: 2px;
		width: 30px;
	}

	.no-padding {
		padding: 0 !important
	}

	.img_sarticle_cart {
		padding: 0 !important;
	}

	.img_sarticle_cart img {
		width: 0;
		display: none;
	}

	.OSC_content>div {
		padding: 10px;
	}

	.OSC_mod_article>* {
		margin: 2.5px auto !important;
		display: block;
		width: 36px;
	}

	.OSC_mod_quantitat>.OSC_modificadors:first-child {
		border-right: 1px solid #e7e5e5;
		;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0;
	}

	.OSC_mod_quantitat>.OSC_modificadors {
		width: 100%;
	}

	.OSC_mod_quantitat>.OSC_modificadors:last-child {
		border-left: 1px solid #e7e5e5;
		;
		border-top-right-radius: 0;
		border-bottom-left-radius: 3px;
	}

	.OSC_mod_quantitat .OSC_div_mod_article input {
		font-size: 12px;
		height: inherit
	}

	.OSC_div_mod_article {
		height: 25px;
	}

}


@media all and (max-width: 800px) {
	.no-mobile {
		display: none;
	}

	#OSC_main {
		flex-wrap: wrap;
	}

	#OSC_main>div {
		width: 100% !important;
	}

	#OSC_left {
		margin-right: 0;
	}

	.OSC_mod_article input {
		padding: 2px;
		width: 30px;
	}

	.no-padding {
		padding: 0 !important
	}

	.OSC_tables {
		font-size: 13px;
	}

	.OSC_tables:not(.table_totals) td,
	.OSC_tables:not(.table_totals) th {
		padding: 5px;
	}

	.img_sarticle_cart {
		padding: 0 !important;
	}

	.img_sarticle_cart img {
		width: 0;
		display: none;
	}
}


@media all and (max-width: 600px) {

	.OSC_flex {
		flex-wrap: wrap;
	}

	#OSC_transport,
	#OSC_codi_promo {
		width: 100%;
		margin-right: 0;
	}

	table {
		overflow: auto;
		display: table;
	}

	.OSC_tables.table_totals tbody {
		float: right;
	}

	.OSC_tables {
		font-size: 12px;
	}

	.OSC_titol_promo {
		font-size: 16px;
	}

	.OSC_tables.table_titol_promo {
		display: table;
	}

	.OSC_content>div {
		padding: 10px;
	}

	.OSC_mod_article>* {
		margin: 2.5px auto !important;
		display: block;
		width: 36px;
	}

	.OSC_mod_quantitat>.OSC_modificadors:first-child {
		border-right: 1px solid #e7e5e5;
		;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0;
	}

	.OSC_mod_quantitat>.OSC_modificadors {
		width: 100%;
	}

	.OSC_mod_quantitat>.OSC_modificadors:last-child {
		border-left: 1px solid #e7e5e5;
		;
		border-top-right-radius: 0;
		border-bottom-left-radius: 3px;
	}

	.OSC_mod_quantitat .OSC_div_mod_article input {
		font-size: 12px;
		height: inherit
	}

	.OSC_div_mod_article {
		height: 25px;
	}

	#OSC_main {
		max-width: 92%;
		padding: 20px 0;
	}
}
















.mfp-bg,
.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	height: 100%;
	width: 100%
}

.mfp-container:before,
.mfp-figure:after {
	content: ''
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-close,
.mfp-preloader {
	text-align: center;
	position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 0;
	top: 0;
	text-decoration: none;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}


.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px;
	max-width: 500px;
	width: auto;
	max-height: 500px;
	overflow: auto;
	margin: 20px auto;
}

.white-popup>div {
	max-height: 480px;
	overflow: auto;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-title {
	position: absolute;
	color: #FFF;
	background: transparent;
	border: 1px solid;
	width: 100%;
	margin-top: 15px;
	max-height: 150px;
	overflow: auto;
	padding: 20px;
}


/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2019 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face {
	font-family: IcoFont;
	font-weight: 400;
	font-style: Regular;
	src: url(../fonts/icofont.woff2) format("woff2"), url(../fonts/icofont.woff) format("woff")
}

[class*=" icofont-"],
[class^=icofont-] {
	font-family: IcoFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased
}

.icofont-exit:before {
	content: "\ef1d"
}

.icofont-home:before {
	content: "\ef47"
}

.icofont-truck-alt:before {
	content: "\ee3b"
}

.icofont-credit-card:before {
	content: "\eef4"
}

.icofont-tick-boxed:before {
	content: "\f00d"
}

.icofont-star-alt-2:before {
	content: "\efff"
}

.icofont-trash:before {
	content: "\ee09"
}

.icofont-xs {
	font-size: .5em
}

.icofont-sm {
	font-size: .75em
}

.icofont-md {
	font-size: 1.25em
}

.icofont-lg {
	font-size: 1.5em
}

.icofont-1x {
	font-size: 1em
}

.icofont-2x {
	font-size: 2em
}

.icofont-3x {
	font-size: 3em
}

.icofont-4x {
	font-size: 4em
}

.icofont-5x {
	font-size: 5em
}

.icofont-6x {
	font-size: 6em
}

.icofont-7x {
	font-size: 7em
}

.icofont-8x {
	font-size: 8em
}

.icofont-9x {
	font-size: 9em
}

.icofont-10x {
	font-size: 10em
}

.icofont-fw {
	text-align: center;
	width: 1.25em
}

.icofont-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0
}

.icofont-ul>li {
	position: relative;
	line-height: 2em
}

.icofont-ul>li .icofont {
	display: inline-block;
	vertical-align: middle
}

.icofont-border {
	border: solid .08em #f1f1f1;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.icofont-pull-left {
	float: left
}

.icofont-pull-right {
	float: right
}

.icofont.icofont-pull-left {
	margin-right: .3em
}

.icofont.icofont-pull-right {
	margin-left: .3em
}

.icofont-spin {
	-webkit-animation: icofont-spin 2s infinite linear;
	animation: icofont-spin 2s infinite linear;
	display: inline-block
}

.icofont-pulse {
	-webkit-animation: icofont-spin 1s infinite steps(8);
	animation: icofont-spin 1s infinite steps(8);
	display: inline-block
}

@-webkit-keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.icofont-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icofont-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.icofont-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.icofont-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.icofont-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.icofont-flip-horizontal.icofont-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-rotate-90 {
	-webkit-filter: none;
	filter: none;
	display: inline-block
}

.icofont-inverse {
	color: #fff
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.form_login .btns {
	display: flex;
}

/*Estils cart2 ↓↓*/

.targeta {
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 35px;
	display: flex;
	border-radius: 15px;

}

.imatge_cart.cart2 {
	max-width: 25%;
	display: flex;
	align-items: center;
	background-color: #FFF;
}

.targeta h2 {
	font-size: 18px;
	margin-top: 0px;
}

.descripcion {
	margin-left: 10px;
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.targeta img {
	max-width: 100%;
}

.mobile {
	display: flex;
	justify-content: space-between;
	width: 75%;
}

.desc-quantitat-preu {
	display: flex;
	flex-direction: column;
	/*! gap: 25px; */
	margin-left: 15px;
	justify-content: space-between;
	padding: 20px;
	width: 100%;

}

.preu_individual p {
	color: #000;
	font-weight: normal;
}

.titol-selector {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.titol-elim {
	display: flex;
	justify-content: space-between;

}

.quantitat {
	display: flex;
	flex-direction: column;

	color: black;
}

.quantitat-preu {
	display: flex;
	justify-content: space-between;
}

.preu {
	display: flex;
	color: #0D72B1;
	font-weight: bold;
	gap: 20px;
}

.metodes_pagament {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	/* gap: 10px; */
}

.OSC_flex.tipus_pagaments {
	/* padding: 15px; */
}

.OSC_flex.tipus_pagaments img {
	height: 25px !important;
}

@media (max-width: 1000px) {
	.targeta img {
		max-width: 100%;
	}

	.targeta {
		flex-direction: column;
	}

	.mobile {
		width: 100%;

	}

	.desc-quantitat-preu {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-left: 0px;
		padding: 10px;

	}

	.imatge_cart.cart2 {
		max-width: 100%;
	}

	.targeta img {
		max-width: 50%;
	}

	.imatge_cart.cart2 a {
		display: flex;
		justify-content: center;
	}

	.text_desc h2 {
		margin-top: 20px;
	}

	.elim {
		margin-top: 20px;
	}

	.quantitat-preu {
		flex-direction: row-reverse;
	}

	.preu {
		flex-direction: column;
		gap: 1px;
	}


}




/*Estils cart2 ↑↑*/