/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#billing_city_field {
    float: right;
    width: 47%;
    clear: none;
}
#billing_country_field {
display: none;
}
#billing_postcode_field {
    float: left;
    width: 47%;
    clear: none;
}

#billing_company_field {
    float: left;
    width: 47%;
    clear: none;
}

#billing__field {
    float: right;
    width: 47%;
    clear: none;
}

@media screen and (min-width: 768px) {
    #billing_address_1_field {
        display: inline-block;
        width: 47%;
        clear: none;
        margin-right: 6%;
    }
    
    #billing_address_2_field {
        display: inline-block;
        width: 47%;
        clear: none;
        margin-top: 2.10rem;
    }
}
@media(max-width: 767px){
    #billing_city_field {
        float: right;
        width: 47%;
        clear: none;
    }
   
    #billing_postcode_field {
        float: left;
        width: 47%;
        clear: none;
    }
   
    #billing_company_field {
        float: left;
        width: 47%;
        clear: none;
    }
   
    #billing_nip_field {
        float: right;
        width: 47%;
        clear: none;
    }
}
.woocommerce-cart .woocommerce-shipping-totals.shipping {
    display: none;
}
.woocommerce-cart table.cart button {
    color: white!important;
}

.woocommerce-checkout .place-order p, .woocommerce-NoticeGroup-checkout {
    font-size: 14px;
}

/* product title */
div#cart-drawer .mini_cart_item a {
    color: #730303
}
/* product quantity */
div#cart-drawer .mini_cart_item .quantity {
    color: #730303
}
/* product amount */
div#cart-drawer .mini_cart_item .amount {
    color: #730303
}
/* sub total */
div#cart-drawer .total .amount {
    color: #730303
}

/**
* Custom CSS code for pizza shop tutorial
* Author: Mian Shahzad Raza
* Author URI: https://wphero.pro
**/
.wapf-field-row {
	margin-bottom: 10px;
}
.wapf-field-label {
    font-size: 18px;
    text-transform: uppercas;
    font-weight: 800;
    border-radius: 5px 5px 0 0;
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #9b0708;
    color: #ffffff;
}
.wapf-field-input {
    padding: 20px 10px 0px 10px;
    border: 2px solid #9b0708;
    border-radius: 0 0 5px 5px;
    border-top: none;
}
.wapf-field-label label {
	height: 100%;
	padding-left: 15px;
	display: inline-block;
}
.wapf-radios .wapf-checkable input, .wapf-checkboxes  .wapf-checkable input{
  display: none;
}
.wapf-radios {
	text-align: left;
}
.wapf-checkable {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wapf-radios label, .wapf-checkboxes label{
  position: relative;
  color: #333;
  background-color: #ededed;
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 35px;
  display: block;
  cursor: pointer;
  border: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	border-radius: 5px;
}
.wapf-label-text {
	padding-right: 10px;
}
.wapf-pricing-hint {
	color: green;
	font-weight: bold;
}
.wapf-radios  .wapf-checked .wapf-pricing-hint, .wapf-checkboxes  .wapf-checked .wapf-pricing-hint {
	color: #000;
	font-weight: bold;
}
.wapf-radios  .wapf-checked > label, .wapf-checkboxes  .wapf-checked > label {
  border: 2px solid #2fcc71;
  background-color: #2fcc71;
	color: #fff;
	font-weight: bold;
	transition: 0.5s all;
}

.wapf-radios  .wapf-checked > label:after, .wapf-checkboxes  .wapf-checked > label:after{
  content: "\2713";
  width: 25px;
  height: 25px;
  line-height: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #2fcc71;
  z-index: 999;
  position: absolute;
  top: -14px;
  right: -14px;
	color: #fff;
}
.wapf-checkboxes  .wapf-checked > label:after {
	top: -10px;
	right: -10px;
}
.wpac-pizza-shop-single form.cart {
	flex-direction: column;
}
.wpac-pizza-shop-single form.cart .quantity {
	text-align: center;
}
.wpac-pizza-shop-single form.cart .quantity input {
	display: inline-block;
	width: 200px;
	margin-bottom: 10px;
}
.wpac-pizza-shop-single form.cart .button {
	margin-left: 0 !important;
	width: 250px;
	float: none !important;
	margin: 0 auto !important;
}
.wpac-custom-shop-css .products-list-view {
	grid-template-columns: 100% !important;
}
.wpac-custom-products-loop .entry {
	background-color: transparent !important;
	box-shadow: none;
}
.wpac-custom-tabs .elementor-tab-title {
	padding: 10px 20px;
	background-color: #000;
	margin: 0 10px;
	border-radius:5px;
}
.wpac-custom-tabs .elementor-tab-title.elementor-active {
	background-color: #D94637;
}
.woocommerce div.product form.cart div.quantity {
    max-width: 400px;
    margin: 10px auto !important;
    float: unset !important;
}
.wpac-pizza-shop-single form.cart .quantity input{
    max-width: 100px;
    margin: 0;
    vertical-align: middle !important;
}
.woocommerce ul.products li.product .product-excerpt {
    display: block;
}
@media(max-width:767px){
    .wapf-field-label.wapf--above {
        font-size: 14px;
    }
    .wapf-label-text {
        font-size: 14px;
    }
}
#payment ul.wc_payment_methods li>label{
    color: white
}
#payment .payment_box p{
    color: black
}
.woocommerce-cart table.cart td.actions .button:hover {
    color: red!important;
    border: 1px solid red;
}

.woocommerce .select2-dropdown {
    color: var(--global-palette3);
}
.woocommerce ul.products li.product .product-excerpt {
    display: block !important;
}
.woocommerce .woocommerce-info {
  z-index: 1!important;
}