﻿
body {
    color: #000;
    fill: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/load_v2.gif') 50% 50% no-repeat #e4f0f2;
    opacity: .93;
}

/*Ocultar el loader cuando se cargue*/
body.loaded .loader {
    display: none;
}

.dropdown {
    font-size: 12px;
    padding: 0px;
    padding-left: 10px;
}


.dropdown-item {
    font-size: 12px;
    padding: 10px;
    padding-left: 10px;
}

    .dropdown-item:active {
        background-color: #FF9800;
        color: white;
    }

a {
    text-decoration: none !important;
}

label {
    color: #000000;
    font-size: 14px;
}
.row {
 
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.capObli {
    color: red;
    font-weight: 600;
}

.form-label {
    margin-bottom: .1rem;
}

.form-control {
    max-width: 100%;
    display: block;
    background-image: none;
    padding: 0.2rem 0.5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.714;
    color: #333e48;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    appearance: none;
    border-radius: 1.375rem;
    box-shadow: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.pnl {
    background-color: white;
    box-shadow: 2px 2px 13px rgb(0 0 0 / 25%);
    width: 100%;
    margin: auto;
    padding: 0.5rem;
    border-radius: 0.75rem;
    font-size: .9rem;
}


.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: none;
    border-radius: var(--btn-brd-radius, 0px);
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    transition: all .25s ease;
    color: var(--btn-color, #3E3E3E);
    border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);
    background-color: var(--btn-bgcolor, #F3F3F3);
    box-shadow: var(--btn-box-shadow, unset);
    font-weight: var(--btn-font-weight, 600);
    font-family: var(--btn-font-family, inherit);
    font-style: var(--btn-font-style, unset);
    padding: var(--btn-padding, 5px 20px);
    min-height: var(--btn-height, 42px);
    font-size: var(--btn-font-size, 13px);
    text-transform: none;
    border-radius: 30px;
    /*border-radius: .25em;*/
}

.btn-primary {
    /*border-color: #ff9800;*/
    /*background: #ff9800;*/
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 10px 20px;
}

    .btn-primary:hover {
        background: linear-gradient(20deg, #fb1100, #FFC107);
        border-color: #ffc107;
        color: white;
    }

.swal2-styled.swal2-confirm {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    color: #fff;
}

.btn-secondary {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    background: #f3f3f3;
    color: #343434;
    border: 1px solid #ddd;
}


    .btn-secondary:hover {
        background-color: #9e9e9e;
        border-color: #9e9e9e;
        color: #fff;
        transition: 0.3s;
    }


.user-mn-select {
    font-weight: 700 !important;
    background: linear-gradient(20deg, #fb1100, #FFC107);
    color: white;
}

    .user-mn-select:hover {
        color: white !important;
    }

option {
    text-align: left;
    color: #0F1111;
    text-decoration: none;
    padding: 2px 12px 1px 13px;
    /* display: block; */
    white-space: nowrap;
    border: 1px solid transparent;
    /* margin-left: 1px; */
    /* margin: 0; */
    outline: 0;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial,sans-serif;
}

p {
    font-size: 12px;
    margin-bottom: 0.4rem;
}


label {
    color: #000000;
}

.banerCupon {
    width: 100%;
    text-align: center;
    background: #fdf9ff;
    padding: 15px;
    /* border: 1px solid #ece3ff; */
    /* border-radius: 5px; */
    text-align: center;
    /* margin-bottom: 10px; */
    font-size: 12px;
    color: #5b2ecc;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
}

hr {
    background-color: transparent;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 1px solid #ff9800;
    display: block;
    line-height: 19px;
    margin-bottom: 14px;
    margin-top: 0;
}

    hr.a-divider-normal {
        background: 0 0 !important;
        border-top: 1px solid #ff9800 !important;
        margin-bottom: -36px !important;
        height: 44px !important;
        border: 0;
        opacity: 0.7;
    }

    hr.a-divider-footer {
        background: 0 0 !important;
        border-top: 1px solid #ff9800 !important;
        /* margin-bottom: -36px !important; */
        /* height: 44px !important; */
        border: 0;
        /* opacity: 0.7; */
    }


.footer {
    background-color: #ffffff;
    margin: 15px 0px 0px;
    /*padding: 15px 0px 0px;*/
    font-size: 14px;
    color: #333;
}

    .footer .footer-title {
        font-weight: bold;
        font-size: 16px;
        color: #0056b3;
    }

    .footer .divider {
        border-left: 1px solid #ccc;
        height: auto;
        margin: 0 20px;
    }

    .footer .social-icons a {
        margin-right: 15px;
        color: #333;
        font-size: 18px;
    }

        .footer .social-icons a:hover {
            color: #0056b3;
        }

    .footer .list-unstyled a {
        color: #333;
        text-decoration: none;
    }

        .footer .list-unstyled a:hover {
            color: #0056b3;
        }

.footer-bottom {
    background-color: #f8f9fa;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #666;
}

    .footer-bottom a {
        color: #0056b3;
        text-decoration: none;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

.footer img {
    max-height: 40px;
}

.footer .row {
    margin: 0px;
}


.navbar * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nav-subnav {
    position: relative;
    margin: 0;
    /*padding: 0 9px 0 15px;*/
    overflow: hidden;
    /*            border-bottom: 1px solid #e7e7e7;
            border-top: 1px solid #e7e7e7;
            border-top: 1px solid rgba(0, 0, 0, .17);
            border-bottom: 1px solid rgba(0, 0, 0, .1);*/
    white-space: nowrap;
    height: 33px;
    /*background: #008116;*/
    /*background: linear-gradient(45deg, #ff6a00, #ee0979);*/
    background: linear-gradient(314deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    color: white;
}

    .nav-subnav .nav-a {
        position: relative;
        float: left;
        line-height: 33px;
        color: white;
        font-size: 12px;
        padding: 0 11px;
        text-decoration: none;
        font-weight: bold;
    }

        .nav-subnav .nav-a:hover {
            background: linear-gradient(0deg, #fb1100, #FFC107);
            color: #fff;
        }


/*Seccion de perfil user*/
.sidebar {
    border-right: 1px solid #ccc;
    height: 100%;
    padding-right: 15px;
    background-color: #f8f9fa;
}

    .sidebar a {
        display: flex;
        align-items: center;
        color: #333;
        text-decoration: none;
        margin-bottom: 10px;
        padding: 10px 15px;
        border-radius: 5px;
    }

        .sidebar a i {
            margin-right: 10px;
            color: #0056b3;
        }

        .sidebar a:hover, .sidebar a.fw-bold {
            background-color: #9E9E9E;
            color: #fff;
        }

            .sidebar a:hover i, .sidebar a.fw-bold i {
                color: #fff;
            }



.swal2-title {
    font-size: 17px;
}



.carrito-container {
    position: relative;
    font-size: 14px;
}

.cart-count {
    font-weight: bold;
    margin-left: -11px;
    color: #ff0000;
    background: #ffffff;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 10px;
    border: 1px solid #ff0000;
}


.carrito-container a {
    color: #212529;
    text-decoration: none;
}

.carrito-container .fa-user:before {
    font-size: 18px;
}

.carrito-container .fa-lock:before {
    font-size: 18px;
}

.carrito-container-titulo {
    color: black;
}


.nav-subnav-wrapper {
    position: relative;
    background: linear-gradient(178deg, #FFC107, #fb1100);
    overflow: hidden;
}

.nav-subnav {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
}

    .nav-subnav::-webkit-scrollbar {
        display: none;
    }

.nav-a {
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 0 16px;
    text-decoration: none;
    line-height: 42px;
    display: inline-block;
    white-space: nowrap;
}

    .nav-a:hover {
        background: linear-gradient(152deg, #fb1100, #FFC107);
        color: white;
    }

.nav-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    cursor: pointer;
    z-index: 2;
}

    .nav-arrow.left {
        left: 0;
    }

    .nav-arrow.right {
        right: 0;
    }

    .nav-arrow i {
        font-size: 16px;
    }

@media (max-width: 768px) {
    .nav-arrow {
        display: flex !important;
    }
}


/* Glass effect */
.ctn-navbar-glass {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.3s ease;
    z-index: 1030;
}

/* Custom toggler */
.ctn-navbar-toggler {
    background: none;
    border: none;
    width: 40px;
    height: 30px;
    position: relative;
}

.ctn-navbar-icon,
.ctn-navbar-icon::before,
.ctn-navbar-icon::after {
    content: "";
    display: block;
    background-color: #333;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.ctn-navbar-icon {
    position: absolute;
    width: 100%;
    top: 13px;
}

    .ctn-navbar-icon::before {
        position: absolute;
        top: -10px;
        width: 100%;
    }

    .ctn-navbar-icon::after {
        position: absolute;
        top: 10px;
        width: 100%;
    }

.btn-outline-primary {
    border-color: #78be20;
    color: #78be20;
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 20px;
}

    .btn-outline-primary:hover {
        background-color: #78be20;
        color: white;
    }


 



/*Footer*/
.footer {
    background-color: #f5f5f5;
    padding: 40px 20px 20px;
    font-size: 14px;
    color: #333;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 1rem;
    color: #000;
}

.footer a {
    color: #555;
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
        color: #dc3545;
    }

.social-icons a {
    font-size: 20px;
    margin-right: 10px;
    color: #555;
}

    .social-icons a:hover {
        color: #dc3545;
    }

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.footer img {
    height: 32px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .footer .row > div {
        margin-bottom: 30px;
    }

    .footer img {
        max-width: 100%;
    }
}






.float-wa-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}

.float-wa-tooltip {
    position: absolute;
    right: 70px;
    bottom: 10px;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
}

.float-wa {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .float-wa:hover {
        transform: scale(1.1);
    }

.float-wa-container:hover .float-wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}

















.ListProd {
    /*background: #ededed;*/
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 13px;
    padding: 0px;
}

.card-product {
    border: 1px solid #e0e0e0;
    padding: 10px;
    text-align: center;
    transition: box-shadow 0.3s;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

    .card-product:hover {
        box-shadow: 0 6px 12px rgba(24, 26, 54, 0.4);
        border: 1px solid #ff9800 !important;
    }

    .card-product img {
        max-width: 100%;
        /*height: auto;*/
        margin-bottom: 10px;
        height: 115px;
    }


        .card-product img:hover {
            /*transform: scale(1.1);*/
        }



    .card-product .text-center {
        margin: 0px;
    }

    .card-product .price {
        font-size: 14px;
        color: black;
        text-align: left;
        margin: 0px;
        font-weight: bold;
        color: #000;
        font-size: 1em;
        line-height: 1.2;
        font-family: 'Montserrat';
    }

    .card-product .info {
        margin: 3px;
    }

    .card-product a {
        text-decoration: none;
    }

    .card-product .discount {
        background: #009a66;
        border-radius: 5px;
        padding: 0% 5px;
        color: #fff;
        margin: auto 2%;
        width: fit-content;
        /*font-size: 60%;*/
        font-weight: 100;
    }

.promotion {
    background-color: #ffa41c;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-bottom: 8px;
    display: inline-block;
}

.product-title {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: black;
    font-family: 'Montserrat';
    line-height: 1.14em;
}

.price {
    font-size: 16px;
    color: #b12704;
    font-weight: bold;
    font-family: 'Montserrat';
}

.original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 12px;
    margin-left: 5px;
    font-family: 'Montserrat';
}


.installments {
    font-size: 12px;
    color: #666;
    text-align: left;
}

.badge {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    text-align: left;
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    top: 21px !important;
}

.badge-gift {
    background-color: #d1e7dd;
    color: #198754;
}

.badge-free {
    background-color: #e7f3ff;
    color: #0d6efd;
}

.buttons {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.btn-compare {
    color: #0d6efd;
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: underline;
    padding: 0;
}

    .btn-compare:hover {
        color: #0056b3;
    }

.btn-details {
    background-color: #fff;
    color: #6f42c1;
    border: 1px solid #6f42c1;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
}

    .btn-details:hover {
        background-color: #6f42c1;
        color: #fff;
    }

@media (max-width: 768px) {

    .buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-compare {
        margin-bottom: 10px;
    }
}




.pagina-activa {
    font-weight: bold;
    background-color: #9E9E9E;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0 2px;
    text-decoration: none;
}

.pagina-normal {
    color: black;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0 2px;
    cursor: pointer;
    text-decoration: none;
}

.pagina-activa:hover {
    background-color: #ff9800;
    color: #fff;
}

.pagina-normal:hover {
    background-color: #ff9800;
    color: #fff;
}

/*Productos*/
.card-product {
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.add-to-cart-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background-color: #ff9800;
    color: white;
    border: none;
    padding: 1px 6px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
}

    .add-to-cart-btn:hover {
        background-color: #ff9800;
    }




.product_pnl.thumb {
    width: 100%;
    border: 1px solid #ebebeb;
    transition: border 0.3s;
}

.product_pnl.thumb:hover {
    border: 2px solid #007bff;
}

.product_pnl .promotion {
    font-size: 14px;
    font-weight: bold;
    color: #28a745;
    background-color: #d4edda;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.product_pnl .price {
    font-size: 26px;
    color: #333;
    margin-bottom: 2px;
    font-weight: bold;
    margin-left: 7px;
    font-family: 'Montserrat';
}

.product_pnl .discount {
    background: #009a66;
    border-radius: 5px;
    /* padding: 2%; */
    color: #fff;
    margin: auto 9%;
    font-weight: 100;
}

.product_pnl .price-descuento {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px;
    border-radius: 0px;
    margin-left: 2px;
    font-weight: bold;
    font-family: 'Montserrat';
}


.product_pnl .original-sku {
    font-size: 14px;
    line-height: 20px;
    color: #9E9E9E;
    margin: 0px;
}

.product_pnl .original-price {
    font-size: 16px;
    color: #6c757d;
    text-decoration: line-through;
    margin: 0px 0px 0px 7px;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    left: 5px;
}

.product_pnl .installments {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product_pnl .product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.product_pnl .color-options span {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

    .product_pnl .color-options span.active {
        border-color: #007bff;
    }

.product_pnl .capacity-options button {
    border: 1px solid #007bff;
    border-radius: 20px;
    padding: 5px 15px;
    background: #fff;
    color: #007bff;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

    .product_pnl .capacity-options button.active {
        background: #007bff;
        color: #fff;
    }




.product_pnl .product-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product_pnl .product_pnl {
    padding: 15px;
}

.product_pnl .contentDescripcion {
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 5px;
    padding: 0px 0px 20px 0px;
    font-size: 14px;
}

.product_pnl .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
    text-align: left;
}

.product_pnl .specs-table th {
    font-weight: bold;
    width: 30%;
    color: #333;
}

.product_pnl .specs-table td {
    color: #555;
}

.product_pnl .help-section {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 20px;
    text-align: center;
}

    .product_pnl .help-section a {
        color: #0056b3;
        text-decoration: none;
    }

        .product_pnl .help-section a:hover {
            text-decoration: underline;
        }


.product_pnl .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.product_pnl .modal {
    background-color: #fff;
    border-radius: 12px;
    width: 360px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
}

.product_pnl .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.product_pnl .modal-icon {
    width: 90px;
    height: auto;
    margin-bottom: 20px;
}

.product_pnl .modal-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 24px;
}

.product_pnl .modal-buttons .btn {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.product_pnl .btn-login {
    background-color: #e53935;
    color: #fff;
}

.product_pnl .btn-register {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    color: #333;
}

.product_pnl .opinion {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.product_pnl .opinion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.product_pnl .calificacion {
    color: #f1c40f;
    font-size: 18px;
}

.product_pnl .fecha {
    font-size: 13px;
    color: #888;
}

 