/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

@media (min-width: 499px) {
    #content{
		margin-top: 97px!important;
	}
}

body.single-product .col-lg-3.order-first.order-lg-2{
	display:none!important;
	visibility:hidden!important;
}

body.single-product .col-lg-9{
	width:100%!important;
}

body{
	background-color:#1E1E1E!important;
}
.xoo-wsc-basket{
	bottom: 81px!important;
}

#woocommerce_product_categories-2 .cat-item{
	padding: 10px;
	list-style: none;
}
#woocommerce_product_categories-2 .cat-item:hover{
	background-color: #3c3c3cc2;
	border: 5px;
}

.card-img-top{display:none;}

body.single-product p.price{
	font-size: 2.5rem!important;
	font-weight: bold;
	color:#fff!important;
}
body.single-product .summary h2{font-size: 1.1rem;}

/* mejora el chat de whatsapp */
.wa__popup_heading{display:none!important;}

.pulse2, .wa__btn_popup {
border-radius: 50%;
background: #cca92c;
cursor: pointer;
box-shadow: 0 0 0 rgba(204,169,44, 0.4);
animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.wa__popup_headingv