/*
Theme Name: Woodmart-Child
Theme URI: https://woodmart.xtemos.com/
Author: Patapau Aliaksander
Template: woodmart
Description: Technoimpex Premium Theme
Version: 1.0.1
Text domain: woodmart
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
*/


/*
.whb-color-light .wd-header-text {
  --color-white: #000;
  --color-gray-100: rgba(255,255,255,0.1);
  --color-gray-200: rgba(255,255,255,0.2);
  --color-gray-300: rgba(255,255,255,0.5);
  --color-gray-400: rgba(255,255,255,0.6);
  --color-gray-500: rgba(255,255,255,0.7);
  --color-gray-600: rgba(255,255,255,0.8);
  --color-gray-700: rgba(255,255,255,0.9);
  --color-gray-800: #fff;
  --color-gray-900: #fff;
  --bgcolor-black-rgb: 255,255,255;
  --bgcolor-white-rgb: 0,0,0;
  --bgcolor-white: #0f0f0f;
  --bgcolor-gray-100: #0a0a0a;
  --bgcolor-gray-200: #121212;
  --bgcolor-gray-300: #141414;
  --bgcolor-gray-400: #171717;
  --brdcolor-gray-200: rgba(255,255,255,0.1);
  --brdcolor-gray-300: rgba(255,255,255,0.15);
  --brdcolor-gray-400: rgba(255,255,255,0.25);
  --brdcolor-gray-500: rgba(255,255,255,0.3);
  --wd-text-color: rgba(255,255,255,0.8);
  --wd-title-color: #fff;
  --wd-widget-title-color: var(--wd-title-color);
  --wd-entities-title-color: #fff;
  --wd-entities-title-color-hover: rgba(255,255,255,0.8);
  --wd-link-color: rgba(255,255,255,0.9);
  --wd-link-color-hover: #fff;
  --wd-form-brd-color: rgba(255,255,255,0.2);
  --wd-form-brd-color-focus: rgba(255,255,255,0.3);
  --wd-form-placeholder-color: rgba(255,255,255,0.6);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
  --wd-main-bgcolor: #1a1a1a;
  color: var(--wd-text-color);
}
*/



.category_cards_wrapper {
  display: flex;
    width: 100%;
    justify-content: space-between;
    /* margin-left: -35%; */
    margin-top: 30px;
}
.category_cards_item {
  padding: 16px 16px 16px 16px;
  border-radius: 11px 11px 11px 11px;
  background-color: #F4F4F4;
  display: flex;
    flex-direction: column;
    align-items: center;
    width: 19%;
    cursor: pointer;
}
.category_cards_item .info-box-content{
  text-align: center;
  margin-top: 20px;
}
.category_cards_item .info-box-content .info-box-title{
  margin-bottom: 10px;
}
.category_cards_item__link{
  position: relative;
}
.category_cards_item__link{
  position: relative;
}
.category_cards_wrapper_kondicionery .category_cards_item {
  padding: 16px 16px 16px 16px;
  border-radius: 11px 11px 11px 11px;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
  cursor: pointer;
}

@media (min-width: 1025px) and (max-width: 1900px) { 
  .category_cards_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 30px;
}
 }
@media (min-width: 768px) and (max-width: 1024px) { 
  .category_cards_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 30px;
}
 }
 @media (min-width: 320px) and (max-width: 767px) { 
  .category_cards_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 30px;
    flex-direction: column;
}
.category_cards_item {
  width: 100%;
  margin-bottom: 20px;
}
.category_cards_wrapper_kondicionery .category_cards_item {
  width: 100%;
}
.menu-item.opener-page a{
  color: black!important;
}
 }

 .wd-dropdown-menu .wd-nav-product-cat{
  display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
    list-style: none;
    padding: 0;
}
.wd-dropdown-menu a{
  color: black!important;
}
.product-wrapper .product-element-top > a{
  height: 215px;
}
.product-wrapper .product-element-top > a img{
  height: 100%;
  object-fit: contain;
}
.single-post .wd-post-cat, .single-post .wd-post-author, .single-post .wd-post-reply{
  display: none!important;
}
.single-post .post-title-large-image .wd-post-meta {
  display: block;
}

