/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
h4.title_block{
	color: #c24e4e;
	border-bottom: 1px solid #949494;
}
div.ApImage h4.title_block{
	border-bottom: none;
}
nav.breadcrumb, nav.breadcrumb a{
	color:#fff!important;
}

/*ocultar miniaturas subcategorías en página de categoría*/
body.page-category div#subcategories{
	display:none;
}

/*ajustes submenú subcategorías*/
div.dropdown-menu-inner div.widget-subcategories li{
	width:33%!important;
	float:left!important;
}

/*títulos, etc*/
h4.title_block, body#contact h2, body#contact h3, body#contact h4, body#cms h2, body#cms h1{
	border-bottom: 2px solid #bd2828;
}

/*footer*/
footer#footer div.wrapper{
	font-size:16px;
}
.footer-container .ApColumn .title_block {
	font-size: 18px!important;
}

/*otros*/
div.capapuntos{
    background-color: #fff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 435px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    font-size:16px;
}
div.capapuntos img{
    background:none!important;
    margin-left:auto;
    margin-right:auto;
}
div.capapuntos div.block.ApImage{
    text-align:center;
}
@media screen and (min-width: 601px) {
	div.capapuntos{
    	width: 30%;
	}
}
@media screen and (max-width: 600px) {
	div.capapuntos{
    	margin-top:15px;
		width:95%;
	}
}

div.miTablaCookies table td, div.miTablaCookies table th{
	padding:10px;
}
div.miTablaCookies table tr{
	border-bottom:1px solid #a48383;
}

div.filakitdigital{
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.box-h4bn2 .ApImage .title_block {
    text-shadow: 0px 0px 5px #000000;
}
div.miCMStext h2{
    border-bottom:2px solid #bd2828;
}

/*scrollbar*/
/* Firefox */
html {
  scrollbar-color: #bd2828;
  scrollbar-width: thin;
}

/* WebKit and Chromiums */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #bd2828;
}

::-webkit-scrollbar-thumb {
  background: #bd2828;
  border-radius: 5px;
}
/*highlight*/
::selection {
  background: #f57d7d;
}
/*AJUSTES FICHA PRODUCTO*/
body#product .p-reference {display:block;}

/************************************************/
/******** TIPOGRAFÍAS ***************************/
/************************************************/
body#product div.p-reference{
    font-size:16px;
}
body{font-size: 15px;}
.breadcrumb ol {font-size: 15px;}

.headersHome{
    font-weight: bold;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}
@media screen and (max-width: 992px) {
    .headersHome{
        font-size: 25px;
    }
}

/************************************************/
/*************** MENÚ ***************************/
/************************************************/
.leo-megamenu .navbar-nav > li > a {
    font-size: 16px;
}
.leo-megamenu .dropdown-menu div.menu-title, .off-canvas-nav-megamenu div.menu-title{
    font-size: 16px!important;
    color: #bd2828!important;
}
.leo-megamenu .dropdown-menu div.menu-title a, .off-canvas-nav-megamenu div.menu-title a{
    color: #bd2828!important;
}
div.miSubMenu li.dropdown a, .off-canvas-nav-megamenu .navbar-nav > li > a{
    font-size: 16px!important;
}
@media screen and (max-width: 991px) {
    div.miSubMenu li.level2.dropdown, div.dropdown-menu-inner div.widget-subcategories li {
        width:100%!important;
    }
    .off-canvas-nav-megamenu .dropdown-menu ul li.level2 > a {
        color:#000;
    }
    .off-canvas-nav-megamenu .nav li.dropdown .caret {
        line-height: 29px;
    }
    .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
        color:#bd2828;
        font-weight:900;
    }
}

body#product div.js-mailalert{
    border: 2px dashed #e36262;
    border-radius: 5px;
    padding: 43px 15px 10px 15px;
    background:url(../../assets/img/backg_avisame.png) top left no-repeat;
}

/************************************************/
/*************** PRECIOS TACHADOS ***************/
/************************************************/
article.product-miniature span.precioantlistado{
    text-decoration: line-through;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
    color: #e36262;
}
body.page-product span.precioantlistado{
    text-decoration: line-through;
    font-weight: bold;
    margin-right: 10px;
    font-size: 28px;
    color: #e36262;
}
