.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#ffffff;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#eeee22;
	background-image: none;
}

:root{
--wd-text-font:Arial, Helvetica, sans-serif;
--wd-text-font-weight:300;
--wd-text-color:#000000;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-color:#000000;
}
:root{
--wd-entities-title-font:Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:600;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:Verdana, Geneva, sans-serif;
}
:root{
--wd-widget-title-font:Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:700;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#8224e3;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:'Arial Black', Gadget, sans-serif;
--wd-header-el-font-weight:900;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:#dd3333;
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#8224e3;
--wd-link-color-hover:#dd3333;
}
:root{
--btn-default-bgcolor:rgba(255,255,255,0.15);
}
:root{
--btn-default-bgcolor-hover:rgba(221,51,51,0.06);
}
:root{
--btn-shop-bgcolor:#dd3333;
}
:root{
--btn-shop-bgcolor-hover:#dd3333;
}
:root{
--btn-accent-bgcolor:#dd3333;
}
:root{
--btn-accent-bgcolor-hover:#dd3333;
}
:root{
--notices-success-bg:rgba(130,36,227,0.05);
}
:root{
--notices-success-color:rgba(130,36,227,0.04);
}
:root{
--notices-warning-bg:rgba(130,36,227,0.06);
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-shop-color: #fff;
		
					--btn-shop-color-hover: #fff;
		
					--btn-accent-color: #fff;
		
					--btn-accent-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-shop-bottom-active: -1px;
				--btn-shop-brd-radius: 0.001px;
				--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
									--btn-accent-brd-radius: 0px;
				--btn-accent-box-shadow: none;
				--btn-accent-box-shadow-hover: none;
				--btn-accent-box-shadow-active: none;
				--btn-accent-bottom: 0px;
			
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-width: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]) {
				padding-left: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
	
	
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//pripoi.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=7.0.3") format("woff2");
}

/* ==========================================================
   ✅ GLOBAL CANONICAL CSS FOR METALS (WOODMART / CLEAN)
   Copy-paste to: Theme Settings → Custom CSS → Global CSS
   ========================================================== */

/* =========================
   Base typography
   ========================= */
body{
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* =========================
   Fix Woodmart overflow blocks
   (important for sticky, tooltips, shadows)
   ========================= */
.wpb_row,
.vc_row,
.wd-section{
  overflow: visible !important;
}

/* =========================
   Sticky navigation (inside page)
   ========================= */
.sticky-nav{
  position: sticky;
  top: 80px;                 /* ✅ под липкий хедер Woodmart */
  z-index: 999;              /* ✅ поверх контента */
  background: rgba(255,255,255,.96);
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,.06);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.sticky-nav a{
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  color: #2c3e50;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.sticky-nav a:hover{
  background: #3498db;
  color: #fff;
  transform: translateY(-1px);
}

/* =========================
   Breadcrumbs
   ========================= */
.breadcrumbs{
  margin: 20px 0 30px;
  padding: 12px 15px;
  background: #ecf0f1;
  border-radius: 8px;
  font-size: 15px;
  border-left: 4px solid #3498db;
}

/* =========================
   Fade-in animation
   ========================= */
@media (prefers-reduced-motion: no-preference){
  .fade-in{
    animation: fadeInUp .6s ease both;
  }
}

@keyframes fadeInUp{
  from{ opacity:0; transform:translateY(12px); }
  to{ opacity:1; transform:none; }
}

/* ==========================================================
   ✅ Product cards hover (Сопутствующие материалы)
   IMPORTANT:
   Add class .pm-product-card to card block OR use as is
   ========================================================== */
.pm-product-card{
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,.10);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  position: relative;
  cursor: pointer;
  will-change: transform;
}

.pm-product-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.pm-product-card:active{
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}

/* ✅ Make link area feel clickable */
.pm-product-cards a{
  cursor: pointer;
}

/* ✅ If you didn't add class pm-product-card to HTML,
   this will apply hover to your current structure */
.pm-product-cards a > div:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

/* =========================
   ✅ Sticky table header (Woodmart / Mobile)
   Use: add class="pm-sticky-table" to <table>
   ========================= */
@media (max-width: 768px){

  /* sticky sometimes breaks with collapse */
  .pm-sticky-table{
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  /* sticky header */
  .pm-sticky-table thead th{
    position: sticky !important;

    /* ✅ чтобы заголовок не прятался под sticky-nav и хедер */
    top: 140px !important;

    z-index: 10 !important;
    background: #ffffff !important;

    /* readability */
    box-shadow: 0 2px 0 rgba(0,0,0,.18);
    border-bottom: 1px solid rgba(0,0,0,.10) !important;

    /* Safari fix */
    background-clip: padding-box;
  }

  .pm-sticky-table thead{
    position: relative;
    z-index: 10;
  }
}

/* =========================
   Mobile tweaks
   ========================= */
@media (max-width: 768px){
  .sticky-nav{ padding: 10px; }
  .sticky-nav a{ font-size: 14px; }
  h1{ font-size: 26px !important; }
  h2{ font-size: 20px !important; }
}

/* =========================
   Print
   ========================= */
@media print{
  .sticky-nav{ display:none; }
}
