/*
 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
*/

body.woocommerce-shop, body.woocommerce-page, body.woocommerce-checkout, body.wp-singular{
	background: #1c262f;
	color: #fff;
}
body.wp-singular{
	/*margin-top:101px;*/
}
#secondary{display:none!important;visibility:hidden!important;}

.price{color:#fff!important;}

body.woocommerce-page .wc-tabs.nav.nav-tabs{display:none!important;visibility:hidden!important;}

body.woocommerce-page .woocommerce-Tabs-panel h2:first-of-type{margin-bottom:21px;}

.text-muted{color:#fff!important;}

@media screen and (min-width: 801px) {
    body.woocommerce main, body.woocommerce-checkout, body.woocommerce-cart{
        margin-top: 127px;
    }
}

.pulsex:hover, .wa__btn_popup_icon {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(45, 183, 66);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.wa__popup_heading{display:none!important;}

/* altura de carrito */
.xoo-wsc-basket{
	bottom:101px;
}


body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-order-summary-item__individual-price
	{display:none!important;visibility:hidden!important;}
	
	
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
	background:#212d37;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
	background-color:#333!important;
	color:#fff!important;
}

@media (min-width: 1024px) {
  body.page-template main {
    margin-top: 127px;
  }
}






/********************************************/
