h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: "Amazon Ember",Arial,sans-serif;
    white-space: inherit;
    font-size: 35px;
    text-align: left;
}

header.nav-flex{
    display: flex;
    position: static;
    float: none;

}
#navbar{
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 5;
}
#navbar.layout2 #nav-top{
    background-color: rgb(27, 27, 27);
    flex-flow: row nowrap;
    height: 60px;
    position: static;
    float: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    display: grid;
    grid-template-columns: 330px auto 190px;
}
#navbar .nav-top{
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 5;

}
.nav-search-scope {
    background-color: #f3f3f3;
    background-image: none;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;

    height: 40px;
    margin: 0;
    padding-left: 5px;
    overflow: hidden;
    background-position: 0 -532px;
    position: relative;
    float: left;
    border-radius: 4px 0 0 4px;

}

.nav-search-scope:hover {
    border-left: 2px solid #D1A030;
    border-right: 2px solid #D1A030;
    border-top: 2px solid #D1A030;
    border-bottom: 2px solid #D1A030;
}


#search-input-container .categorie-search {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    min-width: 314px;
}

#nav-hamburger-menu{
    display: flex;
    position: static;
    float: none;
    height: 38px;
    margin: 10px 7px 10px 7px;
    padding: 10px 8px 10px 8px;
    font-size: 25px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #666;
    width: 38px;
}

.hamburger-icon{
    position: absolute;
    top: 18px;
    left: 13px;
}

#nav-search {
    white-space: nowrap;
}
.search-icon{
    margin-left: 7px;
    margin-top: 5px;
}
#nav-left{
    height: 60px;
    display: flex;
    position: static;
    float: none;
    -webkit-box-sizing: border-box;
    width: auto;
}
#nav-logo {
    position: relative;
    float: left;
    line-height: 0;
    height: 100%;
    padding: 10px 17px 0 27px;

}
.nav-logo-link {
    height: 50px;
    width: 100%;
    clear: both;
    display: inline-block;
    cursor: pointer;
}
#nav-logo .nav-logo-base {
    float: left;
    text-indent: -500px;
    background-position: -10px -51px;
    width: 97px;
    height: 30px;
}

#navbar.nav-flex #nav-top #nav-search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 4px 10px 3px;
}

#nav-search .nav-search-category-button{
    cursor: default;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 12px;
    line-height: 37px;
    margin-left: 5px;
    min-width: 19px;
}

#nav-search .nav-search-dropdown-arrow{
    float: right;
    top: auto;
    display: table;
    margin-top: 5%;
    margin-right: 5px;
}

.search-select{
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    height: 35px;
    width: auto;
    font-family: inherit;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    visibility: visible;
    border: 0;
    line-height: 35px;
}

.nav-search-field {
    display: flex;
    position: static;
    float: none;
    flex: 1 1 0px;
    height: 40px;
    background: #fff;
}

#nav-search .nav-search-field .nav-input {
    position: relative;
    font-family: inherit;
    font-size: 14px;
    width: 100%;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    border: none;
    height: 100%;
    border-radius: 20px;
    caret-color: #0c193a;
}

.nav-input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 15px;
    padding: 7px 10px 10px 0;
    margin: 0;
    border: 0;
    height: 38px;
    font-family: inherit;
    font-size: 15px;
    background: 0 0;
    color: #111;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
    direction: ltr;
}

.nav-right {
    min-width: 190px;
    display: flex;
    position: static;
    float: none;
    overflow: hidden;
}

.nav-searchbar{
    min-width: 320px;
    display: flex;
    position: static;
    float: none;
    overflow: hidden;
}

#navbar.nav-flex #nav-top #nav-search .nav-searchbar, #navbar.nav-flex #nav-top #nav-search .nav-searchbar .nav-center, #navbar.nav-flex #nav-top #nav-search .nav-searchbar .nav-search-field {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    overflow: hidden;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
#nav-searchbar .nav-search-submit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    background-color: rgb(250, 175, 64);
    background-image: none;
    border: none;
    width: 45px;
    top: 5px;
    right: 0;
    height: 40px;
    overflow: hidden;
    cursor: pointer;

}

#search-button:hover {
    border-left: 2px solid #D1A030;
    border-right: 2px solid #D1A030;
    border-top: 2px solid #D1A030;
    border-bottom: 2px solid #D1A030;
}

#search-button{
    cursor: pointer;
}
.nav-search-right{
    border: 1px solid #cdcdcd;
    border-radius: 0 4px 4px 0;
}

#navbar.nav-flex .nav-left, #navbar.nav-flex .nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}
#nav-top .nav-right, #navbar .nav-top .nav-right {
    min-width: auto;
}
#nav-tools {
    float: none;
    text-decoration: none;
    margin-top: 0px;
    padding: 3px 0 0 0;
}

#nav-search #nav-iss-attach {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 1;
}
#navbar.nav-flex #nav-top #nav-search .nav-searchbar .nav-right {
    min-width: auto;
}

#navbar.nav-flex #nav-top #nav-search .nav-searchbar .nav-search-submit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    background-color: rgb(250, 175, 64);
    background-image: none;
    border: none;
    width: 45px;
}

#navbar.nav-flex #nav-top #nav-search .nav-searchbar  {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    height: auto;
    background-position: 2px -280px;
}



#navbar.layout2 #nav-top .nav-center, #navbar.layout2 #nav-top .nav-left, #navbar.layout2 #nav-top .nav-right {
    height: 60px;
    display: flex;
    position: static;
    float: none;
}

#nav-tools {
    float: left;
    text-decoration: none;
    margin-top: 2px;
    padding: 3px 0 0 0;
    display: flex;
}


#nav-link-accountList {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    text-decoration: none;
}

#nav-signin-container a:hover{
    border: 1px solid;
    border-top-color: #D1A030;
    border-right-color: #D1A030;
    border-bottom-color: #D1A030;
    border-left-color: #D1A030;
    border-radius: 2px;
    cursor: pointer;
}
#nav-signin-container a:hover #signin-block #glow-signin-line1 #signin-span1{
    color: #D1A030;
}
#nav-signin-container a:hover #signin-block #glow-signin-line2 {
    color: #D1A030;
}
#glow-signin-line1{
    padding-top: 2px;
}
.nav-little-text{
    font-size: 12px;
    margin-top: 0px !important;
    line-height: 14px;
}
#nav-signin-container a:link{
    position: relative;
    float: left;
    padding: 0 20px 2px 10px;
    margin: 1px;
    top: 5px;
}


#navbar.nav-flex #nav-top .nav-right #nav-tools > .nav-a {
    padding: 0 9px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color:rgb(214, 214, 214);
    align-items: flex-start
}
#nav-tools .nav-a-2, #nav-xshop .nav-a-2, #navbar .nav-tools .nav-a-2 {
    padding-right: 0;
    overflow: hidden;
    top: 1px;
    margin: 0 1px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#navbar.nav-flex #nav-belt .nav-right #nav-tools #nav-link-accountList .nav-line-1-container {
    position: relative;
    width: 100%;
    height: 14px;
    margin-top: 9px;
}
#nav-tools .nav-a-2 .nav-line-1, #nav-tools .nav-a-2 .nav-line-3, #nav-xshop .nav-a-2 .nav-line-1, #nav-xshop .nav-a-2 .nav-line-3, #navbar .nav-tools .nav-a-2 .nav-line-1, #navbar .nav-tools .nav-a-2 .nav-line-3 {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    margin-top: 9px;
}
#nav-orders {
    margin: 0 1px 0 1px;
    padding-top: 0;
    height: 50px;
}

#navbar .nav-tools .nav-a-2 {
    padding-right: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
}

#navbar.nav-bluebeacon #nav-suggestions{
    background-image: none;
    background-color: #444;
}

.col-md-7{
    margin-bottom: 20px;
}

.mbr-section-hero .mbr-section-title {
    font-size: 2.6rem !important;
}

.mbr-section{
    position: inherit !important;
}

.seccion-cabecera{
    min-height: 300px;
}

.mbr-contacts strong{
    color: #f0f0f0 !important;
}


input[type='file'] {
    white-space: initial;
    font: 11px arial, sans-serif;
}

.productos {
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: justify;
    min-height: 400px;
}

.navbar-position{
    position: inherit !important;
}

.logo {

    padding-right: 0px;
    padding-left: 0px;

}
.center{
    text-align: center;
}
.tituloproducto{
    color: #000000;
}
.caracteristicas{
    line-height: normal;
}
.exclusivo{
    font-size: small;
    color: #ba1f06;
    text-align: center;
}
.energia-verde{
    font-size: small;
    color: #007700;
    text-align: center;
}
.oferta-luz{
    font-size: 12px;
    color: #031ebf;
    text-align: center;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 3;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
}

@-moz-keyframes parpadeo{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.tipocontratacion{
    font-size: small;
    text-align: center;
}
.verde{
    color: #007700;
}
.gris{
    color: #555555;
}

.cambiate{
    font-size: small;
    color: #007700;
    text-align: left;
}
.ofertavalidahasta{
    font-size: small;
    text-align: center;
}

.pasoscontratacion{
    font-size: small;
    text-align: justify;
}
.mtop{
    margin-top: 70px;
}
.borde{

    border-style: solid;
    border-color: #ffffff;
}
.fondo_blanco{
    background-color: #ffffff ;
}
.fondo_naranja{
    background-color: rgb(250, 175, 64);
}
.pading10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.inputheight{
    min-height: 2em;
}
.container{
     width: 100%;
}
.container-5{
    width: 95%;
}
.periodo{
    float:right;
}
.info-tarifa-seleccionada{
    float:right;
}
.error_formulario{
    color: red;
    font-size: 14px;
}
.enlace-condiciones-generales:link{
    color: blue;
}
.enlace-condiciones-generales:hover{
    color: blue;
}
.enlace-condiciones-generales:visited{
    color: black;
}
.telefonos-distribuidoras:link{
    color: blue;
}
.telefonos-distribuidoras:hover{
    color: blue;
}
.telefonos-distribuidoras:visited{
    color: black;
}
.estudio-energetico:link{
    color: blue;
}
.estudio-energetico:hover{
    color: blue;
}
.estudio-energetico:visited{
    color: black;
}
.nowrap{
    display: inline-block;

    white-space: pre-wrap;      /* Webkit */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

.w98{
    margin-top: 50px;
    width: 95%;
    display: table;
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.post-home-container{
    width: 95%;
    padding-top: 90px;
}
.post-container{
    width: 95%;
    text-align: justify;
}
.comparativa{
    min-height: 1100px;
    padding-top: 90px;
}
.row-comparador{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.precio-comparador{
    text-align: center;
    font-size: 30px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    margin-top: 20px;
}
.cuadrado{
    border: 1px solid #f4f4f4;
    height: 125px;
}
.comparador-caracteristicas{
    font-size: 12px;
    font-family: "Times New Roman", Georgia, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    list-style-type: none;
    position: absolute;
    top:5px;
}
.promocion-comparador{

}

.logo-comparador{
    width: 67%;
    position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    max-width: 240px;
}
.nombre-contrato-electricidad{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.mtop-comparador{
    position:absolute;
    top:20%;
    bottom:0;
    left: 5px;
    right: 5px;
    margin:auto;
}
.mbottom-comparador{
    position:absolute;
    top:70%;
    bottom:0;
    left: 5px;
    right: 5px;
    margin:auto;
}
.mtop-producto{
    position:absolute;
    top:95%;
    bottom:0;
    margin:auto;
}
.img-blog-home{
    display: block;
    margin: auto;
    width: 95%;
}

.cambio-tarifa{
    font-size: x-small;
    color: #00aa00;
    text-align: center;
    margin-bottom: 0px;
}

.botton0{
    padding-bottom: 0px;
}

.titulo-contrata{
    height: 100px;
    margin-bottom: 0px;
}

.link-footer{
    color: #7c7c7c;
    font-size:12px;
}

.item_producto{
    padding-top: 30px;
    min-height: 225px;
}
.comparador{
    padding-top: 10px;
}
.form-comparador{
    font-size: 0.80rem;
}
.company-container{
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
}
.producto-container{
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
}
.company-section{
    margin-top: 30px;

}
.producto-section{
     margin-top: 30px;
     min-height: 1000px;
 }
.precios-empresas-section{
    margin-top: 30px;
    min-height: 1000px;
}
.oferta-container{
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
}
.all-contracts-section{
    margin-top: 30px;
    min-height: 3500px;
}
.envia-tu-factura-section{
    padding-top: 70px;
    min-height: 800px;
}
.texto-ayuda{
    margin-bottom: 30px;
}

.mensajes-simulacion{
    padding-left:10px;
    margin-top: 5px;
}

.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 54px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }

.btn-grey{
    background-color:#D8D8D8;
    color:#FFF;
}
.rating-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px 15px 20px 15px;
    border-radius:3px;
}
.bold{
    font-weight:700;
}
.padding-bottom-7{
    padding-bottom:7px !important;
}
.padding-bottom-40{
    padding-bottom:40px;
}
.padding-left-0{
    padding-left:0px;
}
.review-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px;
    border-radius:3px;
    margin-bottom:15px;
}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{
    font-size:12px;
}
.review-block-rate{
    font-size:13px;
    margin-bottom:15px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.review-block-description{
    font-size:13px;
}
.barras{
    line-height: 1.1;
    margin-bottom: 7px;
}
.margin-botton20{
    margin-bottom: 20px;
}
.padding-top0{
    padding-top: 0px;
}
.padding-top100{
     padding-top: 100px;
 }
.padding-top150{
    padding-top: 150px;
}

.padding-top10{
    padding-top: 10px;
}
.padding-top30{
    padding-top: 30px;
}
.margin-top30{
    margin-top: 30px;
}

.width-97{
    width: 97%;
}

.fb-like.fb_iframe_widget span{
    vertical-align: top !important;
}

.que_es_comparador{
    float: right;
    font-size: 10px;
    color: #555555;
    padding-top: 7px;
    padding-left: 5px;
    margin-bottom: 0rem;
}
.logo-comercializadora-empresas{
    padding: 25px;
}
.fondo-contratar-empresas{
    padding-bottom: 30px;
}
.error-contratar-empresas{
    padding-bottom: 50px;
}
.titulo-comercializadoras-empresas{


}
.logo-comercializadora-cuadro-index{
    max-width: 99%;
    display:block;
    margin:auto;
}
.pregunta{
    font-size: 1.1rem;
}
.font-awesome{
    padding: 25px;
    text-align:center;
}
.tabla{
    padding: 15px;
}
.resumen-ahorro-potencias{
    width: 98%;
    float: left;
    padding: 5px 15px 15px 5px;
}
.envia-factura-whatsapp{
    visibility: inherit !important;
    color:#705315;
}
.cerrar-izquierda{
    cursor: pointer;
    color:black;
    text-decoration: none;
}
.interior-envia-factura{
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.oferta-section{
    margin-top: 30px;
    min-height: 1400px;
}
.contratar-luz-seccion{
    min-height: 1300px;
}
.contratar-gas-seccion{
    min-height: 800px;
}
.margin-bottom0{
    margin-bottom: 0px;
}
.seguro-todoenergia{
    line-height: 0.1;
}
.font-size11{
    font-size: 11px !important;
}
.font-size12{
    font-size: 12px !important;
}
.font-size13{
    font-size: 13px !important;
}
.font_size1_1em{
    font-size: 1.1em !important;
}
.text-logo{
    font-weight: normal;
    letter-spacing: 0.4px;
}
.image-text-logo{
    width: 3%;
    height: 3%;
    vertical-align: baseline;
    margin-right: 5px;
}
.img-page{
    display: block;
    margin: auto;
    max-width: 95%;
}
.texto-precios{
    font-family: initial;
}
.precio-estudio-energetico{
    font-size: 24px;
    font-weight: bold;
}
.importe-estudio-energetico{
    line-height: 12px;
    margin-top: 12px;
}
.forma-pago {
    margin-top: 20px;
}
.arial{
    font-family: Arial, Helvetica, sans-serif;
}
.container-95{
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: justify;
}
.estudio-energetico-section{
    margin-top: 30px;
    min-height: 5000px;
}
.estudio-energetico-div{
    margin-top: 10px;
    margin-bottom: 100px;
}
.contenedor-imagen-estudio{
    margin-top: 5px;
    margin-bottom: 5px;
}
.check-comparador{
    margin-top: 10px;
    margin-bottom: 0px;
}
#publicidad h2{
    font-size: 24px;

}
.boton-llamada{
    bottom: 10px;
}
.logo-colaborador{
    float: right;
    max-width: 250px;
}
.tabla-cookies{
    border: 1px solid #000000;
    width: 100%;
}
.row-cookies{
    border: 1px solid #000000;
    padding-left: 5px;
}

.enlace-cookies{

}
.popover {
    width: 500px;
    max-width: 100%;
    text-align: inherit;
}

.boton-calculo-comparador{
    padding: 0.35rem;
}

.texto-aclaracion-contratar{
    color:#414a51
}
.ec-stars-wrapper {
    font-size: 0;
    display: inline-block;
}
.ec-stars-wrapper a {
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    color: #888;
}
.ec-stars-wrapper:hover a {
    color: #F1C050;
}
.ec-stars-wrapper > a:hover ~ a {
    color: #888;
}

.star-selected {
    color: #F1C050 !important;
}
.star-selected:hover{
    color: #F1C050;
}
.aviso-legal-linea{
    margin-top: 10px;
}
.rev-head{
    padding-bottom: 30px;
}
.rev-logo{
    max-width: 200px;
}
.rev-titulo{
    font-weight: bold;
    font-size: large;
    padding-left: 5%;
}
.nav-left {
    position: relative;
    float: left;
    width: auto;
    display: inline-block;
}

#navbar.nav-flex #nav-suggestions.nav-sprite {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#navbar.layout2:not(.nav-fixed) #nav-suggestions {
    height: 39px;
    padding-top: 0;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow #nav-global-location-slot {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

.nav-account-text{
    padding-bottom: 0px;
}

.nav-line-1 {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    margin-top: 4px;
    float: left;
}
.nav-line-2{
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    float: left;
}

#glow-ingress-block {
    margin-left: 21px;
}

#location-icon {
    left: 0px;
    top: 5px;
    position: relative;
    float: left;
    margin: 2px;
}
#location-box-span a:hover{
    border: 1px solid;
    border-top-color: #D1A030;
    border-right-color: #D1A030;
    border-bottom-color: #D1A030;
    border-left-color: #D1A030;
    border-radius: 2px;
    cursor: pointer;
}
#location-box-span a:hover #glow-ingress-block #glow-ingress-line1{
    color: #D1A030;
}
#location-box-span a:hover #glow-ingress-block #glow-ingress-line2{
    color: #D1A030;
}
#location-box-span a:hover #location-icon svg{
    fill: #D1A030;
}
.location-box{
    position: relative;
    float: left;
    padding: 0 0 0 10px;
    margin: 1px;
    top: 9px;
}

#nav-sugestions {
    margin-top: 0;
    padding-left: 10px;
    display: flex;
    position: static;
    float: none;
}


#nav-sugestions a{
    color:#fff;
    padding: 8px 9px 8px 9px;
    scroll-margin: 0;
    height: 12px;
    box-sizing: content-box;
    text-decoration: none;
    background-color: transparent;
    margin: 5px 1px 6px 0;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    min-width: 170px;
    white-space: nowrap;
}

#nav-sugestions a:hover {
    border: 1px solid;
    border-top-color: #D1A030;
    border-right-color: #D1A030;
    border-bottom-color: #D1A030;
    border-left-color: #D1A030;
    color: #D1A030;
    border-radius: 2px;
    cursor: pointer;
}

#nav-cart-count-container{
    display: flex;
    position: relative;
}
.cart-symbol{
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number-cart{
    float: left;
}
.number-cart-background{
    border-radius: 100%;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    background-color: #29b9ad;
    color: #fff;
    width: 18px;
    height: 18px;
}

.typeahead, .tt-query, .tt-hint {
    font-size: 18px; /* Set input font size */
    height: 40px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
}
.typeahead {
    background-color: #FFFFFF;
    border: 0px;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 0;
}
.tt-suggestion {
    font-size: 18px;  /* Set suggestion dropdown font size */
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: #D1A030;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}
.dropdown-menu {
    overflow: scroll;
}
#search-input-container .dropdown-title {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
}

.twitter-typeahead{
    position: absolute !important;
    display: inline-block;
}
.img-box{
    width:100%;
    min-width: 200px;
    padding: 5px 5px 5px 5px;
}
#loc-popover {
    height: 300px;
    width: 317px;
    background-color: #fff;
    position: relative;
    top: 50px;
    left: 10%;
    border: 1px solid;
    border-top-color: #D1A030;
    border-right-color: #D1A030;
    border-bottom-color: #D1A030;
    border-left-color: #D1A030;
    border-radius: 4px;
}
.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 9999;
}
.head-popover{
    font-family: "Amazon Ember",Arial,sans-serif;
    white-space: inherit;
    font-size: 20px;
    text-align: left;
    justify-content: space-between;
    display: flex;
    background-color: #eee;
}
.title-popover{
    padding-left: 10px;
    padding-top: 10px;
}
#close-loc-popover{

}
.content-popover{
    margin-left: 5%;
    margin-right: 5%;
}
.country-popover-select{
    width: 100%;
    height: 30px;
}
.sel-button-postalcode{
    padding-top: 5%;
    padding-left: 0px;
}

.account-popover-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 9999;
}
#account-popover {
    height: 300px;
    width: 317px;
    background-color: #fff;
    position: relative;
    top: 50px;
    left: 40%;
    border: 1px solid;
    border-top-color: #D1A030;
    border-right-color: #D1A030;
    border-bottom-color: #D1A030;
    border-left-color: #D1A030;
    border-radius: 4px;
}

@media screen and (max-width: 1020px) {
    #navbar.layout2 #nav-top{
        height: 150px;
    }

    #nav-center-search{
        position: absolute !important;
        top:50px;
        width: 98%;
        margin-left: 1%;
        height: 60px;
        display: flex;
        float: none;

    }

    #nav-global-location-slot{
        position: absolute;
        top: 98px;
    }

    #nav-tools{
        position: absolute;
        right: 10px;
        top: 5px;
    }

    #nav-sugestions{
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #nav-sugestions::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}