﻿/* body {
  padding-bottom: 20px;
} */
/* header{
  display: inline-block;
} */
@import url('breadcrumb.css');

body {
    background-color: #f6f6f6;
}

main {
    margin-top: 75px;
}

i {
    pointer-events: none
}

textarea {
    resize: none;
}

a {
    color: #2B2D42;
    font-weight: 500;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #D10024;
        text-decoration: none;
        outline: none;
    }

.navbar-container {
    display: flex;
}

.navbar-logo {
    display: flex;
}

.navbar-container .btn i {
    font-size: 2em;
}

.navbar-container .btn {
    display: flex;
    font-size: 0.8em;
    align-items: center;
    margin: 0 4px;
    gap: 5px;
    position: relative;
}

.navbar-container .navbar-search {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    position: relative;
}

    .navbar-container .navbar-search input {
        width: 100vh;
    }

.list-menu-dropdown {
    position: fixed;
    width: 250px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: -80%;
    display: block !important;
}

    .list-menu-dropdown .header-list-menu {
        padding: 15px;
        border-radius: 10px;
        margin-top: 1em;
        border: 3px solid #cbcbcb;
    }

    .list-menu-dropdown .list-menu {
    }

        .list-menu-dropdown .list-menu .list-item {
            padding: 15px;
            border-bottom: 1px solid #f7f3f3;
        }

            .list-menu-dropdown .list-menu .list-item a {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .list-menu-dropdown .list-menu .list-item a i {
                    font-size: 1.6em;
                }

    .list-menu-dropdown .content-btn-sesion-close a {
        display: flex;
        width: 100%;
        padding: 8px 15px;
        background-color: #f9f9f9;
        font-weight: 700;
        border: none;
        text-align: initial;
        align-items: center;
        justify-content: space-between;
    }

        .list-menu-dropdown .content-btn-sesion-close a i {
            font-size: 1.6em;
        }

    .list-menu-dropdown.open {
        margin-top: 60px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block !important;
    }

.movil-list-menu-dropdown {
    position: fixed;
    width: 250px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: -100%;
    display: block !important;
}

    .movil-list-menu-dropdown .header-list-menu {
        padding: 15px;
        border-radius: 10px;
        margin-top: 1em;
        border: 3px solid #cbcbcb;
    }

    .movil-list-menu-dropdown .list-menu {
    }

        .movil-list-menu-dropdown .list-menu .list-item {
            padding: 15px;
            border-bottom: 1px solid #f7f3f3;
        }

            .movil-list-menu-dropdown .list-menu .list-item a {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .movil-list-menu-dropdown .list-menu .list-item a i {
                    font-size: 1.6em;
                }

    .movil-list-menu-dropdown .content-btn-sesion-close a {
        display: flex;
        width: 100%;
        padding: 8px 15px;
        background-color: #f9f9f9;
        font-weight: 700;
        border: none;
        text-align: initial;
        align-items: center;
        justify-content: space-between;
    }

        .movil-list-menu-dropdown .content-btn-sesion-close a i {
            font-size: 1.6em;
        }

    .movil-list-menu-dropdown.open {
        margin-top: 60px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block !important;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .list-menu-dropdown.navbar-collapse {
        display: block !important;
    }
    .navbar-expand-lg .movil-list-menu-dropdown.navbar-collapse {
        display: block !important;
    }
}

.cart-dropdown {
    position: fixed;
    width: 300px;
    background: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    right: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: -80%;
}

    .cart-dropdown.open {
        margin-top: 11px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cart-dropdown .cart-list {
        max-height: 180px;
        overflow-y: scroll;
        margin-bottom: 15px;
    }

        .cart-dropdown .cart-list .product-widget {
            padding: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .cart-dropdown .cart-list .product-widget:last-child {
                margin-bottom: 0px;
            }

            .cart-dropdown .cart-list .product-widget .product-img {
                left: 0px;
                top: 0px;
            }

            .cart-dropdown .cart-list .product-widget .product-body-cart .product-price {
                color: #2B2D42;
                font-size: 14px;
            }

    .cart-dropdown .cart-btns {
        margin: 0px -17px -17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .cart-dropdown .cart-btns > a, .cart-btns > button {
            display: inline-block;
            width: calc(50% - 0px);
            padding: 12px;
            background-color: #D10024;
            color: #FFF;
            text-align: center;
            font-weight: 700;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
            border: none;
        }

        .cart-dropdown .cart-btns > button {
            background-color: #1e1f29;
        }

        .cart-dropdown .cart-btns > a:hover {
            opacity: 0.9;
        }

    .cart-dropdown .cart-summary {
        border-top: 1px solid #E4E7ED;
        padding-top: 15px;
        padding-bottom: 15px;
    }

#cart-loader-wrapper {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

    #cart-loader-wrapper.show {
        display: flex;
    }

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 3px solid;
        border-color: #FF3D00 transparent;
    }

.empty-cart-container {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .5rem;
    padding: 2rem;
}

    .empty-cart-container.show {
        display: flex;
    }

    .empty-cart-container img {
        width: 110px;
        opacity: 0.7;
    }

    .empty-cart-container p {
        font-size: 1.1rem;
        color: #444;
    }

.cart-error-message {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-align: center;
    color: #444;
    font-size: 1.1rem;
    padding: 2rem;
}

    .cart-error-message.show {
        display: flex;
    }

    .cart-error-message img {
        width: 110px;
        opacity: 0.7;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-widget {
    position: relative;
}

    .product-widget .product-img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 60px;
    }

        .product-widget .product-img > img {
            width: 100%;
        }

    .product-widget .product-body-cart {
        padding-left: 75px;
        min-height: 60px;
    }

        .product-widget .product-body-cart .product-name {
            text-transform: uppercase;
            font-size: 12px !important;
        }

            .product-widget .product-body-cart .product-name > a {
                font-weight: 700;
            }

        .product-widget .product-body-cart .product-price .qty {
            font-weight: 400;
            margin-right: 10px;
        }

    .product-widget .delete {
        position: absolute;
        top: 0;
        left: 0;
        height: 17px;
        width: 17px;
        text-align: center;
        font-size: 10px;
        padding: 0;
        background: red;
        border: none;
        color: #FFF;
        border-radius: 50%;
    }
.navbar-user-login-movil {
    display: flex;
}

    .navbar-auth-register .qty, .navbar-auth-register-movil .qty, .navbar-user-login-movil .qty, .navbar-user-login .qty {
        position: absolute;
        left: 33px;
        top: -10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        font-size: 10px;
        color: #FFF;
        background-color: #D10024;
    }

#buscar-movil:target {
    pointer-events: auto;
    margin-top: 5px;
}

.content-search-movil {
    border-bottom: 0.0625rem solid #eee;
    height: 4rem;
    width: 100%;
    position: fixed;
    z-index: 1;
    padding: 1em 10px;
    margin-top: -70px;
    background-color: #ffffff;
    transition: all 0.3s;
}

    .content-search-movil div {
        display: flex;
    }

        .content-search-movil div input {
            line-height: 1rem;
            border: 0 solid transparent;
            width: 100%;
            background: transparent;
        }

        .content-search-movil div i {
            font-size: 1.5em;
            color: gray;
        }

        .content-search-movil div input:focus, .content-search-movil div input:active, .content-search-movil div input:visited {
            border: 0px solid #ffffff00 !important;
            outline: none;
        }

.navbar-container .navbar-auth-register {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: center;
}

.navbar-auth-register-movil {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: end;
}

.navbar-container .navbar-user-login {
    /*    width: 100%;*/
    display: flex;
    /*    padding: 10px;
    justify-content: center;*/
}

.navbar-user-login-movil {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: end;
}

.li-content {
    display: flex;
    align-items: center;
}

.icon-content {
    padding: 0.25em;
    background-color: #363636;
    border-radius: 50%;
    margin: 0 0.5em;
    border: 3px solid #9E9E9E;
    display: flex;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
}

    .icon-content i {
        background-color: #4d4d4d;
        border-radius: 50%;
        padding: 0.25em;
        font-size: 1.8em;
        display: flex;
        align-items: center;
    }

.margin-top {
    margin-top: 1em
}

.title-section {
    font-size: 1.5em;
}

.radius-img {
    border-radius: 50%;
}

.view-web {
}

.view-movil {
    display: none !important
}

#offers {
    margin-left: 0;
    margin-right: 0;
}

   /* #offers div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }*/

.section-products {
    padding-left: 3rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
}

.card-products {
    width: 400px;
    height: 400px;
    padding: 2em 1em;
    overflow: hidden;
    position: relative;
    border: 1px solid #d9d9d9;
    margin: 1em;
    border-radius: 0 0 15px 15px;
    background-color: white;
}

.product-body {
    text-align: center;
    background-color: white;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-products:hover .product-body {
    margin-top: -20px;
}

.card-products:hover .product-img a img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card-products .product-img a img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card-products .product-img .img-item1 {
    transform: translateX(0%);
}

.card-products .product-img .img-item2 {
    position: absolute;
    transform: translateX(180%);
    width: auto;
    height: 225px
}

.card-products:hover .product-img .img-item2 {
    position: relative;
    transform: translateX(-50%);
}

.card-products:hover .product-img .img-item1 {
    position: relative;
    transform: translateX(180%);
}

.card-products:hover .add-to-cart {
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-products:hover .product-img .product-label {
    z-index: 1;
}

.card-products .product-img .product-label {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
}

    .card-products .product-img .product-label .new {
        background-color: #ff0000;
        border-color: #ff0000;
        color: #FFF;
        border: 2px solid;
        padding: 2px 2px;
        font-size: 12px;
    }

.card-products .product-img {
    margin-top: -25px;
}

    .card-products .product-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 260px;
        height: 250px;
    }

    .card-products .product-img a {
        width: 100%;
        display: flex;
        justify-content: center;
    }

.card-products .product-body .product-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #8D99AE;
}

.card-products .product-body .product-name {
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 0.5;
}

    .card-products .product-body .product-name > a {
        font-weight: 700;
        color: #2B2D42;
        font-size: 14px;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 4.5em;
    }

.card-products .product-body .product-price {
    color: #D10024;
    font-size: 18px;
}

    .card-products .product-body .product-price .product-old-price {
        font-size: 70%;
        font-weight: 400;
        color: #8D99AE;
    }

.card-products .add-to-cart {
    visibility: hidden;
}

    .card-products .add-to-cart .add-to-cart-btn {
        position: relative;
        border: 2px solid transparent;
        height: 40px;
        padding: 0 30px;
        background-color: #ef233c;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 40px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .card-products .add-to-cart .add-to-cart-btn:hover {
            background-color: #212529;
            color: #c9c9c9;
        }

        .card-products .add-to-cart .add-to-cart-btn:hover,
        .card-products .add-to-cart .add-to-cart-btn:focus {
            animation: pulse 1s;
            box-shadow: 0 0 0 2em transparent;
        }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #d9d4d4;
    }
}

.newsletter {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .newsletter h4 {
        color: #ffffff;
    }

.footer-payments {
    margin-top: 0;
    margin-bottom: 0rem;
    width: 300px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 0;
}

    .footer-payments li {
        display: inline-block;
        margin-right: 5px;
    }

        .footer-payments li a {
            color: #15161D;
            font-size: 36px;
            display: block;
        }

.newsletter .newsletter-follow {
    text-align: center;
}

    .newsletter .newsletter-follow li {
        display: inline-block;
        margin-right: 5px;
    }

        .newsletter .newsletter-follow li a {
            /*            position: relative;*/
            display: block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border: 1px solid #E4E7ED;
            background-color: #FFF;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
            font-size: 20px;
        }

footer ul li {
    font-size: 0.9em;
}

.razon-social {
    color: #fff;
    background-color: #1d2022;
    padding: 1em;
    border-radius: 10px;
}

.content-reclamaciones-rsocial {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* whatsApp */

.whatsApp-content {
    right: 5px;
    bottom: 10px;
    position: fixed;
    z-index: 10;
    display: flex;
}

    .whatsApp-content .btn-whatsApp-footer {
        background-color: #25d366;
        padding: 8px;
        border-radius: 50%;
        font-size: 1.5em;
        color: #ffffff;
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center;
        bottom: 10px;
        position: absolute;
        right: 10px;
    }

    .whatsApp-content .dropdown-menu-whatsApp {
        width: 351px;
        /* bottom: -70%; */
        opacity: 0;
        right: 5px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        padding: 0;
        background-color: #ffffff00;
        border-radius: 10px;
        border: 0;
        box-shadow: -2px 0px 33px #0000004d;
        /* position: absolute; */
        margin-bottom: -70%;
    }

        .whatsApp-content .dropdown-menu-whatsApp .heading {
            background: #2db742;
            color: #d9ebc6;
            padding: 15px;
            position: relative;
            border-radius: 10px 10px 0 0;
        }

            .whatsApp-content .dropdown-menu-whatsApp .heading i {
                font-size: 2.5em;
            }

            .whatsApp-content .dropdown-menu-whatsApp .heading .title {
                font-size: 1.2em;
                color: #ffffff;
            }

            .whatsApp-content .dropdown-menu-whatsApp .heading .intro {
                font-size: 0.7em;
                color: #ffffffc7;
            }

        .whatsApp-content .dropdown-menu-whatsApp.show {
            /* bottom: 90px!important; */
            opacity: 1;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
            margin-bottom: 90px;
        }

        .whatsApp-content .dropdown-menu-whatsApp .item .text-item {
            display: flex;
            align-items: center;
            width: 100%;
            font-size: 14px;
            justify-content: space-between;
            padding-left: 10px;
        }

            .whatsApp-content .dropdown-menu-whatsApp .item .text-item i {
                background-color: inherit;
                border-radius: 50%;
                font-size: 1.5em;
                color: #4CAF50;
                cursor: pointer;
            }

        .whatsApp-content .dropdown-menu-whatsApp .item a i {
            border-radius: 50%;
            cursor: pointer;
            width: 50px;
            height: 50px;
            padding: 8px;
            border-bottom-left-radius: 0;
        }

        .whatsApp-content .dropdown-menu-whatsApp .item {
            padding: 10px;
            background-color: #ffffff;
            border-radius: 0 0 10px 10px;
        }

            .whatsApp-content .dropdown-menu-whatsApp .item a {
                padding: 10px;
                border-left: 5px solid #4caf50;
                color: #414242;
                text-decoration: none;
                background-color: #f3f3f3;
                margin: 5px 0;
            }

                .whatsApp-content .dropdown-menu-whatsApp .item a:hover {
                    box-shadow: 0px 1px 12px #00000038;
                    background-color: #ffffff;
                }

            .whatsApp-content .dropdown-menu-whatsApp .item h6 {
                font-size: 0.75em;
            }

    .whatsApp-content .btn-whatsApp-footer::before {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

    .whatsApp-content .btn-whatsApp-footer.show::before {
        content: 'X';
        font-family: "Arsenal-Regular", sans-serif !important;
        display: contents;
        -ms-transform: scale(1) rotate(1turn);
        transform: scale(1) rotate(1turn);
        -webkit-transform: scale(1) rotate(1turn);
        -moz-transform: scale(1) rotate(1turn);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transform: all .5s ease;
    }
/* .whatsApp-content .btn-whatsApp-footer::after {
      transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -moz-transform: all .4s ease;
      -ms-transform: all .4s ease;
  } */


/* producto */
.content-product-detail {
    margin-top: 18px;
}


/*.content-breadcrumb {
    padding: 1em;
    background-color: #ededed;
}

.breadcrumb {
    margin-bottom: 0;
}

.content-breadcrumb .breadcrumb li {
    text-transform: uppercase;
}

.content-breadcrumb .breadcrumb .breadcrumb-item a {
    color: red;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}*/

.content-pn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-name {
    color: #2B2D42;
    font-weight: 700;
    margin: 0 0 10px;
}

.sku {
    margin-top: 11px;
    width: 100%;
    text-align: right;
}

.product-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3em 0 0;
}

.product-images {
    width: auto;
    position: relative;
}

.image-slider-content {
    overflow: hidden;
}

.image-slider {
    display: flex;
    transform: translateX(0%);
    /* overflow-x: scroll; */
    /* scroll-snap-type: x mandatory; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image-slide {
    flex: 0 0 100%;
    padding: 1.5em;
    /* scroll-snap-align: start; */
}

    .image-slide img {
        width: 100%;
        border-radius: 1em;
        box-shadow: 0 0 14px #cdcdcd;
    }

.content-zoon {
    overflow: hidden;
    top: 0;
    left: 100%;
/*    z-index: 11;*/
    position: absolute;
    width: 400px;
    height: 400px;
}

.image-zoom {
    width: 100vh;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
    position:absolute
}

.product-description {
    width: 100%;
    padding: 20px;
}

/*.content-description > * {
    width: 100%;
}

.content-description img {
    width: 100%;
}*/
content-description > * {
    max-width: 100%;
}

.content-description img {
    max-width: 100%;
}
.puntos {
    width: 100%;
    list-style: none;
    padding: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.punto {
    width: 4em;
    margin: 0.2em;
    transition: all 0.4s ease;
    border-radius: 3px;
    background-color: #ededed;
    box-shadow: 0.6em 0.6em 1.2em var(--sombra-ppal), -0.6em -0.6em 1.2em var(--sombra-sec), inset 0 0 0 transparent, inset 0 0 0 transparent;
    padding: 0.2em;
}

    .punto img {
        width: 100%;
    }

    .punto.activo {
        background-color: red;
    }

.desc1 {
    display: block;
    float: right;
}

.product-details {
    z-index: 10;
}

    .product-details .product-price {
        display: inline-block;
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 15px;
        color: #D10024;
    }

    .product-details .product-rating > i.fa-star {
        color: forestgreen;
    }

    .product-details .review-link {
        font-size: 12px;
    }

.devoluciones-producto {
    padding-top: 1em;
}

.btn_form {
    margin: 8% 0 4%;
}

    .btn_form a {
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
        border: none;
        outline: none;
        width: 80%;
        display: inline-block;
        font-size: 1em;
        padding: 10px 34px;
        text-align: center;
        background: #ff0000;
        color: #fff;
        margin: 5px 0px;
        border-radius: 45px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .btn_form a:hover {
            background: #a8001d;
        }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.product-details .product-rating {
    display: inline-block;
    margin-right: 15px;
}

.content-desc-img .content-desc-img-caract {
    /* margin-left: 100px; */
    padding-left: 4px;
    padding-right: 4px;
    float: left;
}

.content-product-old-price {
    margin: 10px 0px 5px 0px;
    font-size: 17px;
    color: #686868;
}

.stilelist ul {
    list-style-type: disc;
}

.stilelistol ol {
    list-style-type: disc;
}

.stilelist ul li {
    margin-bottom: 8px;
    margin-left: 8px;
    line-height: 20px;
    font-weight: 400;
    list-style: circle;
}

.accordion-button:not(.collapsed) {
    color: #ff0000;
    background-color: #ff000017;
}

    .accordion-button:not(.collapsed)::after {
        filter: sepia(1);
    }

#product-tab {
    margin-top: 7px;
}

    #product-tab .tab-nav {
        position: relative;
        text-align: center;
        padding: 15px 0px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        border-bottom: 0;
    }

        #product-tab .tab-nav:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 1px;
            background-color: #E4E7ED;
            z-index: -1;
        }

        #product-tab .tab-nav:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 10px;
            background-color: #efebeb;
            z-index: -1;
            border-radius: 50px;
            border: 1px solid #ffffff;
        }

        #product-tab .tab-nav li {
            display: inline-block;
            background: #f6f6f6 !important;
            padding: 0px 15px;
        }

            #product-tab .tab-nav li:hover {
                background: #f6f6f6 !important;
                border: 0 solid #fff0;
            }

            #product-tab .tab-nav li + li {
                margin-left: 15px;
            }

            #product-tab .tab-nav li button {
                display: block;
                font-weight: 700;
                color: #8D99AE;
            }

                #product-tab .tab-nav li button:hover {
                    border: 0 solid #fff0;
                }

                #product-tab .tab-nav li button.active {
                    color: #D10024;
                    background-color: #fff0;
                    border: 0 solid #fff0;
                }

                #product-tab .tab-nav li button:after {
                    content: "";
                    display: block;
                    width: 0%;
                    height: 2px;
                    background-color: #D10024;
                    -webkit-transition: 0.2s all;
                    transition: 0.2s all;
                }

                #product-tab .tab-nav li button:hover:after, #product-tab .tab-nav li button:focus:after, #product-tab .tab-nav li.active button:after {
                    width: 100%;
                }

#reviews {
    margin-top: 1em;
}

.rating-avg {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

    .rating-avg .rating-stars, .rating .rating-stars {
        display: inline-block;
    }

        .rating-avg .rating-stars > i.fa-star, .rating .rating-stars > i.fa-star {
            color: forestgreen;
        }

.reviews li {
    flex-direction: column;
    margin-bottom: 1em;
    display: flex;
}

.reviews .review-heading {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 70px;
}

    .reviews .review-heading .name {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .reviews .review-heading .date {
        color: #8D99AE;
        font-size: 10px;
        margin: 0;
    }

    .reviews .review-heading .review-rating {
        margin-top: 5px;
    }

        .reviews .review-heading .review-rating > i.fa-star {
            color: forestgreen;
        }

.reviews .review-body {
    margin-top: 1em;
    min-height: 70px;
    padding: 1em;
    background-color: #ededed;
    border-radius: 10px;
}

.btn-detalle-producto {
    text-decoration: underline;
    font-size: 17px;
    border: 0;
    background-color: #ffffff00;
}

.list-detail {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*button:hover, button:focus {
    color: #D10024;
    text-decoration: none;
    outline: none;
}*/
button:hover, button:focus {
    text-decoration: none;
    outline: none;
}
.content-desc-val {
    border-top: 2.1px solid white;
    margin-top: 1em;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #F44336;
    box-shadow: 0 0 0px 3px #F44336;
}

.hrClass {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid;
    opacity: inherit;
    color: #ffffff;
}

/* carrito */
/*line-general*/

.line-general .col-process {
    display: inline-block;
    text-align: center;
}

    .line-general .col-process i {
        /*display: block;*/
        color: #cccccc;
    }

.line-general .icon-p {
    font-size: 40px;
    margin: 10px;
}

.line-general .line-icon {
    font-size: 20px;
    background: #cccccc;
    border-radius: 50%;
}

.line-general .line-text-icon {
    margin: 5px 5px;
    color: #cccccc;
}

.line-general .line {
    width: 100%;
    height: 1.5px;
    background: #cccccc;
}

.line-general .line-order {
    border-bottom: none;
    width: 68%;
    margin-left: 16%;
    height: 1.5px;
    background: linear-gradient( 90deg, #349342 50%, rgb(204 204 204) 50%);
}

.line-general .line-getOrder {
    border-bottom: none;
    width: 68%;
    margin-left: 16%;
    height: 1.5px;
    background: linear-gradient( 90deg, #349342 100%, rgb(204 204 204) 100%);
}

.line-general .line-content {
    margin-top: -12px;
}

.line-general .state-active {
    color: #404040 !important;
    font-weight: 700;
}

.line-general .state-active-ico {
    color: #4CAF50 !important;
    background: #4CAF50;
}

.line-general .state-active-ico-complete {
    color: #4CAF50 !important;
    background: #ffffff;
}

.line-general .row-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line-general .col-line {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.line-general .col-line {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.center-col-line {
    left: 50%;
}

.content-line-time-general {
    padding: 3.5em 0em 2em 0em;
    background: #fafafa;
    margin-bottom: 0em;
}

.price-content {
    display: block;
}

.price-transf {
    display: flex;
    align-items: center;
}

    .price-transf p {
        font-size: 14px !important;
        line-height: 2 !important;
        margin: 0;
        font-weight: 900;
        color: #ff6978 !important;
    }

    .price-transf img {
        width: 35px;
        margin-left: 10px;
    }

.price-yape {
    display: flex;
    align-items: center;
}

    .price-yape p {
        font-size: 14px !important;
        line-height: 2 !important;
        margin: 0;
        font-weight: 900;
        color: #ff6978 !important;
    }

    .price-yape img {
        width: 20px;
        margin-left: 10px;
    }

.spinner {
    width: 100px;
    margin-bottom: 13px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.fa-plus {
    margin-top: 3px;
    font-size: 10px !important;
}

.fa-minus {
    margin-top: 4px;
    font-size: 10px !important;
}

#tbl-carrito .media .thumbnail {
    margin-bottom: 0px;
}

.media {
    display: flex;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    > .btn, > .btn-group

{
    display: table-cell;
    float: none;
    width: 1%;
}

> .btn-group .btn {
    width: 100%;
}

> .btn-group .dropdown-menu {
    left: auto;
}

}

.content-order-summary {
    background-color: #ffffff;
    padding: 2em;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.title-column-order {
    display: flex;
    justify-content: space-between;
}

.detail-order {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

    .detail-order .bold-title {
        font-weight: 700;
    }

.title-column-order p {
    font-size: 1.5em;
    font-weight: 700;
}

.delete-item-cart {
    background-color: #F44336;
    border-color: #F44336;
    padding: 0.1em 0.5em;
}

    .delete-item-cart:hover {
        background-color: #607D8B;
        border-color: #607D8B;
        padding: 0.1em 0.5em;
    }

.circle {
    width: 20px;
    height: 20px;
    background: green;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

    .circle::before, .circle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        border: 2px solid green;
        border-radius: 100%;
        animation: latido linear 3s infinite;
    }

    .circle::after {
        animation-delay: -1.5s;
    }

@keyframes latido {
    0% {
        width: 30px;
        height: 30px;
        border: 2px solid green;
    }

    100% {
        width: 100px;
        height: 100px;
        border: 2px solid transparent;
    }
}

.content-line {
    padding-left: 16%;
    padding-right: 16%;
}

/* resultados de busqueda y categoria por producto */
.active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: red;
    border-color: red;
}

.page-link {
    color: red
}

    .page-link:hover {
        color: #4e4e4e;
    }

.pull-pagination {
    float: right;
}


/* FIN clases param errores del formulario*/
.text {
    font-size: 14px;
}


.content-user-total:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #F44336;
}

.content-user-total:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #F44336;
}

.passContent {
    text-align: center;
    padding: 10px;
}

    .passContent a {
        color: #F44336;
    }

/*.content-sex {
    display: flex;
}*/

.control-label {
    display: flex;
    align-items: center;
}

    .control-label input[type=radio] {
        margin: 0 0.5em;
        padding: 5px;
    }

.form-group {
    display: flex;
}

.form-group-item {
    margin: 2px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.Form-register {
    width: 500px;
}

/* perfil usuario */
.img-circle {
    border-radius: 50%;
}

.avatar {
    width: 150px;
    height: 150px;
}

.content-form {
    background-color: #fff;
    width: 100%;
    padding: 1em;
}

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.input-photo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
    align-content: center;
}

.btn-exit {
    float: right;
    margin-top: -25px;
}

/* ordenes */

.label-danger {
    background-color: #d9534f;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.head-table {
    background-color: #F44336;
    color: #fff;
}


/*checkout*/
#myTabCheckout .nav-link {
    background-color: #f0f0f000;
    border: 0;
    color: black;
}

    #myTabCheckout .nav-link i {
        color: #4CAF50;
    }

    #myTabCheckout .nav-link.active {
        border-bottom: 1px solid #4CAF50;
        color: white;
        background-color: #4CAF50;
    }

    #myTabCheckout .nav-link:hover {
        border-bottom: 1px solid #4CAF50;
    }

    #myTabCheckout .nav-link.active i {
        color: white;
    }

.btn-search-checkout {
    box-shadow: 0 0 0px transparent;
    border: 1px solid #6c757d;
    animation: pulso ease-in-out 4s infinite;
}

@keyframes pulso {
    0% {
        box-shadow: 0 0 0px transparent;
        border: 1px solid #6c757d;
    }

    100% {
        box-shadow: 0 0 10px #4caf50;
        border: 1px solid #4CAF50;
    }
}

.line-general .state-active-ico {
    color: #4CAF50 !important;
    background: #ffffff;
}

.form-check-input:checked {
    background-color: #F44336;
    border-color: #cc1a0d;
}

.title-column-checkout {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.tipo-entrega {
    padding: 15px;
    background: #e8e8e8;
    border-radius: 30px;
    text-align: center;
}

.content-checkout-summary {
    background-color: #ffffff;
    padding: 1.5em;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.detail-order-checkout span:last-child {
/*    width: 30%;*/
    text-align: right;
}

.border-bottom-movil {
    border-bottom: 0px solid #ffffff00;
}

.detail-order-checkout {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}
.step {
    display: none; /* Todos ocultos por defecto */
}
    .step .text-success {
        color: #4CAF50!important;
    }

    .step.active {
        display: flex; /* El activo sí se muestra */
        flex-direction: column;
    }
/* Ocultar el radio original */
.hidden-radio {
    display: none;
}
.content-card-cheackout {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.card-checkout {
    /*    padding: 1em 2em;*/
    border-radius: 15px;
    background-color: #D9D9D9;
    padding-left: 0em;
}
.card-checkout.active{
    border: 2px solid red;
    color: red;
}

    .card-checkout label {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1em 2em;
    }
    .card-checkout label img {
        width: 150px;
    }
    .card-checkout.payment-method.bg-transf-depo.active {
        background-color: #EC7600;
        color: white;
    }

    .card-checkout.payment-method.bg-credit-card.active {
        background-color: #006EDF;
        color: white;
    }

    .card-checkout.payment-method.bg-yape.active {
        background-color: #7715C2;
        color: white;
    }
    .card-checkout.payment-method.bg-transf-depo:hover {
        background-color: #EC7600;
        color: white;
    }
    .card-checkout.payment-method.bg-credit-card:hover {
        background-color: #006EDF;
        color: white;
    }
    .card-checkout.payment-method.bg-yape:hover {
        background-color: #7715C2;
        color: white;
    }
.card-checkout.payment-method label img {
    height: 85px;
    width: auto;
}
    .card-checkout.payment-method label img.transf-img {
        width: 110px;
    }
.content-sequence-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .content-sequence-btn .sequence-buttons {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 600px;
        gap: 10px;
        margin: 0;
    }
    .content-sequence-btn .sequence-buttons  button{
        width: 100%;
    }
        .content-sequence-btn .sequence-buttons button.btn-secondary {
            background-color: #D9D9D9;
            border-color: #D9D9D9;
            color: #3A3939;
        }
        .content-sequence-btn .sequence-buttons button.btn-danger {
            background-color: #ff0000;
            border-color: #ff0000;
        }

/* checkout fin */

/*@media (max-width: 575.98px) {
    .content-user-total {
        width: 280px;
    }

    .contentForm {
        width: 300px;
    }

    .Form-register {
        width: 300px;
    }

    .form-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }*/
/*    .content-user-login {
        width: 100px;
        height: 100px;
    }*/
/*.register-movil {
        height: auto;
    }
}*/
@media (max-width: 1699.98px) {
    .navbar-container .navbar-search input {
        width: 90vh;
    }
}

@media (max-width: 1599.98px) {
    .navbar-container .navbar-search input {
        width: 80vh;
    }
}

@media (max-width: 1499.98px) {
    .navbar-container .navbar-search input {
        width: 70vh;
    }
}

@media (max-width: 1399.98px) {
    .navbar-container .navbar-search input {
        width: 60vh;
    }
    /* .navbar-container .navbar-auth-register a{
      font-size: 0;
    }
    .navbar-container .navbar-auth-register a i{
      font-size: 24px;
    } */
}

@media (max-width: 1199.98px) {
    .navbar-container .navbar-search input {
        width: 60vh;
    }

    .name-icon-cat {
        display: none;
    }


    .navbar-container .navbar-auth-register a {
        font-size: 0;
    }

        .navbar-container .navbar-auth-register a i {
            font-size: 24px;
        }
}

@media (max-width: 990.98px) {
    .navbar-container .navbar-search input {
        width: 30vh;
    }
}

@media (max-width: 989.98px) {
    .navbar-container .navbar-search input {
        width: 25vh;
    }
}

@media (max-width: 767.98px) {
    .separate {
        margin-bottom: 5px;
    }

    .view-web {
        display: none !important;
    }

    .view-movil {
        display: flex !important;
    }

    .navbar-logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .navbar-container {
        width: 100%;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .spinner {
        width: 100px;
        margin-bottom: 13px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        display: -webkit-grid;
        display: -moz-grid;
        display: -o-grid;
        display: -ms-grid;
        display: grid;
        width: 100%;
        text-align: center;
    }

    .table-accines {
        display: block !important;
        /*background-color: #fd9700;*/
    }

        .table-accines a i {
            color: #FF9800;
            font-size: 20px;
        }

    table.dataTable tbody tr {
        background-color: #f5f5f5;
        margin: 10px;
        display: grid;
    }

    .separate {
    }

    .content-questions .switch {
        margin-top: 10px;
        margin-right: 0px;
    }

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 0px solid #ffffff00;
    }

    .content-group-cart {
        justify-content: space-between;
    }
}

@media (max-width: 575.98px) {

    section {
        margin-top: 4em;
    }
}

@media (max-width: 480px) {
    .product-name {
        color: #2B2D42;
        font-weight: 700;
        margin: 0 0 10px;
        font-size: 18px;
    }

    .line-general .line-text-icon {
        font-size: 10px;
    }
    .navbar-container .btn {
        display: flex;
        font-size: 0.8em;
        align-items: center;
        margin: 0;
        gap: 5px;
        padding: 0 7px;
    }
}

@media (max-width: 475px) {
    .section-products {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main.main-raised {
        margin-top: 0px;
        margin: 0px;
    }

    #tbl-carrito .area-boton {
        display: table-cell;
        vertical-align: middle;
    }

        #tbl-carrito .area-boton .eliminar-movil {
            font-size: 20px;
            color: red;
        }

    #tbl-carrito .media-body {
        text-align: left;
    }

        #tbl-carrito .media-body h4 {
            font-size: 14px;
        }
        /*    #tbl-carrito .media {
           margin-top: -10px;
       }*/
        /*#tbl-carrito .media .thumbnail {
           margin-top: 5%;
           margin-bottom: 5%;
       }*/
        #tbl-carrito .media-body .text-pro {
            margin-bottom: 10px;
        }

    #h-sub {
        font-size: 18px;
    }
    /*#tbl-carrito td, #tbl-carrito th {
           border-top: 0px solid #ddd;
       }*/
    #tbl-carrito .stock-movil-p {
        position: relative;
        bottom: -20px;
    }

    #tbl-carrito .area-boton button {
        padding: 0;
        border: 0;
    }
    /* checkout */
    .detail-order-checkout span:last-child {
/*        width: 50%;*/
    }

    #myTabCheckout {
        flex-wrap: nowrap;
    }

        #myTabCheckout .nav-link {
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0.5em;
        }

    .title-column-checkout {
        margin-top: 1em;
    }

    .content-checkout-summary {
        background-color: #ffffff00;
        padding: 0.5em 0;
        box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0),0 1px 2px 0 rgba(0, 0, 0, 0.06);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .btn-group-justified {
        display: table;
        width: auto;
        table-layout: fixed;
        border-collapse: separate;
    }

    .border-bottom-movil {
        border-bottom: 0.05px solid #bebebe;
        padding-bottom: 1em;
    }

    .total {
        background-color: #e6e6e6;
        padding: 1em;
    }

    .content-sequence-btn .sequence-buttons {
        width: 100%;
    }
    .card-checkout label img {
        width: 100%;
    }

    /* checkout fin */
    main {
        top: 0px;
        position: relative;
    }
}

@media (max-width: 360px) {
    .content-description > * {
        width: 100%;
    }

    .content-description img {
        width: 100%;
    }

    #product-tab .tab-nav {
        position: relative;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
        display: flex;
        border-bottom: 0;
        flex-wrap: nowrap;
    }

        #product-tab .tab-nav li button {
            padding: 0.3em;
        }

    .reviews {
        padding: 0;
    }

    .product-detail {
        padding: 0;
    }

    .punto {
        width: 2em;
    }

    .section-products {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-products {
        width: auto;
        height: 357px;
        padding: 2em 0.5em;
        overflow: hidden;
        position: relative;
        border: 1px solid #d9d9d9;
        margin: 1em 0.3em;
        border-radius: 0 0 15px 15px;
        background-color: white;
    }

        .card-products .product-img img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: auto;
            height: 200px;
        }

        .card-products:hover .product-img img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: auto;
            height: 175px;
        }

        .card-products:hover .product-img .img-item1 {
            position: relative;
            transform: translateX(250%);
        }

        .card-products .product-body .product-category {
            margin-bottom: 0;
        }

        .card-products .product-body .product-name {
            line-height: 1;
        }

        .card-products:hover .product-body {
            margin-top: 4px;
        }

    .sku {
        margin-top: 20px;
        float: left;
    }

    .btn_form {
        position: fixed;
        bottom: 0;
        display: flex;
        z-index: 3;
        margin: 0;
        left: 0;
        width: 100%;
        padding: 0;
        background-color: #ffffff;
    }

        .btn_form a {
            width: 100%;
            border-radius: 0;
            margin: 0;
            box-shadow: 0px 4px 25px #232323;
        }

    .content-desc-img {
        margin-bottom: 1em;
    }

        .content-desc-img .content-desc-img-caract {
            margin-left: 0px;
            margin-top: 15px;
            float: left;
            border-top: 0.1px solid gray;
            padding-top: 15px;
        }

    .content-line-time-general {
        background: #fafafa;
        margin-bottom: 0em;
    }

    .pull-pagination {
        float: none;
    }

    .btn-exit {
        float: none;
        margin-top: 0;
    }

    .content-reclamaciones-rsocial {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.form-control.dark-mode, .form-select.dark-mode {
    background-color: #403f46;
    color: #fff !important;
    border: 1px solid #7c7b80;
}

    .form-control.dark-mode::placeholder {
        color: #7c7b80;
        font-size: 0.95rem;
    }

    .form-select.dark-mode option[disabled] {
        color: #7c7b80;
        font-size: 0.95rem;
    }

/* INICIO página defs inicio efecto skeleton center ofertas*/

.content-offers {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.card-products::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f03a";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border: 1px solid #d0d0d0;
    z-index: 2;
    display: flex;
    font-size: 12em;
    color: #ffffff;
    flex-direction: column;
    align-items: center;
}
.banner-slide::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f03e";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border: 1px solid #d0d0d0;
    z-index: 3;
    display: flex;
    font-size: 12em;
    color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.image-container::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f03e";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border: 1px solid #d0d0d0;
    margin: 0px 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8em;
    color: #ffffff;
    /*    height: 400px;*/
}

/* Imagen inicial */
.image-container img {
    width: 100%;
/*    height: 100%;*/
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
/*    .image-container img::before {
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background-color: red;
    }*/

/* Cuando el contenedor tiene loaded */
.image-container.loaded::before {
    display: none; /* oculta skeleton */
}

/* Cuando el contenedor tiene loaded */
.card-products.loaded::before {
    display: none;  /*oculta skeleton */
}

/* Cuando el contenedor tiene loaded */
.banner-slide.loaded::before {
    display: none; /*oculta skeleton */
}


.image-container.loaded img {
    opacity: 1; /* muestra imagen */
}
    @keyframes shimmer {
        0% {
            background-position: -200% 0;
        }

        100% {
            background-position: 200% 0;
        }
    }
/* FIN página defs inicio efecto skeleton center ofertas*/


/* INICIO carousel param ofertas agrupadas center movil*/

.carouseloffer {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 1rem;
    display: none !important;
}

    .carouseloffer .carousel-trackoffer {
        display: flex;
        transition: transform 0.5s ease;
        will-change: transform;
    }

    .carouseloffer .carousel-itemoffer {
        flex: 0 0 80%; /* ocupa 80%, deja ver un pedazo de la siguiente */
        margin-right: 10px;
/*        border-radius: 12px;*/
        overflow: hidden;
    }

        .carouseloffer .carousel-itemoffer img {
            width: 100%;
            display: block;
/*            border-radius: 12px;*/
        }

@media (max-width: 767.98px) {

    .carouseloffer {
        display: block !important;
    }
}
/* FIN carousel param ofertas agrupadas center movil*/


/*INICIO - ESTILOS defs TEMPORIZADOR*/

.clock {
    display: none;
}
.image-container.loaded .clock {
    display: contents;
}
.clock-movil {
    display: contents;
}

.timer-display-dark {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    background-color: #454545e0;
    padding: 1.5em;
    border-radius: 12px;
    color: #ffffff;
}

.timer-display-light {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    background-color: #ffffffe8;
    padding: 1.5em;
    border-radius: 12px;
    color: #333;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-width: 80px; */
}

.timer-value {
    font-size: 1rem;
    font-weight: bold;
    /* color: #333; */
}

.timer-label {
    font-size: 0.8rem;
    /* color: #666; */
}

/*FIN - ESTILOS defs TEMPORIZADOR*/

.resaltado {
    border: 2px solid red;
    position: relative;
}

    .resaltado::before {
        content: "Escribe";
        position: absolute;
        inset: 0;
        width: 100px;
        height: 35px;
        background-color: red;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        z-index: 1;
        top: 56px;
        border-radius: 20px;
    }
.resaltado-mensaje {
    position: absolute;
    width: auto;
    height: 35px;
    background-color: #dc3545;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
    top: 56px;
    border-radius: 20px;
    padding: 0.5em 1em;
}

.view-message {
    display: flex;
}
@media (max-width: 767.98px) {
    .resaltado-mensaje {
        position: absolute;
        width: 100%;
        height: 35px;
        background-color: #dc3545;
        align-items: center;
        justify-content: center;
        color: white;
        z-index: 1;
        top: 145px;
        border-radius: 0;
        padding: 0.5em 1em;
    }
}


    