﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::placeholder {filter: Alpha(Opacity=40); opacity: .4;}
:-ms-input-placeholder {color:#a9a9a9; font-style:oblique;}
::-ms-expand {display:none;}
::-ms-clear {display:none;}

body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333;
    background-color: white;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-align: left;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h2, .h2 {
    font-weight: 300;
    font-size: 20px;
}

h4, .h4 {
    font-weight: 400;
    font-size: 17px;
    margin: 2px 0 4px 0;
}

sup {
    top: -0.3em;
}

sub, sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.hidden {
    display: none !important;
}

.visible {
    display: inline-block !important;
}

input {
    outline: 0 none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:not(:checked), input[type=radio]:not(:checked) {
    display: none;
}

input[type=radio]:checked ~ label::before, input[type=radio]:not(:checked) ~ label::before, input[type=radio]:checked ~ label::after, input[type=radio]:not(:checked) ~ label::after {
    border-radius: 50%;
}

input[type=checkbox]:checked ~ label::after, input[type=radio]:checked ~ label::after {
    background: #f5b027 !important;
}

input[type=checkbox]:checked ~ label::after, input[type=radio]:checked ~ label::after, input[type=checkbox]:not(:checked) ~ label::after, input[type=radio]:not(:checked) ~ label::after {
    position: absolute;
    content: "";
    top: 2px;
    left: 1px;
    height: 18px;
    width: 18px;
    border: 3px solid white;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}

input[type=checkbox]:checked ~ label::before, input[type=radio]:checked ~ label::before, input[type=checkbox]:not(:checked) ~ label::before, input[type=radio]:not(:checked) ~ label::before {
    display: block;
    position: absolute;
    content: "";
    top: 1px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}

input[type=checkbox]:checked ~ label, input[type=radio]:checked ~ label, input[type=checkbox]:not(:checked) ~ label, input[type=radio]:not(:checked) ~ label {
    position: relative;
    padding-left: 30px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button {
    overflow: visible;
}

button, input, optgroup, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border-radius: 3px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgNDAiPjxwYXRoIGZpbGw9IiM0NDQiIGQ9Ik01IDE4LjZsNS4yLTcuMSA0LjggNy4xSDV6bTEwIDIuOGwtNC44IDcuMUw1IDIxLjRoMTB6Ii8+PC9zdmc+') no-repeat right;
    background-size: 16px;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 15px;
    font-weight: 300;
    height: 40px !important;
    margin-top: -9px;
    padding: 0 20px 0 0;
    width: 100%;
}

select:focus {
    border-color: #d8d8d8;
    box-shadow: 0 -1px 0 #d8d8d8 inset;
}

p {
    margin: 0 0 5px;
    text-align: left;
}

a {
    color: #9d9d9d;
    text-decoration: none;
    background: transparent;
    font-size: 11px;
    font-weight: bold;
}

a:hover, a:focus {
    color: #777;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

.negrita {
    font-weight: bold;
}

.mayusculas {
    text-transform: uppercase;
}

.Shutter-link {
    color: #f5b027;
    float: right !important;
}

.Shutter-link:hover {
    color: #f5b027;
}

.Shutter-input:focus {
    outline: 0;
    border-color: #232323;
}

.Shutter-input--withIcon {
    padding-left: 35px !important;
}

.Shutter-icon--input {
    position: absolute;
    color: #989898;
    margin-top: 12px;
    margin-left: 15px;
    font-size: 13px !important;
}

.Shutter-input {
    margin-bottom: 2px;
    width: 100%;
    padding: 5px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 16px;
}

.btn-submit {
    display: inline-block;
    width: 40%;
    color: white;
    height: 3.2307em;
    border-radius: 3px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    background: #f5b027;
    vertical-align: middle;
    margin: 0.7em 0.7em 0;
    line-height: 30px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-submit:hover, .btn-submit:focus {
    background-color: #ffba33;
    text-decoration: none;
}

.btn-submit-no-margin {
    margin: 0.2em 0 0 0;
}

.btn-small {
    width: 40%;
    margin-top: 0.6em;
}

.btn-wide {
    width: 60%;
    margin-top: 0.6em;
}

.btn-back {
    color: #232323;
    border-color: #d8d8d8;
    background: 0;
}

.btn-back:hover, .btn-back:focus {
    border-color: #232323;
    text-decoration: none;
    background: 0;
}

.form-label {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
}

.form-label-light {
    color: #989898;
    text-align: left !important;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: white;
    background-image: none;
    line-height: 1.42857;
    color: #555;
    width: 100%;
    height: 42px;
    font-size: 16px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0 none;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sc-float-left {
    float: left;
}

.sc-float-right {
    float: right;
}

.sc1,
.sc2,
.sc3,
.sc4,
.sc5,
.sc6, .sc6w,
.sc7,
.sc8,
.sc9,
.sc10,
.sc11,
.sc12,
.sc12h {
    float: left;
}

.sc1 {
    width: 8.333333333333332%;
}

.sc2 {
    width: 16.666666666666664%;
}

.sc3 {
    width: 25%;
}

.sc4 {
    width: 33.33333333333333%;
}

.sc5 {
    width: 41.66666666666667%;
}

.sc5mt {
   margin-top: 10px;
}

.sc5ar {
   text-align: right;
}

.sc6 {
    width: 50%;
    height:67px;
    text-align:left;
}

.sc6w {
    width: 50%;
    height:30px;
    margin-top: 5px;
    text-align:left;
}

.sc6pt {
    padding-top: 20%;
}

.sc6mb {
    margin-bottom: 15px;
}

.sc7 {
    width: 58.333333333333336%;
}

.sc8 {
    width: 66.66666666666666%;
}

.sc9 {
    width: 75%;
}

.sc10 {
    width: 83.33333333333334%;
}

.sc11 {
    width: 91.66666666666666%;
}

.sc12 {
    width: 100%;
}

.sc12h {
    width: 100%;
    height:78px;
    margin-top: 1.1px;
    text-align: left;
}

.sc12nmt {
    margin-top: 0;
}

.sc12mt {
    margin-top: 25px;
}

.sc12mb {
    margin-bottom: 5px;
}

.sc12hmt {
    height:68px;
    margin-top: 1px;
}

.sc12nm {
    margin: 0;
}

.sc12np {
    padding: 0;
}

.sc12pt {
    padding-top: 2%;
}

.sc12hg {
    height: 94px;
}

.sc12ar {
    text-align: right !important;
}

.sc12ac {
    text-align: center !important;
}

.sc12al {
    text-align: left !important;
}

.sc12bb {
    border-bottom: 1px solid #d8d8d8;
}    

.sc12fr {
    float: right;
}    

div.mnsg {
    display: table;
    background-color: #f2f2f2;
	border-left: 5px solid #f5b027;
	padding-left: 10px;
	text-align: left;
	height: 60px;
	width: 100%;
}

div.mnsg > span {
    display: table-cell;
    vertical-align: middle;
}

div.error {
    display: table;
    background-color: #f2f2f2;
	border-left: 5px solid #dd1e35;
	padding-left: 10px;
	text-align: left;
	min-height: 60px;
	width: 100%;
}

div.error > span {
    display: table-cell;
    vertical-align: middle;
}

label.error { 
	font-size: 11px;
	background-color: #f2f2f2;
	border-left: 5px solid #dd1e35;
	text-align: left;
	font-weight: normal;
	padding-left: 7px;
}

input.error { 
	border-color :#dd1e35;
	text-align :left;
	font-weight: normal;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 2px;
}

input.error:focus 
{
    border-color: #dd1e35;
    outline: 0;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(221,30,53,0.6);
}

/* CUERPO ******************************************************************************/

.f-ShippingMode-body {
	border-top: 0;
	zoom: 1;
	position: relative;
	font-size: 1.2em;
	padding: 0 12px;
	margin-top: -0.6em;
}

.f-ShippingMode-body .address-wrap {
    display: block;
    cursor: pointer;
    margin: 0 10px 10px;
    text-align: left;
}

.f-ShippingMode-body .delivery-list {
    margin-left: 40px;
}

.f-ModeRelayShop-shippingPrice {
    color: #dd1e35;
    font-size: 1.2em;
    font-weight: 700;
}

.f-ModeRelayShop-Address {
    display: inline-block;
    width: 100%;
}

.f-ModeRelayShop-Address-Fav {
    display: inline-block;
    width: 100%;
}

.f-ModeRelayShop-name {
    line-height: 1.3;
    display: inline-block;
    color: #f5b027 !important;
    font-weight: 700;
    font-size: 1.2em;
}

.f-ModeRelayShop-address {
    display: block;
    width: 100%;
    color: #989898;
    font-weight: 300;
    text-transform: lowercase;
}

.f-ModeRelayShop-dleText {
    color: #6a9d47;
    font-weight: 400;
    display: block;
    text-align: left;
}

.StorePopinPizzaPepperoni {
    width: 767px;
    max-width: 100%;
    background: white;
    margin: 0 auto;
    position: relative;
}

.mfp-content {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    /*text-align: left;*/
    z-index: 1045;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

mark {
    background: 0;
    /*color: #ea4042;*/
    color: #000;
}

.clearfix:before, .clearfix:after, .Main-marketingHeader:before, .form-horizontal .form-group:before, .row:before, .container-fluid:before, .container:before, .Main-marketingHeader:after, .form-horizontal .form-group:after, .row:after, .container-fluid:after, .container:after {
    content: " ";
    display: table;
}

.clearfix:after, .Main-marketingHeader:after, .form-horizontal .form-group:after, .row:after, .container-fluid:after, .container:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .Main-marketingHeader:before, .form-horizontal .form-group:before, .row:before, .container-fluid:before, .container:before, .Main-marketingHeader:after, .form-horizontal .form-group:after, .row:after, .container-fluid:after, .container:after {
    content: " ";
    display: table;
}

.yellowFNAC {
    color: #e2a800;
}

.selecX {
    color: #676767;
    font-weight: bold;
    display: none;
}

#loading-indicator {
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 600px;
    z-index: 2000;
    background-color: rgba(217, 217, 217, 0.15);
    margin: 0px auto;
}

#divImgLoad {
    position: fixed;
    z-index: 2000;
    margin: 0px auto;
    height: 48px;
    width: 48px;
    top: 40%;
    left: 47%;
}

.warning {
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 600px;
    z-index: 2000;
    background-color: rgba(217, 217, 217, 0.15);
    margin: 0px auto;
}

#dvwarning {
    position: fixed;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #f2f2f2;
    color :#dd1e35;
    font-size: 16px;
    z-index: 2000;
    margin: 0px auto;
    height: 80px;
    width: 70%;
    text-align: center;
    vertical-align: middle;
    top: 40%;
    left: 15%;
    display: table;
}

#dvwarning .mfp-close {
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #989898;
    font-size: 15px;
    display: block;
}

#dvwarning > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2%;
    padding-right: 3%;
}

/* CABECERA ****************************************************************************/

.StorePopinPizzaPepperoni .noir {
    background: #f2f2f2;
    /*font-family: "Roboto";*/
    font-weight: 300;
    margin: 0;
    font-size: 2.083333333333333em;
    padding: 8px 10px 2px 10px;
    text-transform: uppercase;
}

.StorePopinPizzaPepperoni .mfp-close {
    color: white;
}

.mfp-close-btn-in .mfp-close {
    color: #232323;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

#divRetreatStorePopin {
	width: inherit;
    background-color: #f9f9f9;
    border-radius: .5em;
}
	
#divHeaderRetreatStorePopin {
	background-color: #f9f9f9;
	background-image: url(https://static.fnac-static.com/es-ES/fch/01/img/82623fd2-06fd-4a2b-895b-20f3eb8467a5.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 3em;
	border-radius: 0.5em;	
}

#logoHeader {
    padding: 7px 5px 0px; 
    width: 65px; 
    float: left;
}

#StorePopin .StoreInfo, .StorePopinPizzaPepperoni .StoreInfo {
    /*background: #f2f2f2;*/
    font-size: 1.783333333333333em;
    padding: 2.3% 10px;
    min-height: 70px;
}

.StoreInfo p {
    margin: 0;
    text-align: center;
}

.shipping-popup-content {overflow:hidden;width:100%}
.shipping-popup-content--block .shipping-popup-content-item {width:50%}
.shipping-popup-content-item {display:inline-block;vertical-align:top;float:left}
.shipping-popup-content-item .shipping-popup-item-body {min-height:400px}
.shipping-popup-content-item .shipping-popup-item-header {font-family:"Roboto";font-weight:400;color:white;font-size:22px;line-height:13px;text-align:center;min-height:2em;padding:.3em;padding-right:1em;width:350px;border-radius:.4em;vertical-align:middle !important;margin-left:.8em}
.shipping-popup-content-item .shipping-popup-item-header div {float:right;margin-top:3%;margin-bottom:1%;text-align:right}
.shipping-popup-content-item .shipping-popup-item-header span {font-size:15px;line-height:1.05em}
.shipping-popup-content-item .shipping-popup-item-header span b {font-weight:600}
.shipping-popup-content-item .shipping-popup-item-header .icon {display:inline-block;font-size:28px;width:auto;text-align:left}
.shipping-popup-content-item.shipping-popup-content-LivDom .shipping-popup-item-header {background:#f5b027}
.shipping-popup-content-item.shipping-popup-content-LivRelCol .shipping-popup-item-header {background:#232323}
.shipping-popup-content-item.shipping-popup-content-LivRelCol .shipping-popup-item-body {margin-top:3%;padding:0 3%;border-left:1px solid #f1f1f1}
.shipping-popup-content-item.shipping-popup-content-LivDom .shipping-popup-item-header div {position:relative;left:-50px}
.shipping-popup-content-item.shipping-popup-content-LivRelCol .shipping-popup-item-header .icon {margin-top:.1em;}


/* CABECERA ****************************************************************************/

/* CODIGO POSTAL **********************************************************************/
#StorePostalCode {
    height: 115px;
}

.StoreSearch {
	border: .1em solid #d8d8d8;
	display: inline-block;
	width: 350px;
	background-color: #ffffff;
}

.StoreSearch:hover {
    /*border: .74em solid #989898 !important;
    transition-property:all;
    transition-duration:1000ms;*/
	border: .15em solid #d8d8d8;
	display: inline-block;
	width: 350px;
	background-color: #ffffff;    
}

.myInputText {
    border: 0;
    margin: 1px;
    padding: 12px 10px;
    line-height: 15px;
    /*width: 240px;*/
    outline: 0;
    float: left;
    font-size: 1.383333333333333em;
}

.btn {
	background: transparent;
	color: #363636;
	border: 0;
	width: 3.84em;
	height: 3.67em;
	border-radius: 0;
	text-align: right;
	margin-right: -6.5em;
}

.StoreZip {
    float: left;
    height: 60px;
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 1.383333333333333em;
    width: 100%;
}

.StoreRC {
    display: none;
    padding: 10px 12px;
    font-size: 1.283333333333333em;
    width: 100%;
    text-align: left;
}

.StorePrice, .ShipmentPrice {
    color: #dd1e35;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    font-size: 21px;
}

.LabelArt {
    color:Black ;
    font-size: 16px;
    cursor: pointer;
}

.StoreShip {
    float: left;
    margin-left: 10%;
    height: 60px;
    padding-top: 20px;
    font-size: 1.383333333333333em;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.75em;
}

.icon:before {
    font-family: "icons";
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_i_095_Search:before {
    content:"\f160";
}

.icon_i_108_plus:before {
    content:"\f16c"
}

.icon_i_116_arobase::before {
    content: "\f174";
}

.icon_i_117_lock::before {
    content: "\f175";
}

.icon_i_031_home:before 
{
    content:"\f11f"
}

.icon_i_112_Fnac_Store:before 
{
    content:"\f170"
}

@font-face{
    font-family:'Roboto';
    font-style:normal;
    font-weight:300;
    src:url('Roboto-300-v15.eot');
    src:local('Roboto Light'),local('Roboto-Light'),local('Roboto'),url('Roboto-300-v15.eot?#iefix') format('embedded-opentype'),url('Roboto-300-v15.woff2') format('woff2'),url('Roboto-300-v15.woff') format('woff')
}

@font-face{
    font-family:'Roboto';
    font-style:normal;
    font-weight:400;
    src:url('Roboto-400-v15.eot');
    src:local('Roboto Regular'),local('Roboto-Regular'),local('Roboto'),url('Roboto-400-v15.eot?#iefix') format('embedded-opentype'),url('Roboto-400-v15.woff2') format('woff2'),url('Roboto-400-v15.woff') format('woff')
}

@font-face{
    font-family:'Roboto';
    font-style:normal;
    font-weight:700;
    src:url('Roboto-700-v15.eot');
    src:local('Roboto Bold'),local('Roboto-Bold'),local('Roboto'),url('Roboto-700-v15.eot?#iefix') format('embedded-opentype'),url('Roboto-700-v15.woff2') format('woff2'),url('Roboto-700-v15.woff') format('woff')
}

@font-face{
    font-family:"icons";
    src:url('icons.eot');
    src:url('icons.eot?#iefix') format("embedded-opentype"),url('icons.woff') format("woff"),url('icons.ttf') format("truetype");
    font-weight:normal;
    font-style:normal
}

.DesTiendaFav:before {
    content: "Ahora mismo el producto no está disponible en (";
}

.DesTiendaFav:after {
    content: ").";
}

.DesTiendaFavPT:before {
    content: "No momento, o produto não está disponível em (";
}

.DesTiendaFavPT:after {
    content: ").";
}

.DesTiendaFav2:before {
    content: "Ahora mismo el producto no está disponible en la tienda seleccionada (";
}

.DesTiendaFav2:after {
    content: "), ni en los alrededores.";
}

.DesTiendaFav2PT:before {
    content: "Agora o produto não está disponível na loja selecionada (";
}

.DesTiendaFav2PT:after {
    content: "), ou nas proximidades.";
}

.StockOut, .ErrCodPos {
    display: none;
    text-align: center;
    padding: 10% 6% 10% 6%;
    position: relative;
    width: 100%;
    font-size: 17px;
}

.StoreOut, .StoreClose, .ExclArti {
    display: none;
    text-align: center;
    padding: 10% 6% 10% 6%;
    position: relative;
    width: 100%;
    font-size: 1.34em;
}

.StockOutRC {
    display: none;
    text-align: center;
    padding: 6% 3% 0;
    position: relative;
    width: 100%;
    font-size: 16px;
}

.StockOutProv {
    text-align: center;
    padding: 3% 3% 0;
    position: relative;
    width: 100%;
    font-size: 16px;
}

.ExclPrev, .ArtNoValido {
    display: none;
    text-align: center;
    padding: 20% 6% 15% 6%;
    position: absolute;
    width: 100%;
    font-size: 17px;
}

/* CODIGO POSTAL **********************************************************************/

.StoreTimeToday, .StoreTimeTomorrow, .StoreCustomer, .StoreNoCustomer {
    float: left;
    width: 50%;
}

/* HORAS ******************************************************************************/

.StoreTimetable {
    position: absolute;
    width: 100%;
    /*background-color: #f2f2f2;*/
    display: none;
    margin-bottom: 5%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .StoreTimeToday, .StoreTimeTomorrow {
        min-height: 275px;
    }
}

.StoreTimeToday {
    padding: 1% 1.5% 1% 3.5%;
    /*background-color: #f2f2f2;*/
}

.StoreTimeTomorrow {
    padding: 1% 3.5% 1% 1.5%;
    /*background-color: #f2f2f2;*/
}

.StoreTimer {
    margin-bottom: 5px;
    font-size: 1.25em;
}

.Store2Hour {
    color: #66a04b;
    cursor: pointer;
    font-size: 1.25em;
    border-top: 1px solid #d8d8d8;
}

.StoreTimes {
    cursor: pointer;
    font-size: 1.2em;
}

.StoreTimes-top {
    border-top: 1px solid #d8d8d8;
}

.StoreTimes-bottom {
    border-bottom: 1px solid #d8d8d8;
}

.StoreTimes.active, .Store2Hour.active {
    font-weight: bold;
    background-color: #f2f2f2;  
}

.StoreTimes:hover, .Store2Hour:hover {
    background-color: #f2f2f2;
}

.StoreTimeZone {
    color: #66a04b;
}

/* HORAS *******************************************************************************/

/* USUARIOS ****************************************************************************/
.StoreUser {
    display: none;
}

.StoreCustomer {
    padding: 0 3.7%;
    font-size: 20px;
}

.StoreNoCustomer {
    padding-left: 4%;
    font-size: 20px;
    border-left: 1px solid #d8d8d8;
    padding-right: 1.9%;
}

#btnLogin, #btnContinuar, #btnVolverUsuario {
    width: 70%;
}

#btnPago, #btnVolverPago {
    margin:auto;
    margin-left: 10px;
    margin-right: 10px;
    /*width: 200px;*/
}

.StoreRegister {
    display: none;
    width: 100%;
    font-size: 20px;
    padding: 0 5%;
}

.StoreRegister #btnRegistrar, .StoreRegister #btnVolverRegistrar {
    margin:auto;
    margin-left: 10px;
    margin-right: 10px;
    /*width: 200px;*/
}

.info {
    color: #000;
    font-size: 0.82em;
    font-weight: 300;
}

.infop {
    color: #000;
    font-size: 0.57em;
    margin: 0;
}

.login-subTitle {
    color: #595959;
    font-size: 13px;
    margin: 0;
}

.Login-separator {
    background: white;
    text-transform: uppercase;
    padding: 15px;
    position: absolute;
    border: 1px solid #d8d8d8;
    left: 50.2%;
    top: 34.5%;
    margin-left: -25px;
    border-radius: 100%;
    z-index: 10;
    line-height: 16px;
}

.ma-Strate-mentions {
    color: #989898;
    font-size: 12px;
    margin-top: 15px;
    float: left;
}

.address {
    float: right;
    position: relative;
    font-size: 12px;
    text-align: left;
    padding: 0 5px;
}

.address_top {
    border-top: 1px solid #d8d8d8;
}

.address_bottom {
    border-bottom: 1px solid #d8d8d8;
}

.address-alias {
    color: #f5b027;
    text-decoration: none;
    background: transparent;
    margin-bottom: 0;
}

.address-dir {
    margin-left: 26px;
}

.address-err {
    padding-top: 5%;
    font-size: 17px;
}

.address-addbtn {
    color: #595959;
    font-size: 13px;
}

.list {
    float: right;
    position: relative;
    font-size: 12px;
    text-align: left !important;
    padding: 3px 5px 0;
    height: 30px;
}

.list_top {
    border-top: 1px solid #d8d8d8;
}

.list_bottom {
    border-bottom: 1px solid #d8d8d8;
}

.list-alias {
    color: Black;
    text-decoration: none;
    background: transparent;
    margin-bottom: 0;
    font-size: 15px;
}

.list-err {
    padding-top: 5%;
    font-size: 17px;
}

.list:hover {
    background-color: #f2f2f2;
}

#dvDirecciones {
    /*overflow: auto;*/
    width: 100%; 
    height: 126px; 
    overflow-y: auto;
    -ms-overflow-y: auto;
}

#dvTiendaFav {
    padding-top: 4em;
}

#dvTiendasProv {
    /*overflow: auto;*/
    width: 100%; 
    height: 148px; 
    margin-top: 3%;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

#dvSelecProv {
    display: none;
    padding-top: 20px;
    margin-bottom: 30px;
    height: 60px;
    font-size: 1.383333333333333em;
    width: 100%;
    text-align: center;
}

#dvDirNueva p {
    font-weight: bold;
}

#comentEntrega {
    text-align: center;
    padding: 80px 10px 10px;
}

/* USUARIOS ****************************************************************************/

/* PAGO ********************************************************************************/
.StorePayment {
    position: relative;
    width: 100%;
    padding: 0 3%;
    font-size: 20px;
    display: none;
    margin-top: 0.3%;
}

.CreditCard {
    position: relative;
    border-radius: 5px;
    width: 100%;
    min-height: 315px;
    margin: auto;
    overflow: hidden;
}

/* PAGO ********************************************************************************/

/* RESPUESTA ***************************************************************************/

.StoreOK {
    display: none;
    text-align: center;
    padding: 20% 5% 10%;
    position: relative;
    width: 100%;
}

.StoreKO {
    display: none;
    text-align: center;
    padding: 15% 5% 15%;
    position: relative;
    width: 100%;
}

.StoreResponse {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 0 4%;
    font-size: 18px;
}

/* RESPUESTA ***************************************************************************/

/* CUERPO ******************************************************************************/


