:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(232,7,7);
	--wd-alternative-color: rgb(232,7,7);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(41,56,93);
	--btn-accented-bgcolor-hover: rgb(41,56,93);
	--wd-form-brd-width: 1px;
	--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: url(https://kros3.sellgenik.com/wp-content/uploads/2021/10/tools-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(1,75,143);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(248,248,248);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--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: 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;
}

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


.wd-page-title {
background-color: rgb(22,27,137);
}

/* Make the title clickable and give it a chevron */
.woocommerce-widget-layered-nav .widget-title {
    cursor: pointer;
    position: relative;
    padding-right: 24px; /* room for the chevron */
    user-select: none;
}

.woocommerce-widget-layered-nav .widget-title::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg); /* pointing down = closed... */
    transition: transform 0.25s ease;
}

/* Closed state (default): arrow points right */
.woocommerce-widget-layered-nav .widget-title::after {
    transform: translateY(-70%) rotate(-45deg);
}

/* Open state: arrow points down */
.woocommerce-widget-layered-nav.wd-nav-open .widget-title::after {
    transform: translateY(-70%) rotate(45deg);
}

/* Hide the list by default */
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    display: none;
    overflow: hidden;
}

/* Show it when open */
.woocommerce-widget-layered-nav.wd-nav-open .woocommerce-widget-layered-nav-list {
    display: block;
}

.widget_layered_nav ul li {
  display: flex;
  align-items: center;
  background: #29385d17;
  margin-bottom: 2px;
  padding: 4px;
}
.widget-title {
  margin-bottom: 10px!important;
}
.widget-title:hover{
	color: #e80707;
  transition: 0.3s;
}
.widget {
  margin-bottom: 15px!important;
  padding-bottom: 5px!important;
}
.widget-area {
  border: 1px solid lightgray;
  padding: 7px;
  border-radius: 8px;
}
#menu-categories .wd-sub-menu li a{
	color: black !important;
}
.kros3-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kros3-modal-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 450px;
    width: 90%;
    position: relative;
}

.kros3-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

.kros3-modal-box h3 {
    margin-top: 0;
}

.kros3-modal-product-name {
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
}

#kros3-inquiry-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

#kros3-inquiry-form input,
#kros3-inquiry-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

#kros3-inquiry-form button {
    cursor: pointer;
}

.kros3-inquiry-loading {
    margin-left: 10px;
    font-size: 13px;
    color: #777;
}

.kros3-inquiry-success {
    padding: 15px;
    background: #e7f7e7;
    border: 1px solid #b3e0b3;
    border-radius: 4px;
    color: #2d6a2d;
    text-align: center;
}