/* CABECERA PERSONALIZADA */

#header_ptr {
    width: 100%;
    max-width: 1200px;
    margin:auto;
    padding: 1em 0em;
    height: auto;
    background-color: #fff;
}

.fixed {
    position:fixed !important;
    top:0;
    width: 100%;
}

#separador_cabecera {
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 1px 1px 5px #00000034;
}

#header_ptr,
#header_ptr_left,
#header_ptr_right,
#header_ptr_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header_ptr_left,
#header_ptr_right,
#header_ptr_center {
    opacity:0;
}

#container_buscador_web {
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #e3e3e3;
    padding: 1em;
    width: 100%;
    max-width: 450px;
    color: #3b3c3a;
}

#container_buscador_web > span:hover {
    color:black;
}

.img_logo_cabecera > a > img {
    max-width: 175px;
    width: 100%;
}

.menu_cabecera {
    cursor:pointer;
    margin: 0em 1em;
}

.menu_cabecera > span {
    padding: 1em;
    background: #f0f0f0;
    border-radius: 5px;
    color: #3b3c3a;
}

.menu_cabecera > span:hover {
    background: #e3e3e3;
}

#header_ptr_center,
#container_buscador_web {
    width: 100%;
    max-width: 450px;
}

#header_ptr_right > div {
    cursor:pointer;
    padding: 1rem;
}

#header_ptr_right > div > a,
#container_enviar_a > span {
    color: #3b3c3a;
}

#container_menu_PTR {
    display:none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

#menu_PTR {
    width: 100%;
    max-width: 342px;
    height: 100%;
    background-color: white;
    padding: 2rem;
    display: none;
    overflow-y: auto;
    z-index: 2147483648 !important;
}

#submenu_PTR {
    width: 100%;
    max-width: 342px;
    height: 100%;
    background-color: white;
    padding: 2rem;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483648 !important;
}

#menu_cuenta_PTR,
#carrito_PTR {
    width: 100%;
    max-width: 342px;
    height: 100%;
    background-color: white;
    padding: 2rem;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -342px;
    z-index: 2147483648 !important;
}

#header_menu_PTR {
    margin-bottom: 1rem;
}

.head_item_menu > span {
    font-size: 18px;
    font-weight: bold;
    color: #bf443b;
    background-image: -webkit-linear-gradient(45deg, #bf443b , #000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header_menu_PTR > div.close_button > i{
    font-size: 18px;
    color: #000;
    margin-bottom: 1rem;
    cursor: pointer;
}

.item_menu,
.ptr_submenu_title {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f4f4f4;
    cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_menu > div {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.item_menu > div > span,
.ptr_submenu_title > div > span,
.ptr_submenu_title > a > div > span {
    color: #3b3c3a;
    font-weight: 600;
}

.item_menu:hover > div > span,
.ptr_submenu_title:hover > div > span,
.ptr_submenu_title:hover > a > div > span,
.boton-desplegable-ptr:hover > div > span,
.boton-desplegable-ptr:hover > div > i,
.boton-desplegable-ptr:hover > div > div > div > #default-address-info-ptr,
.boton-desplegable-ptr:hover > div > div > #default-address-info-ptr,
.ptr_submenu_product:hover > div:nth-child(2) > div > span.nombre {
    color: #bf443b;
    background-image: -webkit-linear-gradient(45deg, #bf443b , #000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ptr_bubble_text {
    font-size: 10px;
    line-height: 14px;
    margin-left: 0;
    padding: 0 5px;
    text-transform: capitalize;
    white-space: nowrap;
    border-radius: 5px;
}

.submenu_item,
.ptr_submenu_category {
    display: none;
}

.ptr_submenu_category > a {
    color: #3b3c3a;
    font-size: 12px;
}

.ptr_submenu_category {
    padding:0.3rem 0;
}

.separador_menu_ptr {
    width: 100%;
    height: 1px;
    margin: 1.5em 0 1em 0;
}

.boton-desplegable-ptr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0em;
    color: #3b3c3a;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.boton-desplegable-ptr > div > span {
    font-weight: 600;
}

#idioma_seleccionado {
    padding:1.2em 0 !important;
}

.item_idioma,
.item_direccion,
.item_contacto {
    padding: 0.6rem 0;
    display: flex;
    justify-content: normal;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    color: #3b3c3a;
    font-weight: 600;
    cursor: pointer;
}

.item_idioma:hover > span,
.item_direccion:hover > div > span,
.item_contacto:hover > div,
.item_contacto:hover > div > a {
    color: #bf443b;
    background-image: -webkit-linear-gradient(45deg, #bf443b , #000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item_idioma > img,
.item_direccion > img {
    max-width:20px;
    border-radius:5px;
    margin-right:0.6rem;
}

.item_contacto {
    justify-content: space-between;
}

.item_contacto > div > a {
    color:#3b3c3a !important;
}

#container_enviar_a > div {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

#container_enviar_a > div > div {
    margin-right: 0.6rem;
}

#boton-cambiar-entrega {
    font-size:10px;
    color: #bf443b;
    text-decoration:underline;
}

.item_direccion {
    font-size: 12px;
    font-weight: 400;
}

.submenu_item[data-id_menu=entrega] > p {
    font-size: 10px;
}

#idioma_seleccionado > div:nth-child(1) > span,
#default-address-info-ptr {
    font-weight: 600;
}

#idioma_seleccionado > div > img {
    max-width:20px;
    border-radius:5px;
    margin-right:0.6rem;
    margin-left:0.6rem;
}

#tamano_letras > div {
    display: flex;
    align-items: center;
}

#tamano_letras > div > div:nth-child(2) {
    font-weight: 600;
}

#tamano_letras > div > div > i {
    margin-right: 0.3rem;
}

.submenu_item[data-id_menu=tamano_texto] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3b3c3a;
    font-weight: 600;
}

.item_tamano_texto {
    border: 1px solid #e3e3e3;
    padding: 0.3em 0.6em;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #00000034;
}

.item_tamano_texto > span {
    font-size: 12px;
    font-weight: 300;
}

.item_tamano_texto:hover {
    box-shadow:unset;
    background-color: #f0f0f0;
}

.producto-carrito-PTR {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    padding: 1em 0;
    border-bottom: 1px solid #f0f0f0;
}

#carrito_PTR > div.producto-carrito-PTR:last-child {
    margin-bottom: 53px !important;
}

.producto-carrito-PTR > div > img {
    max-width: 64px;
}

.producto-carrito-PTR > div:nth-child(2) {
    margin-left: 10px;
}

.nombre-producto-carrito-PTR {
    font-size: 12px;
    line-height: 1.3em;
    color: #3b3c3a;
    font-weight: 600;
}

.product-attributes {
    font-weight: 400;
}

.producto-carrito-PTR > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2em;
}

.cantidad-producto-carrito-PTR > span {
    color: #3b3c3a;
    font-size: 12px;
    font-weight: 400;

}

.producto-carrito-PTR > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.precio-producto-carrito-PTR {
    font-weight:700;
    color: #bf443b;
    font-size: 14px;
}

.precio-rebaja-producto-carrito-PTR {
    text-decoration: line-through;
    font-weight: 300;
    margin-right: 5px;
}

.precio-total-producto-carrito-PTR {
    text-align: right;
    margin-top: 0.5em;
    font-weight: 600;
    color: #3b3c3a;
    font-size: 12px;
}

.info-carrito {
    font-weight: 400 !important;
    color: #3b3c3a !important;
    background-clip: unset !important;
    opacity: 1 !important;
    background-image: unset !important;
    font-size: 12px !important;
    -webkit-text-fill-color: #3b3c3a !important;
}
#carrito_PTR > div.head_item_menu {
    margin-top: 2em !important;
}

#carrito_PTR > #header_menu_PTR {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom:1em;
    margin-bottom: unset;
}

#footer-carrito-PTR {
    position: fixed;
    background: #fff;
    padding-bottom: 1em;
    bottom: 0;
    z-index: 999999999;
    width: 271px !important;
    border-top: 1px solid #ccc;
}

#footer-carrito-PTR > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
}

.totales-carrito-PTR > div:nth-child(1) {
    color: #3b3c3a;
    font-weight: 300;
}

.totales-carrito-PTR > div:nth-child(2) {
    color: #3b3c3a;
    font-weight: 600;
}

.boton-carrito-PTR {
    width: 100%;
    background-color: #bf443b;
    color: white;
    border: unset;
    cursor: pointer;
}

#foto-nombre-perfil-PTR,
#nombre-perfil-PTR {
    text-align: center;
}

#container-img-loading-cart {
    display: none;
}

#gif-loading-PTR {
    width: 25px;
    display: flex;
    margin: auto;
    margin-top: 1em;
}

#bubble-cart-PTR,
#bubble-messages-PTR,
#bubble-notificaciones_sin_leer-PTR,
#bubble-sin_valorar-PTR {
    font-size: 10px;
    background-color: #bf443b;
    color: #fff;
    padding: 3px 6px;
    border-radius: 10px;
}

#bubble-cart-PTR,
#bubble-notificaciones_sin_leer-PTR {
    position: relative;
    top: -15px;
    right: 15px;
}

.ptr_submenu_product {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.ptr_submenu_product > div:nth-child(1) {
    margin-right: 5px;
}

.ptr_submenu_product > div:nth-child(2) {
    line-height: 1em !important;
}

.ptr_submenu_product > div:nth-child(2) > div:nth-child(1) > .nombre {
    font-weight: 600;
    color: #3b3c3a;
    font-size: 12px;
}

.ptr_submenu_product > div:nth-child(2) > div:nth-child(2) {
    position: relative;
    top: 1em;
    font-size: 16px;
}

.ptr_submenu_product > div:nth-child(2) > div:nth-child(2) > .precio {
    color:#bf443b;
    font-weight: 600;
}