* { padding: 0; margin: 0; }
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
    background-color: black;

    font-family: "Afacad Flux", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -77px 0 0 -77px;
    border: 4px solid white;
    border-radius: 50%;
    border-top: 4px solid rgba(214,13,164,1);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

    box-shadow: 0px 0px 25px 0px rgba(214,13,164,1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(214,13,164,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(214,13,164,1);
}

.loader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(214,13,164,1);
    -moz-box-shadow: inset 0px 0px 25px 1px rgba(214,13,164,1);
    box-shadow: inset 0px 0px 25px rgba(214,13,164,1);
    border-radius: 50%;

    -webkit-animation: spinc 1s linear infinite;
    animation: spinc 1s linear infinite;

    background-image: url('../img/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spinc {
    0% { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}
  
@keyframes spinc {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@media (max-width: 768px) {
    .pageweb {
        display: none;
    }
}

a, a:visited, a:hover {
  text-decoration: none;
}

.icono {
    max-width: 150px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .sidebar.toggled {
        overflow: hidden;
        width: 0!important;
    }
    .icono {
        height: auto;
    }
}

@media (max-width: 768px) {
    #sidebarToggleTop {
        display: none;
    }
}

.locationPin {
    height: 30px; 
    width: auto;
}

#map {
    width: 100%;
    height: 600px;
    display: block;
}

.help-block {
    font-size: 10pt;
}

.developer, .developer:hover {
    color: #999 !important;
    font-size: 8pt !important;
}

.navbar {
    background-color: #000;
    color: #fff;
}

.btn-noir {
    background-color: #000;
    color: #fff;
}

.topbar #sidebarToggleTop {
    height: auto;
    width: auto;
    transition: 0.5s ease;
}

.topbar #sidebarToggleTop:hover {
    color: #ffffff;
    background: rgba(214,13,164,1);
    border: 1px solid rgba(214,13,164,1);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px rgba(214,13,164,1),
                0 0 25px rgba(214,13,164,1),
                0 0 50px rgba(214,13,164,1),
                0 0 100px rgba(214,13,164,1);
    font-size: 16px;
    border-color: transparent;
}

.dropdown-menu {
    background-color: #000;
    color: #fff;
    width: 100% !important;
    overflow-y: auto;
}

.dropdown-menu a {
    color: #fff;
    margin: 2px;
}

.nav-link{ 
    color: #fff;
    transition: 0.5s ease;
    background-color: #000;
}

.nav-link:hover, .nav-link:focus {
    font-weight: bold;

    color: #ffffff;
    background: rgba(214,13,164,1);
    border: 0px solid rgba(214,13,164,1);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px rgba(214,13,164,1),
                0 0 25px rgba(214,13,164,1),
                0 0 50px rgba(214,13,164,1),
                0 0 100px rgba(214,13,164,1);
    font-size: 16px;
    border-color: transparent;
    z-index: 1100;
}

.btn-add-product:hover {
    font-weight: bold;

    color: #ffffff;
    background: rgba(214,13,164,1);
    border: 0px solid rgba(214,13,164,1);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px rgba(214,13,164,1),
                0 0 25px rgba(214,13,164,1),
                0 0 50px rgba(214,13,164,1),
                0 0 100px rgba(214,13,164,1);
    font-size: 16px;
    border-color: transparent;
}

.activo .nav-link:hover {
    background-color: rgba(214,13,164,1) !important;
    color: #fff !important;
    font-weight: bold;
}

.activo {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(214,13,164,1);
}

.scrollable {
    overflow-y: auto;
    max-height: 500px;
}

.card {
    padding: 0 !important;
    border: 0;
}

.dropdown-item {
    text-wrap: auto !important;
    transition: 0.5s ease;
}

.sidebar {
    position: fixed;
    width: 250px;
    background-color: #000;
    z-index: 1000;
    overflow-y: auto;
}

.btn-add-product {
    background-color: #000;
    color: rgba(214,13,164,1);
    position: absolute;
    bottom: 5px;
    right: 5px;
    transition: 0.25s ease;
}

.topbar .nav-item .nav-link {
    height: 2rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    margin: 0 0.25rem;
}

.dropdown-item:hover{
    font-weight: bold;

    color: #ffffff;
    background: rgba(214,13,164,1);
    border: 0px solid rgba(214,13,164,1);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px rgba(214,13,164,1),
                0 0 25px rgba(214,13,164,1),
                0 0 50px rgba(214,13,164,1),
                0 0 100px rgba(214,13,164,1);
    border-color: transparent;
    z-index: 1100;
}

.h-100 {
    height: 250px !important;
}

.producto {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    
    box-shadow: 0 0 5px rgba(214,13,164,1);
}

.producto .row, .pleft, .pright {
    margin: 0px;
    padding: 0px;
}

.pleft {
    float: left;
    width: 40%;
    height: 40vh;
}

.pright {
    float: right;
    width: 60%;
    padding: 0 5px;
    height: 35vh;
    overflow: auto;
}

.producto .pleft {
    float: left;
    width: 250px;
    height: 250px;
}

.producto .pright {
    position: absolute;
    right: 0;
    width: calc(100% - 255px);
    height: 250px;
    padding: 5px;
    border-radius: 0 5px 5px 0;
}

.producto .pright p, .producto .pright h6 {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1;
}

.producto .card-title {
    font-size: 12pt;
    font-weight: bold;
    /*text-shadow: 0 0 5px rgba(214,13,164,1);*/
}

.producto .card-text {
    font-size: 10pt;
    color: rgba(214,13,164,1);
    height: 150px;
    overflow: hidden;
}

.producto .card-price {
    font-size: 12pt;
    font-weight: bold;
    color: rgba(214,13,164,1);
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 55px;
}

.producto .descuento {
    text-decoration: line-through;
    font-size: 8pt;
}

.producto .carousel-inner {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    padding-top: 100%;
}

.producto .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
}

.producto .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}

.producto .pleft img {
    width: auto;
    height: 100%;
    border-radius: 5px 0 0 5px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .h-100{
        height: 150px !important;
    }

    .producto .pleft {
        width: 50%;
        height: 150px !important;
    }

    .producto .pright {
        width: 50%;
        height: 150px;
        padding: 5px;
        border-radius: 0 0 5px 5px;
    }

    .producto .carousel-inner {
        width: 100%;
        height: 150px !important;
        padding-top: 100%;
    }

    .producto .carousel-item {
        width: 100%;
        height: 150px !important;
    }

    .producto .carousel-item img {
        width: 100%;
        height: 100%;
        border-radius: 5px 0 0 5px;
    }   
    
    .producto .card-text {
        overflow: hidden;
        height: 65px;
    }

    .producto .card-price {
        font-size: 10pt;
    }
}

@media (max-width: 768px) {
    .producto .pleft {
        width: 150px;
        height: 150px !important;
    }

    .producto .pright {
        width: calc(100% - 150px);
        height: 150px;
        padding: 5px;
        border-radius: 0 0 5px 5px;
    }

    /*.producto .card-text {
        display: none;
    }*/

    .producto .carousel {
        width: 150px;
        height: 150px !important;
    }

    .producto .carousel-inner {
        width: 150px;
        height: 150px !important;
        padding-top: 100%;
    }

    .producto .carousel-item {
        width: 150px;
        height: 150px !important;
    }

    .producto .carousel-item img {
        width: 100%;
        height: 100%;
        border-radius: 5px 0 0 5px;
    }   
    
}

.categoria {
    background-color: #fff !important;
    box-shadow: 0 0 5px rgba(214,13,164,1);
    color: rgba(214,13,164,1);
    font-weight: bold;
    padding: 20px;
    border-radius: 5px;
    font-size: 18pt;
    font-family: "Playfair Display", serif;
}

.categoria p {
    margin: 0;
    padding: 0;
}

.card-descripcion {
    width: 100%;
    height: 250px;
    overflow-y: auto;
}

.card-options{
    width: 100%;
    overflow-y: auto;
}

.card-buttons {
    width: 100%;
    border: 0px solid #000;
    height: 20px;
}

.modal .btn-add-product {
    border: 0px solid rgba(214,13,164,1);
}

.modal .totalCompra {
    position: absolute;
    bottom: 0;
    right: 120px;
    height: 38px;
    font-size: 16pt;
    color: rgba(220, 0, 255, 1);
    font-weight: bold;
}

@media (max-width: 768px) {
    .modal .modal-content {
        width: 100%;
        height: 100%;
    }

    .modal .pleft {
        width: 50%;
        clear: both;
        height: auto;
        float: none;
        margin: 0 25%;;
    }
    .modal .pright {
        width: 100%;
        padding: 5px;
        border-radius: 0 0 5px 5px;
        clear: both;
        height: auto !important;
    }

    .modal .card-descripcion {
        height: 150px;
    }

    .modal .card-options {
        height: auto;
    }

    .modal .totalCompra {
        position: inherit;
        float: left;
    }

    .modal .btn-add-product{
        position: inherit;
        float: right;
    }
}

.floating-total {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #000;
    font-size: 16pt;
    padding: 10px;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(214,13,164,1);
    border-radius: 5px;
}

.floating-total a {
    color: rgba(214,13,164,1) !important;
}

@media (max-width: 768px) {
    .floating-total {
        bottom: 0px;
        right: 0px;
        left: 0px;
        border-radius: 0px;
    }
}

.hide {
    display: none;
}

.btn-noir-back {
    background-color: #000;
    color: rgba(214,13,164,1);
    border: 2px solid rgba(214,13,164,1);
    transition: 0.25s ease;
}

.btn-noir-back:hover{
    font-weight: bold;

    color: #ffffff;
    background: rgba(214,13,164,1);
    border: 0px solid rgba(214,13,164,1);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px rgba(214,13,164,1),
                0 0 25px rgba(214,13,164,1),
                0 0 50px rgba(214,13,164,1),
                0 0 100px rgba(214,13,164,1);
    font-size: 16px;
    border-color: transparent;
}

@media (max-width: 768px) {
    .mobile {
        display: none;
    }
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width: 768px) {
    ul.dropdown-menu.show {
        left: -60px;
        top: 40px;
        width: 200px !important;
        overflow: hidden;
    }
}

/* ************************************************************** */

#fticket {
    font-family: 'Courier New', Courier, monospace;
}

#fticket .table, #fticket .table th, #fticket .table td {
    border: 0px solid var(--light);
}

.social-links i {
    font-size: 2em; 
    color: black; 
    margin: 10px;
}

/* ************************************************************** */

.star-rating {
    direction: rtl;
    display: inline-block;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    font-size: 2em;
    color: #ddd;
    cursor: pointer;
}
.star-rating input[type="radio"]:checked ~ label {
    color: #f5b301;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5b301;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    text-shadow: 0 0 10px rgba(214,13,164,1);
}

/* ************************************************************** */

.btn-favorite {
    background-color: #000;
    color: rgba(214,13,164,1);
    transition: 0.25s ease;
    margin: 5px;
}

.btn-favorite:hover {
    color: #ffffff;
    background: rgba(214,13,164,1);
    border: 0px solid rgba(214,13,164,1);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px rgba(214,13,164,1),
                0 0 6px rgba(214,13,164,1),
                0 0 7px rgba(214,13,164,1),
                0 0 8px rgba(214,13,164,1);
    border-color: transparent;
}