/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');*/
/*
*
*   Custom Root
*
*/
:root {
  --theme-color-1: #0a1927;
  --theme-color-2: #12b4e7;
  --theme-color-3: #0A7EF0;
  --theme-color-4: #005BB4;
  --theme-line: #e5e5e5;
  --link: #333333;
  --link-hover: #1d9cf5;
}

body {
	overflow-x: hidden;
}
a,
p {
  font-family: "Roboto", sans-serif;
	text-decoration:none;
}
/*
*
*   Custom Text
*
*/
a {
  color: #777;
}

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

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{
	position: sticky;
	top: 0px;
    background-color: var(--theme-color-1);	
	z-index: 999;
}

#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
*
*/
.priceigv{
    color: #000;
    font-size: 17px;	
}
#menu-lat {
  box-shadow: 2px 1px 8px 1px #0000001c;
  z-index: 99999;
  background: white;
}
#masthead {
  background: var(--theme-color-1);
  position: sticky;
  top: 0;
  z-index: 999;
}
#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;
}
div.asl_m .probox .proinput{
	display: flex;
    margin-top: auto !important;
	margin-bottom: auto !important;
}
#masthead .xoo-wsc-sc-bki{
	color: #fff;
    border: 2px solid var(--theme-color-3);
    padding: 6px;
    display: block;
    border-radius: 3px;
}

#masthead #dropdownMiniCart{
	border: 0px;
	background: transparent;
	position: relative;
}

#masthead button#dropdownMiniCart img{
	filter: invert(1);
	max-width: 30px;
}

#masthead button#dropdownMiniCart .cart-items-count{
	background: var(--theme-color-1);
    padding: 2px 8px;
    border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	color: #fff;
}

/*Mini Cart*/

.header-quickcart ul.woocommerce-mini-cart, .cart-box ul.woocommerce-mini-cart{
	padding-left: 0px;
}

.header-quickcart{
	padding: 0px 20px; 
}

.header-quickcart ul.woocommerce-mini-cart li, .cart-box ul.woocommerce-mini-cart li {
    display: grid;
    grid-template-columns: 20px auto 75px;
    align-items: center;
    padding: 0px !important;
    gap: 5px;
    margin: 1rem 0;
    list-style: none;
    align-items: center;
}

.header-quickcart ul.woocommerce-mini-cart li a, .cart-box ul.woocommerce-mini-cart li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    color: #000;
}

.header-quickcart ul.woocommerce-mini-cart li a img, .cart-box ul.woocommerce-mini-cart li a img{
	padding-right: 10px;
	border-color: transparent !important;
}

.header-quickcart ul.woocommerce-mini-cart a.remove, .cart-box ul.woocommerce-mini-cart a.remove {
    font-size: 18px;
    color: red;
    display: block;
}

.header-quickcart .wp-element-button, .cart-box .wp-element-button {
    display: block !important;
    border-radius: 5px;
    padding: 10px !important;
    background: var(--theme-color-1) !important;
    color: white;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
	text-decoration: none;
}

.header-quickcart .wp-element-button:hover, .cart-box .wp-element-button:hover {
    background: var(--theme-color-2) !important;
    
}

.woocommerce .header-quickcart ul.woocommerce-mini-cart li, .woocommerce .cart-box ul.woocommerce-mini-cart li {
    grid-template-columns: 0px 20px 170px 80px;
}

/*----------------
 * BLOGS
 * --------------*/

.single-post .entry-header h1{
	font-size: 32px;
	color: var(--theme-color-1);
	margin-bottom: 0px
}

.single-post .entry-header{
	margin-bottom: 20px;
}

.single-post .entry-content h2{
	color: var(--theme-color-1);
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.single-post .entry-content h3{
	color: var(--theme-color-1);
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.single-post .entry-content ul{
	padding-left: 20px;
}

.single-post .entry-content li{
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	color:#616162
}

.single-post .entry-content li::marker{
	color: var(--theme-color-1);
}

.single-post .entry-content thead{
	background: var(--theme-color-1);
}

.single-post .entry-content thead td{ 
	color: #fff;
}

/*
 * SIDEBAR BLOG 
*/

#sidebar-wordpress .sb-wp{
	position: sticky;
	top: 0px
}

#sidebar-wordpress section{
    padding: 0px;
    background: white;
    position: relative;
    box-shadow: 2px 4px 8px 4px #0000001c;
}

#sidebar-wordpress ul{
    padding: 1.5rem 0rem;
    list-style: none;
    list-style-image: url(img/icon/right-arrow.svg);
    background: #fff;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

#sidebar-wordpress ul li {
	padding: 0.5rem 1.5rem !important;
}

#sidebar-wordpress ul li a{
	text-decoration: none;
}

#sidebar-wordpress ul li:hover a{
	color: var(--theme-color-1);
}

#sidebar-wordpress .widget-title{
	font-weight: 700;
  background: var(--theme-color-2);
    color: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px !important;
}

/*
*
*   Custom Footer
*
*/
#colophon {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  border-top-width: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#colophon .site-info,
#colophon .site-info a {
  color: #2b2b2b;
  transition: 0.3s ease-out;
  font-weight: 600;
  font-size: 14px;
}
#colophon .site-info a:hover {
  color: #373737;
}
/*
*
*   Custom Footer Widgets
*
*/
.menus-footer .sub-menu{
	display: none !important;
}

#footer-widgets .widget-title {
  color: white;
}
#footer-widgets p:nth-child(1) img {
}
#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: white;
  line-height: 2;
}
#footer-widgets a {
  color: #a2a2a2;
  transition: 0.3s ease;
}
#footer-widgets #text-24 a{
	text-decoration: none;
    color: #fff;
    display: flex;
    gap: 10px;
    border: 1px solid var(--theme-color-3);
    margin-top: 2rem;	
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    align-items: center;
	justify-content: center;
}
#footer-widgets #text-24 a:hover{
	background-color:#194161;
}
#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 .menu{
	list-style: none;
	text-align: center;
}
#footer-widgets .menu a{
	color: #999999;
}

#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;
	position:  relative;
	padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
#footer-widgets h5.widget-title:before{
    content: "";
    background: var(--theme-color-2);
    height: 6px;
    width: 55px;
    position: absolute;
    bottom: -3px;
}
#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;
	padding: .5em;
}

#footer-widgets ul.product-categories li.cat-item-15 {
	display: none;
} 

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

#footer-widgets ul li a:hover{ 
	font-weight: bold;
  color: #999999;
}

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

/* SCROLLBAR */

/* width */
#footer-widgets ::-webkit-scrollbar {
  width: 10px;
  margin-right: 10px;
}

/* 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
*
*/

/*
    Post
*/
#blog .title-post a {
  color: var(--link);
  transition: 0.3s ease-out;
  font-size: 1.3rem;
  font-weight:600;
}
#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: 6px 1.5rem;
  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;
}
/*
    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: #fff70f;
  color: #000;
}
.xoo-wsc-icon-basket1:before {
  color: var(--theme-color-3);
}

/*
*
*   MENU VERTICAL
*
*/

.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);
  /*border-radius: 10px 10px 0px 0px;*/
}
.btn-adds-menu {
  background: var(--theme-color-1);
  border: none;
  color: white;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.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;
}
.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: 990px) {
  .top-header {
    display: none;
  }
}

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;
  }
}

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

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

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


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

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

/* fin clases comunes*/

#masthead {
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) { 
	#masthead{
		display: none !important;
	}
}

/* LOGO */

.col-logo{
    border-right: solid 1px var(--theme-line);
}
.custom-logo-link img {

}

@media (max-width: 1199.98px){
	.custom-logo-link img{
	}
}

.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%;
}

/* 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: 16px;
  color: var(--theme-color-1);
  margin-bottom: 5px;
}
.header-item span {
  font-size: 14px;
  margin-bottom: 0 !important;
}

/* BOTON ATENCION */

.btn-atel {
  font-weight: bold;
  font-size: 11px;
}
a.btn-atel {
  text-decoration: none;
}
.btn-atel p {
  margin-bottom: 0 !important;
}

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

.menu-menu-principal-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-navigation li a {
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 0px;
}
.main-navigation li.current_page_item a,
.main-navigation li a:hover{
    color: var(--theme-color-3);	
    font-weight: 600;	
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  background: var(--theme-color-2);
}

#ajaxsearchlite1 .probox .promagnifier{
  width: 50px;
  height: 50px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
	height: auto !important;
}
.header2-search .wpdreams_asl_container .probox .promagnifier {
  width: 50px !important;
  height: 30px !important;
  margin-top: -1px !important;
  margin-right: 5px;
}


/* PAGINAS */

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



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

/* WIDGETS */

#sidebar-wc .widget-title{
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-1);
  text-align: left;
  padding: 10px;
  margin-bottom: 0px !important;
  text-transform: uppercase;
}

/* 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"]{
    max-width: max-content;
    background: #FEC42D;
    font-weight: bold;
    padding: 10px 2rem;
}

.contact-form-wrapper input[type="submit"]:hover{
  background: #ccad00;
}


/* 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{
}
/*
*
*   CUSTOM BLOG POST
*
*/
/*
*
*   Custom Search wp
*
*/
header.entry-header .entry-title a {
  color: var(--link);
  transition: 0.3s ease-out;
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header.entry-header .entry-title a:hover {
  color: var(--link-hover);
}
#search-post article {
  border: 1px solid #ddd;
  padding: 14px;
}

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;
}

/* CATEGORIAS EN DESPLEGABLE PLUGIN WCSCA */


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

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

/* BREADCRUMBS */

.bread-parent{
	background-image: url('https://sumifert.mercadoindustrial.pe/wp-content/uploads/2023/06/bg-breadcrumbs.webp');
	padding: 1.5rem 1rem;
	background-position-y: center;
}


/* Pages Editable */

.content-bc{
    padding: 3rem 0;	
    background-color: var(--theme-color-4);
}

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

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

#tsh_breadcrumbs li a{
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

#tsh_breadcrumbs{
    text-align: center;
    margin: 0;
}
strong.bread-current{
    color: #F6D000;
}

/* NAV MENU MOBILE */

.offcanvas-body{
  background: var(--theme-color-1);
}

.offcanvas-body #primary-menu{
  list-style: none;
  padding-left: 0;
  font-size: 24px;
  font-weight: bold;
}

.offcanvas-body #primary-menu li{
  padding-bottom: 10px;
}

.offcanvas-body #primary-menu a{
  text-decoration: none;
  color: #FFF;
}

/* OWL STAGE */
.owl-stage{
	padding: 10px 0px;	
}

/* CARRITO AL LADO */
.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout{
	/*display: none;*/
}


.cat-owl-title{
    color: #fff0 !important;
    font-weight: bold;
    padding: 10px 25px;
}
.item-thumbnail{
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-thumbnail a{
    text-decoration: none;
}
.item-thumbnail:hover {
    filter: grayscale(80%);
}

.item-thumbnail:hover h3{
    color: #fff !important;
    background-color: #000000a6;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
}

.item-thumbnail a{
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
  .item-thumbnail {
    height: auto;
    min-height: 250px;
  }
  .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .header-item {
    padding: 6px 5px;
  }
  .header-quickcart ul.woocommerce-mini-cart li,
  .cart-box ul.woocommerce-mini-cart li {
    grid-template-columns: 40px auto;
  }
}

#sidebar-wc .wcsca-icon{
	color: var(--theme-color-2);
}

#sidebar-wc div.asl_w .probox .promagnifier{
	width: 50px;
	height: 50px;
}

#sidebar-wc .widget_product_categories .wcsca-top-lvl{
	padding-left: 15px; 
}
/*#sidebar-wc .widget_product_categories .wcsca-top-lvl:hover{
    background: var(--theme-color-2) !important;
	color: white;
}

#sidebar-wc .widget_product_categories .wcsca-top-lvl:hover a{
    background: var(--theme-color-2) !important;
	color: white;*/
}

/* MINI COTIZADOR */

#app-form-coti .form-table table img {
    width: 50px !important;
	height: 50px !important;
}


body div.effect-glass {
    position: relative;
    overflow: hidden;
}
body div.effect-glass:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s,-webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
}
body div.effect-glass:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td, th {
  border: 1px solid #ddd;
  padding: 10px 15px!important;
}

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

table tr:hover {background-color: #ddd;}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--theme-color-2);
  color: white;
}