/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            9.1.1
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


.header-phone{
    display: flex; 
    align-items: center; 
    width: auto !important; 
    padding: 0 1em;
}

.header-phone-mob{
    display: none;
}

.header-phone-mob path{
    fill: white !important;
}

#utility-icons .cart-contents:has(.cart-contents-count) {
    background-color: #e9530d;
}

#utility-icons .cart-contents:has(.cart-contents-count) *{
    color: white;
    fill: white !important;
}

.g-modal{
    z-index: 100;
    left: 0;
}

#burger-menu{
    cursor: pointer;
}



@media (max-width: 1300px) {
    .header-phone-mob{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-phone{
        display: none;
    }
}


/* Fixes for cookie policy page .policy-page must be added to the page container in Beaver Builder. */

.policy-page {
    max-width: 100vw;
    overflow-x: scroll;
}

.policy-page table {
    font-size: 12px;
    border-collapse: collapse;
    height: auto!important;
}

.policy-page table tr:first-of-type {
    background-color: #ccc;
    font-weight: 700;
}

.policy-page table,
.policy-page th,
.policy-page td {
    margin: 0;
    padding: 5px; /* Adjust padding as needed */
    line-height: 1.2; /* Adjust line height as needed */
    border: 1px solid #ccc; /* Optional: adds border for visual */
    vertical-align: top;
}
.page-id-2398 #hero-content {
	/*display: none !important;*/
	background-color: transparent !important;
    border-left: none !important;
}
.page-id-2398 #hero-content button a {
	/*display: none !important;*/
	background-color: rgba(50,62,72,.95);
}
.page-id-2398 #hero-content button a:hover {
	/*display: none !important;*/
	background-color: white;
	color: rgba(50,62,72,.95);
}

/* Further Adding CSS Styles - unable to add to SCSS without full environment details to allow webpack build */

#idle-screen .parkside-header-logo {
	fill: #fff;
}

.checkout-button.button.alt.wc-forward {
	background-color: #E9540D !important;
    color: white !important;
    border-color: #E9540D !important;
}

button#magnify-img-btn {
    height: 90px !important;
    width: 90px !important;
    padding: 20px !important;
}

#p-my-favourites #p-single-product #product-showcase #gallery .button:hover svg *, #p-single-product #product-showcase #gallery #p-my-favourites .button:hover svg *, #p-single-product #product-showcase #gallery .g-btn-alt:hover svg *, #p-single-product #product-showcase #gallery .g-btn-white:hover svg *, #p-single-product #product-showcase #gallery .g-btn:hover svg * {
    fill: rgb(255, 255, 255) !important;
}

p#dotdigital_woocommerce_marketing_checkbox_sms_field {
    display: none;
}

button.g-btn.g-modal-trigger.modal-single-product.g-flex-ct.g-fw svg {
    height: 25px;
}

button.g-btn.g-modal-trigger.modal-single-product.g-flex-ct.g-fw svg * {
	/* fill: #323e48 !important; */
}