/* CSS Document */

a:focus {
	outline: 0;	
}

input[type=text]:read-only,input[type=email]:read-only,input[type=number]:read-only,input[type=password]: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: 1200px;
	margin: auto;
	max-width: 98%;
	padding: 50px 0;
	display: flex;	
}

#OSC_left {
    width: 350px;
	margin-right: 15px;
}

#OSC_right {
    flex: 1;
}

.OSC_flex {
	display: flex;	
}

#OSC_metode_pagament, #OSC_pay {
	width: calc(50% - 7.5px);
	flex: 1;
}
.pro #OSC_cart > .OSC_flex {
	flex-wrap: wrap;
}
.pro #OSC_pay {
    flex: 100%;
}

.pro #OSC_pay > div{
    display: flex;
	flex-wrap: wrap;
}
.pro #OSC_pay > div > * {
    width: 100%;
	order: 3;
}

.pro #frm_opcions_compra {
	order: 1!important;
}

.pro #frm_condicions_cart {
	order: 2!important;
	margin-bottom: 15px;
}

.pro #OSC_codi_promo {
	margin-right: 0;
}

#OSC_transport {
	transition: all .25s ease;
	flex: 1;	
}

#OSC_transport.no_margin {
	margin-right: 0;	
}

#OSC_transport.hide {
	width: 0;
	margin-right: 0;
	border: 0;
	height: 0;
    opacity: 0;
}

#OSC_codi_promo > div + .OSC_codi_docent {
	border-top: 1px solid #cecece;margin-top: 20px;
}


#OSC_transport, #OSC_codi_promo {
	width: calc(50% - 15px);
	margin-right: 15px;
}

#OSC_codi_promo {
    max-width: 330px;
	width: 100%;
}

.OSC_titol_seccio {
    margin-bottom: 0;
    padding: 35px 20px 0;
    font-size: 20px;
	border: 1px solid transparent;
	border-bottom: 0;
}

	.OSC_titol_seccio img {
		vertical-align: middle;
		height: 24px;
		margin-right: 12px;
		display: none;
	}
	.OSC_titol_seccio b {
		vertical-align: middle;
	}

.OSC_content {
	margin-bottom: 15px;
    background: #fff;
    border: 1px solid #cecece;	
}

.OSC_content > div {
	padding: 20px!important;
}

.OSC_camps {
    display: flex;
    flex-wrap: wrap;
}

.OSC_camps > .full_width {
    width: 100%;
}

.OSC_camps > div {
    min-width: 150px;
    width: 50%;
    padding: 10px 2.5px;
}

textarea {
	max-width: 100%;
	width: 100%!important;
	max-height: 100px;	
	height: 100px;	
}

.OSC_camps .label_form {
    display: block;
    margin-bottom: 5px;
}

.OSC_camps input, .OSC_camps textarea, .OSC_camps select  {
    width: 100%;
	padding: 9px;
	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: 0!important;
}

.OSC_titol_promo {
	font-size: 16px;	
}

.OSC_error {
    color: #E17575
}

.OSC_success {
	color: #52a12b;
}

.error {
    color: #E17575;
}

.OSC_button {
	/*border: 0;
	outline: none;
	padding: 5px 10px;	
	cursor: pointer;
	color: #fff;
	border: 1px solid #124B5F;
	transition: all .25s ease;
	background: rgba(18,75,95,1);
	border-radius: 4px;
	font: 400 13.3333px Arial;*/
	
	border-radius: 6px;

		padding: 12px 12px;

		background-color: #134a5e; 
		text-decoration:none; 
		color: #FFFFFF; 
		font-size:15px;
		cursor: pointer;
		outline: 0;
		border: 0;
		/*box-shadow: 0px 1px 2px 0px #666;*/
}


	.OSC_button:hover {
		background: rgba(18,75,95,0.8);
		-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.yellow {
	border-color: #eea236;
	background: rgba(240,173,78,1);	
}
	.OSC_button.yellow:hover {
		background: rgba(240,173,78,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_button.disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.OSC_pay {
    width: 100%;
    display: flex;
    text-align: center;
   /* padding: 10px 0;
     font-size: 16px;*/
  	margin: 15px 2.5px 0;
	align-items: center;
	justify-content: center;
	font-size: 16px!important;
	min-height: 44px;
}

.OSC_pay.inline {
	margin: 0 5px;	
}

.OSC_button_mitja {
    /*padding: 10px;
    margin-top: 15px;*/
}

#OSC_create_user {
	display: none;	
}


.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;	
}

.OSC_camps_checkbox > input {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    width: 15px;
}
	.OSC_camps_checkbox.middle > input {
		vertical-align: middle;
		margin-top: 0;	
	}

.OSC_camps_checkbox > label {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 27px);
}
	.OSC_camps_checkbox.middle > label {
		vertical-align: middle;
	}
.options_adreces_entrega label {
	width: calc(100% - 57px);	
	padding-right: 15px;
}


.options_adreces_entrega_profesional {
	display: flex;
	align-items: center;
}

.options_adreces_entrega_profesional label {
	flex: 1;	
}

.OSC_tables:not(.table_totals) td, .OSC_tables:not(.table_totals) th {
    border-bottom: 1px solid #e0e1e2;
    padding: 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_mod_article input {
	padding: 5px;
	text-align: center;
	margin: 0 2px;	
}

.OSC_mod_article img {
	vertical-align: middle;	
	cursor: pointer;
}

.OSC_tables .text_junt {
	white-space: nowrap;	
}

.elimina_linia {
	margin-top: 0px;
    cursor: pointer;
    color: #74b2a2;
    font-family: 'robotobold';
    font-size: 19px;
    text-align: center;
    border: 1px solid #74b2a2;
    background: #fff;
	transition: all .25s ease;
}

.elimina_linia:hover {
	background: #74b2a2;
	color: #fff;
}

#OSC_login {
    overflow: hidden;
}

#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;	
	}

#columna_dre_client #OSC_main {
	padding: 0;
	max-width: 100%;
}
	
#OSC_left.only_register {
	max-width: 100%;
	width:100%;
	margin: auto;	
	
}

.only_register .OSC_content {
	border: 0;
}

.only_register .OSC_titol_seccio {
	padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #999999;
}

.only_register #OSC_create_user {
	display: block;	
}

#taula_adreces_entrega_cart .adreces.hide {
	display: none;
}

.OSC_opt_opcions_registre {
	cursor: pointer;
	display: flex;
    align-items: center;
}
.OSC_opt_opcions_registre i {
	font-size: 18px;
	transition: transform .25s ease;
}
.OSC_opt_opcions_registre.active i {
	transform: rotate(90deg);
}
.OSC_botons_registre {
	display: inline-flex;
}

.OSC_botons_registre > a {
	margin-top: 8px;
}





@media all and (max-width: 1000px) and (min-width: 801px) {
	
	.OSC_flex {
		flex-wrap: wrap;	
	}
	
	#OSC_transport, #OSC_codi_promo, #OSC_metode_pagament {
		width: 100%;
		margin-right: 0;
		flex: unset;
	}
	
	.img_sarticle_cart img {
		width: 50px;	
	}
	
	.OSC_tables {
		font-size: 14px;	
	}
	
	.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!important;
	}
	
	/*.OSC_mod_article > * {
		margin: 2.5px auto!important;
		display: block;
	}*/
	
}


@media all and (max-width: 800px) {
	#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;	
		    flex: 100%;
	}	
	
	table {
		overflow: auto;
		display: table;
	}
	
	.OSC_tables.table_totals tbody {
		float: right;	
	}
	.OSC_tables {
		font-size: 12px;	
	}
	.OSC_titol_promo {
		font-size: 14px;	
	}
	
	.OSC_tables.table_titol_promo {
		display: table;
	}
	
	.OSC_content > div {
		padding: 10px;
	}
	
	.OSC_mod_article > * {
		/*margin: 2.5px auto!important;*/
		/*display: block;*/
	}
	
	.OSC_tables .text_junt {
    white-space: nowrap;
}
}

@media all and (max-width: 450px) {
	.OSC_tables .text_junt {
		white-space: normal;
	}
}
















  .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:1000100;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1000200;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:1000500}.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:1000400}.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:1000600;-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;
}

