/*
*
*   Custom Root
*
*/
:root {
  --theme-color-1: #005a98;
  --theme-color-2: #3B962D;
  --theme-color-3: #0088DB;
  --text-detail: #666666;
  --theme-line: #e5e5e5;
  --link: #333333;
  --link-hover: #0088DB;
}
body {
  font-family: 'Cerebri Sans', sans-serif !important;
}
a,
p {
  font-family: 'Cerebri Sans', sans-serif !important;
}
/*
*
*   Custom Text
*
*/
a {
  color: #777;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: var(--theme-color-2);
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
ul,
ol {
  margin: 0 0 1.5em 0em;
}
li > ul,
li > ol {
  margin-left: -1.5em;
}
/*
*
*   Custom Menu Mobile
*
*/
#menu-mobile .widget_yith_wc_category_accordion ul {
  padding-left: 0;
}
#menu-mobile .widget_yith_wc_category_accordion ul li ul {
  padding-left: 50px;
}
#menu-mobile #modal-menu #primary-menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
#menu-mobile #modal-menu #primary-menu li a {
  line-height: 2;
  font-size: 1.3rem;
}
/*
*
*   Custom Cabecera
*
*/
#menu-ppal{
  background: white;
}
#menu-lat {
  box-shadow: 2px 1px 8px 1px #0000001c;
  z-index: 99999;
  background: white;
}
/* PARA STICKY */
#masthead {
  background: white;
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
	height: 156px;
    max-height: 156px;
}
}
/*
#masthead {

}
#masthead {
  background: white;
  position: sticky;
  top: 0;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
}
*/

.button:disabled {
  color: #ccc !important;
}

#masthead .barra-footer {
  background: var(--theme-color-2);
}
#masthead .barra-footer .widget {
  margin: 0;
}
#masthead .barra-footer .widget p {
  margin-bottom: 0;
  color: white;
}
#masthead .barra-footer .widget img {
  filter: invert(1);
}

#masthead #menu-principal #primary-menu {
  display: grid;
}
#masthead #menu-principal #primary-menu li {
  line-height: 3.5;
}
#menu-top {
  background: #c64f00;
}
#menu-top .widget {
  margin: 0;
}
#menu-top p,
#menu-top a {
  margin-bottom: 0px;
  font-size: 14px;
  color: white;
}
/*
*
*   Custom Footer
*
*/
#colophon {
  background-color: white;
  color: black;
  border-top-width: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#colophon .site-info,
#colophon .site-info a {
  color: #5a5a5a;
  transition: 0.3s ease-out;
  font-weight: 600;
  font-size: 14px;
}
#colophon .site-info a:hover {
  color: var(--link-hover);
}
/*
*
*   Custom Footer Widgets
*
*/
#footer-widgets {
  /*background: var(--theme-color-1) !important;*/
    background: #032754;
}
#footer-widgets .widget-title {
  /*color: var(--theme-color-2);*/
  color: white;
}
#footer-widgets p:nth-child(1) img {
}
#footer-widgets p img {
  /*filter: invert(83%) sepia(34%) saturate(5884%) hue-rotate(37deg) brightness(92%) contrast(81%);*/
}
#footer-widgets p:nth-child(4) img {
  filter: grayscale(1);
  transition: 0.3s ease;
}
#footer-widgets p:nth-child(4) img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

/*
#footer-widgets p {
  color: #a2a2a2;
  line-height: 2;
}
#footer-widgets a {
  color: #a2a2a2;
  transition: 0.3s ease;
}*/
#footer-widgets a:hover {
  color: var(--theme-color-2);
}
#footer-widgets ul {
  padding-left: 1.3rem;
  margin-bottom: 0;
}
#footer-widgets .widget {
  margin: 0;
}
#footer-widgets{
  padding: 45px 10px;
  border-bottom: solid 1px #3b962d;
}

#footer-widgets ul li a{
  text-decoration: none;
}

#footer-widgets  #nav_menu-3 .menu-menu-principal-container{
  padding-top: 0px;
  justify-content: left;
}


#footer-widgets  #nav_menu-3 .menu-menu-principal-container ul#menu-menu-principal li{
  margin-bottom: 10px;
}

#footer-widgets  #nav_menu-3 .menu-menu-principal-container ul#menu-menu-principal li a{
  color: var(--theme-line);
}

#footer-widgets  #nav_menu-3 .menu-menu-principal-container ul#menu-menu-principal li a:hover{
  color: var(--link-hover);
}

#footer-widgets h5.widget-title{
  margin-bottom: 20px;
}

#footer-widgets .product-categories{
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: 30px;
  margin-right: 30px;
}

#footer-widgets ul.product-categories li a{
  color: var(--theme-line);
}

#footer-widgets ul.product-categories li.cat-item{
  border-bottom: solid 1px #a2a2a25d;
}


#footer-widgets ul.children li.cat-item{ 
  border-bottom: none;
}

#footer-widgets ul li a:hover{ 
  color: var(--link-hover);
}

#footer-widgets ul#menu-menu-principal{
  padding-left: 0px;
}

/*------------COTIZADOR-------------*/

#form-cotizador{
    display: grid;
    grid-template-columns: 60% 37%;
    column-gap: 3%;
}
#form-cotizador .form-filter{
    grid-column-start: 1;
    grid-column-end: 3;
}
#form-cotizador .form-filter .group{
    gap: 29px;
}
#form-cotizador .form-filter .group select{
    padding: 10px;
   /* border-radius: 3rem;*/
    color: #000;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
}
#form-cotizador .form-filter .group .input{
    /*line-height: 4;*/
    font-size: 17px;
}
#form-cotizador .form-filter .group .input input{
    padding: 9px;
   /* border-radius: 3rem;*/
    margin-bottom: 2rem;
}
#form-cotizador .form-filter .group .input a{
    color: red;
}
#form-cotizador .form-filter .group .input a:before{
    content: "";
    background-image: url(/wp-content/uploads/2022/08/Logo-Reiniciar.png);
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
#form-cotizador .dataTables_wrapper {
    grid-column-start: 1;
    grid-column-end: 2;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer{
    border: 1px solid #f1f1f1;
    border-radius: 2rem;
    margin: 0;
    width: 100% !important;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th,
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td{
    border: 1px solid #f1f1f1;
    text-align: justify;
    font-weight: 400;
    padding: 10px 7px;
}    
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th.sorting.sorting_asc{
    text-align: left;
    padding: 0px 17px;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th:first-child{
   /* border-radius: 27px 0px 0px 0px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th:last-child{
   /* border-radius: 0px 27px 0px 0px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:last-child td:first-child {
  /*  border-radius: 0px 0px 0px 27px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:last-child td:last-child{
   /* border-radius: 0px 0px 27px 0px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.dtr-control{
     min-width: 100px;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.dtr-control img{
    padding: 0;
    height: 57px;
    object-fit: contain;
    width: 100%;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.sorting_1 a{
    float: left;
    margin: 0 10px;
    text-align: left;
}
#form-cotizador .table-form-cotizador{
    grid-column-start: 2;
    height: fit-content;
    grid-column-end: 3;
    border: 2px solid #f1f1f1;
  /*  border-radius: 1rem;*/
    padding: 15px;
}
#form-cotizador .table-form-cotizador h3{
    font-size: 14px;
    font-weight: 600;
}
#form-cotizador .table-form-cotizador hr{
    margin-bottom: 2rem;
    background-color: #f1f1f1;
    height: 2px;
}
#form-cotizador .table-form-cotizador table.table{
    border: 2px solid #f1f1f1;
}
#form-cotizador .table-form-cotizador table.table thead th{
    font-size: 17px;
     border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
#form-cotizador .table-form-cotizador table.table tbody tr a{
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    
}
#form-cotizador .table-form-cotizador table.table tbody td{
    border: 2px solid #f1f1f1;
}
#form-cotizador .table-form-cotizador table.table tbody tr td:last-child a{
    padding: 8px 17px;
    display: flex;
    font-size: 17px;
}
#form-cotizador .table-form-cotizador table.table tbody tr input{
    text-align: center;
    margin: 5px;
    border: 0;
    font-size: 17px;
    font-weight: 700;
}
#form-cotizador .table-form-cotizador form.form input{
    /*border-radius: 2rem;*/
    padding: 8px 23px;
    margin: 0;
    width: 100%;
}
#form-cotizador .table-form-cotizador form.form select{
   /* border-radius: 2rem;*/
    width: 100%;
    padding: 10px 15px;
    margin: 0;
}
#form-cotizador .table-form-cotizador form.form textarea{
    /*border-radius: 1rem;*/
    padding: 25px;
}
#form-cotizador .table-form-cotizador form.form button{
    /*border-radius: 2rem;*/
    padding: 13px;
    background: #39b54a;
    color: white;
    font-size: 18px;
}
#form-cotizador #datatable button{
    min-width: max-content;
    display: inline-flex;
    padding: 10px 16px;
    width: fit-content;
    margin: 0 1rem;
    background: var(--theme-color-1);
    color: white;
    border: 0;
   /* border-radius: 1rem;*/
}
#form-cotizador #datatable button:disabled{
    background:  #39b54a;
}

#form-cotizador .dataTables_wrapper .paging_simple_numbers{
    margin-top: 25px;
    border: 1px solid#f1f1f1;
    /*border-radius: 2rem;*/
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers a.disabled{
  /*  border-radius: 2rem;*/
    padding: 5px 27px;
    margin: 7px 7px 7px 32px;
    font-size: 14px;
    font-weight: 700;
    background: #e6e6e6;
    border: 0;
    color: #000 !important;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers a.next{
    margin: 0px 8px 0 7px;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers span a.paginate_button{
    margin: 1px;
    padding: 0;
    background: none;
    font-size: 17px;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers span a.paginate_button:hover,
#form-cotizador .dataTables_wrapper .paging_simple_numbers span a.paginate_button.current{
    border: 1px solid #f1f1f1;
    border-radius: 0px;
}
body.page-id-22169.xoo-wsc-cart-active{
    overflow: auto !important;
}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
    right: 0;
    display: none;
}
 .xoo-wsc-cart-active .xoo-wsc-opac {
    position: unset;
    display: none;
}
/*Slider Woocommerce*/
#slider-cat-wc .owl-carousel .owl-nav button.owl-next, #blog-slider .owl-carousel .owl-nav button.owl-next,
#slider-cat-wc .owl-carousel .owl-nav button.owl-prev, #blog-slider .owl-carousel .owl-nav button.owl-prev{
	width: max-content;
}

/*RESPONSIVE STYLE*/

@media (max-width: 1199.98px) {
    #form-cotizador{
        grid-template-columns: auto;
        gap: 1.5rem;
    }
    
    #form-cotizador .form-filter {
        grid-column-start: auto;
        grid-column-end: auto;
    }
    
    #form-cotizador .dataTables_wrapper {
        grid-column-start: auto;
        grid-column-end: auto;
    }
    
    #form-cotizador .table-form-cotizador{
        grid-column-start: auto;
        grid-column-end: auto;
    }


    
    
    
}
@media (max-width: 991.98px) {
    
    
    
    
    
    
    
}
@media (max-width: 767.98px) {
    #form-cotizador .form-filter .group{
         width: 100%;
         gap: 0;
    }
    #form-cotizador .form-filter .group .input{
        width: 100%;
        max-width: 100%;
    }
    #form-cotizador .form-filter .group .input input{
        width: 100%;
        margin-bottom: 0rem;
    }
    #form-cotizador .form-filter .group select{
        margin-bottom: 0rem;
    }
  

    #form-cotizador .dataTables_wrapper table.dataTable.no-footer thead{
        display: none;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:first-child td:first-child{
        border-radius: 27px 0 0px 0px;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:first-child td:last-child{
        border-radius: 0 27px 0px 0;
    }
   #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0px 27px;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.dtr-control{
        min-width: 91px;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.sorting_1 a{
        font-size: 12px;
    }
    #form-cotizador .table-form-cotizador{
        padding: 0px;
        border: 0;
    }
    #form-cotizador .table-form-cotizador h3{
        text-align: center;
        font-size: 15px;
        padding-top: 13px;
    }
    #form-cotizador .table-form-cotizador table.table tbody tr a{
        font-size: 11px;
        font-weight: 100;
    }
    #form-cotizador .dataTables_wrapper .paging_simple_numbers a.disabled{
        display: none;
    }
    #form-cotizador .dataTables_wrapper .paging_simple_numbers a.next{
        display: none;
    }

}
    

@media (max-width: 575.98px) {
    
   
    #form-cotizador table.dataTable.no-footer tbody .dtr-control:before{
        font-size: 25px;
        top: 38%;
        left: 1rem;
        padding: 3px;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.dtr-control img{
        padding: 5px 0;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td{
        font-size: 14px;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td span{
        font-size: 14px;
    }
    #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.sorting_1 a{
        font-size: 11px;
        margin: 0;
    }
     #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:first-child td:first-child{
        border-radius: 27px 0 0 0;
    }
   #form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:last-child td:first-child {
       border-radius: 0 0 0 27px;
    }
   
    
    
}





/* SCROLLBAR */

/* width */
#footer-widgets ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#footer-widgets ::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 5px;
}
 
/* Handle */
#footer-widgets ::-webkit-scrollbar-thumb {
  background: var(--theme-color-2); 
  border-radius: 5px;
}

/* Handle on hover */
#footer-widgets ::-webkit-scrollbar-thumb:hover {
  background: var(--link-hover);
}

/*
*
*   Custom Blog
*
*/

.barra-lat {
  height: 100vh;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.barra-lat::-webkit-scrollbar {
  width: 3px;
}
.barra-lat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.barra-lat::-webkit-scrollbar-thumb {
  background: #79b718;
  border-radius: 10px;
}
/*
*
*   Custom Blog
*
*/

/*POP UP Vendedores*/

.fog-popup-center{
	position: fixed;
    display: block;
    background: rgb(0 0 0 / 60%);
    z-index: 1031;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.slide-popup-center-show{
	bottom: calc(50% - 250px) !important;
    opacity: 1 !important;
}

.slide-popup-center {
    max-width: 400px;
    height: 500px;
    background: white;
    margin: 0;
    padding: 0;
    position: fixed;
    right: calc(50% - 200px);
    z-index: 1032;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: -100%;
    opacity: 0;
    overflow: auto;
    border-top: 8px solid var(--theme-color-2);
    padding: 1rem 1rem 0px 1rem;
}

.slide-popup-center::-webkit-scrollbar {
  width: 8px;
}
.slide-popup-center::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
}
.slide-popup-center::-webkit-scrollbar-thumb {
  background: #797979; 
}

.slide-popup-center .item-container .asesor-de-ventas-wsp {
    background: #000;
    color: white;
    padding: 4px 9px 6px 10px;
    position: absolute;
    border-radius: 50%;
    right: 0px;
    top: 0;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}
/*
    Post
*/
#blog .title-post a {
  color: var(--link);
  transition: 0.3s ease-out;
  font-size: 1.3rem;
}
#blog .title-post a:hover {
  color: var(--link-hover);
}
#blog .catag {
  line-height: 2.3;
}
#blog .catag a {
  background: #74747470;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  transition: 0.3s ease-out;
  font-size: 0.8rem;
}
#blog .catag a:hover {
  background: #747474;
}
#blog .vermas a {
  background: var(--link-hover);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: 3;
  transition: 0.3s ease-out;
}
#blog .vermas a:hover {
  background: var(--link);
}
#blog .border-gris {
  border: 1px solid var(--theme-line);
  border-radius: 5px;
  padding: 1rem 0;
}
#blog .cate-img img {
  border-radius: 5px;
}
#main .pagination {
  justify-content: center;
}
#main .pagination .nav-links span.page-numbers {
  color: var(--link-hover);
}
#main .pagination .nav-links .page-numbers {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--link);
  transition: 0.3s ease-out;
  margin: 0 5px;
}
#main .pagination .nav-links a.page-numbers:hover {
  color: var(--link-hover);
}

/*
    Sidebar
*/
#sidebar-wordpress .widget-area {
  border: 1px solid var(--theme-line);
  padding: 0px 13px 0px 13px;
  border-radius: 5px;
  position: sticky;
  top: 10px;
}
#sidebar-wordpress .widget {
  margin: 1.5em 0 1.5em;
}
#sidebar-wordpress form.search-form label {
  width: 100%;
}
#sidebar-wordpress input[type="search"] {
  border-radius: 0;
  border-color: #d2d2d2;
  font-size: 1rem;
  padding: 5px;
}
#sidebar-wordpress input[type="submit"] {
  border: 0;
  border-radius: 0;
  position: relative;
  background-image: url(img/icon/search-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: var(--link-hover);
  font-size: 0;
  padding: 17.2px;
  margin: 0px 0px 0px -5px;
  top: -43.5px;
  float: right;
  transition: 0.3s ease;
}
#sidebar-wordpress input[type="submit"]:hover {
  background-color: var(--link);
}
#sidebar-wordpress a {
  color: #333333;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  font-weight: 500;
}
#sidebar-wordpress a:hover {
  color: #a0ce4e;
}
#sidebar-wordpress ul {
  list-style: none;
  list-style-image: url(img/icon/right-arrow.svg);
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
#sidebar-wordpress .widget-title {
  color: #333333;
}
/*
    End Sidebar
*/


/*
*
*   Plugin Contact Form
*
*/
#contact-page input[type="text"],
#contact-page input[type="email"],
#contact-page input[type="url"],
#contact-page input[type="password"],
#contact-page input[type="search"],
#contact-page input[type="number"],
#contact-page input[type="tel"],
#contact-page input[type="range"],
#contact-page input[type="date"],
#contact-page input[type="month"],
#contact-page input[type="week"],
#contact-page input[type="time"],
#contact-page input[type="datetime"],
#contact-page input[type="datetime-local"],
#contact-page input[type="color"],
textarea {
  padding: 10px;
  margin-bottom: 1rem;
}
#contact-page button,
#contact-page input[type="button"],
#contact-page input[type="reset"],
#contact-page input[type="submit"] {
  padding: 10px 1rem;
}

/*
*
*   Plugin yith quick view
*
*/
#yith-quick-view-modal .yith-wcqv-main {
  padding: 1rem;
}
#yith-quick-view-modal .yith-wcqv-main figure {
  border: 1px solid var(--theme-line);
}

/*
*
*   Plugin SideBar
*
*/
.xoo-wsc-footer a.button {
  margin: 6px 0;
  background: var(--theme-color-2) !important;
  color: white !important;
}

.xoo-wsc-footer #continue-wsp {
  padding: 10px !important;
  border-radius: 5px !important;
}
.xoo-wsc-footer a.button:hover {
  background: var(--theme-color-1) !important;
}

.xoo-wsc-items-count {
  background-color: var(--theme-color-2);
  color: #ffffff;
}
.xoo-wsc-icon-basket1:before {
  color: var(--theme-color-3);
}

/*
*
*   MENU VERTICAL
*
*/

#content{
  margin-top: 156px;
}

.main2-navigation li a {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.main2-navigation li:hover a {
  color: var(--theme-color-1);
}
.menu-two-btns {
  background: var(--theme-color-2);
}
.btn-adds-menu {
  background: var(--theme-color-1);
  border: none;
  color: white;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 30px;
  padding: 0px;
}

.btn-adds-menu:hover{
  color: white;
}
.btn-categ {
  /*border-radius: 10px 0px 0px 0px;*/
}
.btn-follow:hover {
  background: #eaebf0 !important;
  color: var(--theme-color-2);
  /*border-radius: 0px 10px 0px 0px;*/
}

.dropdrop {
  position: relative;
  display: inline-block;
}

.dropdrop-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 100;
}

.dropdrop:hover .dropdrop-content {
  display: block;
}

.top-header {
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
  background: var(--theme-color-1);
}
.top-header-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
  padding: 0px 10px;
}
.top-header-item p {
  margin-bottom: 0 !important;
}
.top-header-item.thi-1 {
  justify-content: start !important;
}
.top-header-item.thi-2 {
  justify-content: end !important;
}

@media (max-width: 768px) {
  .top-header {
    display: none;
  }
}

.top-header-mobile {
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
  background: var(--theme-color-1);
}

button.close {
  background: var(--theme-color-2) !important;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.9;
}
button.close span {
  font-size: 32px;
  font-weight: bold;
  color: #03079f !important;
}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {
  border-bottom: 1px solid #e5e5e5 !important;
}

h3.ywcca_widget_title {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1420px !important;
  }
}


/*---------DISPLAY FOOTER APP-------------*/

@media (max-width: 768px) {
  #footer-widgets {
    display: none;
  }
  #content {
    margin-top: 0px;
  }
  #masthead {
    display: none;
  }
}

/*---------MY CUSTOM CSS---------*/

/* SOCIAL BUTTONS */
a.facebook-button {
  background: var(--theme-color-2) !important;
  color: #fff;
  padding: 10px;
  border-radius: 25px;
  margin-left: 15px;
}

a.whatsapp-button {
  background: var(--theme-color-2) !important;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  margin-left: 15px;
}

a.youtube-button {
  background: var(--theme-color-2) !important;
  color: #fff;
  padding: 10px;
  border-radius: 25px;
  margin-left: 15px;
}

a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

li.current-cat a{
	color: var(--theme-color-2);
	font-weight: bold;
}


/*
*   CABECERA
*/
/* inicio clases comunes*/
.col-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.vert-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* fin clases comunes*/

/* LOGO */

.custom-logo-link img {
  max-height: 90%;
  height: auto;
  width: 75%;
}

.custom-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.custom-col {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

/* BUSCADOR */

.header2-search {
  display: flex;
  vertical-align: middle;
  width: 100%;
  /*margin: 10px 0px;*/
  /*height: 100%;*/
}

.header2-search .widget {
  margin-bottom: 0;
}
.header2-search .widget-title {
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.header2-search .wpdreams_asl_container {
  padding: 0 !important;
  border-radius: 10px !important;
  margin: auto !important;
}

.search-menu{
    width: 100%;
    height: 100%;
}
.search-menu .my-ppal-menu{
  width: 100%;
  height: 100%;
}
.search-menu .my-ppal-menu ul#primary-menu{
  height: 100%;
}

/* ITEMS DE LA CABECERA */

.header-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  
  padding: 0px 10px;
}
.header-item p {
  font-weight: bold;
  font-size: 18px;
  color: var(--theme-color-1);
}
.header-item span {
  font-size: 14px;
  margin-bottom: 0 !important;
}

/* BOTON CARRITO */

.btn-carrito {
  font-weight: bold;
  font-size: 16px;
  color: white;
  border-radius: 25px;
  background-color: var(--theme-color-1);
  padding: 10px 15px;
}

.btn-carrito:hover {
  color: white !important;
}

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}

.btn-carrito p {
  margin-bottom: 0 !important;
}

/* MENU PRINCIPAL */
.col-nav-menu{
  border-top: solid 1px var(--theme-line);
}

.menu-menu-principal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
}

.menu-menu-principal-container ul li.current_page_item a {
  color: var(--theme-color-2);
  font-weight: bold;
}

.main-navigation li a {
  color: var(--theme-color-1);
  text-align: left;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 0px;
}
.main-navigation li:hover a {
  color: var(--theme-color-2);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  /*background: var(--theme-color-2);*/
  background: #ffffff;
}

#ajaxsearchlite1 .probox {
  padding: 5px !important;
}
#ajaxsearchlite1 .probox .promagnifier{
  width: 45px;
}
.header2-search .wpdreams_asl_container .probox .promagnifier {
  width: 50px !important;
  height: 30px !important;
  margin-top: -1px !important;
  margin-right: 5px;
}
.promagnifier .innericon {
  border-radius: 4px !important;
}

/* PAGINAS */

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.item-thumbnail:hover {
  filter: grayscale(80%);
}

/* INICIO OFERTA */
a.wsp-oferta-button {
  background: var(--theme-color-2);
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}
a.wsp-oferta-button:hover {
  color: #fff;
  background: var(--theme-color-1);
}
a.wsp-oferta-button:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/ozado/img/wc-buttons/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  filter: grayscale(1) brightness(10);
  margin: 1px 3px -5px -2px;
}

/* CONTACTANOS */

a.wsp-contact-button {
  background: #25D366;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 0.5rem 0.9rem;
}
a.wsp-contact-button:hover {
  color: #fff;
  background: var(--theme-color-1);
}
a.wsp-contact-button:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/ozado/img/wc-buttons/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  filter: grayscale(1) brightness(10);
  margin: 1px 3px -5px -2px;
}

.wsp-contact-button {
  background: #25D366;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 0.5rem 0.9rem;
}
.wsp-contact-button a{
	color:white;
}
.wsp-contact-button:hover {
  color: #fff;
  background: var(--theme-color-1);
}
.wsp-contact-button:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/ozado/img/wc-buttons/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  filter: grayscale(1) brightness(10);
  margin: 1px 3px -5px -2px;
}


/* WIDGETS */

#sidebar-wc .widget-title{
  font-weight: 700;
  font-size: 20px;
}

/* CONTACT FORM */

.contact-form-wrapper input{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.contact-form-wrapper input:focus{
  outline: solid 1px var(--theme-color-3);
}

.contact-form-wrapper textarea:focus{
  outline: solid 1px var(--theme-color-3);
}

.contact-form-wrapper input[type="submit"]{
	width: 30%;
  background: var(--theme-color-2);
  color: #fff;
  font-weight: bold;
}

.contact-form-wrapper input[type="submit"]:hover{
  background: var(--link-hover);
}
.ficha-manual{
	display: flex;
    gap: 2rem;
    padding-top: 1rem;
}
.ficha-manual a{
border: 1px solid #ddd;
    padding: 10px 2rem;
    border-radius: 10px;
    display: flex;
    gap: 10px;
}
.ficha-manual .manual-uso:before{
    content: "";
    background-image: url(/wp-content/uploads/2023/09/manual.png);
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ficha-manual .ficha-tecnica:before{
	content:"";
	background-image: url(/wp-content/uploads/2023/09/ficha-tecnica.png);
	width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* HEADER SEACH */

.search-header{
  background: var(--theme-color-1);
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  padding: 45px 35px;
  position: absolute;
  width: 100%;
  left: 0;
}

/* GRAL HEADER*/

.gral-header{
  margin-bottom: 3rem;
}
/*
    Blog Title
*/

/*
*
*   CUSTOM BLOG POST
*
*/
header.entry-header .entry-title a{
  /*padding-bottom: 5px;*/
  text-decoration: none;
}
header.entry-header .entry-meta a {
  color: var(--link);
  transition: 0.3s ease-out;
  text-decoration: none;
}
header.entry-header .entry-meta a:hover {
  color: var(--link-hover);
}
footer.entry-footer .catag {
  line-height: 3;
}
nav.woocommerce-pagination ul li a:focus,
#product-wc nav.woocommerce-pagination ul li a:hover,
#product-wc nav.woocommerce-pagination ul li span.current {
  background: #001d7e;
  color: white;
}
footer.entry-footer .catag a:hover {
  background: #747474;
}
footer.entry-footer .post-edit-link {
  background: #007bff;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}
nav.navigation {
  line-height: 2;
}
nav.navigation .nav-previous a,
nav.navigation .nav-next a {
  background: var(--link);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s ease-out;
}
nav.navigation .nav-previous a:hover,
nav.navigation .nav-next a:hover {
  background: var(--link-hover);
}
.comments-link{
  display: none;
}

.navigation.pagination{
  margin-bottom: 45px;
}
/*
*
*   Custom Search wp
*
*/
header.entry-header .entry-title a {
  color: var(--link);
  transition: 0.3s ease-out;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 15px;
}
header.entry-header .entry-title a:hover {
  color: var(--link-hover);
}
#search-post article {
  border: 1px solid #ddd;
  padding: 14px;
}

/* CATEGORIAS EN DESPLEGABLE PLUGIN WCSCA */


ul.children.wcsca-expand{
  list-style: none;
}

li.cat-item{
  list-style: none;
}

/* BREADCRUMBS */
/* Single Product Page */
#single-product-wc #tsh_breadcrumbs .separator{
  font-size:20px;
  color:#ccc;
  font-weight:100;
}

#single-product-wc #tsh_breadcrumbs li{
  margin-right:14px;
  display:inline-block;
  vertical-align:middle;
}

#single-product-wc #tsh_breadcrumbs li a{
  font-weight: 300;
  color: #8b8b8b;
}

#single-product-wc #tsh_breadcrumbs{
  overflow:hidden;
  text-align: center;
  list-style:none;
  padding-left: 0px;
  background: #5e5e5e14;
  padding: 15px;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
#single-product-wc strong.bread-current{
  color: var(--theme-color-2);
}

/* Pages Editable */

#tsh_breadcrumbs .separator{
  font-size:20px;
  color:#ccc;
  font-weight:100;
}

#tsh_breadcrumbs li{
  margin-right:14px;
  display:inline-block;
  vertical-align:middle;
}

#tsh_breadcrumbs li a{
  font-weight: 500;
  color: #8b8b8b;
  text-decoration: none;
}

#tsh_breadcrumbs{
  list-style:none;
  padding-left: 0px;
  padding: 15px;
  margin: 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
strong.bread-current{
  color: var(--theme-color-1);
}

/* CANVAS MENU */

/* CONTACT MENU */

.contact-canvas .offcanvas-body{
  background-color: var(--theme-color-1);
  padding: 30px;
}

.contact-canvas .offcanvas-body h4{
  color: white;
  font-size: 18px;
  margin-top: 20px;
}

.contact-canvas .offcanvas-header{
  background-color: var(--theme-color-1);
  border-bottom: solid 1px #3b962d;
  padding: 30px;
}

.contact-canvas .offcanvas-header .btn-close {
  border: solid 2px #FFF;
  background-color: white;
}

.contact-canvas .offcanvas-body p {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 15px;
}

.contact-canvas .offcanvas-body p a{
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}


/* CANVAS MENU MOBILE */

.offcanvas.menu-mobile-oc{
  background-color: transparent;
}

.offcanvas.menu-mobile-oc .offcanvas-body ul#menu-mobile{
  list-style: none;
  padding-top: 35px;
}

.offcanvas.menu-mobile-oc .offcanvas-header{
  background-color: white;
 }

.offcanvas.menu-mobile-oc .offcanvas-body{
 background-color: #005a98e8;
}

.offcanvas.menu-mobile-oc .offcanvas-body li{
  padding: 15px 0px;
 }

.offcanvas.menu-mobile-oc .offcanvas-body a{
  color: white;
  font-size: 20px;
}

.offcanvas.menu-mobile-oc .offcanvas-body ul li.current_page_item a{
  font-weight: 600;
  color: var(--theme-color-2);
}


/* CATGORIAS MOBILE */

.offcanvas-body ul.product-categories{
  padding-left: 5px;
}

/* TABLAS */


table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

table td, th {
  border: 1px solid #eaedff;
  padding: 10px 15px!important;
  text-align: center;
}

table tr:nth-child(even){padding: 20px;background-color: #f7f7f7;}

table tr:hover {background-color: #eaedff;}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: white;
  color: #9B9B9B;
}

table tr:last-child {background-color: transparent}

/* LISTAS */

ul:not([class]) li {
  list-style: none;
}
ul:not([class]) li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-color: var(--theme-color-3);
  -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/cheque.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

ul.list li {
  list-style: none;
}
ul.list li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-color: var(--theme-color-3);
  -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/cheque.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}


/* INPUT NUMBER */

input:focus{
 outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}


select{
  border: 2px solid #e5e5e5;
}



/* STICKY BUTTON */

.sticky-slider {
  position: fixed;
  top: 50%;
  border: none;
  border-radius: 0px 0px 15px 15px;
  background-color: var(--theme-color-2);
  color: #fff;
  z-index: 199;
  padding: 10px 20px;
  margin: 0;
  right: -62px;
  font-size: 18px;
  font-weight: 400;
  -moz-transform: rotate(90.0deg);  /* FF3.5+ */
  -o-transform: rotate(90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90.0deg);  /* Saf3.1+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=90 deg);  /* IE6,IE7 */    
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=90)"; /* IE8 */
  cursor: pointer;
}

.sticky-slider a{
	color: white !important;
}

.sticky-slider:hover{
  background-color: var(--theme-color-1);
}



/* MEGA MENU */
@media screen and ( min-width: 500px ) {
  .main-navigation ul:hover li ul,
  .main-navigation ul:hover li ul li ul {
      display: inherit;
  }
}

ul.sub-menu li ul.sub-menu{
  box-shadow: none;
}

.main-navigation ul li.has-mega-menu:hover ul.sub-menu {
  position: absolute;
  width: 300px;
  background-color: #fff;
  padding: 20px 0px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: block;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 5px;
  border-top: solid 5px var(--theme-color-1);
  box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.main-navigation li.has-mega-menu {
  position: static;
  display: flex;
  align-items: center;
  height: 100%;
}


ul.sub-menu li.has-mega-menu ul.sub-menu{
  box-shadow: none;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column{
  display: block;
  border-bottom: solid 1px #7070702b;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column:last-child{
  border: none;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column a {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
  padding: 5px 20px;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column ul li {
  border-bottom: solid 1px #7070702b;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column ul li:last-child {
  border: none;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column a:hover {
  color: var(--theme-color-2);
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column ul{
  display: none;
  border-top: solid 5px var(--theme-color-1);
  left: 100%;
  top: 0 !important;
  padding: 10px 0px;
  box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column:hover ul{
  display: block;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column ul a {
  width: 100%;
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500;
  padding: 5px 15px;
}

.main-navigation ul li.has-mega-menu ul.sub-menu li.mega-menu-column ul a:hover {
  color: var(--theme-color-2);
  font-weight: 500;
}




/* SPECIAL CSS TO FOOTER COLUMN NUMBER 3*/

.phone-footer{
  display: flex;
}


.phone-footer i{
  color: #dbdbdb;
  padding: 10px;
  border-radius: 30px;
  border: dotted 2px #dbdbdb;
  height: 40px;
  width: 40px;
}

.phone-footer p{
  padding: 0px 10px;
  color: #FFF;
}


.phone-footer a{
  color: #FFF;
  font-weight: 500;
}

.btn-footer-custom{
  background-color: var(--theme-color-2);
  padding: 10px;
  margin-top: 15px;
  border-radius: 20px;
}

.btn-footer-custom:hover{
  color: white !important;
}


/* OWL CARRUSEL */

.owl-carousel .owl-stage-outer {
  width: 100% !important;
  padding-bottom: 20px;
}


/* ACORDEON */

#woocommerce_product_categories-3 i.fa{
  color: #777;
}

/* BANNER CATEGORIAS */

#banner-cat{
  overflow:hidden;
  text-align: center;
  list-style:none;
  padding-left: 0px;
  padding: 15px;
  margin-bottom: 50px;
  position: absolute;
  width: 100%;
  left: 10px;
}

.mt-cat-custom{
  margin-top:250px;
}


@media (max-width: 768px) {
  .mt-cat-custom{
    margin-top:295px;
  }
 .section-asesoras .vc_column-inner{
		background-image: none !important;
		background: #005897 !important;
	}
}


/* POPUPMAKER */

#popmake-5975{
	height: 500px;
    overflow-y: scroll;
	width: 600px;
}

.boton-wsp{
	margin-top: 20px;
}

#continue-wsp{
	background: #25d366;
	 border-radius: 25px;
    padding: 15px;
    text-align: center;
	color: #fff;
	font-weight: 500 !important;
	display: flex;
}

.nombre-wsp{
	margin-bottom: 10px;
}


.widget-title .product-categories ul, ol {
	margin: 0px  !important;
	
	padding-left: 0px !important;
}
