
:root {
    --color-naranja-1: #FF5704;
    --color-naranja-2: #FF5704;
    --color-naranja-claro: #fbd6c4;
    --color-gris: #8b8b8b;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}

a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

::placeholder {
    color: #b0afad !important;
}

.zoom {
    transition: transform .5s;
}

.zoom:hover {
    transform: scale(1.05);
}


/*global*/


.loader {
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5704;
    transition: opacity 0.7s, visibility 0.75s;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.loader img {
    animation: latido 0.75s ease infinite;

}

@keyframes latido {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}


#selector {
    z-index: 1050;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: end;
    background: rgba(0, 0, 0, 0.5);
}

#selector #contenedor {
    background: #00000033;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 25px 0 50px 0;
}

#selector #contenedor p {
    font-weight: 500;
    color: #ffffff;
    font-size: clamp(1em, 2vw, 2em);
}

#selector #contenedor .menus-dropup p {
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(1em, 1.5vw, 1.5em);
}

#selector #contenedor .menus-dropup .dropdown-item {
    font-size: clamp(1em, 1.75vw, 1.75em);
    font-weight: 500;
    color: #ffffff;
    display: flex;
}

#selector #contenedor .menus-dropup .dropdown-item:hover {
    background: #00000033;
}

#selector #contenedor .menus-dropup .dropdown-item img {
    width: 36px;
    margin-right: 10px;
}

#selector #contenedor .menus-dropup .dropdown-menu {
    box-shadow: 0px 4px 20px 0px #00000040;
    background: #00000033;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: none;
    min-width: 250px;
}

#selector #contenedor .menus-dropup .dropdown-toggle {
    font-size: clamp(1em, 1.75vw, 1.75em);
    font-weight: 500;
    color: #ffffff;
    background: #00000033;
    border: 3px solid #ffffff;
    min-width: 250px;
    border-radius: 20px;
    text-align: left;
    display: flex;
}

#selector #contenedor .menus-dropup .dropdown-toggle:hover {
    background: #000000 !important;
}

#selector #contenedor .menus-dropup .dropdown-toggle img {
    width: 36px;
    margin-right: 10px;
}


#selector #contenedor .menus-dropup .dropdown-toggle::after {
    display: none;
}

#selector #contenedor .menus-dropup .btn-light {
    font-size: clamp(1em, 1.75vw, 1.75em);
    font-weight: 500;
    color: #000000;
    border: 3px solid #ffffff;
    min-width: 250px;
    border-radius: 20px;
}

#selector #contenedor .menus-dropup .btn-light:hover {
    background: linear-gradient(180deg, #ff6e04 0%, #ff5704 100%) !important;
    font-size: clamp(1em, 1.75vw, 1.75em);
    font-weight: 500;
    color: #ffffff;
    border: 3px solid #ffffff;
    min-width: 250px;
    border-radius: 20px;
}


.detail-cart {
    min-width: 325px;
    min-height: 525px;
}

.detail-cart ul li {
    width: 50%;
}

.detail-cart .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: none;
    color: #000000;
}


.detail-cart .nav-tabs .nav-link.active {
    border-bottom: 2px solid #000000;
}

.detail-cart .tab-content #wishlist-tab-pane {
    padding: 10px;
    height: 100%;
    max-height: 460px;
    overflow: scroll;
}

.detail-cart .tab-content #cart-tab-pane {
    padding: 10px;
    height: 100%;
}

.detail-cart .tab-content #cart-tab-pane .contenedor {
    height: 320px;
    overflow: scroll;
}

.contenedor-thumbnail {
    width: 85px;
    height: 85px;
    background: #E6E6E6;
    border-radius: 20px;
    display: flex;
}

.contenedor-thumbnail img {
    height: 90%;
    margin: auto;
}

.detail-cart .tab-content .tab-pane .btn-remove {
    background: none;
    border: none;
}

.detail-cart .tab-content .tab-pane .btn-remove:hover {
    background: none;
    border: none;
}

.detail-cart .tab-content .tab-pane .btn-remove img {
    width: 20px;
}

.detail-cart .tab-content .tab-pane table tr td {
    vertical-align: middle;
}

.detail-cart .tab-content .tab-pane .nombre {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.detail-cart .tab-content .tab-pane .precio {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.detail-cart .number {
    background: #D9D9D9;
    width: max-content;
    padding: 3px;
    border-radius: 20px;
}

.detail-cart .number span {
    cursor: pointer;
}

.detail-cart .minus,
.detail-cart .plus {
    width: 25px;
    /*height: 25px;*/
    background: #fff;
    border-radius: 100%;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    display: flex;
}

.detail-cart .minus span,
.detail-cart .plus span {
    font-size: 16px;
    margin: auto;
}

.detail-cart .number input {
    height: 25px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none !important;
}

.detail-cart .btn-add {
    height: 30px;
    width: 30px;
    margin: auto;
    margin-left: 10px;
    background-color: #000000;
    border: none;
    border-radius: 10px;
    --hover: #000000;
}

.detail-cart .btn-add:hover {
    background-color: #000000;
    animation: pulseButton 0.75s;
}

.detail-cart .btn-add img {
    width: 70%;
}

.detail-cart h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.detail-cart h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.detail-cart p {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.btn-detail-cart {
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 100%;
    box-shadow: 0px 4px 10px 0px #00000059;
    background: linear-gradient(180deg, #ffa904 0%, #ff5704 100%);
    animation: latido 2s infinite;
    --hover: #000000;
}

.btn-detail-cart:hover {
    background: #ffffff;
    animation: pulseButton 0.75s;
}

@keyframes pulseButton {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(100px) rotateY(0deg);
    }

    50% {
        transform: perspective(100px) rotateY(-45deg);
    }

    100% {
        transform: perspective(100px) rotateY(90deg);
    }
}


.icono-activo {
    color: #ff5704;
}

.icono-inactivo {
    color: #7a7a7a;
}

.m-custom{
    margin: 125px 0;
}

.mt-custom{
    min-height: 100vh;
    margin: 125px 0;
}


.btn-degradado {
    box-shadow: 0px 4px 10px 0px #00000059;
    background: linear-gradient(180deg, #ff6e04 0%, #ff5704 100%);
    color: #ffffff !important;
    --hover: #000000;
}

.btn-degradado:hover {
    background: #000000;
    color: #ffffff !important;
    animation: pulseButton 0.75s;
}

.href-custom{
    color: #6c757d
}

.href-custom:hover{
    color: #ff6e04
}

.bg-blur{
    background: #d6d6d646;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 0.5rem;
}

input, select {
    border-radius: 8px !important;
    color: #343B40 !important;
    padding: 14px 10px !important;
    border: 1px solid #ff6d04 !important;
}

textarea {
    border-radius: 8px !important;
    color: #343B40 !important;
    border: 1px solid #ff6d04 !important;
}

.texto-degradado{
    background: linear-gradient(180deg, #ffa904 0%, #ff5704 100%);
    background-clip: border-box;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

.datepicker{
    margin-top: 125px !important;
}

#toast-container > .toast-success{
    background: #ff5704 !important;
    background-repeat: no-repeat !important;
    background-position-y: 50% !important;
    background-position-x: 10px !important;
}

.modal .modal-content{
    background: #ffffff2b !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid #fff !important;
}

.modal .modal-header{
    border: none !important;
    color: #ffffff !important;
}

.modal input{
    background: #fff !important;
}

.modal h1{
    color: #fff !important;
}

.modal .btn:hover{
    background: #fff !important;
}

.modal .btn-dark:hover{
    color: #000 !important;
}

.btn-white-orange {
    background: #fff;
    font-weight: 500;
    color: #000000;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.btn-white-orange:hover {
    background: linear-gradient(180deg, #ff6e04 0%, #ff5704 100%) !important;
    font-weight: 500;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.btn-orange-white:hover {
    background: #fff !important;;
    font-weight: 500;
    color: #000000;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.btn-orange-white{
    background: linear-gradient(180deg, #ff6e04 0%, #ff5704 100%);
    font-weight: 500;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 10px;
}


.text-orange-deg{
    background: linear-gradient(180deg, #ffa904 0%, #ff5704 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}


.disable-div{
    pointer-events: none;
    opacity: 0.5;
}


#offcanvasSidebar a.nav-link:hover,#offcanvasSidebarPerfil a.nav-link:hover{
    color: #ff5704 !important;
    font-weight: bold;
}

.product .img-productos{
    max-height: 75%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}