.listing.flores_y_arreglos,
.listing.ropa_y_calzado {
    background: rgb(66, 91, 118);
    float: left;
}

.listing.flores_y_arreglos .content-page,
.listing.ropa_y_calzado .content-page {
    width: 24%;
    font-size: 1.5rem;
    margin: 5px;
    border: 1px solid silver;
    padding: 10px;
    height: 840px;
    border-radius: 15px;
    float: left;
    background: white;
}

.listing.flores_y_arreglos .content-page:hover,
.listing.ropa_y_calzado .content-page:hover {
    /* background: #dcdcdc; */
    border: 10px solid silver;
    border-style: double;
}

/*
.content-page .nahual_title_field {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-weight: 500;
    max-height: 100px;
    line-height: 2.2rem;
}

.content-page .nahual_title_field .value {
    text-align: left;
}

.content-page .nahual_shopping_price {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    color: forestgreen;
    display: flex;
    font-weight: 600;
}

.content-page .nahual_main_image_field {
    width: 100%;
    max-height: 48%;
    overflow-x: hidden;
}

.content-page .nahual_main_image_field img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.content-page .nahual_shopping_available {
    display: inline-flex;
    font-weight: 500;
}

.content-page .nahual_shopping_button_addtocart {
    border: 1px solid silver;
    border-radius: 15px;
    padding: 10px;
}*/

.producto_basico .content-page .descripcion_breve {
    max-height: 220px;
    overflow-y: hidden;
    line-height: 2rem;
}

.producto_basico .content-page .categoria_del_articulo {
    margin: 15px 0px 15px 0px;
}

@media (max-width: 992px) {

    .listing.flores_y_arreglos .content-page,
    .listing.ropa_y_calzado .content-page {
        font-size: 1.5rem;
        width: 48%;
    }

    .content-page .nahual_title_field {
        font-size: 2.5rem;

    }

    .producto_basico .content-page .descripcion_breve {
        font-size: 2rem;
    }

    #shopping_cart_nahual_shopping_button_addtocart {
        font-size: 1.5rem;
    }
}

/*cart selected*/

.cart-selected .products .items .p-item {
    width: 24%;
    border: 3px solid silver;
    float: left;
    padding: 10px;
    margin: 5px;
    border-radius: 15px;
}

.cart-selected .products .items .p-item select {
    width: 100%;
    text-wrap: wrap;
    appearance: none;
    float: left;
}

.cart-selected .products .items .p-item .product-name {
    height: 60px;
}

.cart-selected .products .items .p-item .thumbnail.product-thumbnail {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.cart-selected .products .items .p-item .product-thumbnail img {
    width: 150px;
    height: 150px;
}

.cart-selected .products .items .p-item input {
    width: 100%;
}

.cart-selected .control {
    width: 100%;
    float: left;
}

@media (max-width: 992px) {
    .cart-selected .products .items .p-item {
        font-size: 2.3rem;
        width: 48%;
    }

    .cart-selected .products .items .p-item label {
        font-size: 2.2rem;
    }

    .cart-selected .control {
        font-size: 2.2rem;
    }

    .cart-selected .products .items .p-item select {
        height: 150%;
        line-height: 1.8rem;
    }

    .cart-selected .control.agree input {
        height: 30px;
        width: 30px;
        margin: 5px;
    }

    .cart-selected .control label {
        font-size: 2.2rem;
    }

    .cart-selected button {
        font-size: 2rem;
        margin: 10px;
    }

}

/*pagina de productos*/
.page.producto_basico {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid silver;
    border-radius: 30px;
    padding: 15px;
}

.page.producto_basico .categoria_del_articulo {
    background: darkgray;
    width: auto;
    border-radius: 15px;
    padding: 5px;
    color: white;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.page.producto_basico .categoria_del_articulo .value {
    text-align: center;
    font-size: 1.5rem;
}

.page.producto_basico .nahual_title_field {
    font-size: 3rem;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.page.producto_basico .nahual_shopping_price {
    display: flex;
    font-size: 2.5rem;
}


.page.producto_basico .nahual_main_image_field {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.page.producto_basico .nahual_main_image_field img {
    max-width: 100%;
    height: 600px;
    border: 2px solid silver;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page.producto_basico .descripcion_breve {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 20px;
    color: #0b6665;
    text-align: justify;
}

.page.producto_basico .descripcion {
    font-size: 2.5rem;
    padding: 20px;
    text-align: justify;
}

.page.producto_basico .descripcion p {
    font-size: 2.5rem;
}

.page.producto_basico .nahual_shopping_available {
    display: flex;
    font-size: 2.5rem;
}

.page.producto_basico .store-or-product {
    margin-top: 20px;
}

.page .store.related {
    border-bottom: 4px solid silver;
    font-size: 1.8rem;
    text-align: end;
    padding: 5px;
}

.page.producto_basico .imagenes_del_producto img {
    width: 90px;
    margin-right: 20px;
}

@media (max-width: 992px) {

    .page.producto_basico .nahual_shopping_button_addtocart,
    .page.producto_basico .nahual_shopping_button_addtocart label,
    .page.producto_basico .nahual_shopping_button_addtocart button {
        font-size: 2.5rem;
    }
}

/***** Stilos de front page STORE*****/
.store.show-front-page .store-header {
    /*display: grid;*/
    border-bottom: 4px solid silver;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.store.show-front-page .information {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.store.show-front-page .information .name {
    font-size: 3rem;
    font-weight: 700;
}

.store.show-front-page .information .description {
    font-size: 2rem;
}

.store.show-front-page .banner {
    margin-left: auto;
    margin-right: auto;
}

.store.show-front-page .banner img {
    width: 100%;
}

.store .products .store-categorias {
    width: 20%;
    border: 2px solid silver;
    float: left;
    min-height: 120vh !important;
}

.store .products .store-categorias>ul.categorias {
    position: sticky;
    top: 11%;
    list-style: none;
    padding-left: 5px;
    margin-top: 10px;
}

.store .products .store-categorias>ul.categorias li {
    line-height: 1.4rem;
    margin-bottom: 18px;
}

.store .products .store-categorias>ul.categorias li:hover {
    background: silver;
}

.store .products .store-categorias>ul.categorias .item-link {
    font-size: 1.5rem;
    color: #999;
    text-decoration: none;
}

.store .products .store-categorias>ul.categorias li:hover .item-link {
    color: white;
}

.store .products .store-data {
    width: 80%;
    float: right;
}

.store .products .store-data .categoria.actual {
    text-align: center;
    width: 100%;
    font-size: 2.8rem;
}

.store .products .store-data .no-data {
    font-size: 2rem;
    color: darkred;
    text-align: center;
    margin-top: 10%;
}

.listing .layout_productos_frontpage_store {
    display: inline;
}

.listing .layout_productos_frontpage_store .content-producto_basico {
    display: inline-block;
}

.store.show-front-page .content.content-page {
    width: 32%;
    margin: 5px;
    border: 2px solid silver;
    padding: 6px;
    height: 190px;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, .2);
}

.store.show-front-page .content.content-page:hover {
    background: rgba(255, 255, 255, .5);
}

.store.show-front-page .content.content-page:hover .nahual_shopping_price {
    background: rgba(255, 255, 255, .9);
    transform: scale(1.3);
    border-radius: 15px;
    color: mediumseagreen;
}

.store.show-front-page .content.content-page .nahual_main_image_field {
    width: 25%;
    float: left;
    min-height: 140px;
}

.store.show-front-page .content.content-page .nahual_main_image_field img {
    width: 100%;
}

.store.show-front-page .content.content-page .nahual_title_field {
    font-size: 1.5rem;
    width: 75%;
    float: right;
    text-align: justify;
    padding-left: 5px;
    height: 30%;
    overflow: hidden;
    line-height: 1.5rem;
}

.store.show-front-page .content.content-page .nahual_title_field a {
    text-decoration: none;
}

.store.show-front-page .content.content-page .nahual_shopping_price {
    width: 75%;
    display: inline-flex;
    padding-left: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.store.show-front-page .content.content-page .nahual_shopping_price .label {
    margin-right: 10px;
}

.store.show-front-page .content.content-page .nahual_shopping_price .value::before {
    content: "$";
}

.store.show-front-page .content.content-page .nahual_shopping_available {
    width: 75%;
    display: inline-flex;
    padding-left: 5px;
    font-size: 1.2rem;
}

.store.show-front-page .content.content-page .nahual_shopping_available .label {
    margin-right: 10px;
}

.store.show-front-page .content.content-page .nahual_shopping_button_addtocart {
    float: right;
    width: 75%;
    text-align: right;
}

.paginator form.nahual-paginator {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: baseline;
    padding-left: 45%;
    padding-right: 45%;
}

@media (max-width: 992px) {
    .store.show-front-page .content.content-page {
        width: 100%;
        height: 100%;
    }

    .store.show-front-page .content.content-page .nahual_title_field {
        font-size: 2.8rem;
        line-height: normal;
    }

    .store.show-front-page .content.content-page .nahual_shopping_price {
        font-size: 2.2rem;
    }

    .store.show-front-page .content.content-page .nahual_shopping_available {
        font-size: 2.2rem;
    }

    .store.show-front-page .content.content-page .nahual_shopping_button_addtocart input,
    .store.show-front-page .content.content-page .nahual_shopping_button_addtocart label {
        font-size: 2.2rem;
    }

    .paginator form.nahual-paginator * {
        font-size: 2.2rem;
    }
}

/***** Productos selccionados|Carrito de compras y Mis compras *****/
.cart.cart-selected {
    width: 90%;
}

.cart.cart-selected .text {
    font-size: 2rem;
    color: darkred;
    width: 100%;
    text-align: justify;
}

.cart .group-sellers-products .group-items {
    border: 2px solid silver;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}

.cart .group-sellers-products .group-items .group .item {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cart h1 {
    font-size: 3rem;
}

.cart .purchases.founded {
    font-size: 1.8rem;
}

.cart table {
    text-align: center;
}

.cart table thead {
    font-size: 1.8rem;
}

.cart table thead {
    font-size: 1.6rem;
    background: #f6f6f6;
}

.cart table tbody {
    font-size: 1.6rem;
}

.cart table tr,
.cart table td {
    border: solid silver;
}

.cart .shopping-label .label {
    color: darkred;
    font-weight: 500;
}

.cart .summary {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 2px solid silver;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cart form label {
    font-size: 2.5rem;
}

.cart form .help-text {
    font-size: 2rem;
}

.cart form .paginator {
    font-size: 2rem;
    margin: 10px;
}

.cart .text-paginator {
    font-size: 2rem;
    margin: 10px;
}

.store .store-header h1 {
    text-align: center;
    font-size: 3rem;
}

.store .store-header .info {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 5px;
    text-align: justify;
}

.store .store-header .validity.info {
    color: darkcyan;
}

.store .store-header .pay.info {
    color: darkred;
    border: 2px solid silver;
    border-radius: 15px;
    background: #f6f6f6;
    text-align: center;
}

.store .store-data table {
    font-size: 2.8rem;
    position: relative;
}

.store .store-data table th {
    background: #f6f6f6;
    z-index: -2;
    position: relative;
}

@media (max-width: 992px) {
    .cart a {
        font-size: 1.8rem;
    }

    .cart.cart-selected .text {
        font-size: 2.5rem;
    }

    .cart .group-sellers-products .group-items .group .item {
        font-size: 2.5rem;
    }

    .cart .group-sellers-products .group-items a {
        font-size: 2rem;
    }

    .cart .shopping-label {
        font-size: 2rem;
    }

    .store .store-header .info {
        font-size: 2.8rem;
    }

    .store.show-store {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .store.show-store button {
        font-size: 2rem;
    }

}

/***** Store register *****/
.store.register.form {
    margin: 10px;
    width: 30%;
    border: 1px solid silver;
    padding: 10px;
    /*background: rgba(11, 102, 101, .5);
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0, 66, 116);*/
    float: left;
}

.store.register.form .help-text {
    color: #212529;
    font-weight: 400;
    font-size: 1rem;
}

.store-register .information {
    width: 65%;
    margin: 10px;
    float: left;
    text-align: justify;
}

.store.register.form .btn {
    margin-top: 30px;
}

.store-register .information .register {
    font-size: 2rem;
    color: rgba(11, 102, 101, .7);
    margin-bottom: 20px;
}

.store-register .information .trial {
    color: #0b6665;
    font-size: 2rem;
    animation: text-typing 10s steps(40, end) infinite, cursor-blink 1s infinite;
    height: 3rem;
    overflow: hidden;
    text-align: center;
}

.store-register .information .price {
    margin-top: 20px;
    font-size: 2rem;
    color: rgba(11, 102, 101, .7);
}

.store-register .information .description {
    margin-top: 20px;
    color: rgb(0, 66, 116);
    font-size: 2rem;
}

.store.register.form .store li {
    color: red;
}

.store-new form label {
    margin-top: 20px;
}

.store-or-product {
    font-size: 1.8rem;
    color: #0b6665;
    background: rgba(11, 102, 101, .2);
    border-radius: 15px;
    padding: 15px;
    display: inline-flex;
    width: 100%;
}

.store-or-product:hover {
    cursor: pointer;
}

.store-or-product .nahual-button-share-link {
    display: inline-flex;
}

.store-or-product .link.share .text {
    width: 100%;
    height: 50px;
}

.store-or-product .link.share .icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share' viewBox='0 0 16 16'><path d='M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3'/></svg>");
    background-repeat: no-repeat;
    background-size: 40px 50px;
    width: 52px;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
}

.page.form-page .help-text {
    color: darkgoldenrod;
}

.terminos_y_condiciones {
    font-size: 1.8rem;
}

@media (max-width: 992px) {
    .store.register.form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .store.register.form .login_register.register {
        font-size: 2rem;
        text-align: center;
    }

    .store.register.form label {
        margin-top: 15px;
    }

    .store.register.form .title {
        font-size: 3.5rem;
        text-align: center;
    }

    .store.register.form .label, 
    .store.register.form .text-danger {
    font-size: 2.5rem;
    }

    .store.register.form .help-text {
        color: #212529;
        font-weight: 400;
        font-size: 1.8rem;
    }

    .store.register.form .store li {
        font-size: 1.8rem;
    }

    .store-register .information {
        width: 100%;
        padding: 10px;
    }

    .store-new .title,
    .store-update .title {
        font-size: 3.5rem;
        text-align: center;
    }

    .store-new form label {
        font-size: 2.5rem;
    }

    .store-firts-login .title {
        font-size: 3rem;
        text-align: center;
    }

    .store-firts-login .h2 {
        font-size: 2.5rem;
        text-align: center;
    }

    .store-firts-login ol {
        font-size: 2rem;
        margin-top: 30px;
    }

    .store-firts-login .nota {
        font-size: 2.2rem;
    }

    .store-or-product {
        font-size: 2.5rem;
    }

    .store-or-product .link.share .icon {
        background-size: 60px 80px;
        width: 80px;
        height: 80px;
    }

    .store-or-product .link.share .text {
        width: 100%;
        height: 80px;
        line-height: 4.5rem;
    }

    .store-update a {
        font-size: 1.8rem;
    }

    .store-update label {
        font-size: 2.5rem;
    }

    .store-update .help-text {
        color: #212529;
        font-weight: 400;
        font-size: 1.8rem;
    }

    .page.form-page label {
        font-size: 2.5rem;
    }

    .page.form-page input {
        font-size: 2.5rem;
    }

    .page.form-page .help-text {
        font-size: 2.5rem;
    }
}