nav.vt-menu-m.vt-st1 {
    font-family: Lato;
    background: white;
}

header#header {
    background: white;
}

.headerresto i {
    color: #464646;
}

/*.vtui-main-content {
    max-width: 100%;
}*/
.modal-backdrop {
    z-index: 1;
}

.paypal-mark {
    border: 0 !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.paypal-mark img {
    height: auto !important;
}

.sub.taxes {
    display: none;
}




#product #main {
    background: white;
    border-radius: 10px;
}

#product .page-content {
    padding-top: 8px;
}

#product .vtui-pro-res {
    border-left: 1px solid #ececec;
}

.vtui-pro-res-content {
    position: sticky;
    top: 100px;
}
 


#content_thumbs ul li {
    position: relative;
    height: 100%;
    display: block;
}

#content_thumbs ul li img.thumb js-thumb {
    margin-bottom: 0;
}

#content_thumbs img.thumb.js-thumb {
    border-radius: 5px;
}

#product .vtui-pro-img .tabs {
    display: inline-block;
    width: 100%;
}

.btm-pro-zoom-thumb {
    align-items: center;
    background-color: hsla(0, 0%, 50%, .3);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    border-radius: 5px;
}

.product-images>li.thumb-container .thumb {
    margin-bottom: 0;
}

#product .vui-btm-pro-zoom {
    border-radius: 5px;
}

.btm-pro-zoom-thumb:hover {
    opacity: 1;
}

.product-comments-list-header,
#product #tab-content-GPSR h3,
.title_section {
    color: white;
    background-color: var(--color-btn-bg-hover);
    background-color: #474747;
    padding: 10px 2em;
    min-height: 40px;
    font-size: 1.2em;
    position: sticky;
    top: var(--vt-header-ha, 100px);
    z-index: 3;
    text-align: center;
}

section .title_section span {
    font-size: 1em;
    font-weight: 700;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    background: transparent;
}

section.zonesection .title_section {
    padding-top: 8px;
}

#product #bloqueextra-0.bloqueextra {
    font-size: 0.9em;
}

.btm-pro-zoom-thumb .zoom-in {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 0.5em;
    cursor: pointer;
    display: inline-flex;
    display: flex;
    font-size: 1.5em;
    justify-content: center;
    line-height: 1;
    padding: 1em;
}

@media (min-width: 1200px) {
    #product #wrapper .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .vtui-main-content {
        max-width: var(--vt-max-weight-content);
    }

    #product #wrapper .container nav.breadcrumb {
        max-width: var(--vt-max-weight-content);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }


}

@media (max-width: 1600px) {
    .headerresto {
        padding-right: 1%;
    }

    .headermenuhamburguer #menu-btn-text {
        display: none;
    }

    .headermenuhamburguer {
        justify-content: flex-start !important;
    }

    .vt-btn-menu {
        padding-left: 10%;
    }

    .vtui-main-content.header-a-content,
    .vt-menu-content-root.vt-lu-root {
        max-width: 100% !important;
    }


}

@media (min-width: 1000px) {
    .vt-menu-m.vt-st1 .vt-a-0 .vt-menu-img {
        position: relative;
        top: -7px;
    }
}

@media (max-width: 1000px) {
    .vtui-subcategory-content {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    nav.vt-menu-m.vt-st1 {
        min-height: 135px;
    }

    .vt-menu-m.vt-st1 .vt-a-0 {
        min-height: 116px;
        /*min-height: 114px;
        height: 114px;*/
    }

    .vt-menu-m.vt-st1 .vt-a-0 .vt-menu-lab {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.75em;
        line-height: 13px;
        padding: 5px;
        min-width: 7em;
        font-weight: 800;
        text-transform: uppercase;
        padding-left: 10px;
        text-align: center;
    }
}

@media only screen and (min-width : 769px) and (max-width : 1599px) {
    .vt-btn-menu {
        font-size: 2.8em !important;
        padding-left: 10% !important;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1799px) {
    .headerresto {
        padding-right: 1%;
    }
}


@media (min-width: 768px) {
    .logo-head-prin-mobile {
        display: none !important;
    }

    .vt-menu-m.vt-st1 .vt-a-0 .vt-menu-img {
        position: relative;

    }

    .vt-menu-m.vt-st1 .vt-a-0 .vt-menu-lab {
        min-width: 115px;
    }



    .blockheader {
        box-sizing: border-box;
        /* Asegura que el padding y border no afecten el ancho total del elemento */
    }

    .headerlogo {
        flex-basis: 15%;
        /* Ocupa el 20% del ancho */
    }

    .headermenuhamburguer {
        flex-basis: 15%;
        /* Ocupa el 5% del ancho */
        /*position: relative;
        top: 5px;*/
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .headersearch {
        flex-basis: 50%;
        /* Ocupa el 5% del ancho */
    }

    .headerresto {
        flex-grow: 1;
        /* Ocupa el resto del espacio disponible */
        flex-basis: 20%;
        /* En teoría esto define el 75% restante, pero con flex-grow se ajustará automáticamente */
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        gap: 30px;
        color: #464646;
    }

    .headerresto .vt-btn-icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        text-decoration: none;
        line-height: 1;
        gap: 10px;
    }

    .headerresto a {
        font-size: 2em;
    }

    .headerresto a.vt-user-not-login {
        font-size: 2.5em;
    }

    .vt-root-user-not-login .headerresto .vt-btn-icon .vt-btn-lab {
        font-size: 0.5em;
    }

    .vt-root-user-login .headerresto span.vt-btn-lab {
        font-size: 18px;
    }

    .headerresto .vt-btn-icon.vt-btn-event-cart .vt-btn-lab {
        font-size: 0.65em;
    }

    .blockheader.headerlogo .img-fluid {
        max-width: 243px;
        height: auto;
    }

    .vt-btn-menu {
        position: relative;
        /*top: 5px;*/
        font-size: 2em;
        padding-left: 0;
    }

    .vt-root-user-not-login .headerresto .fa-user {
        font-size: 0.75em;
    }

    .headerresto .fa-shopping-bag {
        font-size: 0.8em;
    }

    .headermenuhamburguer #menu-btn-text {
        font-size: 1.2em;
        /*top: -3px;*/
        padding-left: 15px;
        position: relative;
    }
}

@media (max-width: 768px) {
    .vt-menu-content-root.vt-lu-root {
        overflow: auto;
    }

    .vt-menu-m.vt-st2 .vt-a-0 {
        padding: 2px 8px;
        border-left: 1px solid #fff;
    }

    .vt-menu-m.vt-st2 .vt-menu-link.vt-a-0 .vt-menu-lab {
        font-size: 0.75em;
    }

    .vt-menu-m.vt-st1 .vt-menu-content-root {
        margin-top: 5px;
    }

    .vt-btn-menu,
    .search-form-inp {
        padding-left: 0;
    }


    header .logo-head-prin {
        display: none;
    }

    header .logo-head-prin-mobile {
        display: inline-block;
    }

    .logo-head-prin-mobile img {
        max-width: 55px !important;
        min-width: 55px !important;
    }

    header#header {
        max-width: 100%;
        overflow: hidden;
    }

    .vt-menu-m.vt-st1 .vt-a-0 .vt-menu-lab {
        min-width: 120px;
    }

    #searchModal h5 {
        max-width: 80%;
        float: left;
    }

    .vt-btn-menu {
        font-size: 2.8em;
    }

    .headerlogo {
        flex-basis: auto;
        flex-grow: 1;
    }

    .headermenuhamburguer {
        flex-basis: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center !important;
        align-items: center;
        flex-grow: 1;
        position: relative;
        top: 2px;
    }

    .headersearch {
        flex-basis: auto;
        justify-content: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center !important;
        align-items: center;
        flex-grow: 1;
        margin-right: 0px;
    }

    .headerresto {
        flex-grow: 2;
        flex-basis: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly !important;
        gap: 30px !important;
        color: #464646;
        /*max-width: 108px;
        min-width: 108px;*/
        padding-right: 0% !important;

    }

    .headerresto .vt-btn-icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        text-decoration: none;
        line-height: 1;
        gap: 10px;
    }

    .headerresto a {
        font-size: 2em;
    }

    .search-form-inp {
        padding-left: 0;
    }


    .headerresto a.vt-user-not-login {
        font-size: 2.5em;
    }

    .headerresto .fa-shopping-bag {
        font-size: 2em;
    }

    .search-form-inp {
        border: 0;
    }

    .headersearch label.search {
        background-color: transparent;
    }

    .headersearch label.search i {
        color: #464646;
        font-size: 1.4em;
    }

    .header-a #search_widget .search {
        display: flex;
    }

    #search_widget {
        overflow: visible !important;
    }
}

@media (max-width: 991px) {
    .headerresto .vt-btn-lab {
        display: none !important;
    }

    .headerresto .fa-user {
        font-size: 1em;
    }

    .headerresto .fa-shopping-bag {
        font-size: 1em;
    }
}


@media (max-width: 1750px) {

    .vt-menu-m.vt-st1 .vt-a-0 .vt-menu-lab {
        min-width: 90px;
    }

    #header .header-a {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#product .products .thumbnail-container {
    border: solid 1px #ececec;
}

@media (max-width:1000px) {


    

    #product #footer {
        display: none;

    }

    #product>main {
        margin-bottom: 150px;
    }

    #product .products .btn-card-small {
        display: none;
    }



    #product .product-miniature .thumbnail-container .product-thumbnail img {
        border: none
    }

    #product .products {
        display: flex;
        flex-wrap: nowrap;
        grid-gap: 6px;
        gap: 6px;
        justify-content: flex-start;


    }

    .vui-related-products-section {
        overflow-x: auto;
        padding-bottom: 10px;
        max-width: 100%;
    }

    #product .product-miniature {
        min-width: 260px;
        width: 260px;
    }
}