/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.hide {
	display: none !important;
}

.pointer {
	cursor: pointer;
}

.btn-flt-rt {
	position: fixed;
    background-color: #ffc337;
    right: 0px;
    bottom: 40px;
    z-index: 1000;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 6px 0px 0px 6px;
    display: inline-block;
    padding: 23px 8px;
    cursor: pointer;
    box-shadow: -2px 2px 5px 0px #00000052;
    transition: 0.25s;
	transform-origin: top right;
}

.btn-flt-rt:hover {
    background-color: #e0a316; /* slightly darker */
    transform: scale(1.04); /* slightly larger */
    box-shadow: -3px 4px 10px rgba(0,0,0,0.35); /* stronger shadow */
}

.gform_wrapper .gform-body .gfield_required {
	color: #b9110f;
}

.gform-footer .gform_button {
	background-color: #d72927 !important;
    border-radius: 25px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

ul.fusion-checklist.lh-12 {
	line-height: 1.2 !important;
}

/* Table Header Styling */
.table-2 table thead th {
    background-color: #f8ba1f;
    border: 1px solid #f8ba1f;
    color: #000; /* optional: keeps text readable */
    padding: 10px;
	color: #282828;
    font-weight: 600;
}

/* Table Cell Borders */
.table-2 td {
    border: 1px solid #ddd;
    padding: 8px;
}

/* Alternating Row Colors */
.table-2 tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-2 tbody tr:nth-child(even) {
    background-color: #f2f6f8; /* light blue/grey */
}

/* Optional: Make table look cleaner */
.table-2 table {
    border-collapse: collapse;
}


ul.fusion-products-container-infinite li .fusion-product-wrapper {
	height: 100%;
    display: flex;
    flex-direction: column;
}

ul.fusion-products-container-infinite .fusion-product-content {
	display: flex;
    flex-direction: column;
    height: 100%;
}

ul.fusion-products-container-infinite .product-buttons {
	margin-top: auto;
}

.fusion-woo-sorting.z-index-10000 {
	z-index: 10000;
}

/* Wrapper aligns nicely with Avada controls */
.catalog-ordering {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Push your filters to the right */
.custom-woo-filters {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

/* Match Avada dropdown look */
.custom-tax-dropdown {
    height: 40px;
    padding: 0 40px 0 14px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid var(--awb-dropdown-border-color, #ddd);
    background-color: var(--awb-dropdown-bg-color, #fff);
    color: var(--awb-dropdown-text-color, #333);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
}

/* Add custom arrow (since we removed native one) */
.custom-woo-filters {
    position: relative;
}

.custom-tax-dropdown {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

/* Hover like Avada */
.custom-tax-dropdown:hover {
    background-color: var(--awb-dropdown-hover-bg-color, #f5f5f5);
}

/* Focus state */
.custom-tax-dropdown:focus {
    outline: none;
    border-color: #ccc;
}

/* Match spacing with Avada elements */
.catalog-ordering > * {
    margin-bottom: 0 !important;
}

.fusion-woo-checkout-order-review-tb tbody tr.cart_item td {
	padding: 4px 0;
}

.shop_table tbody tr.cart_item {
    height: auto;
}

.fusion-woo-checkout-payment-tb {
	padding: 12px 0;
}

.fusion-woo-checkout-payment-tb .wc_payment_methods {
	line-height: 1;
}

.fusion-woo-checkout-payment-tb .wc_payment_method .payment_box {
	    font-size: 13px;
    font-style: italic;
    padding-left: 34px;
}

.fusion-woo-checkout-payment-tb.button-xlarge {
	padding-left: 0;
	padding-right: 0;
}

#coderockz_woo_delivery_pickup_time_section .select2-selection__clear {
	right: 20px;
}

.woocommerce-order-received #content {
	margin-top: 180px;
}

.woocommerce-thankyou-order-received p {
	margin-bottom: 0 !important;
}

.awb-woo-order-details__list li {
	line-height: 1.3 !important;
}

.pu-details {
	font-size: 1.3rem;
	border-top: 1px solid #eee;
    margin-top: 12px;
}

.pu-details-title {
	font-weight: bold;
}

.pu-details-item {
	margin-bottom: 12px;
	line-height: 1 !important;
}


.woocommerce-order p {
	line-height: 1.3;
}

ul.woocommerce-thankyou-order-details {
	line-height: 1.3;
}

table.shop_table .product-name,
.checkout table.shop_table tfoot th {
    width: auto;
}

.checkout table.shop_table th.product-total,
.checkout table.shop_table tbody .product-total,
.checkout table.shop_table tfoot td {
	width: 70px;
}

.fusion-woo-checkout-order-review-tb table ul.woocommerce-shipping-methods li label, 
.fusion-woo-checkout-payment-tb ul.woocommerce-shipping-methods li label {
	padding-left: 16px;
}

.checkout table.shop_table tfoot th {
	padding-bottom: 2px;
}

.checkout table.shop_table tfoot td {
	padding-bottom: 2px;
}

form.checkout table.shop_table tbody .product-thumbnail {
	width: 60px;
}

.fusion-woo-checkout-order-review-tb {
	margin-bottom: 16px !important;
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li>label {
	padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box {
	padding-top: 6px !important;
    padding-bottom: 6px !important;
}




























