/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.pswp__bg {
    background: rgba(0, 0, 255, 0.7);
}
/*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: #0000ff;
    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{
	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;
}
a.wptwa-account.whatsapp-custom-styled.wptwa-wc-button span {
    font-size: 18px;
    font-weight: 600;
	text-shadow: 0 2px 1px rgb(0 0 0 / 20%), 0 0 18px rgb(0 0 0 / 20%);
}
/*Productos*/
a.botonestandar {
    background-color: #0000ff !important;
    border-color: #0000ff !important;
}

a.botonestandar:hover {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}
form.cart{
    display: none;
}
.wd-hover-icons:hover .wrapp-buttons {
    display: none;
}
/*Divisas*/
.woocs-style-for-menu-dialog {
    position: absolute;
    text-align: center;
    background: #4478a0;
    margin: 23px 0 4px -2px !important;
    display: inline-block;
    width: 256px;
    box-shadow: 0px 0px 8px rgba(68, 140, 160, 0.5);
	z-index: 1000;
	left: 0;
}
.woocs-style-for-menu-dialog:after,
.woocs-style-for-menu-dialog:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.woocs-style-for-menu-dialog:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #5C9CCE;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}
.woocs-style-for-menu-dialog:before {
    border-color: rgba(170, 170, 170, 0);
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}
.woocs-style-for-menu-dialog .woocs-style-for-menu-title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #5189B5;
    border-width: 0px 0px 1px 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-top: 8px;
    padding: 8px 16px;
    background: #5C9CCE;
    box-shadow: 0px 1px 4px rgba(68, 120, 160, 0.1);
    font-size: 16px;
    line-height:2em;
}
.woocs-style-for-menu-dialog .woocs-style-for-menu-title:first-child {
    margin-top: -4px;
}

.woocs-style-for-menu-form
{
    padding:16px;
}
.wd-header-text.divisa {
    text-transform: uppercase !important;
    text-align: center;
    background-color: #1c7f06;
    color: white;
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
	position: relative;
}
.woocs-style-for-menu-dialog {
    background: #1c7f06 !important;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 50%) !important;
}
.woocs-style-for-menu-dialog .woocs-style-for-menu-title {
    font-weight: 100 !important;
    text-transform: lowercase !important;
    border: 1px solid #1c7f06 !important;
    background: #1c7f06 !important;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%) !important;
    font-size: 13px !important;
}
.woocs-style-for-menu-dialog:after {
    border-bottom-color: #1c7f06 !important;
}
/**PIE DE PAGINA**/
.wd-prefooter {
    padding-bottom: 0px !important;
}
/**CABEZAL**/
.whb-color-light:not(.whb-with-bg) {
    background-color: #0015a3;
}
/*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}	
}
