/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.0-beta1
Requires at least: 5.0
Tested up to: 6.5.2
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/


li.wc-block-product.post-59.product.type-product.status-publish.has-post-thumbnail.product_cat-gift-card.first.instock.shipping-taxable.purchasable.product-type-wgm_gift_card {
    text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.entry-header {
    display: none;
}

nav#nav-main {
    background: #f7f4f1;
}

h3.has-text-align-center.big-button.front-page.wp-block-post-title.has-background.has-white-background-color.has-medium-font-size a {
    color: #3c525c;
    text-decoration: none;
}

h3.has-text-align-center.big-button.front-page.wp-block-post-title.has-background.has-white-background-color.has-medium-font-size {
    display: inline-block;
    border: 2px solid #8ba6b3;
    border-radius: 5px;
}

h3.has-text-align-center.big-button.front-page.wp-block-post-title.has-background.has-white-background-color.has-medium-font-size:hover{
	-webkit-box-shadow: -1px 4px 19px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 19px -8px rgba(0,0,0,0.75);
box-shadow: -1px 4px 19px -8px rgba(0,0,0,0.75);
}

h5.wp-block-heading.has-text-align-center {
    margin-bottom: 50px;
}

.wps_wgm_delivery_method, textarea#wps_wgm_message, input#wps_wgm_from_name, select#wps_wgm_price {
    background: #fff;
}

.wps_wgm_wrapper_for_preview p {
    display: none;
}


.sales-txt{
	max-width: 600px;
    margin: 0 auto;
    font-weight: 300!important;
    margin-top: 35px!important;
    line-height: 30px;
    color: #eaa23e!important;
}

.product_meta {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    background-color: #eaa23e!important;
    border: #eaa23e!important;
    color: #000!important;
    /* display: inline-block!important; */
	padding-top: 15px!important;
    padding-bottom: 15px!important;
	font-weight: 600!important;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #f7f4f1!important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
     background-color: #eaa23e!important;
	color: #000!important;
	font-weight: 600!important;
	text-decoration: none;
}


.wps_gw_expiry_notice.clear {
    background: #c8d8e0;
    padding: 25px;
}