/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/**SERFASA**/
.wd-shop-tools.woodmart-shop-tools {
    display: none;
}
.pswp__bg {
    background: rgba(0, 0, 255, 0.7);
}
div.gris img, img.gris {
    filter: grayscale(1);
    transition: 0.5s linear !important;

}
div.gris img:hover, img:hover.gris {
    filter: grayscale(0);
    transition: 0.5s linear !important;
}
h2.wpb_heading.wpb_singleimage_heading{
    font-size: 12px;
    margin-bottom: -10px;
}
.whb-top-bar .wd-nav-secondary>li>a {
    font-size: 15px !important;
}
.btn.btn-gris {
    color: #383838;
	background-color: #b8b8b8 !important;
}
.btn.btn-style-3d {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 20%);
}
.btn.btn-style-3d:hover {
    background-color: var(--wd-alternative-color) !important;
	opacity: 1 !important;
	color: white;
}
.btn, .button, button, [type="submit"], [type="button"] {
    font-size: 18px;
    font-weight: 400;
	text-transform: none;
	font-family: "Bulldog Medium", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    font-size: 18px;
}
.page-template-default.page.page-id-8785 .main-page-wrapper {
    display: none !important;
}
.page-template-default.page.page-id-8785 .whb-header {
    margin-bottom: 0px !important;
}
/**FIN SERFASA**/
/**GENERAL**/
.grecaptcha-badge{right: -286px !important;}
/*Boton Whatsapp*/
#bt-whatsapp, #bt-telefono{
    position: fixed;
    right: 16px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	transition: 0.3s all;
}
#bt-whatsapp{
    bottom: 16px;
    background-color: #4dc247;
    z-index: 100;
}
#bt-telefono{
    bottom: 85px;
    background-color: #000000;
    z-index: 101;
}
#bt-whatsapp:hover, #bt-telefono:hover{box-shadow: 2px 2px 11px rgba(0,0,0,0.7);}
#bt-whatsapp i, #bt-telefono i{
	font-size: 40px;
	display: block;
    margin-top: 11px;
}
#bt-whatsapp i{
	color:#ffffff;
}
#bt-telefono i{
	color:#a09fa2;
}
#bt-whatsapp i.fab:before{
	margin-left: 13px;
}
#bt-telefono i.fa:before{
	margin-left: 11px;
}
.scrollToTop {
	left: 20px !important;
}
.wd-sticky-social .wd-social-icon {
    margin: 10px 10px 0 0 !important;
    border-radius: 20px;
}
/*Medias Querie*/
@media screen and (max-width: 767px){
  .pc{display: none !important}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.movil{display: none !important}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.movil{display: none !important}
}
@media screen and (min-width: 1200px) {
	.movil{display: none !important}	
}
/**FIN GENERAL**/