.wzcc-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.wzcc-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.wzcc-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wzcc-order-button {
    background-color: #ff9800;
    color: white;
    font-size: 20px;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wzcc-processing-message {
    text-align: center;
    color: #0073aa;
    font-size: 14px;
    margin-top: 10px;
}

.wzcc-checkout-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 95%;
	max-width: 1130px;
	margin: auto;
}

.wzcc-checkout-left {
    width: 60%;
}

.wzcc-checkout-right {
    width: 35%;
    background: transparent;
    border-radius: 10px;
}

.wzcc-checkout-section {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 0px 1px #eee;
}

.wzcc-checkout-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wzcc-checkout-field-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wzcc-order-button {
    width: 100%;
    background-color: #ff9900;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.wzcc-payment-processing {
    color: #0077FF;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    font-family: "Poppins", Sans-serif;

    i {
        color: #09B29C;
    }
}

.wzcc-cart-summary {
    border: 1px solid #eae8e8;
    padding: 15px;
    border-radius: 8px;
    background: white;
}

.wzcc-cart-item {
    display: flex;
}

.wzcc-cart-image {
    position: relative;
    margin-right: 10px;
}

.wzcc-cart-image img {
    width: 100vh;
    max-width: 60px;
    border-radius: 5px;
}

.wzcc-cart-details {
    flex-grow: 1;
}

.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.shop_table th,
.shop_table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

tfoot td {
    font-weight: bold;
}

#order_review .shop_table *,
#order_review,
.shop_table {
    border: none !important;
    background: transparent;
    color: #737373;
    font-size: 14px;
    font-weight: 400 !important;
    vertical-align: top;
}

.wzcc-shop_table-summry,
.wzcc-shop_table-summry * {
    border: none !important;
    padding: 5px 0px;
    color: #353030;
    font-size: 14px;
    font-weight: 400;
}

.wzcc-checkout-left .woocommerce-form-coupon-toggle {
    width: 100%;
    background: transparent !important;
}

.woocommerce-form-coupon-toggle .showcoupon {
    color: #ff9000 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 20px;
    border: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none !important;
}

.wzcc-value {
    text-align: end;
}

.wzcc-shop_table-summry {
    margin-top: 20px;
}

.wzcc-shop_table-summry,
.wzcc-shop_table-summry tr:last-of-type {
    border-top: 1px solid #c3c3c3 !important;
}

.wzcc-coupon button {
    color: white !important;
    background: #c8c8c8 !important;
    width: 100%;
    max-width: 130px;
}

.wzcc-ul {
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wzcc-li {
    list-style: none !important;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.wzcc-li .fas {
    color: #16BB2A;
    font-size: 13px;
}

.wzcc-checkout-right h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

.wzcc-confi-title {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.wzcc-review-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-top: 20px;
}

.wzcc-review-con {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.wzcc-review-right p {
    margin: 0px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 400 !important;
}

.wzcc-comentator {
    margin-top: 20px !important;
}

.wzcc-review-left img {
    width: 100vh;
    max-width: 80px;
}

.wzcc-coupon #coupon_code {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    color: #404040;
    border: 1px solid #dfdfdf;
    height: auto;
    padding: 10px;
}

.wzcc-coupon #coupon_code:focus {
    border-color: #F44D00;
}

.wzcc-coupon form {
    border: none !important;
    padding: 0px !important;
    display: flex !important;
    gap: 10px;
    flex-direction: column;
    margin: 0px !important;
    width: 100%;
}

.wzcc-order-total * {
    font-size: 20px !important;
    font-family: Roboto;
    padding-top: 10px;
}

.wzcc-tax * {
    padding-bottom: 15px;
}

.wzcc-checkout-review {
    padding-top: 20px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: transparent;
}

.woocommerce-checkout {
    background: #e4e4e445;
}

#place_order {
	padding: 3.5% !important;
	font-size: 40px !important;
	font-weight: bold !important;
	border-radius: 8px !important;
}

.wzcc-checkout-section h3:first-child {
    font-weight: bold;
    font-size: 24px;
    color: black;
    font-family: "Poppins", Sans-serif;
}

.wzcc-quantity {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #737373 !important;
    color: white !important;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px !important;
}

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

.wzcc-checkout-left .checkout_coupon.woocommerce-form-coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    max-width: 550px;
    border: none !important;
    background: white;
}

.wzcc-checkout-left .form-row.form-row-first,
.wzcc-checkout-left .form-row.form-row-last {
    width: 100%;
}

.wzcc-checkout-left .button {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 10px 20px !important;
    background-color: #ff8d00 !important;
    color: white !important;
    width: 100% !important;
    border-color: transparent !important;
}

.wzcc-coupon-message {
    color: #353030 !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.wzcc-checkout-left .woocommerce-info {
    padding: 0px !important;
    margin-bottom: 20px;
}

.wzcc-checkout-left .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.wzcc-names-con {
    display: flex;
    gap: 10px;
}

.wzcc-checkout-field-group input,
.wzcc-checkout-field-group select {
    border: 1px solid #bfbfbf !important;
}

.wzcc-checkout-field-group input:focus,
.wzcc-checkout-field-group select:focus {
    border-color: #F29300 !important;
}

.wzcc-fields-con {
    display: flex;
}

.wzcc-fields-con .form-row {
    width: 100%;
}

#wzcc-country-input {
    padding-left: 1px;
}

#shipping_country_field .woocommerce-input-wrapper strong {
    display: none;
}

.wzcc-form-row label {
    display: flex;
    text-align: left;
    margin-top: 10px;
}

.wzcc-form-row label input {
    width: fit-content;
    margin-right: 10px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}
.wzcc-coupon-con {
    display: flex;
    gap: 10px;
    width: 100%;
}
.wzcc-coupon-con .coupon-error-notice{
    display: none !important;
}
.wzcc-shop_table-summry th {
	text-align: left;
}
#content {
	opacity: .1;
}
.select2-selection.select2-selection--single {
	border: 1px solid #bfbfbf;
}
.wzcc-cart-details p {
	padding: 0;
	margin: 0;
	display: flex;
	line-height: 1.5;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
    .wzcc-checkout-container {
        flex-direction: column-reverse;
    }
    .wzcc-checkout-left {
        width: 100%;
    }
    .wzcc-checkout-right {
        width: 100%;
    }
}
.wzcc-shipping-methods #shipping_method li {
	display: flex;
	gap: 4px;
}
.wzcc-shipping-methods #shipping_method {
	display: flex;
	flex-direction: column;
	gap: 5px;
}