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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//metaltaindustry.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Cabin", 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: "Cabin", 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: "Signika", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(1,96,101);
	--wd-alternative-color: rgb(11,188,212);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(1,96,101);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(1,96,101);
	--btn-accented-bgcolor-hover: rgb(0,58,61);
	--wd-form-brd-width: 2px;
	--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: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--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: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


span.woocommerce-Price-amount {
	display: none !important;
}

/* =============== FORM CONTAINER =============== */
.wdm-enquiry-modal {
    font-family: 'Cabin', sans-serif !important;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

/* =============== INPUT FIELDS =============== */
.wdm-pef-form-row input[type="text"],
.wdm-pef-form-row textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 24px;
    font-family: 'Cabin', sans-serif;
    box-sizing: border-box;
    background: #fff;
    color: #333;
}

/* =============== LABELS (STATIC) =============== */
.wdm-pef-form-row label,
.textarea-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 6px;
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    background: none !important;
    padding: 0 !important;
    z-index: auto !important;
}

/* Remove JavaScript-based floating label behavior */
.wdm-pef-form-row.focused label,
.wdm-pef-form-row input:focus + label,
.wdm-pef-form-row textarea:focus + label {
    position: static !important;
    transform: none !important;
    font-size: 14px !important;
}

/* =============== TEXTAREA =============== */
.wdm-pef-form-row textarea {
    resize: vertical;
    min-height: 140px;
}

/* =============== TERMS & CONDITIONS CHECKBOX =============== */
.wdm-terms-cond-cb {
    font-size: 14px;
    color: #444;
    margin: 5px 0;
}

.wdm-terms-cond-cb input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 8px;
    vertical-align: middle;
}

.terms-cond-text a {
    color: #016065;
    text-decoration: underline;
}

/* =============== SUBMIT BUTTON =============== */
#send-btn,
.contact-send {
    background-color: #016065;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    padding: 16px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

#send-btn:hover {
    background-color: #013f42;
}

/* =============== TITLE BAR =============== */
.ui-dialog-titlebar {
    background-color: #016065 !important;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px !important;
	  border-top-left-radius: 20px !important;
	  border-top-right-radius:20px !important;
    text-align: center;
    position: relative;
    padding: 12px 40px 12px 20px;
}

/* =============== CLOSE BUTTON =============== */
.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

/* Fix for the close icon appearance */
.ui-dialog-titlebar-close .ui-button-icon {
    background-image: none !important;
    display: inline-block;
}

.ui-dialog-titlebar-close .ui-icon-closethick::before {
    content: "×";
    font-size: 24px;
    color: #fff;
}

/* =============== MOBILE RESPONSIVE FIX =============== */
@media (max-width: 600px) {
    .wdm-enquiry-modal {
        width: 90% !important;
        left: 5% !important;
    }
}

/* Force UI icon for the close button */
.ui-dialog-titlebar-close {
  position: absolute;
  right: 16px;
  top: 70% !important;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 22px !important;
  text-indent: 0 !important;
  overflow: visible !important;
}


/* =============== Close Button =============== */
.ui-dialog-titlebar-close:before {
  content: '✕'; /* Unicode X character */
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
#contact-form.ui-dialog-content {
  min-height: 600px !important; /* or adjust to your preference */
}


/* =============== Price Hide =============== */
.wd-product .price
{
	display:none !important
}

/* =============== Hide Featured Products Hot Word =============== */
.product-labels.labels-rounded .product-label
{
	display:none !important
}
	

/* Contact Form 7 Basic Field Styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Cabin', sans-serif;
    background: #fff;
    color: #333;
    margin-bottom: 16px;
    box-sizing: border-box;
}

/* Placeholder text styling */
.wpcf7-form ::placeholder {
    color: #888;
    font-family: 'Cabin', sans-serif;
    opacity: 1;
}

/* Submit button styling */
.wpcf7-form input[type="submit"] {
    background-color: #016065;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 14px 24px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #013f42;
}

/* Remove extra spacing */
.wpcf7-form p {
    margin: 0 0 14px 0;
}

/* Textarea size */
.wpcf7-form textarea {
    resize: vertical;
    min-height: 120px;
}



