/*Custom CSS Data To Be Written Here*/

/* MINI CART MENU - START */

@media screen and (min-width: 481px) {
	.wt-cart-menu-container {
		text-align:right;
	}
}
	.wt-cart-menu-link {
		color: #fff;
	}
	.wt-cart-menu-link:hover {
		color: #64b5f6;
	}
/* MINI CART MENU - END */


/* HEADER - START */
	.elementor-element-4578976f {
		margin: 0 !important;
	}
/* HEADER - END */


/*CART PAGE CSS - START*/
	.woocommerce-cart-form {
		float: left !important;
		width: 70% !important;
	}
	.cart_totals {
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
		margin-left:30px !important;
		float: left !important;
		width: 20% !important;
	}
	.coupon input{
		width: 200px !important;
	}
	.checkout-button, div.coupon button.button, table.woocommerce-cart-form__contents button.button {
		background-color: #2196F3 !important;
		color: white !important;
	}
	.checkout-button:hover {
		background-color: #64b5f6 !important;
	}
/*CART PAGE CSS - END*/


/*CHECKOUT PAGE CSS - START*/
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, form.checkout_coupon.woocommerce-form-coupon button.button {
        background-color: #2196F3 !important;
        color: white !important;
    }

	
    .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, form.checkout_coupon.woocommerce-form-coupon button.button:hover {
        background-color: #64b5f6 !important;
    }
/*CHECKOUT PAGE CSS - END*/


/* HOVER EFFECT IN CART ICON - START */
	.tooltip_cart {
	position: relative;
	}

	.tooltip_cart .tooltiptext_cart {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Set position to bottom*/
	width: 120px;
	top: 100%;
	left: 50%;
	margin-left: -60px;

	/* Position the tooltip */
	position: absolute;
	z-index: 10;

	/* Color for tooltip */
	background: white !important;
	color: black !important;

	/* Animation */
	opacity: 0;
	transition: opacity 0.3s;
	}

	.tooltip_table {
		background: white !important;
		color: black !important;
	}

	.tooltip_cart:hover .tooltiptext_cart {
	visibility: visible;
	opacity: 1;
	}

	.enable_scroll {
		overflow-y:scroll;
		min-height: 60px;
		max-height:145px;
		height: 100%;
	}

	.tooltip_product_link {
		font-weight: bold;
		color: black !important;
	}

	.tooltip_buttons:hover {
		background: #64b5f6;
	}
	.tooltip_buttons {
		background: #2196F3;
		font-family: "Lato", Sans-serif;
		font-size: 15px;
		font-weight: 600;
		color: #FFFFFF;
	}
/* HOVER EFFECT IN CART ICON - ENDS */



/* PRODUCTS PER PAGE - START */
	.change_number_of_item_per_page_dropdown {
		font-size: 12px;
		font-weight: 600;
		line-height: 21px;
		color: #3c4b71;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #DDDDDD;
		border-radius: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		padding: 5px 50px 5px 5px;

		width: 100%;
	    background-image: none !important;
    	-webkit-appearance: none;
	}

	.change_number_of_item_per_page_dropdown_div:before{
		content: '\f150';
	    color: #666666;
	    font-size: 20px;
	    top: 7px;
	    right: 10px;
	    font-family: 'FontAwesome';
	    position: absolute;
	    line-height: 1;
	    pointer-events: none;
	    z-index: 2;
	}
/* PRODUCTS PER PAGE - ENDS */



/* LOOPING PRODUCT PAGE CUSTOM STYLING - START */

	.variation-cards{
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.variation-card{
		width: 19%;
		float: left;
		margin-right: 5px;
		margin-left: 5px;
	}

	.variation-card-add-to-cart-button, 
    .looping-variation-card-add-to-cart-button{
		padding: 0px !important;
		margin-top: 10px !important;
		width: 100% !important;
	}


	.variation-card-add-to-cart-quantity::-webkit-inner-spin-button,
    .looping-variation-card-add-to-cart-quantity::-webkit-inner-spin-button,
    .no-spin::-webkit-outer-spin-button {
		-webkit-appearance: none !important;
		margin: 0 !important;

	}
	
	.variation-card-add-to-cart-quantity,
    .looping-variation-card-add-to-cart-quantity {
		-moz-appearance:textfield !important;
		text-align: center;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.elementor-widget-jet-woo-builder-products-loop{
		text-align: center;
	}




	h2.woocommerce-loop-product__title,
	span.price{
		font-family: "Lato", Sans-serif;
		font-weight: 600 !important;
		line-height: 16px;
		color: #202426 !important;
	}

	span.price {
		font-size: 18px !important;
	}

	a.button.product_type_variable.add_to_cart_button, button.jet-remove-all-filters__button, div.apply-filters > button.apply-filters__button {
		display: inline-block;
		font-family: "Muli", Sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
		color: #ffffff;
		background-color: #2196F3;
		border-radius: 3px 3px 3px 3px;
		padding: 8px 20px 8px 20px;
		margin-top: 0px !important;
	}

	div.jet-remove-all-filters {
		place-self: center;
	}

	div.jet-remove-all-filters > button.button.jet-remove-all-filters__button:hover {
		color: #ffffff !important;
		background-color: #64b5f6 !important;
	}




	button.variation-card-add-to-cart-button:not(.looping-unavailable),
    button.looping-variation-card-add-to-cart-button:not(.looping-unavailable) {
		border-bottom: 1px dashed;
		text-decoration: none;

		color: #fff !important;
		background-color: #2196F3 !important;
	}
	button.variation-card-add-to-cart-button:hover,
    button.looping-variation-card-add-to-cart-button:hover {
		cursor: help;
		position: relative
	}
	button.variation-card-add-to-cart-button span,
    button.looping-variation-card-add-to-cart-button span {
		display: none
	}



	button.variation-card-add-to-cart-button:hover span,
    button.looping-variation-card-add-to-cart-button:hover span{
		
		z-index: 100;
		background: #f0f0f0 !important;
		/* margin: -30px; */
		position: absolute;
        display: block;
        text-decoration: none;
        margin-top: -87px;
		top: 10px;
        left: 50%;
		padding: 10px;
        transform: translateX(-50%);
	}

	.add_to_cart_tooltip_notification {
		z-index: 100;
		background: #f0f0f0 !important;
		/* width: 100px; */
		position: absolute;
		text-decoration: none;
		color: black;
	}

	.looping-unavailable{
		cursor: not-allowed !important;
		outline: none !important;
		background-color: #f5f4f5 !important;
		color: #999999 !important;
	}

    .looping-unavailable:active{

        pointer-events: none;
	}


	.looping-tool-tip > p:nth-child(2) {
		margin: 0;

	}

	.looping-tool-tip > p:nth-child(1) {
		color: #515151 !important;
	}

	p.looping-unavailable{
		background-color: inherit !important;
	}

	div.variation-card > p {
		margin-top: 3px;
		margin-bottom: 0px;
	}


	.variation-card-add-to-cart-quantity.disabled,
    .looping-variation-card-add-to-cart-quantity.disabled{
		border: 1px solid #f5f4f5;
		color: #999999;
	}




	h2.woocommerce-loop-product__title{
		padding: 0px !important;
	}

/* LOOPING PRODUCT PAGE CUSTOM STYLING - END*/



/* REMOVE BULLETS ON THE MY ACCOUNT LINKS - START */
	.woocommerce-MyAccount-navigation-link {
		list-style-type: none;
		line-height: 1;
	}
/* REMOVE BULLETS ON THE MY ACCOUNT LINKS - END */



/* ADD FORMAT FOR THE PRODUCT ADD TO CART SEARCH PAGE - START  */
a.button.product_type_variable {
	background-color: #2198e8 !important;
	color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding: 8px 20px 8px 20px !important;
}


div.variation-card p, p.looping_product_category_display a, td.woocommerce-product-attributes-item__value p a {
	color: #2198e8 !important;
}












/******************** CREATE CUSTOM FILTERS - START ********************/
	/* SET */
		.wt-bl-set-filter-box {
			background-color: #FFFFFF;
			padding: 8px 8px 8px 8px;
			border-style: solid;
			border-width: 1px 1px 1px 1px;
			border-color: #838383;
		}
		.wt-bl-set-search-box input {
			width: 100%;
			padding: 5px;
			margin-bottom: 5px;
			box-sizing: border-box;
		}
		.wt-bl-set-checkbox-list {
			max-height: 250px;
			overflow-y: auto;
			padding: 5px;
		}
		.wt-bl-set-checkbox-list label {
			margin-bottom: 15px;
			display: block;
		}



	/* PRICE */
		.wt-bl-price-range-box {
            font-family: Arial, sans-serif;
            margin-bottom: 15px;
        }
        .wt-bl-price-range-inputs {
            display: flex;
            gap: 10px;
        }
        .wt-bl-price-input {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 4px;
            /* padding: 3px 6px; */
			text-align: left;
        }
        .wt-bl-price-input span {
            color: #444;
        }
        .wt-bl-price-input input {
            width: 80px;
            border: none;
            outline: none;
            text-align: right;
        }
		.wt-bl-price-sign {
			padding: 0 10px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			color: #212529;
			text-align: center;
			white-space: nowrap;
			background-color: #e9ecef;
		}

		

	/* FINISH */
		.wt-bl-checkbox-list label.wt-bl-finish-item {
			display: block;
			margin-bottom: 4px;
			white-space: normal;
		}
		.wt-bl-checkbox-list input[type="checkbox"] {
			margin-right: 6px;
		}

	/* Checkbox List Layout (FINISH, RARITY, INK TYPE) */
		.wt-bl-checkbox-item {
			margin-bottom: 5px !important;
		}

		/* Checkbox styling */
		.wt-bl-checkbox-item input[type="checkbox"] {
			width: 16px;
			height: 16px;
			accent-color: #eeeeee;
			cursor: pointer;
			flex-shrink: 0;
		}

		/* Label text */
		.wt-bl-checkbox-item span {
			font-size: 13px;
			color: #333;
		}

		/* Checked state highlight */
		.wt-bl-checkbox-item input[type="checkbox"]:checked + span {
			font-weight: 500;
			color: #000;
		}



	/* SUBMIT BUTTON */
		.wt-bl-apply-filters-wrap {
			text-align: center;
			/* margin: 20px 0; */
			/* padding: 10px 0; */
		}

		.wt-bl-apply-filters-btn {
			background-color: #2196f3 !important;
			color: #fff !important;
			font-weight: 600 !important;
			font-size: 14px !important;
			border: none !important;
			border-radius: 4px !important;
			padding: 10px 24px !important;
			cursor: pointer !important;
			transition: background-color 0.2s ease, transform 0.1s ease !important;
		}

		.wt-bl-apply-filters-btn:hover {
			background-color: #1a85e0;
		}

		.wt-bl-apply-filters-btn:active {
			transform: scale(0.98);
		}


	

	/* LABELS */
		.wt_bl_form_labels {
			font-family: "Lato", Sans-serif;
			font-size: 14px;
			font-weight: 600;
			color: #444444;
		}




	/* DIVIDER */
		.wt_bl_form_divider{
			border: 1px solid #CCCCCC;
			margin-top: 20px !important;
    		margin-bottom: 20px !important;
		}


	
/******************** CREATE CUSTOM FILTERS - END ********************/






/* Hide only the coupon input and button, keep custom surcharge visible */
/* .coupon input[name="coupon_code"],
.coupon button[name="apply_coupon"],
.coupon label[for="coupon_code"] {
    display: none !important;
} */
