:root {
	--wd-text-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Rubik", 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: "Rubik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rubik", 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: "Rubik", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-primary-color: #b52f23;
	--wd-alternative-color: #0c5389;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #0c5389;
	--btn-accented-bgcolor-hover: #003c8c;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #1a1a1a;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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: 0px;
}



.wd-page-title {
background-color: #0c5389;
}

.header-categories-nav-wrap .menu-opener .arrow-opener {
	display: none;
}
.product-images .labels-rounded .product-label {
	min-height: 40px;
}
.menu-opener .woodmart-custom-burger-icon {
	margin-right: 25px;
}
.menu-opener .menu-open-label {
	font-size: 15px;
}
.woodmart-search-form input[type=text] {
	background-color: #fff;
	border-radius: 10px;
	color: #1a1a1a!important;
}
.woodmart-navigation .menu li a {
	font-weight: 500
}
.woodmart-search-form input[type=text]::-webkit-input-placeholder { /* Chrome */
  color: #252525;
}
.woodmart-search-form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #252525;
}
.woodmart-search-form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #252525;
  opacity: 1;
}
.woodmart-search-form input[type=text]:-moz-placeholder { /* Firefox 4 - 18 */
  color: #252525;
  opacity: 1;
}
.search-by-category .input-dropdown-inner > a {
	color: #000!important;
}
.main-nav {
	flex: 0 1 auto;
}
.searchsubmit {
	color: #000!important;
}
.about-us-info {
	align-items: center;
}
.about-us-info .box-icon-wrapper {
	margin-right: 10px;
}
/*.whb-general-header .whb-column .woodmart-navigation .menu {
		margin-left: 30px;
}*/
.whb-general-header .whb-column .woodmart-navigation .menu li a {
	color: #1a1a1a;
	font-weight: 500;
}



.header-times .menu ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-times .menu ol:first-child {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-times .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-times .menu-item .sub-menu > a {
  color: red;
}
.header-times .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
  transition: transform 0.3s linear;
  background-color: #f4d03f;
}
.header-times .menu-item .sub-menu .menu-item {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-times .menu-item .sub-menu .menu-item a::before {
  content: "";
}
.header-times .menu-item .sub-menu .menu-item:first-child {
  border: 0;
}
.header-times .menu-item:hover a::before, .menu-item.active a::before {
  color: white;
}
.header-times .menu-item:hover .sub-menu {
  transform: rotateX(0deg);
}
.header-times .menu-item a {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  padding: 5px 50px;
}

.woodmart-hover-info .product-labels{
	max-width: 75px;
}
.labels-rounded .product-label {
	min-height: 40px;
	font-size: 12px;
}
.woodmart-hover-info .bottom-information .price .amount{
	color: #1a1a1a;
}
.mobile-nav-tabs li.active {
	background-color: rgba(12, 83, 137, 1);
  color: #fff;
	font-weight: 800;
}

@media (max-width: 768px) {
.home-infobox-heading .woodmart-info-box {
	align-items: center;
}
	.home-infobox-heading .info-icon {
	width:40px!important;
	height: 40px!important;
	}
	.home-infobox-heading .info-box-title {
		font-size: 22px;
	}
.home-infobox-heading .woodmart-info-box .info-box-title {
	margin-bottom: 0px;
	line-height: 1;
}
}
@media (min-width: 768px){
	.home-infobox-heading .woodmart-info-box {
	align-items: flex-end;
}
.home-infobox-heading .woodmart-info-box .info-box-title {
	margin-bottom: 0px;
	line-height: 1;
}
}
.price .amount {
	font-size: 18px;
}
.header-icon-a .box-icon-wrapper {
	margin-right: 0px;
}
.woodmart-cookies-popup {
	padding: 5px 15px;
}
.woodmart-cookies-popup .woodmart-cookies-inner .cookies-info-text { 
	font-size: 12px;
}
.woodmart-cookies-popup .woodmart-cookies-inner .cookies-buttons .cookies-more-btn {
	font-size: 11px;
}
.woodmart-cookies-popup .woodmart-cookies-inner .cookies-buttons .btn {
	font-size: 11px;
}
.labels-rounded .out-of-stock {
	font-weight: 400!important;
	font-size: 10px!important;
	max-width: 100px;
}