/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.reset-mb-10 a {
    color: #333333;
	font-weight: 400;
	font-family: "Futura", Arial, Helvetica, sans-serif;
}
.reset-mb-10 a:hover {
    color: #0087ca;
}
.reset-mb-10 a img {
    border: none;
    margin-top: -3px;
}
.sub-menu-dropdown {
    background-color: #e3fbff;
}
.formfondoceleste input[type=text], .formfondoceleste input[type=email], .formfondoceleste input[type=password], .formfondoceleste input[type=search], .formfondoceleste input[type=number], .formfondoceleste input[type=url], .formfondoceleste input[type=tel], .formfondoceleste input[type=date], .formfondoceleste select, .formfondoceleste textarea {
    border: 2px solid #ffffff;
}
/*Area de título*/
.category-nav-link {
    text-transform: none;
}
.category-nav-link .category-name {
    font-weight: 500;
    font-size: 16px;
}
.category-nav-link .category-products-count {
    color: #0087ca;
    font-size: 13px;
}
/*Menu*/
.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
/**/
.banner-content-background .wrapper-content-banner {
    background-color: rgba(0, 135, 202, .8);
}
/*Color Dark*/
.color-scheme-dark {
    color: #000;
}
@charset "utf-8";
/* CSS Document */
/*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: 90px;
    background-color: #00b6e7;
    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:#ffffff;
}
#bt-whatsapp i.fa:before, #bt-telefono i.fa:before{
	margin-left: 13px;
}
div.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_pop_in.fb_customer_chat_bubble_animated_with_badge{bottom: 80px !important; right: 16px !important;}
div.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {bottom: 80px !important;right: 16px !important;}
iframe.fb_customer_chat_bounce_in_v2{bottom: 115pt !important;}
/*Fin Boton Whatsapp*/

/*Especiales*/
.textosimple{text-transform: capitalize !important; color: #4d4d4d !important; font-size: 80%}
.txtvertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.whb-general-header .woodmart-logo img {
    height: 90px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    vertical-align:middle!important;
}
tbody tr:nth-child(2n+1) td.eliminarcelda, tbody tr:nth-child(2n+2) td.eliminarcelda {
    background-color: white !important;
    border-left: none !important;
	border-top: none !important;
	padding-left: 0 !important;
}
tbody tr:nth-child(2n+1) th {
    background-color: #edfbff !important;
}
body.page tbody tr:nth-child(2n+2) th {
    background-color: white !important;
}
.scrollToTop {
    left: 20px !important;
}
.formfondoceleste input[type=text], .formfondoceleste input[type=email], .formfondoceleste input[type=password], .formfondoceleste input[type=search], .formfondoceleste input[type=number], .formfondoceleste input[type=url], .formfondoceleste input[type=tel], .formfondoceleste input[type=date], .formfondoceleste select, .formfondoceleste textarea {
    background-color: #00b6e7;
    color: #ffffff;
    font-size: 18px;
}
.formfondoceleste input[type=text]::placeholder, .formfondoceleste input[type=email]::placeholder, .formfondoceleste input[type=password]::placeholder, .formfondoceleste input[type=search]::placeholder, .formfondoceleste input[type=number]::placeholder, .formfondoceleste input[type=url]::placeholder, .formfondoceleste input[type=tel]::placeholder, .formfondoceleste input[type=date]::placeholder, .formfondoceleste select::placeholder, .formfondoceleste textarea::placeholder {
    color: #ffffff;
}
.woodmart-sticky-social .woodmart-social-icon {
    margin: 10px 10px 0 0;
	border: solid 1px #ffffff;
}
/*Media Query*/
@media only screen and (max-width: 767px){
	.deslizamientoh{overflow:scroll; overflow-y:hidden; width:100%}
	.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}	
}