/********* BODY */

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#fafafa;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/* ********* PORTADA */

.portada {
    width: 100%;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    background-color: #F6F6F2;
    background-size: cover;
    background-position: center;
}

.contenido-portada {
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    bottom: 65px;
    left: 5%;
}

.imagen-portada {
    width: 340px;
    height: 90px;
    background-image: url('../img/cartas_amor.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}

.titulo-portada {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
}

.texto-portada {
    width: 100%;
    height: auto;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #e9e9e9;
}

.boton-portada {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #aa9150;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fafafa;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

.boton-portada.alt {
    width: 156px;
    height: 36px;
    line-height: 36px;
    background-color: transparent;
    border: 2px solid #aa9150;
}

/********* SELECTOR */

.sombra-selector {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.sombra-selector.active {
    display: none;
}

.promo {
    width: 80%;
    height: auto;
    margin: 5px auto;
    margin-bottom: 30px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: #F6F6F2;
}

.titulo-promo {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #0A0A0A;
}

.texto-promo {
    width: 90%;
    height: auto;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #515151;
    margin: 0 auto;
}

.selector {
    width: 320px;
    height: auto;
    position: relative;
    z-index: 101;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: #fff;
}

.titulo-selector {
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #0A0A0A;
    margin: 0 auto;
}

.select-selector {
    width: 200px;
    height: 30px;
    display: flex;
    position: relative;
    margin: 20px auto;
    border-radius: 5px;
    background-color: #F6F6F2;
}

.cbselector {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #979797;
    position: relative;
    z-index: 101;
    margin: 0 auto;
}

.flecha-select-selector {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #979797;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 100;
}   

.btn-selector {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #DCBD6E;
    cursor: pointer;
}

/* ********* INFO PRODUCTO */ 

.info-producto {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 70px);
    margin: 0 auto;
    margin-top: 70px;
}

.contenido-info-producto {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.btn-regresar {
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px 0;
    margin-right: calc(100% - 170px);
}

.img-producto-info {
    width: 90%;
    max-width: 450px;
    height: 550px;
    background-size: cover;
    background-position: center;
    margin: 10px 0;
}

.img-main-producto-info {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 5px;
    border: 1px solid #cecece;
}

@media(max-width: 700px) {
    .img-producto-info {
        width: 90%;
        max-width: 450px;
        height: 500px;
        background-size: cover;
        background-position: center;
        margin: 10px auto;
    }

    .img-main-producto-info {
        height: 400px;
    }
}

.imagen-main-producto-info {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.img-mini-producto-info {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding-top: 20px;
}

.imagen-mini-producto-info {
    width: 20%;
    height: 100%;
    opacity: 0.4;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.img-mini-producto-info .swiper-slide-thumb-active {
    opacity: 1;
}

@media(max-width: 700px) {
    .btn-regresar {
        margin-left: 5%;
        margin-right: 0;
    }
}

.contenido-caracteristicas-info-producto {
    width: 90%;
    max-width: 450px;
    height: 550px;
    overflow: auto;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.contenido-caracteristicas-info-producto::-webkit-scrollbar:vertical {
    display: block;
    width: 3px;
}
  
.contenido-caracteristicas-info-producto::-webkit-scrollbar-track:vertical {
    background: #ececec;
}

.contenido-caracteristicas-info-producto::-webkit-scrollbar-thumb:vertical {
    background: #ababab;
}

@media(max-width: 960px) {
    .contenido-caracteristicas-info-producto {
        align-items: center;
        align-content: center;
        justify-content: center;
        height: auto;
        margin: 10px auto;
    }
}

.caracteristicas-info-producto {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    position: relative;
}

.titulo-caracteristicas-info-producto {
    width: 100%;
    height: auto;
    line-height: 32px;
    text-align: left;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #0A0A0A;
    padding-bottom: 7px;
    border-bottom: 1px solid #D5D5D5;
}

.desc-caracteristicas-info-producto {
    width: 100%;
    height: auto;
    line-height: auto;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #787878;
    padding-top: 10px;
}

.contenedor-opciones-info-producto {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.titulo-contenedor-opciones-info-producto {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #0A0A0A;
}

.contenedor-cantidad {
    width: 25px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #929292;
    color: #929292;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    cursor: pointer;
    margin: 0;
    margin-right: 8px;
}

.contenedor-cantidad.active {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.contenedor-color {
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    margin: 0;
    margin-right: 8px;
    border: 1px solid #c9c9c9;
    border-radius: 1000px;
    cursor: pointer;
}

.paloma-opcion {
    display: none;
    font-size: 12px;
    color: #8a8a8a;
}

.paloma-opcion.active {
    display: block;
}

.contenedor-complemento {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.leyenda-contenedor-complemento {
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 15px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 10px;
    color: #0A0A0A;
}

.contenedor-complemento.active {
    border: 2px solid #000;
}

.subprecio-caracteristicas-info-producto {
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin: 0 auto;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #d64b4b;
}

.precio-caracteristicas-info-producto {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #0A0A0A;
}

.separador-caracteristicas-info-producto {
    width: 100%;
    height: 1px;
    margin: 12px auto;
    background-color: #D5D5D5;
}

.formulario-caracteristicas-info-producto {
    width: 100%;
    height: auto;
    margin: 5px auto;
}

.check-formulario {
    width: 100%;
    height: 20px;
    margin: 5px auto;
    margin-bottom: 15px;
    display: flex;
}

.cuadro-check-formulario {
    width: 13px;
    height: 13px;
    margin: 2.5px;
    border: 1px solid #B99336;
    border-radius: 4px;
    position: relative;
}

.texto-check-formulario {
    width: calc(100% - 30px);
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #787878;
    margin: 0 auto;
}

.btnagregar-caracteristicas-info-producto {
    width: 330px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 5px auto;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #DCBD6E;
    cursor: pointer;
}

.notas-producto {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-notas-producto {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #AB0000;
}

.desc-notas-producto {
    width: calc(100% - 20px);
    height: auto;
    margin: 10px auto;
    padding: 10px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #707070;
    border: 1px solid #AB0000;
    border-radius: 5px;
}

.complementarios { 
    width: 100%;
    height: auto;
    margin: 15px auto;
}

.titulo-complementarios { 
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #0A0A0A;
}

.producto-complementarios {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    cursor: pointer;
}

.producto-complementarios.active {
    border: 2px solid #000;
}

.foto-producto-complementarios { 
    width: 80px;
    height: 90px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.contenido-producto-complementarios { 
    width: calc(100% - 90px);
    height: 90px;
    margin: 0 auto;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.titulo-contenido-producto-complementario { 
    width: 90%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #0A0A0A;
}

.precio-contenido-producto-complementario { 
    width: 90%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0A0A0A;
}

/* ********* CUENTA */

.cuenta {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 80px);
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}

.titulo-cuenta {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0A0A0A;
}

.opciones-cuenta {
    width: 330px;
    height: auto;
    margin: 40px calc(50% - 165px);
}

.opcion-cuenta {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #0A0A0A;
    border-bottom: 1px solid #DCBD6E;
    position: relative;
    cursor: pointer;
}

.opcion-cuenta i {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #DCBD6E;
}

.btnsub-cuenta {
    width: 280px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #DCBD6E;
    cursor: pointer;
    margin: 0 calc(50% - 140px);
    margin-top: 50px;
}

/* ********* FORMULARIO */

.formulario {
    width: 90%;
    max-width: 900px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 10px auto;
}

.titulo-formulario {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 10px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #0A0A0A;
}

form {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

input,textarea  {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mostrarclave {
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #6d6d6d;
    font-size: 14px;
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.textfield {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 1em;
    border: none;
    border: 1px solid #D6D6D6;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
}

.textfield:focus,
.textfield:active {
    border: 1px solid #DBBC6D;
}

.textfield:focus + label:before,
.textfield:active + label:before {
    color: #DBBC6D;
}

.textfield + label {
    display: block;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    margin-top: calc(-3em - 1px);
    margin-bottom: 1em;
    pointer-events: none;
}

.textfield + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #D6D6D6;
    font-family: "Roboto", sans-serif;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.textfield:focus + label:before,
.textfield.active + label:before,
.textfield:valid + label:before {
    background-color: #fff;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
    transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
}

textarea {
    overflow: auto;
    vertical-align: top;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff;
    height: calc(7em + 2px);
    padding: 1em;
    font-size: 1em;
    border: 1px solid #D6D6D6;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
}

textarea:focus,
textarea:active {
    border: 1px solid #DBBC6D;
}

textarea:focus + label:before,
textarea:active + label:before {
    color: #DBBC6D;
}

textarea + label {
    display: block;
    font-size: 1em;
    height: calc(7em + 2px);
    line-height: 1;
    padding-top: calc(1em + 1px);
    margin-top: calc(-7em - 2px);
    margin-bottom: 1em;
    pointer-events: none;
}

textarea + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #D6D6D6;
    font-family: "Roboto", sans-serif;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

textarea:focus + label:before,
textarea.active + label:before,
textarea:valid + label:before {
    background: #fff;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
    transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
}

/* ********* DIRECCIONES */

.direcciones {
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: calc(100vh - 130px);
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

.direccion {
    width: 220px;
    height: auto;
    margin: 10px auto;
    border-bottom: 1px solid #9A9A9A;
}

.titulo-direccion {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 5px auto;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0A0A0A;
}

.texto-direccion {
    width: 100%;
    height: auto;
    line-height: 17px;
    text-align: left;
    margin: 5px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #0A0A0A;
}

.btn-direccion {
    width: 70px;
    height: 12px;
    line-height: 12px;
    text-align: right;
    margin: 14px auto;
    margin-left: calc(100% - 70px);
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #B5B5B5;
}

/********* CHECKOUT */

.checkout {
    width: 100%;
    max-width: 800px;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

.titulo-checkout {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
    margin-top: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #0A0A0A;
}

.opciones-checkout {
    width: 310px;
    height: 40px;
    display: flex;
    margin: 20px calc(50% - 155px);
}

.opcion-checkout {
    width: 145px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #0A0A0A;
    border: 1px solid #C5C5C5;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 5px;
    user-select: none;
}

.opcion-checkout.active {
    background-color: #B99336;
    border: 1px solid #B99336;
    color: #fff;
}

.seccion-checkout {
    width: 90%;
    max-width: 330px;
    margin: 0 auto;
    height: auto;
}

.tipoentrega {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: none;
}

.tipoentrega.active {
    display: block;
}

.titulo-seccion-checkout {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 5px auto;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #494949;
}

.desc-seccion-checkout {
    width: 100%;
    height: auto;
    margin: 5px auto;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #8a8a8a;
    letter-spacing: 1px;
}

.direcciones-checkout {
    width: 100%;
    height: 170px;
    overflow: auto;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.direcciones-checkout::-webkit-scrollbar:vertical {
    display: block;
    width: 3px;
}
  
.direcciones-checkout::-webkit-scrollbar-track:vertical {
    background: #ececec;
}

.direcciones-checkout::-webkit-scrollbar-thumb:vertical {
    background: #ababab;
}

.direccion-alt {
    width: calc(100% - 15px);
    height: auto;
    margin: 10px auto;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.titulo-direccion-alt {
    width: 90%;
    height: auto;
    text-align: left;
    margin: 10px auto;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0A0A0A;
}

.texto-direccion-alt {
    width: 90%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #0A0A0A;
}

.selector-direccion-alt {
    width: 17px;
    height: 17px;
    text-align: center;
    background-color: #F0F0F0;
    border: 1px solid #DCBD6E;
    border-radius: 1000px;
    position: absolute;
    top: 22px;
    right: 10px;
}

.selector-direccion-alt.active {
    background-color: #b0cc6e;
    border: 1px solid #b0cc6e;
}

.agregar-direccion-alt {
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 30px;
    margin-left: calc(100% - 200px);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #DCBD6E;
    text-decoration: underline;
    cursor: pointer;
}

.input-fecha {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 5px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    outline: none;
    border: 1px solid #494949;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #494949;
    margin: 0 auto;
    margin-bottom: 10px;
}

.input-horario {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 5px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    outline: none;
    border: 1px solid #494949;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #494949;
    margin: 0 auto;
    margin-bottom: 10px;
}

.descuento-checkout {
    width: 100%;
    height: 40px;
    margin: 12px auto;
    display: flex;
    border: 1px solid #494949;
    border-radius: 5px;
}

.input-descuento {
    width: calc(100% - 120px);
    height: 40px;
    margin: 0 auto;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #494949;
}

.btn-descuento {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #494949;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contenedor-resumen {
    width: 100%;
    height: auto;
    margin: 10px auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.titulo-contenedor-resumen {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #0A0A0A;
    border-bottom: 1px solid #B8B8B8;
    position: relative;
    user-select: none;
}

.titulo-contenedor-resumen i {
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.linea-resumen {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    display: flex;
}

.texto-linea-resumen {
    width: 50%;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #0A0A0A;
    text-align: left;
}

.numero-linea-resumen {
    width: 40%;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #0A0A0A;
    text-align: right;
}

.separador-resumen {
    width: 100%;
    height: 1px;
    margin: 12px auto;
    background-color: #B8B8B8;
}

.filas-resumen {
    width: 100%;
    height: 170px;
    margin: 10px auto;
    display: none;
    overflow-y: auto;
    user-select: none;
}

.filas-resumen::-webkit-scrollbar:vertical {
    display: block;
    width: 3px;
}
  
.filas-resumen::-webkit-scrollbar-track:vertical {
    background: #ffffff;
    border: 1px solid #929292;
}

.filas-resumen::-webkit-scrollbar-thumb:vertical {
    background: #757575;
}

.filas-resumen.active {
    display: block;
}

.fila-resumen {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
}

.imagen-fila-resumen {
    width: 55px;
    height: 65px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.contenido-fila-resumen {
    width: calc(100% - 75px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-contenido-fila-resumen {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #0A0A0A;
    overflow: hidden;
}

.desc-contenido-fila-resumen {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #7e7e7e;
    overflow: hidden;
}

.texto-contenido-fila-resumen {
    width: 90px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #0A0A0A;
    margin: 10px 0;
}

.btn-contenido-fila-resumen {
    width: calc(100% - 120px);
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px auto;
}

/* ********* BOTONES */

.btn-atras {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    font-size: 20px;
    color: #0A0A0A;
    cursor: pointer;
}

.btn-agregar {
    width: 280px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #DCBD6E;
    cursor: pointer;
    margin: 20px calc(50% - 140px);
}

.btn-eliminar {
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #a54d4d;
    text-decoration: underline;
    border-radius: 40px;
    cursor: pointer;
    margin: 0 calc(50% - 45px);
    margin-bottom: 40px;
}

/* ********* PEDIDOS */

.pedidos {
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: calc(100vh - 130px);
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

.pedido {
    width: 220px;
    height: auto;
    margin: 10px auto;
    border-bottom: 1px solid #9A9A9A;
}

.titulo-pedido {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 5px auto;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0A0A0A;
}

.texto-pedido {
    width: 100%;
    height: auto;
    line-height: 17px;
    text-align: left;
    margin: 5px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #0A0A0A;
}

.btn-pedido {
    width: 70px;
    height: 12px;
    line-height: 12px;
    text-align: right;
    margin: 14px auto;
    margin-left: calc(100% - 70px);
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #B5B5B5;
}

.contenedor-pedido {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.contenido-contenedor-pedido {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.secciones-pedido {
    width: 320px;
    height: auto;
    margin: 0 auto;
}

.seccion-pedido {
    width: 320px;
    height: auto;
    margin: 10px auto;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.titulo-seccion-pedido {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 10px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #0A0A0A;
}

.subtitulo-seccion-pedido {
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 5px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #DCBD6E;
}

.desc-seccion-pedido {
    width: 90%;
    height: auto;
    text-align: left;
    margin: 5px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #0A0A0A;
}

/******** PERSONALIZADO */

.personalizado {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-personalizado {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #0A0A0A;
    text-align: center;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    margin: 10px auto;
}

.seccion-personalizado {
    width: 90%;
    max-width: auto;
    height: auto;
    margin: 10px auto;
}

.contenedor-presupuesto {
    width: 90%;
    max-width: 690px;
    height: 120px;
    margin: 10px auto;
    margin-bottom: 40px;
    position: relative;
}

@media(max-width: 650px) {
    .contenedor-presupuesto {
        width: 85%;
        margin-left: 5%;
    }
}

.contenedor-gamacolores {
    width: 90%;
    max-width: 690px;
    height: auto;
    margin: 10px auto;
    margin-bottom: 40px;
    position: relative;
}

.contenedor-tipoflores {
    width: 90%;
    max-width: 690px;
    height: auto;
    margin: 10px auto;
    position: relative;
}

.label-presupuesto, .label-gamacolores, .label-tipoflores, .label-especificaciones {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    color: #3B3B3B;
    margin: 5px auto;
}

input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
  
input[type="range"]:focus {
    outline: none;
}
  
input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 2px solid #8a8a8a;
    border-radius: 1000px;
    cursor: pointer;
    margin-top: -8px;
}
  
input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 2px solid #8a8a8a;
    border-radius: 1000px;
    cursor: pointer;
}
  
input[type="range"]::-ms-thumb {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 2px solid #8a8a8a;
    border-radius: 1000px;
    cursor: pointer;
}
  
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 20px;
}
  
input[type="range"]:active::-webkit-slider-runnable-track {
    background: #fff;
}
  
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    border: 1px solid #cecece;
    border-radius: 20px;
    cursor: pointer;
    background: #cecece;
}
  
input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
  
input[type="range"]::-ms-fill-lower {
    background: #fff;
}
  
input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
}
  
input[type="range"]::-ms-fill-upper {
    background: #fff;
}
  
input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
}

.indicador-minimo-presupuesto {
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: #3B3B3B;
    text-align: left;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    top: 90px;
}

.indicador-maximo-presupuesto {
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: #3B3B3B;
    text-align: right;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    position: absolute;
    left: calc(100% - 80px);
    top: 90px;
}

.indicador-presupuesto {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    top: 50px;
}

.contenedor-colores-gamacolores {
    width: 100%;
    margin: 10px auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.color-gamacolores {
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    -webkit-border-radius: 1000px;
    position: relative;
}

.check-gamacolores {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.contenedor-tipos-tipoflores {
    width: 100%;
    margin: 10px auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.flor-tipoflores {
    width: 65px;
    height: auto;
    margin: 0;
    margin-right: 12px;
    cursor: pointer;
}

.img-flor-tipoflor {
    width: 100%;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.label-flor-tipoflor {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.btn-agregar-personalizado {
    width: 330px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px calc(50% - 165px);
    margin-top: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #DCBD6E;
    cursor: pointer;
}

/* ********* LEGAL */

.seccion-legal {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0A0A0A;
}

.separador-seccion-legal {
    width: 100%;
    height: 1px;
    background-color: #CECECE;
    margin: 5px auto;
}

.texto-seccion-legal {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4d4d4f;
}

.subtitulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3b3b3b;
    text-transform: uppercase;
}