/*
 Theme Name:   Hello Child Theme
 Description:  Theme for FAVR Blog
 Author:       Christian Wagner | MoreThanDigital.com
 Author URI:   morethandigital.com
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-child-theme
*/

/* Cookie Bar */

#cookie-notice {
	background-color: #099ec6 !important;
}

#cookie-notice a, #cn-notice-text {color: #fff;}
#cn-accept-cookie {
	background-color: #033340;
	padding: 5px 20px;
}

#cn-refuse-cookie, #cn-more-info {
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.05);
}


/* Checkout */

.woocommerce-table__product-name a, .shop_table a, .woocommerce-checkout-payment a {
	color: #099ec6;
}

.wc-proceed-to-checkout a {
	background-color: #bfbca7 !important;
}

#place_order {
	background-color: #033340 !important;
	padding: 15px 40px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 16px;
	font-weight: 700;
}


/* Custom Bulletpoint */

.custom-bulletpoint ul li:before {
    position: relative;
    content: url(https://staycations-ireland.com/wp-content/uploads/2020/07/check-solid.svg);
    box-sizing: border-box !important;
    width: 13px;
    height: 13px;
    display: inline-block;
    fill: #099ec6 !important;  
        
}

.custom-bulletpoint ul li {
    list-style-type: none;
    margin-left: 0;
   padding-bottom: 10px;
   text-indent: -10px;
}

.custom-bulletpoint ul {
    padding-left: 20px;
}

/* Product Teaser */

 .product-results li {
	background-color: #fff;
	padding-bottom: 10px !important;
}

.product-results li span.price,
.product-results li h2,
.product-results .add_to_cart_button
{
	margin: 5px 10px !important;
}

.product-results .add_to_cart_button {
	background-color: #bfbca7 !important;
	color: #fff !important;
}

.product-results li h2 {
	font-size: 18px !important;
	font-weight: 400 !important;
}

.product-results li span.price {
	font-size: 18px !important;
	color: #033340 !important;
}

/* Sidebar */

.taxonomy-widget a
{
	color: #033340;
}

.taxonomy-widget a:hover,
.taxonomy-widget li.current-cat a {
	color: #099ec6;
}

.taxonomy-widget ul {
	list-style: none;
}

.widget_price_filter .ui-slider-range,
.widget_price_filter .ui-slider-handle
{
	background-color: #099ec6 !important;
}

.widget_price_filter button {
	background-color: #bfbca7 !important;
	color: #fff !important;
	font-weight: 400 !important;
}

/* Product Teaser */

.infoarea .price {
  font-size: 16px;
  color: #033340;
  font-weight: 600 !important;
}
