/*!
Theme Name: krady
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krady
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.

krady 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/
*/

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
}

#order_review {
	padding-top: 36px;
}

h3#order_review_heading {
	display: none;
}

form.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
	flex: 1;
	min-width: 320px;
}

div#order_review {
	flex: 1;
	min-width: 320px;
}

.woocommerce input {
	border: 2px solid transparent;
	width: 15em;
	height: 2.5em;
	padding-left: 0.8em;
	outline: none;
	overflow: hidden;
	background-color: #F3F3F3;
	border-radius: 10px;
	transition: all 0.5s;
}

.woocommerce input:hover,
.woocommerce input:focus {
	border: 2px solid #4A9DEC;
	box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
	background-color: white;
}


.woocommerce-billing-fields h3 {
	display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: unset;
	margin-top: 16px;
	background-color: #2200F2;
	font-weight: 700;
	color: white;
	border-radius: 12px;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}

.form-row.place-order {
    display: flex;
    flex-direction: column-reverse;
    /* gap: 11px; */
}

.woocommerce form .form-row .input-checkbox {
    width: 20px;
    height: 20px;
}

label[for="payment_method_mono_gateway"] {
	display: inline-flex;
	align-items: end;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 18px;
    line-height: 20px;
}

.woocommerce-checkout-review-order-table tfoot {
    display: none;
}

.woocommerce-checkout-review-order-table .product-quantity {
    display: none;
}

.woocommerce-page #payment #place_order {
    padding-top: 22px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.after\:animate-ping:after,
.woocommerce-page #payment #place_order:after {
    content: '';
    display: block;
    height: calc(100% * 2);
    aspect-ratio: 1/1;
    background-color: rgba(255,255,255,.5);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    animation: ping 2s infinite;
}

.woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}

.payment_method_mono_gateway img {
	margin: 0 !important;
}