/*
Theme Name: Pangja - Child
Theme URI: http://harutheme.com/pangja
Author: HaruTheme
Author URI: http://harutheme.com/
Description: This is child theme of Pangja
Template: pangja
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/
.alignwide,
.wp-block-group.alignwide {
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignfull,
.wp-block-group.alignfull {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wpcpo-option-form .form-row select {
	border: 1px solid #b4b3b3;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
}

.single-cf7 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.single-cf7 fieldset {
	display: flex;
	gap: 15px;
	align-self: stretch;
}

.single-cf7 fieldset label {
	flex-basis: 50%;
}

.single-cf7 fieldset .wpcf7-form-control-wrap {
	flex-basis: 100%;
}

.single-cf7 fieldset .wpcf7-form-control-wrap input {
	border: 1px solid #e5e5e5;
	outline: none;
	border-radius: 4px;
	padding-left: 12px;
	width: 100%;
	line-height: normal;
}

.single-cf7 fieldset .wpcf7-form-control-wrap input[type="file"] {
	width: 100%;
	padding: 0;
	position: relative; /* Add this to position the checkmark inside */

}

.single-cf7 fieldset .wpcf7-form-control-wrap input[type="file"]::file-selector-button {
	background-color: #0f0f0f;
	border-radius: 2px;
	color: #fff;
	transition: all 0.3s;
	outline: none;
}

.single-cf7 fieldset .wpcf7-form-control-wrap input[type="file"]::file-selector-button:hover {
	background-color: #333;
}

.single-cf7 fieldset .wpcf7-form-control-wrap input[type="file"].file-uploaded::after {
	content: '✔'; /* Checkmark symbol */
	color: #4CAF50; /* Green color for checkmark */
	font-size: 1.2em;
	position: absolute;
	right: 0px; /* Position the checkmark inside the field */
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff; /* White background for checkmark */
	padding: 2px 8px; /* Adjust padding for a square or circular shape */
	border-radius: 50%; /* Makes the background circular */
}

.single-cf7 fieldset .wpcf7-form-control-wrap textarea {
	border: 1px solid #e5e5e5;
	outline: none;
	width: 100%;
	padding: 5px;
}

.single-cf7 fieldset.column {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.single-cf7 .wpcf7-not-valid-tip {
	font-size: 0.8rem;
}

.single-cf7 input.wpcf7-submit {
	height: 43px;
	background: #006ad0;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 6px;
	padding: 10px 25px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-cf7 input.wpcf7-submit:hover {
	background: #007de6;
}

.single-product .quantity {
	display: none !important;
 }

 /* Hide quantity input field in the WooCommerce cart page */
.woocommerce-cart-form .product-quantity .quantity, 
.woocommerce-cart-form .product-price .amount{
    display: none;
}
 /* Hide quantity input field in the WooCommerce cart page */
.woocommerce-cart-form .product-quantity, 
.woocommerce-cart-form .product-price {
    color: transparent;
}

/* Adjust width for remaining columns */
.woocommerce-cart-form .product-name, 
.woocommerce-cart-form .product-subtotal {
    width: auto;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
	padding: 15px;
}


/* .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	border: 1px solid #000;
	border-radius: 4px;
	gap: 8px;
	padding: 10px;
} */

.mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap dl {
	border: none;
	margin: 0;
	padding: 0;
	display: none;
  }

  .wpcpo-wrapper {
	background-color: unset ;
	border-radius: 6px;
	padding: 30px 0;
	margin-bottom: 35px;
  }
  @media screen and (max-width: 1199px) {
	.wpcpo-wrapper {
	  padding: 25px 0;
	}
  }
  @media screen and (max-width: 767px) {
	.wpcpo-wrapper {
	  padding: 15px 0;
	}
  }
  
  .wpcpo-wrapper .wpcpo-option.wpcpo-option-image-radio .form-row {
	margin: 0 -10px;
  }
