@charset "utf-8";

body{
	font-family: 'Open Sans', sans-serif;
}
.AA{cursor: pointer;}
.acc-order {
    margin-bottom: 15px;
}
.acc-order__block__header {
    background-color: #f6f6f6;
    border: 1px #cfcfcf solid;
    border-left: none;
    border-right: none;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.acc-order__block__header__title {
    font-size: 17px;
    font-weight: bold;
    color: #444;
    margin-bottom: 8px;
}
	.acc-order__block__header__title span {
		font-size: 13px;
		font-weight: 100;
	}
.acc-order__block__header__track-info {
    align-self: auto;
    margin-top: 10px;
}
.acc-order__block__product-list {
    padding: 14px;
}
.acc-order__block__product-list__item {
    display: flex;
    flex-direction: column;
    border-bottom: #cbcbcb 1px dashed;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.acc-order__block__product-list__item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.acc-order__block__product-list__item__img {
    max-height: 85px;
    margin-right: 15px;
	max-width: 85px;
}
.acc-order__block__product-list__item__img img{
	vertical-align: middle;
}
.acc-order__block__product-list__item__data {
    flex-grow: 2;
}
	.acc-order__block__product-list__item__data .txt-info {
		line-height: 1.4;
		margin-bottom: 12px;
	}
.bajar{
	margin-bottom: 1.5rem;
}

.base{ color: rgba(50,42,34,1.00);}
.base a{
	font-weight: 600;
	text-decoration: underline;
    cursor: pointer;
}
p[data-expadido="true"]{
	    background-color: rgba(48, 37, 28, 0.08);
}
.baseUltim{
	display: flex;
    flex-grow: 2;
    justify-content: baseline;
    flex-direction: column;
}
.baseUltimDettal{
	color: #a50031;
    margin: 3px 16px 7px 0;
	cursor: pointer;
}
.baseUltimDettalNone{
	cursor: default;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
}
.bot-hearder {
    border-bottom: 2px solid rgba(165,0,49,1.00);
    padding-left: 0.5rem;
    color: rgba(50,42,34,1.00);
    position: relative;
	width: 100%;
    max-width: 75rem;
    margin: 0 auto 2rem;
}
.bot-Titol {
    line-height: 3rem;
    display: inline-block;
	position: relative;
    width: 100%;
}
.capTitol{
	text-align: center;
    letter-spacing: 1px;
}
.celda{
	display: table-cell;
}
.divisori{
	display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
}
.divisoriMitja{
	width: 48%;
    min-width: 14.4rem;
}
.divisoriPetit{
	width: 31%;
    min-width: 14.4rem;
}
.divisoriSeparat{
	margin-left: 2rem;
    margin-top: .5rem;
}

.exposicion{
	width: 100%;
	max-width: 75rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	background-color: white;
	margin-bottom: 5rem;
}
.fila{
	display: table-row;
}
.fora{
	display: none;
}
.iconPointer{
	font-family: 'icomoon' !important;
    cursor: pointer;
	color: #a50031;
    font-size: 2rem;
    position: absolute;
    right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .35s ease-out;
}


.iconPointerUser{
	position: relative;
    display: inline-block;
    font-family: 'icomoon' !important;
    cursor: pointer;
    color: #a50031;
    font-size: 1.5rem;
    line-height: 1rem;
    top: .3rem;
    margin-right: .2rem;
}
.iconPointerNone{
	color: rgba(165, 0, 49, 0.67);
	cursor: auto;
}
.iconMover{
	-webkit-transform:rotate(90deg);
	transform: rotate(90deg);
}
.input-group p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgba(50,42,34,1.00);
    width: 100%;
    outline: none;
    padding: 15px 2px 5px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(50,42,34,1.00);
}
.imline{
	display: inline-block;
}
.lebelBotoSpan{
	position: absolute !important;
    opacity: 0;
    pointer-events: none;
    float: none !important;
    padding-right: 0 !important;
}
.lebelBoto{
	position: relative;
    margin-bottom: 1.25rem;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lebelBoto::after{
	font-family: 'icomoon' !important;
	content: '\e145';
    font-size: 2rem;
    color: #a50031;
    position: absolute;
    left: -3rem;
    top: -5px;
    top: -5px;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
.fact::after{
	content: '\e0b9';
}
.movible{
	width: 50%;
	max-width: 12.5rem;
}
.paraAliado{
	position: relative;
	display: none;
    border: 1.2px solid black;
    padding-left: 1rem;
    color: rgba(50,42,34,1.00);
    margin-bottom: 1.5rem;
    margin-top: -1rem;
    margin-left: 1rem;
}
.paraPago {
    position: relative;
    display: none;
    border: 1.2px solid black;
    padding-left: 3rem;
    color: rgba(48, 37, 28, 1);
    margin-bottom: 1.5rem;
    margin-top: -1.3rem;
}
.paraPagoUser{
	position: relative;
	display: none;
    border: 1.2px solid black;
    /*padding-left: 3rem;*/
    color: rgba(48, 37, 28, 1);
	border-top: none;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}
.paraPagoUserSurt{
	display: block;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.paraAliadoSurt{
	display: block;
}
.pEntrada{
	font-size: 0.8rem;
    line-height: 1.375rem;
    color: rgba(48, 37, 28, 1);
}
.perComanda{
	position: relative;
	height: 2.5rem;
    border: 1.2px solid black;
    line-height: 2.5rem;
    padding-left: 1rem;
}
.perComandaColor{
	background-color: rgba(48, 37, 28, 0.08);
}
.perRadio{
	height: 2.5rem;
    border: 1.2px solid black;
    line-height: 2.5rem;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
}
.perRadioNormal {
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    border-bottom: 1.2px solid black;
}
.perRadioEnv {
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    border-bottom: 1.2px solid black;
}
.perRadioEnv p:last-child{
	padding-left: 2.5rem;
}
.perRadioEnv p:last-child span:first-child{
	line-height: 1.8rem;
}
.perRadioEnv p:first-child span{
	position: relative;
	float: right;
	padding-right: .5rem;
	font-family: 'icomoon' !important;
    cursor: pointer;
    color: #a50031;
	font-size: 1.5rem;
}
.perRadioEnv p:first-child span::after{
	content: '';
	clear: both;
}
.perRadioEnv p:first-child span:hover .flotant{
	visibility:visible;
	opacity:1;
	transform:translateX(0);
	transform:translateY(0%);
	transition-delay:0.3s;
}
.flotant{
	position: absolute !important;
    left: -110px;
    top: -25px;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    border: #d2d2d2 1px solid;
    border-radius: 3px;
    background: #fff;
    transform: translateX(0);
    transform: translateY(50%);
    transition: all 0.5s ease 0s,visibility 0s linear 0.5s;

}
.modOcul{
	color: rgba(165, 0, 49, 0.6) !important;
	float: left !important;
}
.modOcul b{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
    line-height: 1.5rem;
    
}
.modOcul:hover{
	color: rgba(165, 0, 49, 1) !important;
}
.principalUser{
	max-width: 53rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sacar{
	height: 683px;
    transition: all 0.4s ease;
    padding-top: .5rem;
	overflow-y: hidden
}
.sacarMove{
	padding-top: 0;
	height: 0 !important;
}
.topNone{
	border-top: none;
	display: flex;
    flex-direction: column;
	height: auto;
}
/*=====================MODAL==========================*/
.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 79%;
    width: 85%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}
.modalPetit{
	width: 95%;
    max-width: 25rem;
}
.modal .modalContenido {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 0 5px 5px;
    outline: 0;
    border-top: #a50031 7px solid;
}
.modal-body {
    position: relative;
    padding: 15px;
	color: rgba(48, 37, 28, 0.6);
}
  .mo-order-details__header {
	  background: #f2f2f2;
	  padding: 11px;
	  margin: 5px auto;
	  
  }
  .mo-order-details__widget {
    margin: 0px auto;
    padding: 21px 0;
    display: flex;
    border-bottom: #9a3b3b 1px solid;
  }
	.mo-order-details__widget .txt {
	  max-width: 200px;
	}
	.mo-order-details__widget .resumen {
		flex-grow: 2;
	}
	  .mo-order-details__widget .resumen .data-row {
		  display: flex;
		  justify-content: space-between;
	  }
  .modal-ico{
	 position: relative;
    display: inline-block;
    font-family: 'icomoon' !important;
    color: #a50031;
    font-size: 1.5rem;
    margin-right: .5rem; 
  }
  
  
.modal .modal-content {
    padding: 24px;
}
.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
}
.modal .modal-footer .btn-flat {
    margin: 6px 0;
}
.modal .modal-close {
    cursor: pointer;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
/*===================FI MODAL==================*/

/*===================PreLoader==================*/
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a;
}
.spinner-blue, .spinner-blue-only {
    border-color: #a50031;
}
.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.circle {
    border-radius: 50%;
}
.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}
.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.gap-patch .circle {
    width: 1000%;
    left: -450%;
}
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}
.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}




@-webkit-keyframes container-rotate{to{-webkit-transform:rotate(360deg)}}
 @keyframes container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
  @-webkit-keyframes fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg)}}
 @keyframes fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}
 @-webkit-keyframes left-spin{from{-webkit-transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg)}}
 @keyframes left-spin{from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}}
  @-webkit-keyframes right-spin{from{-webkit-transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg)}}
 @keyframes right-spin{from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}}
/*===================FI PreLoader==================*/

.redesBoto{margin-bottom: 0 !important;}
.radio {display: none;}
.taulaCarret{
	width: 95%;
    max-width: 30rem;
	order: 2;
}
.tabla{ 
	order: 1;
	max-width: 37.5rem;
}
/*=======FORMULARIS=========================================*/


.wrap {
  background: #fff;
}

.botoForm {
      background: rgba(165,0,49,1.00);
      border-radius: 1px;
      border: 1px solid #f2f2f2;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2rem;
      padding: 15px;
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .botoForm:hover {
        background: #fff;
		font-weight: 700;
		color: #c3002f;
		border: 1px solid #c3002f;
	   }


.contenedor-formulario {
  width: 100%;
  color: #f2f2f2;
  margin-top: 2rem;
   }
  .contenedor-formulario .formulario {
    width: 100%;
    margin: auto; }
    .contenedor-formulario .formulario .input-group {
      position: relative;
      margin-bottom: 32px; }
      .contenedor-formulario .formulario .input-group input[type="text"],
      .contenedor-formulario .formulario .input-group input[type="email"],
      .contenedor-formulario .formulario .input-group input[type="password"] {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: rgba(50,42,34,1.00);
        width: 100%;
        outline: none;
        padding: 15px 2px 5px;
        background: none;
        border: none;
        border-bottom: 1px solid rgba(50,42,34,1.00); }
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="text"]:active,
        .contenedor-formulario .formulario .input-group input[type="email"]:focus,
        .contenedor-formulario .formulario .input-group input[type="email"]:active,
        .contenedor-formulario .formulario .input-group input[type="password"]:focus,
        .contenedor-formulario .formulario .input-group input[type="password"]:active {
          outline: none;
          border-bottom: 1px solid #303F9F; }
        .contenedor-formulario .formulario .input-group input[type="text"].error,
        .contenedor-formulario .formulario .input-group input[type="email"].error,
        .contenedor-formulario .formulario .input-group input[type="password"].error {
          border-bottom: 1px solid #D32F2F; }
          .contenedor-formulario .formulario .input-group input[type="text"].error + label,
          .contenedor-formulario .formulario .input-group input[type="email"].error + label,
          .contenedor-formulario .formulario .input-group input[type="password"].error + label {
            color: #D32F2F; }
      .contenedor-formulario .formulario .input-group label {
        color: rgba(48, 37, 28, 1); }
        .contenedor-formulario .formulario .input-group label.label {
			font-family: 'Open Sans', sans-serif;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-size: 16px;
          line-height: 16px;
          position: absolute;
          top: 16px;
          left: 0; }
          .contenedor-formulario .formulario .input-group label.label.active {
            top: -5px;
            font-size: 12px;
            line-height: 12px;
            color: rgba(48, 37, 28, 1); }


.contenedor-formulario .formulario input[type="submit"] {
      background: rgba(165,0,49,1.00);
      border-radius: 1px;
      border: 1px solid #f2f2f2;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2rem;
      padding: 15px;
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .contenedor-formulario .formulario input[type="submit"]:hover {
        background: #fff;
		font-weight: 700;
		color: #c3002f;
		border: 1px solid #c3002f;
	   }
.select-wrapp{
	position: relative;
	border: none;
    border-bottom: 1px solid rgba(50,42,34,1.00);
}
.select-wrapp span.caret {
    color: rgba(165,0,49,1.00);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
}
.select-wrapp label {
    position: absolute;
    top: -9px;
    font-size: .8rem;
	color: rgba(48, 37, 28, 1) !important;
	left: 0;
}
.select-wrapp label::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}
.oculta-selec{
	width: 12rem;
    overflow: hidden;
    display: inline-block;
}
.el-oculto {
    position: relative;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    padding: 15px !important;
    color: rgba(50,42,34,1.00);
    bottom: -5px;
	cursor: pointer;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #a50031;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
/*[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}*/
[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #a50031;
    top: 0px;
    z-index: 0;
}
[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}
type="checkbox"].filled-in+label:after {
    border-radius: 2px;
}
[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #a50031;
    border-bottom: 2px solid #a50031;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #a50031;
    background-color: #a50031;
    z-index: 0;
}

.rodel[type="radio"]:not(:checked), .rodel[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.rodel[type="radio"]:not(:checked)+label, .rodel[type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rodel[type="radio"]:not(:checked)+label:before, .rodel[type="radio"]:not(:checked)+label:after {
    border: 2px solid #a50031;
}
.rodel[type="radio"]:not(:checked)+label:before, .rodel[type="radio"]:not(:checked)+label:after, .rodel[type="radio"]:checked+label:before, .rodel[type="radio"]:checked+label:after, .rodel[type="radio"].with-gap:checked+label:before, .rodel[type="radio"].with-gap:checked+label:after {
    border-radius: 50%;
}
.rodel[type="radio"]+label:before, .rodel[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
.rodel[type="radio"]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.rodel[type="radio"]:checked+label:after, .rodel[type="radio"].with-gap:checked+label:before, .rodel[type="radio"].with-gap:checked+label:after {
    border: 2px solid #a50031;
}
.rodel[type="radio"].with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.rodel[type="radio"]:checked+label:after, .rodel[type="radio"].with-gap:checked+label:after {
    background-color: #a50031;
}

/*=====================TABLA=====================================================*/

table{
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
table, th, td {
    border: none;
}
thead {
    border-bottom: 1px solid rgba(50,42,34,1.00);
}
table.amb_bores>thead>tr, table.amb_bores>tbody>tr, table.amb_bores>tfoot>tr {
	display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid rgba(50,42,34,1.00);
}
table.amb_bores>tbody>tr>td, table.amb_bores>tfoot>tr>td {
	height: 2.8rem;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
table.amb_bores>tfoot>tr>td[data-no]{
	display: none;
	}
.textNun{
	color: rgba(48, 37, 28, 0.6);
	justify-content: flex-end;
}
.tDret{
	font-weight: 600;
	text-align: right !important;
}
.fort{
	    color: rgba(48, 37, 28, 0.8);
		font-weight: 600;
}
.fort_mens{
	background-color: rgba(48, 37, 28, 0.08);
}
.fort_mermell{
	background-color: #a50031;
}
.fort_lletre{
	color:rgba(255,255,255,1.00);
	font-weight: 800;
}
.icon_basura{
	font-family: 'icomoon' !important;
    cursor: pointer;
	color: #a50031;
    font-size: 1.5rem;
}
table.amb_bores>tbody>tr>td>input[type="text"] {
	width: 1.9rem;
    outline: none;
    background: none;
    border: 1px solid rgba(48, 37, 28, 0.6);
    font-size: 1rem;
    color: rgba(48, 37, 28, 0.6);
    text-align: right;
    padding-right: .2rem;
}

@media screen and (min-width:481px){
	
	.sacar{ height: 460px;}
}

@media screen and (min-width:601px){
	.acc-order__block__header {
		flex-direction: initial;
	}
	.acc-order__block__header__track-info {
		align-self: flex-end;
	}
	.acc-order__block__product-list__item {
		flex-direction: initial;
	}
	.baseUltim{
		flex-direction: row;
	}
	.baseUltimDettal{
		margin: 0 16px 0 0;
	}
	.capTitol{
		 position: absolute; 
		left: 0;
		right: 0;

	}
	.fora{
		display: inline;
	}
	
	table.amb_bores>thead>tr, table.amb_bores>tbody>tr, table.amb_bores>tfoot>tr {
		display: table-row;
		border-bottom: 1px solid rgba(50,42,34,1.00);
	}
	table.amb_bores>tbody>tr>td, table.amb_bores>tfoot>tr>td {
		height: 3.75rem;
		display: table-cell;
		width: auto;
		padding: 0 0.5rem;
	}
	table.amb_bores>tfoot>tr>td[data-no]{
		display: table-cell;
	}
	.textP{
		max-width: 10rem;
	}
	.topNone{
		flex-direction: row;
		justify-content: space-between;
		height: 2.5rem;
	}
}



@media screen and (min-width:960px){
	.baseUltim{
		justify-content: flex-end;
	}
	.exposicion{
		justify-content: space-between;
	}
	.modal{ width: 55%;}
	.tabla{ order: 2;}
	
}
