/*
Theme Name:     Ki
Description:    Child Theme
Author:         Moskva Yigit
Template:       minishop

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@font-face {
	font-family: 'Arial';
	src: url('./fonts/Arial.eot');
	src: local('fonts/Arial'), url('./fonts//Arial.woff') format('woff'), url('./fonts/Arial.ttf') format('truetype');
}

body,p,h1,h2,h3,h4,span,div,label,a{
	font-family : 'Arial' !important;
}
ul.wedoCartNotice {
	
    list-style: none;
    margin: 0 0px 0px 15px;
    padding: 20px 0px 0px 0px;
}

ul.wedoCartNotice li {
	
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0px 20px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    list-style: circle;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50% !important;
    overflow: visible;
}
.woocommerce form input {
    border: 1px solid #999 !important;
    margin-bottom: 10px !important;
    border-radius: 4px !important;
}
a.button.wedoCheckoutButton {
    border: 1px solid red;
    background-color: red;
    color: #fff;
    padding: 10px 20px;
    float: right;
    margin-bottom: 20px !important;
    display: block;
    border-radius: 4px;
    font-weight: bold;
}
form.woocommerce-checkout input[type="submit"]{
	border: 1px solid red !important;
    background-color: red;
    color: #fff;
}
.single_add_to_cart_button{
	border: 1px solid red !important;
    background-color: red;
    color: #fff;
}
.wedoFooterWarning {
	
    border: 1px solid #ddd;
    padding: 14px 20px;
    border-radius: 14px;
    margin-bottom: 30px;
    display: inline-block;
}

.wedoFooterWarning strong{
	
	color: #000;
	font-weight: 800;
}

.wedoFooterWarning a{
	
	color: #00228f;
}

.wedoFooterWarning p {
	
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 18px;
}

.woocommerce-cart .actions #coupon_code{
	
	padding: 0px 10px 0px !important;
	line-height: 36px !important;
	width: 150px !important;
}

.checkout .woocommerce-cart .actions .button{
	
	margin-top: 10px !important;
	padding: 0px 10px 0px !important;
	line-height: 36px !important;
}

.checkout #ship-to-different-address{
	
	padding-bottom: 0px;
}

.checkout #ship-to-different-address span {
    line-height: 20px;
    float: left;
    margin-left: 10px;
}

.checkout #ship-to-different-address-checkbox{
	
	margin-left: 0px;
}
.checkout_coupon{
	display: none;
}

.woocommerce-checkout h3.woo-cart-title{
	text-transform: none;
}
.woocommerce-checkout-review-order-table tr th{
	text-transform: none;
}
.woocommerce-checkout table.shop_table{
	border : 1px solid #999;
}
.woocommerce-checkout table.shop_table td{
	border-top : 1px solid #999;
}
.woocommerce-checkout table.shop_table tbody th, .woocommerce-checkout table.shop_table tfoot td, .woocommerce-checkout table.shop_table tfoot th{
	border-top : 1px solid #999;
}
.woocommerce-checkout table.shop_table .shipping th,.woocommerce-checkout table.shop_table .shipping td,.woocommerce-checkout table.shop_table .cart-subtotal th,.woocommerce-checkout table.shop_table .cart-subtotal td{
	font-weight : normal;
}
.woocommerce table.shop_table th{
	font-size: 15px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
	height: 39px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	height : 36px;	
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px;	
}

footer {

    padding: 70px 0 !important;
}

.footerwine_text {

    font-size: 12px;
    color: #636161;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;

}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	
	padding: 11px 1em 0em 4em;
	margin: 0 0 2em;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	
	padding: 11px 1em 0em 2em;
	margin: 0 0 0em;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	
	left: 0em;
}


@media only screen and (min-width: 1024px) {
	
	
	.woocommerce-checkout .form-row-first .input-text,.woocommerce-checkout .form-row-last .input-text{
	
		width: 90% !important;
	}
	.woocommerce-checkout .form-row-wide .input-text{
		
		width: 95% !important;
	}
	.woocommerce-checkout .select2.select2-container{
		
		width: 90% !important;
	}
	.woocommerce-checkout #order_review{
		width: 95%;
	}

	.woocommerce-checkout .form-row-wide .hasDatepicker{
		
		
		width: 45% !important;
	}
	
}