/* Barra Navegación degradada */

.site-header .header-main{
  background: rgb(2,27,121);
background: -moz-linear-gradient(0deg, rgba(2,27,121,1) 0%, rgba(5,117,230,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(2,27,121,1) 0%, rgba(5,117,230,1) 100%);
background: linear-gradient(0deg, rgba(2,27,121,1) 0%, rgba(5,117,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021b79",endColorstr="#0575e6",GradientType=1); 
}

.site-brand {
	color: #ffffff;
}

/* ICONOS MENU MOVILES ** */
.klbth-icon-menu-thin {
  color: #ffffff;
}

.button-icon{
	color: #ffffff;
}

/* SEPARAR BOTON FAVORITOS */
.tinv-wraper {
  padding-top: 20px;
	padding-bottom: 20px;
}

/* OCULTAR VENDEDOR */
.store-info {
	display: none;
}
/* OCULTAR DATOS VENDEDOR */
.seller_tab {
	display: none !important;
}
/* REDONDEAR BOTON VERDER PRODUCTO */
.dokan-btn {
border-radius: 1.875rem !important;
}
/* Textos Banners Categorias */
.color-text {
	color: #ffffff;
}

/* SUSCRIPCION */
.footer-subscribe {
 background: rgb(2,27,121);
background: -moz-linear-gradient(0deg, rgba(2,27,121,1) 0%, rgba(5,117,230,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,27,121,1) 0%, rgba(5,117,230,1) 100%);
background: linear-gradient(0deg, rgba(2,27,121,1) 0%, rgba(5,117,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021b79",endColorstr="#0575e6",GradientType=1); 
	}

/* REGISTRO OCULTAR SER VENDEDOR */
.vendor-customer-registration {
	display: none;
}

/* REGISTRO A BOLETIN OCULTO */
.mailchimp-newsletter {
	display: none;
}

/* SUBIR WHATSAPP ATC */
#chaty-widget-0 .chaty-widget {
	bottom: 100px !important;
}


/* MI CUENTA OCULTAR SER VENDEDOR */
.dokan-account-migration-lists {
	display: none;
}

/* TAMAÑO DIRECCION BENEFICIARIO */ 
.woocommerce-form__label {
	font-size: 1.1rem !important;
}

/* MENSAJE CODIGOS DESPACHO */
#shipping_info_field {
	font-size: 20px;
	font-weight: bold !important;
}


/********************************/
/* OCULTAR PORCENTAJE DESCUENTO */
/*.onsale {
  display: none !important;
}*/

/* OCULTAR PRODUCTOS RELACIONADOS */
/*#related-products {
  display: none !important;
}*/
/********************************/

/* OCULTAR ENVIO */
.shipping_tab {
  display: none !important;
}


/* FONDO COMENTARIOS */
.customer-comment {
  background-color: #fafafa;
}

/* Oculta las migas de pan en pantallas móviles */
@media only screen and (max-width: 768px) {
    .woocommerce-breadcrumb,
    .breadcrumb {
        display: none !important;
    }
}
