/*
Theme Name: child-porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.btn-wycena .current{
  background: rgb(16, 86, 164);
  color: rgb(255, 255, 255) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-radius: 8px;
  white-space: nowrap;
  text-transform: none !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 16px;
}
.header-wrapper {
  border-bottom: 1px solid rgb(234, 234, 232);
}
.pasek{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(238, 243, 250);
  color: rgb(16, 86, 164);
  font-weight: 700;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 100px;
  width: fit-content;
}
.box-home{
  flex: 1 1 216px;
  min-width: 216px;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(234, 234, 232);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 8px;
  min-height: 259px;
}
.box-home2{
  flex: 1 1 216px;
  min-width: 216px;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(234, 234, 232);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 8px;
  min-height: 238px;
}
#footer .logo img {
  max-width: 120px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.contact-form label{
  width: 100%;
}
.contact-form input[type="submit"] {
  width: 100%;
  border-radius: 10px;
  font-weight: 700;
}
.stat-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .stat-divider--right-only {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  @media (max-width: 768px) {
    .stat-divider,
    .stat-divider--right-only {
      border-left: none;
      border-right: none;
    }
  }
  #nav-panel .accordion-menu li.menu-item.active > a {
  background-color: #fff;
  color: #333;
}
#cn-accept-cookie{
  color:#fff !important;
}