@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//binarycloth.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(2,169,247);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(2,169,247);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(2,169,247);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}



/* Edited by Aseef Start */

/* Edit 1 Start */
/* Only Showcase page "Binarycloth.com" */
a.footer-brand-color {
    color: #0DB7FF;
}

/* Only Showcase page "Binarycloth.com" */
a.footer-brand-color:hover {
  color: #fff;
}
/* Edit 1 End */

/* Edit 2 */
/* Only Showcase Front page "Carosel Text" */
h3.wd-entities-title {
    color: white;
}

/* Edit 3 */
/* Only Showcase Front page "Carosel Text small" */
.wd-cat-content.hover-mask {
    color: #B3B3B3;
}

/* Edit 4 Start */
/* Showcase Page (https://binarycloth.com/showcase/) Ajax product tabs "Lode More Product Buttons" cloor and background */
span.load-more-label {
    color: #000000;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 30px;
		transition-duration: 0.4s;
}

span.load-more-label:hover {
  background-color: #1F1F1F;
  color: #ffffff;
	padding: 15px;
	border: 1px solid #555555;
}
/* Edit 4 End */

/* Edited by Aseef End */



/* Style the product tags as small gray-tonal buttons with a radius of 15px */
.product_meta .tagged_as a {
    display: inline-block;
		font-size: 12px; /* Product Tag size (under the product description) */
    padding: 4px 8px; /* Adjusted padding for a smaller size */
		margin-right: 6px; /* Add a 15px margin between each tag */
    background-color: #E8E8E8; /* Set your desired lighter gray background color */
    color: #333; /* Set your desired text color (dark gray) */
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Add a glowing border effect */
    border-radius: 20px; /* Set the border radius to 15px */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Set the font weight as needed */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Add transitions for background and box-shadow */
    
}

/* Add space between tags */
.product_meta .tagged_as .meta-sep {
    margin: 0 5px;
    display: none; /* Hide the comma */
}

/* Add a # icon before each tag */
.product_meta .tagged_as a::before {
    content: '#';
    margin-right: 3px; /* Adjust the space between # and tag text */
}

/* Change color on hover if you want */
.product_meta .tagged_as a:hover {
    background-color: #000; /* Change to black on hover */
    color: #f0f0f0; /* Change text color to white on hover */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* Add a brighter glowing border on hover */
}

