/*
Theme Name: Teamwear Theme
Theme URI: https://elementor.com/hello-theme/
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Author: Wprides Team
Author URI: https://elementor.com/
Version: 1.0
Template: hello-elementor
Text Domain: hello-elementor
*/

/* Add your custom styles here */

.wc-stripe-product-checkout-container .wc_stripe_product_payment_methods {
	display:none;		
}

.add-to-cart-kooka .woocommerce-variation-add-to-cart {
	display:inline !important;
}

.payment-terms-info {
	display:none;	
}

a {
    text-decoration: none;
    transition: 0.8s;
    color: #444;
}

a:hover {
    text-decoration: underline;
    color: #93d600;
}

.woocommerce-MyAccount-navigation a br {
    display: none;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.elementor-location-footer {
    margin-top: auto;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background:#93D600;	
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background:#1B262C;	
}

.gpay-card-info-placeholder-container {
	display:none !important;	
}

.woocommerce-message {
    width: 87%;
    margin: 0 auto;
    background: #ececec;
    border: 0;
    color: #515151;
}

.wc-proceed-to-checkout .wc-stripe-cart-checkout-container {
	display:none !important;	
}

.checkout .woocommerce-shipping-fields {
	display:none !important;	
}