html, body {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    html, body {
        height: 100%;
    }
}

body {
    overflow-x: hidden;
}

.woocommerce .content-area .site-main, body > .woocommerce {
    padding-top: 12px;
}

/* COLORES */
/*color prymario*/
.back_primary, search-btn-bg, .products-grid .item:hover .item-inner .item-info .info-inner .action button.button, .btn-checkout, .btn-proceed-checkout, .one-page-checkout .active .step-title .number, .btn-cancel:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .block-title, .box-hover .add-to-links li a:after, .product-view .product-shop .add-to-box .btn-cart
    /*,.our-features-box*/, .button.login, .back_primary, .my-modal .modal-dialog .modal-content .modal-header, .button.addCart, .btn-continue, .btn-quote, .button-active, .button.submit, .btn-home, .button.deleteCart, .pages .pagination > .active > a, .pages .pagination > .active > span, .pages .pagination > .active > a:hover, .pages .pagination > .active > span:hover, .pages .pagination > .active > a:focus, .pages .pagination > .active > span:focus, .buy-btn, .cd-products-comparison-table .filter, .search-btn-bg {
    background: var(--color-primario) !important;
    color: var(--color-texto-primario) !important;
}

nav, #nav li.mega-menu .level0-wrapper {
    border-color: var(--color-primario) !important;
}

#nav > li:hover > a,
.products-grid .item:hover .item-inner .item-info .info-inner .item-title a, .one-page-checkout .active .step-title h3, a, h1, h2, h3, .FontBold, .toplinks div.links div a:hover, a.block-currency:hover, .links .login, .mm-toggle, .box-category > ul > li > a.active, .color_primary, .title_top {
    color: var(--color-primario) !important;
}

footer a, .footer-description, footer h4, .block-title h2, .block-title em, .textcolor_primary {
    color: var(--color-texto-primario) !important;
}

.textcolor_primary:hover span {
    color: var(--color-texto-primario);
    transition: 0.2s;
}

/*color secundario*/
.back_secondary, .mini-cart .basket a, .tippy-tooltip.am-theme, .mega-menu, .box-hover .add-to-links li a:hover, .box-hover .add-to-links li a:hover:after, .products-grid .item .item-inner .item-info .info-inner .action button.button:hover, .view-cart, .continue, .deleteCart:hover, .btn-update:hover, .btn-empty:hover, .view_more_bnt:hover, .btn-cart:hover, .product-view .product-shop .add-to-links li a:hover
    /*,footer*/, .increase:hover, .reduced:hover, .product-view .product-shop .add-to-box .btn-cart:hover, .button.login:hover, .btn-secondary, .button.addCart:hover, .button.deleteFavorite:hover, .btn-continue:hover, .btn-quote:hover, .btn-proceed-checkout:hover, .button-active:hover, .button.submit:hover, .btn-home:hover, .button.deleteCart:hover, .buy-btn:hover, .btn-adj, .cd-products-comparison-table .filter.active {
    background: var(--color-secundario) !important;
    color: var(--color-texto-secundario) !important;
}

#toTop:hover, .pager .pages li a:hover, .mini-cart .contentResumenIcono:hover {
    background-color: var(--color-secundario) !important;
    color: var(--color-texto-secundario) !important;
}

.new_title h2 strong, .color_secondary, .icono a, .basket a:before {
    color: var(--color-secundario) !important;
}

.accordion-faq .panel-heading a, #nav > li:hover > a, #nav > li a.active {
    border-color: var(--color-secundario) !important;
}

#nav li.drop-menu ul {
    border-top: var(--color-primario) !important;
}

.resumenIcono {
    background: red !important;
}

.toast {
    background: rgb(255, 152, 0) !important;
    z-index: 999999999 !important;
}

/* Input Search Styles */
button svg {
    transition: transform .25s;
}

button:hover > svg {
    transform: scale(1.2);
}

button:focus {
    outline: none;
}

input {
    font-family: 'Lexend Deca', sans-serif;
}

input::placeholder {
    font-family: 'Lexend Deca', sans-serif;
}

input:focus {
    outline: none;
}

.searchbox {
    height: 38px;
    width: 100%;
    max-width: 100%;
    background: white;
    border-radius: 10px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
}

.searchbox > .btn-menu {
    background: transparent;
    border: none;
    cursor: pointer;
}

.searchbox > .search {
    border: none;
    width: calc(100% - 48px);
}

.searchbox > .btn-search {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* TEXTO BUSCADOR */
#search {
    font-size: 16px;
}

#searchMobile {
    font-size: 18px;
}

/* Ajustes Header Menu color oscuro */
header.site-header {
    background: #222 !important;
}

nav#main-menu-container {
    background: #222;
}

header.site-header div.nav > ul > li > a, header.site-header ul.nav > li > a {
    color: white !important;
}

header.site-header div.nav > ul li ul.sub-menu li a, header.site-header ul.nav li ul.sub-menu li a {
    color: white !important;
}

header.site-header div.nav > ul > li:hover > a, header.site-header ul.nav > li:hover > a {
    background: #6E6E6E !important;
}

header.site-header div.nav > ul li ul, header.site-header ul.nav li ul {
    background: #6E6E6E !important;
}

header.site-header div.nav > ul li ul li:hover > a, header.site-header ul.nav li ul li:hover > a {
    background: #222222 !important;
}

/* Ajustes para el layout responsive */
p {
    font-size: 16px;
}

.menu-topright-menu-container {
    width: 120%;
}

.top-menu {
    z-index: 1000;
}

.top-menu--widget {
    margin-right: 0px;
}

.menu-mobile-menu-container {
    display: none;
}

.top-menu--widget-text {
    margin-left: 0px;
    padding-left: 20px;
    font-size: 16px;
    color: #555555;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #00519a;
}

.prdctfltr_filter_title > span.prdctfltr_woocommerce_filter_title {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 200;
}

.prdctfltr_showing {
    font-weight: 200;
    line-height: 24px;

}

.special-sub {
    text-transform: none;
    font-size: 22px;
    font-stretch: extra-condensed;
    font-weight: 300;
    color: #222;
}

.subscribeformoptin {
    background-color: #424343;
    margin-top: 10px;
    padding: 10px;
    border-width: 1px;
    color: #555555;
}

.gf_browser_chrome gform_wrapper subscribeformoptin_wrapper {
    margin-top: 0px;
}

#gform_submit_button_6 {
    width: 100%;
    text-align: center;
    background-color: #2a93bd;
    color: white;
    text-transform: uppercase;
    border: none;
}

.h1ul {
    font-family: "Roboto";
    font-style: normal;
    font-size: 30px;
    font-weight: 300;
    color: #222;
    line-height: 150%;
    text-transform: none;
}

.h3ul {
    font-family: "Roboto";
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
    color: #222;
    line-height: 170%;
    text-transform: none;
}


.h4ul {
    font-family: "Roboto";
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    color: #222;
    line-height: 170%;
    text-transform: none;
}

.wpb_video_heading {
    font-size: 18px;
}

.ingredienttext {
    font-family: "Roboto";
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    line-height: 150%;
    text-transform: none;
}

ol {
    font-family: "Roboto";
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    line-height: 150%;
    text-transform: none;
}

li {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
}

.gform_description {
    display: none;
    visibility: hidden;
}

.gform_title {
    display: none;
    visibility: hidden;
}

.logo img {
    height: initial;
}

.logo-dimensions {

}

header.mobile-menu .mobile-logo {
    border-bottom: none;
}

.page-container {
    margin-top: 0px !important;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#page {
    top: -1px;
}

@media screen and (max-width: 766px) {
    .logo {
        height: 50px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .logo img {
        display: block;
    }

    .lista_menu_tot .product-image img {
        position: absolute;
        width: 55px !important;
        top: 4px;
        left: 3px;
    }

    .top-cart-content.menu-cart-contenido li.lista_menu_tot > p {
        margin-left: 104px;
    }

    .mini-products-list .lista_menu_tot .product-cant {
        left: 64px;
    }

    #page {
        top: 22px !important;
    }
}

@media screen and (max-width: 769px) {
    #page {
        /*top: 110px !important;*/
        top: 146px !important;
    }

    footer.site-footer.inverted {
        margin-top: 206px;
    }

    .tp-bullets {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    .sub-categories {
        column-count: 3 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lista_menu_tot .product-image img {
        position: absolute;
        width: 55px !important;
        top: 4px;
        left: 3px;
    }

    .top-cart-content.menu-cart-contenido li.lista_menu_tot > p {
        margin-left: 104px;
    }

    .mini-products-list .lista_menu_tot .product-cant {
        left: 64px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .lista_menu_tot .product-image img {
        position: absolute;
        width: 55px !important;
        top: 4px;
        left: 3px;
    }

    .top-cart-content.menu-cart-contenido li.lista_menu_tot > p {
        margin-left: 104px;
    }

    .mini-products-list .lista_menu_tot .product-cant {
        left: 64px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .lista_menu_tot .product-image img {
        position: absolute;
        width: 55px !important;
        top: 4px;
        left: 3px;
    }

    .top-cart-content.menu-cart-contenido li.lista_menu_tot > p {
        margin-left: 104px;
    }

    .mini-products-list .lista_menu_tot .product-cant {
        left: 64px;
    }
}

.top-cart-content {
    top: 48px;
}


/* AJUSTES MODAL */
.modal {
    z-index: 99999;
}

.modal-header {
    background-color: #222222;
}

/* Ajusten Index Page */
.vc_custom_1525277733368 {
    margin-top: 0px !important;
}

.vc_custom_1530593689907 {
    margin-top: 10px !important;
    /*background-image: url(assets/tram/wp-content/uploads/2018/05/FNL_Home-Cutting-Board_Oak_Adjusted-lr2-1024x8874297.jpg?id=7841) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1532099322250 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.vc_custom_1529610821082 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1489814654939 {
    padding-top: 500px !important;
}

.vc_custom_1530816406104 {
    padding-bottom: 20px !important;
}

.vc_custom_1487188885611 {
    padding-top: 20px !important;
}

.vc_custom_1487188875414 {
    padding-top: 20px !important;
}


/* Ajustes Top Menu */

.top-menu .col {
    min-width: unset;
}

.top-menu.top-menu--light.top-menu--columns-2 .container .row {
    width: 100%;
}

#menu-mobile-menu-1 {
    z-index: 1001;
}

.mobile-menu li a {
    font-weight: 400;
}

.fullwidthabanner ul {
    width: 100% !important;
}


/*CORRECCIONES INDEX */
.contenedor-noticias {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.contenedor-pagefooter > div {
    padding: 0;
    margin: 0;
    width: 100%;
}

.contenedor-pagefooter > div > div {
    padding: 0;
}


.owl-carousel .owl-nav button:hover span {
    color: #000 !important;
}

/*ESTILOS SLIDER*/
.btn-slider {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-slider:before {
    font-size: 20px;
    font-weight: bolder;
}

.tp-bullet {
    border-radius: 50%;
}


.social-icons {
    display: flex;
}

.social-icons a {
    padding: 5px;
}

/*CORRECCION CARRUSEL EXPLORA TRAMONTINA*/
.carousel-cells h3, .carousel-cells h4 {
    margin-top: 0;
}


/*AJUSTE MENU LISTA MUNDOS*/

#list-menu {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*width: 100%;*/
}

#main-menu-container {
    padding-left: 5px;
    display: inline-block;
    text-align: left;
}


header.mobile-menu.sticky-mobile.is-fixed-mobile {
    background: #222222 !important;
}

header.mobile-menu a.toggle-menu svg {
    fill: white;
}

header.site-header ul.nav > li > a {
    font-size: 14px;
}

.logo {
    margin: 0 !important;
    display: inline-block !important;
    width: 118px !important;
}

.logo-contenido {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#main-header-menu {
    display: block !important;
    position: relative;
    text-align: center;
}

.mini-cart {
    padding: 12px 2px;
}

.search-container {
    width: 48%;
}

#mini-cart-submenu {
    left: 0;
}

#mini-cart-submenu-content li a .mini-car-submenu-item-icon {
    width: 20px !important;
}

#btnSearch {
    right: -72px;
}

/* CORRECCIONES MODAL DETALLE */

.modal-content .product-images--main {
    width: 100%;
}

.modal-content .preview-container.slick-slide {
    height: max-content;
}

.modal-content .preview-container.slick-slide img {
    margin: 0;
    position: relative;
}

.modal-content .Padding20 {
    padding: 12px !important;
}

.modal-content .product-view {
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-content .lick-track {
    width: max-content;
}

.modal-content .thumbnail-container.slick-slide {
    margin: 6px;
}

header.site-header .main-menu {
    width: calc(100% - 140px) !important;
}

@media (max-width: 414px) {
    .modal-dialog {
        width: 95% !important;
    }
}

nav.main-menu {
    width: calc(100% - 140px) !important;
}

#menu-mobile-menu {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .logo {
        display: none !important;
    }

    .search-new {
        position: absolute !important;
        width: 90%;
        height: 40px;
        top: 7px;
    }

    button#btnSearchMobile {
        top: -3px;
    }

    input#searchMobile {
        top: 8px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #menu-mobile-menu, nav.main-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #search {
        width: calc(100% - 48px);
    }

    .menu-container {
        width: 85% !important;
    }

    .img-bar-opciones {
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .top-menu.top-menu--dark {
        z-index: 9999;
        position: fixed;
        width: 100%;
    }

    .mobile-menu.sticky-mobile.is-fixed-mobile {
        top: 58px !important;
    }

    .search-container {
        display: none;
    }

    .img-bar-opciones {
        width: 30% !important;
    }

    .menu-container {
        width: 70% !important;
    }

    .logo-dimensions.normal-logo {
        margin-left: 116px;
        width: 200px;
    }

    .tp-bullets {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    #page {
        top: 108px !important;
    }
}

@media (min-width: 767px) {
    .n-hidden-xs {
        display: none;
    }
}

@media (max-width: 540px) {
    #page {
        top: 162px !important;
    }

    #sub-menu-parent {
        max-width: 240px !important;
        width: max-content;
    }

    .mobile-menu.sticky-mobile.is-fixed-mobile {
        top: 70px !important;
    }
}

@media (max-width: 478px) {
    #sub-menu-parent {
        max-width: 224px !important;
        width: max-content;
    }

    .img-bar-opciones {
        display: none !important;
    }

    .search-container {
        display: none;
    }

    .col.right {
        width: 100% !important;
        min-width: 100% !important;
    }

    .mini-cart {
        padding: 10px 1px;
    }

    .tp-bullets {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    .sub-categories {
        column-count: 2 !important;
    }
}

@media (max-width: 414px) {
    #page {
        top: 150px !important;
    }
}

@media (max-width: 320px) {
    .mini-cart {
        padding: 6px;
    }

    #sub-menu-parent {
        /*max-width: 58px !important;*/
        max-width: 224px !important;
        width: max-content;
    }

    .top-menu--dark {
        top: -1px;
    }

    .tp-bullets {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    .mobile-menu.sticky-mobile.is-fixed-mobile {
        top: 50px !important;
    }

    #page {
        top: 142px !important;
    }

}

@media (max-width: 280px) {
    #sub-menu-parent {
        max-width: 130px !important;
        width: max-content;
    }
}

header.site-header.header-type-1.sticky {
    /*z-index: 1 !important;*/
    z-index: 999 !important;
    top: -1px;
}

/* AJUSTES REVSLIDER */
.tp-bgimg.defaultimg {
    background-size: 100% 100% !important;
}

.mobile-menu-fixed-spacer {
    display: none;
}

/* AJUSTES INPUTS */
input[type=number] {
    -moz-appearance: textfield;
}

/* AJUSTES PAGINAS DINÁMICAS */
.page .page-row {
    padding-top: 0;
}

.page .page-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.page .page-section .page-content {
    padding-top: 0;
}
