/*!
Theme Name: kiwicommerce
Theme URI: https://kiwicommerce.co.uk/
Author: Underscores.me
Author URI: https://kiwicommerce.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiwicommerce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('./assets/fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome Light';
  src: url('./assets/fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome Regular';
  src: url('./assets/fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome Solid';
  src: url('./assets/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}


body {
    font-family: 'MyFont', sans-serif;
}


.form-career-gap{
	padding: 0px 20px;
}

/* Container for WooCommerce pages */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Ensure header and footer remain full width */
.woocommerce-cart .site-header,
.woocommerce-cart .site-footer,
.woocommerce-checkout .site-header,
.woocommerce-checkout .site-footer {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Make sure WooCommerce elements fit within container */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    width: 100%;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        max-width: 992px;
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        max-width: 768px;
        padding: 0 15px;
    }
    
    /* Adjust table layouts for smaller screens */
    .woocommerce-cart .woocommerce-cart-form .shop_table_responsive {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        max-width: 100%;
        padding: 0 12px;
        margin: 0 auto;
    }
    
    /* Mobile-specific adjustments */
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        overflow-x: hidden;
    }
    
    /* Improve mobile checkout layout */
    .woocommerce-checkout .col2-set {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        padding: 0 10px;
    }
    
    /* Extra small device adjustments */
    .woocommerce-cart .cart_totals,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 15px;
        margin: 10px 0;
    }
    
    /* Button adjustments for mobile */
    .woocommerce-cart .button,
    .woocommerce-checkout .button {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Tablet Landscape */
@media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        max-width: 900px;
        padding: 0 15px;
    }
}

/* Large Desktop Screens */
@media (min-width: 1440px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        max-width: 1400px;
        padding: 0 30px;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Print Styles */
@media print {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .woocommerce-cart .site-header,
    .woocommerce-cart .site-footer,
    .woocommerce-checkout .site-header,
    .woocommerce-checkout .site-footer {
        display: none !important;
    }
}

/* Orientation-specific styles */
@media (max-width: 768px) and (orientation: landscape) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        padding: 0 8px;
    }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        transition: none;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content {
        background-color: inherit;
        color: inherit;
    }
}
/* Center align entry-header on WooCommerce pages only */
.woocommerce .entry-header,
.woocommerce-page .entry-header {
    text-align: center !important;
}
.woocommerce .entry-header,
.woocommerce-page .entry-header h1{
	font-size:40px;
	padding:20px;
}
.wp-block-woocommerce-checkout{
	padding-top:0px !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
	background: #00173df5;
	color:#ffffff;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover{
	border-radius:0px;
}
.wc-block-components-checkout-return-to-cart-button svg{
	left:43px !important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	width:33% !important;
}	
a.wc-block-components-checkout-return-to-cart-button {
    padding: 15px 70px 15px 70px;
    border: 1px solid;
    background: #00173df5;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #ffffff;
}
a.wc-block-components-checkout-return-to-cart-button:hover{
	border-radius:0px;
}
.wc-block-cart__submit-container{
	background:#00173df5;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.wc-block-components-button__text{
	color:#ffffff;
}
.wc-block-cart__submit-container:hover{
	border-radius:0px;
}

.nice-select.wc-blocks-components-select__select.open .list{
	height:250px;
	overflow-y:auto;
}

#wpcf7-f667-o1.wpcf7 form.sent .wpcf7-response-output{
	color:#ffffff;
}

