﻿:root {
    --heading-color: #231f1e;
    /*--white-smoke: #f5f6f6;*/
    --white-smoke: #e9eeee;
    --primary-color: #003d29;
}

.vh-100{
    height: 100vh;
}

body {
    color: #333;
    /*font-family: Inter, sans-serif;*/
    font-family: "Raleway", serif;
    font-size: 14px;
    line-height: 20px;
    /*font-family: 'Roboto', sans-serif;*/
    margin: 0;
    background-color: #f9f9f9;
    padding: 0;
}

.dropdown-item{
    font-size: 12px;
}

footer {
    /*position: fixed;
    bottom: 0px;*/
    /*position: absolute;*/
    bottom: 0px !important;
    border-top: 1px solid #ddd;
    background: white;
    color: #333;
    padding-bottom: 75px !important;
    padding-top: 50px !important;
}

footer h5{
    font-weight: 700;
    margin-bottom: 15px !important; 
}

footer a {
    color: #333;
    font-size: 13px;
}

footer div > i {
    color: #333;
    margin-right: 5px;
}

footer div > span{
    font-size: 12px;
}

#headerNav {
    /*height: 10px;*/
    height: 20px;
    width: 100%;
}

header .bg-primary {
    background-color: var(--primary-color);
}

header {
    background: white !important;
    /*background-color: #f9f9f9;*/

    color: #333;
    /*padding: 1rem;*/
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    /*font-family: Inter, sans-serif;*/
    font-family: "Raleway", serif;
    border-bottom: 1px solid #ddd;
}

header > div.container{
    height: 65px !important;
}

header .logo {
    font-size: 1rem;
    font-weight: bold;
    max-width: 200px;
}

header .logo a {
    
}

header .logo a img {
    height: 50px;
    width: auto;
}

/*nav{
    height: 65px;
}*/

nav {
    height: 66px;
    display: flex;
    align-items: center;
}

nav ul.menu {
    list-style: none;
    padding: 0;
    display: flex;
    /*gap: 1rem;*/
    margin-bottom: 0px;
    z-index: 10;
    height: 100%;
}

    nav ul.menu > li {
        margin: 0;
        padding: 10px 12px;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    nav ul.menu > li i {
        font-size: 15px;
    }

    nav ul.menu > li a {
        font-size: 12px;
        color: #333;
        text-decoration: none;
    }

.burger {
    display: none;
    cursor: pointer;
}

    .burger i {
        font-size: 1.5rem;
    }

@media (max-width: 768px) {
    nav ul.menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 77px;
        left: 0;
        background-color: #fff;
        text-align: center;
    }

    .toast-container{
        min-width: 100vw;
    }

    .toast{
        max-width: 100%;
    }

    nav ul.menu > li {
        padding: 20px;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
        color: #333;
    }

        nav ul.menu.nav-active {
            display: flex;
        }

    .burger {
        display: block;
    }

    nav ul.menu ul.nav-items{
        position: relative;
    }

    nav ul.menu > li.list-custom {
        display: block !important;
        padding: 0px;
    }

    nav ul.menu > li > div.custom-item {
        padding: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    nav ul.menu ul.nav-items, nav ul.menu ul.nav-items > li {
        width: 100% !important;
        /*padding: 20px;*/
    }

    nav ul.menu ul.nav-items, nav ul.menu ul.nav-items > li > a {
        padding: 20px;
    }

    nav ul.menu ul.nav-items{
        position: relative !important;
        top: 0px !important;
    }
}


/* Articulos */

.card-product{
    border: none;
    background: transparent !important;
    margin-bottom: 40px;
}

.card-product .card-body{
    padding: 0px;
}

.card-product a{
    text-decoration: none !important;
    color: #333;
}

.inStock{
    color: forestgreen;
    font-weight: 700;
}

.outStock {
    color: firebrick;
    font-weight: 700;
}

.product-thumbnail-wrap {
    background-color: var(--white-smoke);
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 250px;
}

.card-product .product-thumbnail-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product .product-thumbnail-wrap > img{
    width: auto;
    /*height: 100%;*/
    height: auto;
}

.product-title-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.input-group-append .btn, .input-group-prepend .btn{
    z-index: 0 !important;
}

.product-title {
    /*z-index: 1;*/
    z-index: 0;
    color: var(--heading-color);
    margin-top: 16px;
    margin-bottom: 12px;
    /*font-family: Inter, sans-serif;*/
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 600;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
}

.product-color {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16.5px;
}

.btn-wrapper{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.primary-button.border.cart-button {
    padding: 12px 22px;
}

.primary-button.border {
    border: 1px solid var(--heading-color);
}

.primary-button {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-color: rgb(35, 31, 30);
    background-color: rgb(255, 255, 255);
    z-index: 0;
    /*width: 100%;*/
    width: fit-content;
    height: 100%;
    border-radius: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    position: relative;
    overflow: hidden;
    color: #333;
    font-size: 12px !important;
}

.primary-spin, .primary-spin:hover, .primary-spin:active, .primary-spin:focus {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    /*border-color: rgb(35, 31, 30);*/
    border: none;
    /*background-color: #f9f9f9;*/
    background-color: var(--white-smoke);
    z-index: 0;
    /* width: 100%; */
    width: fit-content;
    height: 100%;
    border-radius: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*padding: 10px 25px;*/
    text-decoration: none;
    transition: all .2s;
    display: flex;
    position: relative;
    overflow: hidden;
    color: #333;
    font-size: 12px !important;
    border-left: none !important;
    border-right: none !important;
    outline: none;
    box-shadow: none;
}

.border-radius-left{
    border-radius: 50px;
}

.border-radius-right {
    border-radius: 50px;
}

    .border-radius-left.bg-primary:active, .border-radius-left.bg-primary:focus, .border-radius-left.bg-primary:hover,
    .border-radius-right.bg-primary:active, .border-radius-right.bg-primary:hover, .border-radius-right.bg-primary:focus {
        background-color: #f0f0f0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-wrapper-ficha .primary-spin, .btn-wrapper-ficha .primary-button {
    /*width: 150px !important;*/
}

.bg-primary {
    /*background: #f9f9f9 !important;*/
    background: var(--white-smoke) !important;
}

/* Fin Articulos */
.buscador, .buscador:hover, .buscador:active, .buscador:focus {
    border-radius: 17px;
    font-size: 11px !important;
    border: 1px solid #ddd;
    width: 300px;
    padding: 15px;
    outline: none;
    box-shadow: none;
    border-right: none !important;
}

.btn-search, .btn-search:hover, .btn-search:active, .btn-search:focus {
    background: white;
    border-radius: 17px;
    border: 1px solid #ddd;
    border-left: none;
    color: #6c757d !important;
    outline: none;
    box-shadow: none;
}

.btn-search > span{
    font-size: 13px;
}

.radio-buttom-sizes {
    background: white;
    border: 1px solid #545b62;
    width: 100px;
    border-radius: 50px;
    padding-left: 0px;
    margin-bottom: 5px;
}

.radio-buttom-sizes input{
    display: none;
}

.radio-buttom-sizes > label {
    width: 100%;
}

.radio-buttom-sizes.active {
    background: #333;
    color: white;
}

.radio-buttom-sizes > label > span {
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
}

.item-sheet.product-thumbnail-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-sheet.product-thumbnail-wrap img{
    /*height: 250px;*/
    width: auto;
    height: auto !important;
    /*width: 100%;
    height: auto !important;*/
    object-fit: contain;
}

@media(min-width: 992px) and (max-width: 1024px) {
    .item-sheet.product-thumbnail-wrap > img {
        max-height: 70% !important;
    }

    .img-carousel {
        max-height: 70% !important;
    }
}

@media(max-width: 996px) {
    .item-sheet.product-thumbnail-wrap > img {
        height: 250px !important;
    }

    .img-carousel {
        max-height: 250px !important;
    }
}

@media(min-width: 776px){
    .item-sheet.product-thumbnail-wrap img{
        height: 400px !important;
        object-fit: contain;
    }

    .img-carousel {
        max-height: 400px !important;
    }
}

/* Carrito */

.card-item-cart .product-thumbnail-wrap {
    height: 145px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-item-cart .product-thumbnail-wrap > img{
        width: auto !important;
        height: auto !important;
    }

    @media(max-width: 996px) {
        .card-item-cart h5 {
        font-size: 16px !important;
    }

    .card-item-cart h6 {
        font-size: 13px;
    }

    .cart-item-size, .cart-item-qty {
        font-size: 10px !important;
    }

    .card-item-cart .product-thumbnail-wrap {
        max-height: 70px;
    }

    .primary-spin {
        padding: 0px !important;
        margin-bottom: 0px !important;
        height: 40px;
    }

    .cart-item-actions {
        display: flex;
        justify-content: center;
        align-content: center;
        gap: 10px;
    }

    .cart-item-remove {
        margin-top: 0px !important;
        width: fit-content !important;
    }
}

.cart-item-actions {
    width: 100%;
    float: right;
}

.cart-item-size, .cart-item-qty {
    font-size: 12px;
}

.cart-item-remove {
    font-size: 12px;
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 10px;
}

/* Fin Carrito */


@media (max-width: 768px){
    .list-search{
        padding: 0px !important;
    }

    .list-search .search, .list-search .search #txtBuscador {
        width: 100% !important;
    }

    .list-search .search .buscador, .list-search .search button {
        width: 100% !important;
        border-radius: 0px;
        border: none;
        padding: 10px 20px;
    }
}

.modal-header {
    background: #f9f9f9;
}

.dxbs-popup.modal-dialog{
    font-size: 11px;
}

.info_cart {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a0a1a1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 0px 1px 4px 0px;
}

.breadcrumb{
    background: transparent !important;
    font-size: 12px;
    padding-top: 0px;
}

.product-group {
    font-size: 11px; 
    font-style: italic; 
    font-weight: 600; 
    color: #007bff !important;
}

.breadcrumb-item{
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1200px;
    }
}

nav ul.menu ul.nav-items {
    display: none;
    position: absolute;
    /*top: 75px;*/
    top: 85px;
    background: #dbdada;
    padding: 0;
}

nav ul.menu ul.nav-items > li {
    float: none;
    /*width: 120px;*/
    width: 150px;
    border: 1px solid #ddd;
    border-bottom: none;
}

nav ul.menu ul.nav-items > li:last-child{
    border-bottom: 1px solid #ddd;
}


nav ul.menu ul.nav-items > li > a {
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 12px;
    color: #333;
}

nav ul.menu li:hover > ul {
    display: block;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.menu ul li {
    background-color: #f9f9f9;
}

.menu ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
}

.menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.menu ul li:hover {
    /*background: #5b78a7;*/
    background: #a0a1a1;
}

.menu ul li:hover a{
    color: white !important;
}

.dxbs-popup.modal-dialog .btn{
    font-size: 10px !important;
}

.bg-purple {
    background: #7952b3;
}

.text-purple{
    color: #7952b3;
}

.badge-purple{
    background: #7952b3;
    color: white;
}

/** Mensajes Incidencias */

.i-send {
    background-color: #dcf8c6 !important;
    margin-left: 10%;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #b3b3b3;
    text-align: justify;
}

.i-receive {
    background-color: #ffffff !important;
    padding: 0.75rem 1rem;
    margin-right: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #b3b3b3;
    text-align: justify;
}

.dxbs-textbox > span {
    font-style: italic !important;
}

.remove-borders > .card, .remove-borders table, .remove-borders tr, .remove-borders td {
    border: none !important;
}

.i-send {
    display: inline-block;
    border-top-right-radius: 0;
}

.i-receive {
    float: left;
    border-top-left-radius: 0;
}

.triangle {
    width: 0px;
    height: 0px;
    display: inline;
    border-style: solid;
    border-width: 0px 0 8px 8px;
    border-color: transparent transparent transparent #dcf8c6;
    position: absolute;
}

.triangle--i-receive {
    border-width: 0px 8px 8px 8px;
    border-color: transparent white transparent transparent;
    left: -11px;
}

.new-message {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -7.5px;
    right: -7.5px;
}

.i-send p{
    font-size: 12px !important;
}

.remove-borders > .card, .remove-borders table, .remove-borders tr, .remove-borders td {
    border: none !important;
}

.link-word {
    color: #005AC1;
}

.link-word:hover {
    color: #003D95;
}

.link-excel {
    color: #107C41;
}

.link-excel:hover {
    color: #185C37;
}

.link-msg {
    color: #8BC5EC;
}

.link-msg:hover {
    color: #49A4E1;
}

.pr-20px {
    padding-right: 20px;
}

[aria-expanded=false] .fa-caret-up, [aria-expanded=true] .fa-caret-down {
    display: none !important;
}

[aria-expanded=false] .fa-caret-down, [aria-expanded=true] .fa-caret-up {
    display: inline-block !important;
}

/** Fin Mensajes Incidencias */

.toast-body{
    font-size: 11px;
}

.toast-header {
    /*background: #f9f9f9 !important;*/
    background: rgb(17, 17, 17);
    color: white;
    opacity: 0.95;
}

.toast{
    background: rgb(50, 50, 50);
    color: white;
    opacity: 0.95;
}

button[data-dismiss='toast']{
    opacity: 1 !important;
}

button[data-dismiss='toast'] span {
    color: white;
}

.outTemporada, .rolMaestro {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 10px;
    font-weight: 600;
    background: #ffe8a3;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.rolMaestro {
    /*background: #ffb675;*/
    background: bisque;
    font-weight: bold;
}

.outTemporada {
    background: #ffe8a3;
}

.img-carousel{
    max-height: 400px;
    overflow: auto;
}

.img-carousel > .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.img-carousel > .slider > div {
    background-color: var(--white-smoke);
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-carousel img{
    cursor: pointer;
    width: 50px;
    /*width: auto;*/
    height: auto;
    object-fit: contain;
}


.hero-image-wrapper .menu {
    text-align: center;
    margin: 20px;
    position: relative;
    margin-top: -35px !important;
    width: fit-content;
    background: white;
    margin: auto;
    border-radius: 20px;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px !important;
}

.hero-image-wrapper .menu div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-image-wrapper .menu div a {
    display: inline-block;
    color: white;
    text-decoration: none;
    background-color: #ccc;
    width: 7px;
    height: 7px;
    margin: 0px 6px;
    font-size: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.hero-image-wrapper .menu-container {
    /*position: absolute;*/
    width: 100%;
    bottom: 10px;
}

.hero-image-wrapper .menu div a.active {
    background-color: grey;
    width: 13px;
    height: 13px;
}

textarea {
    background: #fcfcfc !important;
    font-size: 11px !important;
}

.administrador {
    font-size: 11px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: bisque;
}

.dxbs-footer-row td{
    background: rgb(241, 245, 249) !important;
    font-weight: 600 !important;
}