@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mightyinks.com/wp-content/themes/woodmart/fonts/woodmart-font-2-700.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: 18px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,146,175);
	--wd-alternative-color: rgb(39,44,51);
	--wd-link-color: rgb(0,146,175);
	--wd-link-color-hover: rgb(2,133,255);
	--btn-default-bgcolor: rgb(75,87,95);
	--btn-default-bgcolor-hover: rgb(0,146,175);
	--btn-accented-bgcolor: rgb(75,87,95);
	--btn-accented-bgcolor-hover: rgb(10,147,217);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(0,195,255);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--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: rgb(17,25,29);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(8,12,12);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(33,47,56);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(75,87,95);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(75,87,95);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(75,87,95);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
--wd-cat-brd-radius: 8px;
}


rs-slides :is([data-type=text],[data-type=button]) {
font-family: Lato !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Lato !important;
}

@media (max-width: 576px) {
	.pso-notifbox {
  position: fixed !important;
  z-index: 100;
  top: 70px !important; /* Adjust this to position below your header */
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: calc(100vw - 16px) !important; /* 8px gap on each side */
  max-width: 414px !important;
  font-size: var(--F-M);
  background-color: var(--c-base);
  border-radius: var(--R);
  box-shadow: var(--SH);
}
}

