/***************************/
/*****  CATEGORY PAGE ******/
/**************************/

/* Hide default 'select options' buttons */
ul.products li.product a.button { display: none !important; }
ul.products li.product .price { display: none !important; }

/* Hide Sorting Dropdown */
.woocommerce-ordering { display: none !important; }
.woocommerce-result-count { display: none !important; }

/* STYLE Quantity Dropdown */
.sknv-dropdown-wrap { margin-bottom: 8px; }
.sknv-dropdown-wrap label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.sknv-qty-select { width: 100%; padding: 6px 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; }

/* Removes link ability from images */
a.woocommerce-LoopProduct-link,
.woocommerce-mini-cart-item a  { pointer-events: none; cursor: default; }

/* Cart Flyout Menu */
.widget_shopping_cart_content {
    border: 1px solid #f7eee7;
    background-color: #FDF8F4;
    border-radius: 0 0 8px 8px;
    width: 350px;
}
.widget_shopping_cart_content .quantity { display: none;}
.widget_shopping_cart_content .woocommerce-mini-cart__total { display: none; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons { background-color: #FDF8F4 !important; }

/***********************/
/****** CART PAGE ******/
/***********************/

/* Hide Total Price in Cart Block */
.wc-block-cart-item__prices,
.wc-block-cart-items__header-total,
.wc-block-cart-item__total { display: none !important; }

/* Hide Totals Area right side of cart */
.wp-block-woocommerce-cart-order-summary-block { display: none !important; }

/* Hide Quantity Increaser */
.wc-block-components-quantity-selector { display: none !important; }

/* Style Back to Category Button */
#sknv-back-link {
    display: inline-block;
    background-color: #5C3630;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
}
#sknv-back-link:hover { background-color: #BC6B59; }

.wc-block-cart-item__wrap a.wc-block-components-product-name,
.wc-block-cart-item__image a {
     pointer-events: none; cursor: default; text-decoration: none!important;
}

/* Clean Gutenberg Styles */
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Hids Area Showing New Areas Options */
.wp-block-woocommerce-empty-cart-block hr ~ * { display: none; }

/****************************/
/***** CHECKOUT PAGE ********/
/****************************/

#payment .place-order {margin-top: 0!important;}
.woocommerce-shipping-fields,
.woocommerce-privacy-policy-text { display: none !important; }
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot { display: none; }
.woocommerce-checkout-review-order .product-quantity {display: none;}

/*******************************/
/***** ORDER RECEIVED PAGE *****/
/*******************************/

/* Style Shipping Address section & hide billing area */
.woocommerce-column--billing-address { display: none !important; }
.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
    width: auto !important;
    float: left !important;
    margin-right: 0 !important;
}

/* Hides all total pieces not needed */
.woocommerce-table tfoot,
.woocommerce-table .product-total,
.woocommerce-order-overview__total.total { display: none; }

/* Hides the x1 next ot the product */
.woocommerce-order-details .product-quantity {display: none;}

.woocommerce-order-details .product-name a {
     pointer-events: none; cursor: default; text-decoration: none!important;
}

/*************************************************************/
/* ALL PAGES — SHOP, CART, CHECKOUT, ORDER RECEIVED          */
/*************************************************************/

/* Hide Footer */
.site-info { display: none !important; }

/* Hide Breadcrumb */
.woocommerce-breadcrumb { display: none !important; }

/* Hide Top Search Bar */
.site-search { display: none !important; }

/* Hide Cart Price Amount in Header; shift item count left to fill the gap */
.site-header-cart .amount { display: none !important; }
.site-header-cart .count { margin-left: 150px !important; }

/* Header & Footer Background */
#masthead, #colophon {  background-color: #F7EEE7; }

/* ALL GREEN BUTTONS */
.sknv-proceed-btn,
.woocommerce-mini-cart__buttons.buttons .button.checkout,
.wc-block-cart__submit-container .wp-element-button,
#place_order {
    background-color: #63B76C;
    border-color: #63B76C;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.sknv-proceed-btn:hover,
.woocommerce-mini-cart__buttons.buttons .button.checkout:hover,
.wc-block-cart__submit-container .wp-element-button:hover,
#place_order:hover {
    background-color: #0B634E;
    color: #FDF8F4;
}

/* MOBILE PIECES */
/* Hide the hamburger toggle button */
#site-navigation-menu-toggle { display: none !important; }

/* Force handheld nav links side by side */
#menu-main-navigation-1 {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;  
}
#colophon .storefront-handheld-footer-bar .my-account,
#colophon .storefront-handheld-footer-bar .search { display: none; }
.storefront-handheld-footer-bar ul.columns-3 li  { width: 100%!important; }

@media (max-width: 768px) {
    .storefront-sorting,
    .woocommerce-products-header {
        text-align: center;
    }
}