7.w-100 {
  width: 100%; }

.sp-checkbox {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
  font-family: "Open Sans";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sp-checkbox input[type="checkbox"] {
  display: none; }

.sp-checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d8d9db;
  /**background: #d8d9db;*/
  position: relative;
  border-radius: 5px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear; }

label[for="conditions"] {
  display: inline-block;
  width: fit-content;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  /**background: #d8d9db;*/
  position: relative;
  border-radius: 5px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear; }

#conditions {
  width: 16px;
  height: 16px;
  opacity: 1;
  position: unset; }

.sp-checkbox input[type="checkbox"] + label:after,
.sp-checkbox input[type="checkbox"] + label:before {
  content: ' ';
  display: block;
  background: transparent;
  border-radius: 2px;
  position: absolute;
  box-sizing: content-box;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.sp-checkbox input[type="checkbox"] + label:after {
  width: 2px;
  height: 6px;
  bottom: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.sp-checkbox input[type="checkbox"] + label:before {
  width: 2px;
  height: 14px;
  bottom: 3px;
  left: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.sp-checkbox input[type="checkbox"]:checked + label {
  /**background: #8dc73f;*/
  border-color: #8dc73f; }

.sp-checkbox input[type="checkbox"]:checked + label:after,
.sp-checkbox input[type="checkbox"]:checked + label:before {
  background: #8dc73f; }

.sp-radio {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
  font-family: "Open Sans";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sp-radio input[type="radio"] {
  display: none; }

.sp-radio input[type="radio"] + label {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d8d9db;
  /**background: #d8d9db;*/
  position: relative;
  border-radius: 15px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear; }

.sp-radio input[type="radio"] + label:after {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  content: ' ';
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.sp-radio input[type="radio"]:checked + label {
  border-color: #8dc73f; }

.sp-radio input[type="radio"]:checked + label:after {
  background: #8dc73f; }

.pager-previous,
.pager-next {
  color: #009be1;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  border-radius: 4px;
  margin: 0 2px;
  padding: 12px 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 6px;
  width: 100%;
  border: 1px solid #eee;
  /*box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);*/
  text-decoration: none;
  color: inherit;
  border-radius: 35px; }

.pager-previous a,
.pager-next a {
  border-radius: 0;
  background: none;
  border: none;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #009be1;
  font-size: 16px;
  display: block;
  text-decoration: none; }

.pager-previous:hover,
.pager-next:hover {
  /*background: #009be1;*/
  /*color: white;*/
  box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);
  text-decoration: none;
  background-color: #8dc73f;
  color: white;
  border-radius: 35px; }

.pager-previous {
  float: left; }

.pager-next {
  float: right; }

.pagination_block {
  margin: 0 auto;
  width: 100%;
  text-align: center; }

.pagination_block .pagination {
  margin: 0 auto;
  padding: 0; }

.pagination_block .pagination ul {
  padding: 0;
  width: 100%;
  text-align: center; }

.pagination > .active {
  background-color: #8dc73f; }

.pagination ul > li {
  display: inline-block;
  float: none;
  margin: 0 auto;
  background-color: #fff !important;
  color: #000; }

.pagination ul > li.active {
  background-color: #8dc73f !important; }

.pagination ul > li > a,
.pagination ul > li > span {
  color: #000;
  text-decoration: none;
  /*background-color: #fff;*/
  /*border: 1px solid #eee;*/
  border-radius: 4px;
  margin: 0 2px;
  position: relative;
  float: left;
  padding: 2px 12px;
  line-height: 1.42857143;
  font-weight: 300; }

.pagination ul > li > span {
  border-color: transparent; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  /*box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);*/ }

.pagination ul > .active > a,
.pagination ul > .active > span {
  /*color: white;*/
  /*cursor: default;*/ }

.pagination-centered {
  text-align: center; }

.captcha {
  position: relative; }

.captcha img {
  width: 100%; }

.captcha a {
  position: absolute;
  bottom: 12px;
  right: 10px;
  /*background: #8dc73f;*/
  color: #8dc73f;
  width: 25px;
  height: 25px;
  text-align: center; }

.captcha a i {
  margin: 6px 5px; }

.captcha label.error {
  position: absolute;
  bottom: -28px;
  left: 0; }

.file_uploader {
  display: block;
  float: left;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  outline-style: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  margin: 0;
  width: calc(50% - 30px);
  background-color: transparent;
  border: 2px solid #8dc73f;
  color: #8dc73f; }

.file_uploader:hover {
  background-color: #8dc73f;
  color: #fff; }

.file_uploader input[type="file"] {
  text-align: right;
  opacity: 0;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  cursor: pointer; }

.menu-simple {
  width: 100%; }

.menu-simple ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }

.menu-simple li {
  margin: 6px 0; }

.menu-simple li a {
  padding: 10px 0;
  display: block;
  color: #444;
  border-radius: 0;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }

.menu-simple li a:after {
  content: ' ';
  float: left;
  margin-left: -16px;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  border-left: 16px solid transparent;
  border-right: 0px solid transparent;
  background: white;
  right: -16px;
  top: 0px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.menu-simple li .licznik {
  margin: 1px 0 0;
  line-height: 17px;
  height: 17px;
  float: right;
  border-radius: 2px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  background: #8dc73f;
  padding: 0 8px; }

.menu-simple li.active a,
.menu-simple li:hover a {
  background: #8dc73f;
  color: #fff;
  padding: 10px 10px; }

.menu-simple li.active a:after,
.menu-simple li:hover a:after {
  background: #8dc73f; }

.menu-simple li.active .licznik,
.menu-simple li:hover .licznik {
  background: white;
  color: #8dc73f; }

.userlogged {
  width: auto;
  margin: 0px 0 0 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .userlogged {
      margin: 7px 0 0; } }

.userlogged .click {
  /*background: #00aff0;*/
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 4; }

.userlogged .click div {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  border: 1px solid #eee; }
  @media screen and (max-width: 768px) {
    .userlogged .click div {
      width: 30px;
      height: 30px;
      margin-right: 0;
      margin-left: 10px; } }

@media screen and (max-width: 768px) {
  .header-meta {
    margin-top: -10px; } }

.userlogged .click span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.userlogged .click i {
  margin-left: 6px;
  color: #8dc73f; }

.userpanel {
  display: none;
  min-width: 300px;
  max-width: 100%;
  background: #fff;
  /*border: 1px solid #eee;*/
  border-top: 0;
  position: absolute;
  top: 66px;
  right: 15px;
  z-index: 103;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #8dc73f; }

.userpanel:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  content: " ";
  position: absolute;
  top: 00px;
  right: 50%;
  margin-right: -15px;
  display: none; }

.userpanel .head {
  padding: 16px;
  background: #8dc73f; }

.userpanel .head:after {
  clear: both;
  content: ' ';
  display: block;
  width: 100%; }

.userpanel .head div {
  width: 40px;
  height: 40px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
  border: 2px solid white; }

.userpanel .head a {
  padding: 0; }

.userpanel .head h3,
.userpanel .head h4 {
  float: left;
  width: calc(100% - 56px);
  text-align: left;
  margin: 0; }

.userpanel .head h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0; }

.userpanel .head h4 {
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  font-size: 14px; }

.userpanel .body {
  padding: 0px;
  background: #36526b; }

.userpanel .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none; }

.userpanel .body li {
  width: 100%; }

.userpanel .body a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 14px 16px !important;
  text-align: left;
  font-size: 14px;
  color: #eee !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0; }

.userpanel .body a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  text-decoration: none; }

.userpanel .body a .badge {
  background: #8dc73f;
  color: white;
  float: right;
  font-weight: 300;
  padding: 0px 10px; }

.userpanel .foot {
  padding: 16px;
  background: #8dc73f;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: left; }

.userpanel .foot a {
  color: #ffffffaa;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  width: 100%;
  text-decoration: none; }

.userpanel .foot i {
  color: white;
  font-size: 20px;
  position: absolute;
  left: 0; }

.userlogged h5 {
  font-weight: normal;
  color: black !important;
  font-size: 16px;
  /*margin: 7px 0 7px 7px;*/
  margin: 0;
  float: right;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 768px) {
  .userpanel {
    right: 15px; }

  .userpanel:before {
    right: 30px; } }
.data-show {
  margin: 0;
  padding: 0;
  list-style: none; }

.data-show li {
  line-height: 26px;
  font-style: initial;
  font-size: 14px;
  color: #7a7a7a; }

.data-show span {
  width: 200px;
  display: inline-block; }

.data-show b {
  color: #8dc73f;
  font-weight: normal; }

.story-list {
  position: relative; }

.story-list:before {
  width: 1px;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 20px;
  content: " ";
  display: block;
  border-left: 2px dashed #f7f7f7; }

.story-new {
  position: relative; }

.story-new textarea {
  margin-bottom: 30px;
  padding: 15px 10px 25px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
  border: none;
  height: 120px;
  width: 100%; }

.story-new textarea:focus {
  outline: none;
  border: none; }

.story-new button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  width: 100%;
  padding: 6px;
  color: white;
  float: right;
  font-size: 12px;
  background: #34ccff;
  border: none;
  border: 2px solid white;
  border-radius: 0 0 9px 9px; }

.story-line {
  /*margin-left: 60px;*/
  margin-bottom: 20px;
  margin-left: 50px;
  width: calc(100% - 50px);
  float: left;
  position: relative; }

.story-line:before {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #8dc73f;
  content: " ";
  position: absolute;
  top: 4px;
  left: -37px; }

.story-line:first-of-type {
  margin-top: 15px; }

.story-line span {
  /*float: right;*/
  font-size: 12px;
  /*background: #34ccff;*/
  border-radius: 9px;
  margin: 2.4px 6px;
  float: left;
  color: #777; }

.story-line p {
  margin-bottom: 8px;
  color: #000; }

.story-line .user {
  /*float: left;*/
  margin-right: 12px; }

.story-line .user h4 {
  font-size: 14px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
  float: left;
  margin-right: 12px; }

.story-line .user .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  float: left;
  border: 1px solid #f3f3f3; }

.imagelist {
  list-style: none;
  padding: 0 20px 0 0;
  float: left;
  min-width: 650px;
  margin: 0; }

.imagelist li {
  width: 207px;
  height: 178px;
  float: left;
  padding: 5px;
  margin: 0 15px 15px 0;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.imagelist li:hover {
  border-color: #9FCA46; }

.imagelist li.holder {
  width: 207px;
  height: 178px;
  overflow: hidden;
  border: 1px dashed #9FCA46; }

.imagelist li div {
  width: 195px;
  height: 150px;
  overflow: hidden; }

.imagelist li img {
  display: block;
  margin-bottom: 10px; }

.imagelist li span {
  display: block;
  text-align: right;
  float: none; }

.imagelist li span a {
  vertical-align: middle;
  background-color: white; }

.imagelist li span a.name {
  font-weight: bold;
  float: left;
  color: #999; }

.imagelist li span a.name:hover {
  color: #333;
  text-decoration: none; }

.imagelist li span a.show, .imagelist li span a.dele {
  float: right;
  font-size: 13px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.5;
  color: #676767; }

.imagelist li span a.show:hover, .imagelist li span a.dele:hover {
  opacity: 1;
  text-decoration: none; }

.cookie-alert {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  z-index: 300; }

.cookie-alert .btn {
  margin: 6px; }

.info-block {
  /*border: 1px solid #eee;*/
  position: relative;
  padding: 15px 15px 15px 120px; }

.info-block i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #929ca5;
  font-size: 65px; }

.info-block h3 {
  line-height: 1.2;
  font-weight: 400;
  color: #292e32;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 13px; }

.info-block p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #72797e; }

.view-all {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #292e32;
  text-transform: capitalize;
  margin-top: -2px;
  text-decoration: none;
  position: relative;
  padding-right: 24px; }

.view-all:hover {
  text-decoration: none;
  color: #8dc73f; }

.view-all:before {
  display: inline-block;
  width: 44px;
  height: 1px;
  content: '';
  background-color: #ced7df;
  margin-right: 9px;
  vertical-align: middle;
  transition: all .5s ease-out; }

.view-all:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  margin-left: 8px;
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  top: 3px;
  right: 0;
  position: absolute; }

.push-btn {
  background: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #00aff0;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.push-btn:disabled {
  display: none; }

.push-btn-active {
  opacity: 1; }

.push-btn:hover {
  opacity: 1; }

.push-btn-active:hover {
  /*opacity: 0.4;*/ }

.newsletter-line {
  background: #8dc73f;
  width: 100%;
  padding: 30px 20px;
  /*margin-bottom: -50px;*/
  z-index: 2;
  margin-top: -110px;
  margin-bottom: 50px; }

.newsletter-line .row {
  margin-bottom: 0 !important; }

.newsletter-line input {
  border-bottom: none !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  text-indent: 12px; }

.newsletter-big {
  position: relative; }

.newsletter-big .row {
  margin-bottom: 0 !important; }

.newsletter-big input {
  border: none;
  width: 100%;
  line-height: 45px;
  height: 45px;
  padding: 0 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  margin-bottom: 0 !important; }

.newsletter-big button {
  color: white;
  background: transparent;
  border: none;
  position: absolute;
  top: 12px;
  right: 10px; }

.newsletter-big input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */ }

.newsletter-big input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6); }

.newsletter-big input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6); }

.newsletter-big input:focus {
  outline: none; }

.newsletter-big button {
  cursor: pointer; }

.newsletter-big button:focus {
  outline: none; }

ul.social-2 {
  margin: 0px 0 0 0;
  padding: 0;
  display: inline-block;
  list-style: none; }

ul.social-2 li {
  position: relative;
  float: left; }

ul.social-2 li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear; }

ul.social-2 li a:hover {
  background-color: #fff;
  /*border-color: #fff;*/
  color: #8dc73f; }

.title-h {
  margin-top: 00px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #444;
  font-size: 22px;
  position: relative;
  padding-bottom: 20px; }

.title-h:after {
  content: ' ';
  width: 50px;
  height: 2px;
  background: #8dc73f;
  position: absolute;
  left: -0px;
  bottom: 0; }

.grey-block {
  padding: 50px 30px;
  background-color: #fafafa;
  margin-bottom: 30px; }

.grey-block h4 {
  margin-top: 00px;
  margin-bottom: 00px;
  font-weight: 400;
  color: #444;
  font-size: 22px;
  position: relative;
  padding-bottom: 20px; }

.shadow-block {
  top: 0;
  width: 100%;
  z-index: 101;
  background: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  position: relative; }

.button {
  background: #8dc73f;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  border: none;
  /*width: 50%;*/
  float: right;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif; }

.button:hover {
  color: #fff; }

.button-link {
  border-radius: 20px;
  padding: 6px 20px; }

.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.article-block-1 {
  background-image: url(http://demo.themewinter.com/wp/digiqole/wp-content/uploads/2019/07/fashion03.jpg);
  min-height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative; }
@media screen and (max-width: 530px) {
  .article-block-1 {
    min-height: 315px;
  }
}

.article-block-1 .info {
  position: absolute;
  z-index: 1;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  padding: 40px 40px 35px 40px;
  bottom: 10px; }

.article-block-1 .category {
  position: relative;
  left: 0;
  top: 0;
  background: #6fb33b;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 5px;
  /*	height: 19px;*/
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  letter-spacing: .44px; }

.article-block-1 .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  margin: 8px 0 0px 0;
  color: white; }

.article-block-1 .title a {
  color: white; }

.article-block-1 .meta {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.article-block-1 .meta li {
  font-size: 13px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 24px;
  line-height: 2.4em; }

.article-block-1 .meta li a {
  color: white; }

.article-block-1 .meta li.active i {
  color: #6fb33b; }

.article-block-1 .meta li i {
  margin-right: 6px;
  font-size: 14px;
  float: left;
  margin-top: 9px; }

.article-block-1.article-block-1-small {
  min-height: 315px; }

.article-block-1.article-block-1-small .info {
  padding: 25px 25px 20px 25px; }

.article-block-1.article-block-1-small h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0 0; }

.article-block-1.article-block-1-small-plus {
  min-height: 325px; }

.article-block-1.article-block-1-small-plus .info {
  padding: 25px 25px 25px 25px; }

.article-block-1.article-block-1-small-plus h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 10px 0 -10px 0; }

.article-block-1.article-block-1-very-small {
  min-height: 315px; }

.article-block-1.article-block-1-very-small .info {
  padding: 25px 25px 25px 25px; }

.article-block-1.article-block-1-very-small h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0 0; }

.article-block-1.article-block-1-shadow:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.article-block-1.article-block-1-shadow:hover:before {
  background-color: rgba(0, 0, 0, 0.2); }

.article-block-1.article-block-1-color:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  /*	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
  	background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
  	background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
  	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .8) 100%);*/
  /*	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;
  	-webkit-transition: all 0.4s ease;
  	-moz-transition: all 0.4s ease;
  	-ms-transition: all 0.4s ease;
  
  
  	background-color: transparent;
  	background-image: linear-gradient(180deg, rgba(111, 179, 59, 0.88) 0%, rgba(111, 179, 59, .89) 100%);*/ }

.article-block-1.article-block-1-color:hover:before {
  top: -100%; }

.article-line-min {
  height: 99px; }

.article-line-min .thumb {
  width: 120px;
  height: 97px;
  float: left;
  background-image: url(http://demo.themewinter.com/wp/digiqole/wp-content/uploads/2019/07/fashion03.jpg);
  background-size: cover;
  background-position: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px; }

.article-line-min .info {
  width: 45%;
  float: left;
  padding-left: 12px; }

.article-line-min .category {
  color: #6fb33b; }

.article-line-min .title {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  height: 90px;
  overflow-y: hidden; }

.article-line-min .title a {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 18px;
  font-weight: 600;
  color: #222; }

.article-line-min .date {
  margin-right: 10px;
  font-size: 13px;
  color: #999; }

.article h1 {
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: .45px;
  margin-top: 0; }

.article .meta {
  margin: 0 0 25px; }

.article .meta li {
  margin-right: 20px;
  display: inline-block;
  height: 60px;
  float: left; }

.article .meta li.category {
  padding-top: 10px; }

.article .meta li.category a {
  position: relative;
  left: 0;
  top: 0;
  background: #6fb33b;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 5px;
  height: 19px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  letter-spacing: .44px;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }

.article .meta .author span {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  color: #232323;
  margin-left: 6px;
  font-weight: 600;
  text-transform: capitalize;
  font-weight: 700; }

.article .meta .author .avatar {
  position: relative;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover; }

.article .meta .date {
  line-height: 30px;
  padding-top: 9px; }

.article .meta .date i {
  margin-right: 6px;
  font-size: 14px;
  float: left;
  margin-top: 8px; }

.article .meta .show {
  line-height: 30px;
  padding-top: 9px; }

.article .meta .show i {
  margin-right: 6px;
  font-size: 14px;
  float: left;
  margin-top: 8px; }

.tag-list {
  margin: 0;
  display: inline-block; }

.tag-list li {
  border: 1px solid #3a3a3a;
  color: #232323;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  border-color: #6fb33b;
  background-color: #6fb33b;
  color: #fff;
  cursor: pointer; }

.article-category-thumb li {
  margin-bottom: 6px;
  position: relative; }

.article-category-thumb a {
  position: relative;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  overflow: hidden;
  min-height: 100px;
  will-change: transform;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.article-category-thumb a span {
  position: relative;
  z-index: 2; }

.article-category-thumb a:after {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 185px);
  margin: 0 65px 0 120px;
  position: absolute; }

.article-category-thumb a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #84c13e; }

.article-category-thumb a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.radio-block-row {
  display: flex;
  flex-direction: row; }

.radio-block-switch {
  position: relative;
  /*overflow: hidden;*/
  width: calc(100% + 0px); }

.radio-block-switch input {
  position: absolute;
  opacity: 0.001;
  top: -100px; }

.radio-block-switch label {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-top: -20px;
  text-align: center;
  font-size: 1em;
  cursor: pointer; }

.radio-block-switch input:checked ~ label {
  background-color: #8dc73f;
  color: white;
  border-radius: 2px; }

.price-input {
  background-color: #00000010 !important;
  text-align: center;
  text-indent: 12px;
  color: #666;
  margin-bottom: -12px;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important; }

.basket-super-fast {
  display: flex;
  flex-direction: row;
  margin-top: 5px; }

.basket-super-fast .basket-fast-input {
  width: 100%;
  position: relative; }

.basket-super-fast .basket-fast-input .plus,
.basket-super-fast .basket-fast-input .minus {
  position: absolute;
  /*border: 1px solid #0f9d58 !important;*/
  top: 0;
  bottom: 0;
  width: 47px;
  height: 47px;
  /*background-color: white;*/
  cursor: pointer;
  line-height: 43px;
  text-align: center;
  font-size: 22px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  								 supported by Chrome, Edge, Opera and Firefox */ }

.basket-super-fast .basket-fast-input .plus {
  right: -2px;
  content: "+"; }

.basket-super-fast .basket-fast-input .minus {
  left: 0; }

.basket-super-fast input {
  border-radius: 25px 0 0 25px !important;
  height: 40px;
  margin-bottom: 0 !important;
  text-align: center;
  border: 1px solid #8dc73f !important;
  -moz-appearance: textfield !important;
  text-indent: 12px !important; }

.no-stock-bg {
  height: 47px;
  border: 1px solid #808080 !important;
  background-color: #808080 !important;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }

.basket-super-fast button {
  /*margin-left: 10px;*/
  background-color: #8dc73f;
  border: 1px solid #8dc73f;
  cursor: pointer;
  color: #fff;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0 25px 25px 0; }

.basket-super-fast button:hover {
  background-color: #6fb33b;
  border: 1px solid #6fb33b; }

.change-product-status {
  cursor: pointer;
  padding: 10px 20px;
  margin: 20px 10px; }

.product-staus-show {
  background-color: #8dc73f;
  color: #ffffff;
  font-weight: 600; }

.product-staus-deleted {
  background-color: #F04645;
  color: #ffffff;
  font-weight: 600; }

.mega-menu-button {
  position: relative; }
  .mega-menu-button .mega-menu-button-inner {
    cursor: pointer;
    display: flex; }
    .mega-menu-button .mega-menu-button-inner a {
      pointer-events: none; }
  .mega-menu-button .hamburger {
    position: static;
    margin-left: auto; }
    @media screen and (max-width: 1024px) {
      .mega-menu-button .hamburger {
        margin-left: -15px;
        padding-right: 20px; } }
    .mega-menu-button .hamburger:active, .mega-menu-button .hamburger:hover, .mega-menu-button .hamburger:focus {
      background: transparent !important; }
    .mega-menu-button .hamburger span {
      background: white; }
  @media screen and (max-width: 1024px) {
    .mega-menu-button .mega-menu {
      display: none; }
    .mega-menu-button.show .mega-menu {
      display: block;
      position: absolute;
      background: white;
      top: 100%;
      left: calc(-10vw + 0.75rem);
      right: calc(-10vw + 0.75rem);
      padding-left: calc(10vw - 0.75rem);
      padding-right: calc(10vw - 0.75rem);
      z-index: 50; }
      .mega-menu-button.show .mega-menu li {
        background: white;
        color: black;
        float: none;
        display: block;
        width: 100%;
        border-bottom: 1px solid #eeeeee;
        padding: 0 20px; }
        .mega-menu-button.show .mega-menu li a {
          color: black; }
        .mega-menu-button.show .mega-menu li:last-child {
          border-bottom: none; }
        .mega-menu-button.show .mega-menu li a {
          padding: 0; }
      .mega-menu-button.show .mega-menu > ul > li {
        padding: 0;
        transition: all 150ms ease-in-out;
        background: no-repeat left center; }
        .mega-menu-button.show .mega-menu > ul > li.show {
          background: url(../images/arrow-left.jpg) no-repeat left center;
          padding-left: 20px; }
          .mega-menu-button.show .mega-menu > ul > li.show > a {
            font-weight: bold; }
        .mega-menu-button.show .mega-menu > ul > li > ul {
          left: calc(10vw - 0.75rem);
          right: calc(10vw - 0.75rem);
          position: absolute;
          z-index: 100;
          top: 60px;
          transform: translateX(150%);
          transition: all 500ms ease-in-out; }
          .mega-menu-button.show .mega-menu > ul > li > ul.show {
            transform: translateX(0); }
          .mega-menu-button.show .mega-menu > ul > li > ul > li.has-submenu > a {
            background: url(../images/arrow-down.jpg) no-repeat right center; }
          .mega-menu-button.show .mega-menu > ul > li > ul > li.show > a {
            font-weight: bold;
            background: url(../images/arrow-up.jpg) no-repeat right center; }
          .mega-menu-button.show .mega-menu > ul > li > ul > li ul {
            display: none;
            background: yellow; }
            .mega-menu-button.show .mega-menu > ul > li > ul > li ul.show {
              display: block; } }
  @media screen and (min-width: 1025px) {
    .mega-menu-button .mega-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 50px;
      z-index: 101;
      width: 1260px;
      padding: 10px;
      overflow: hidden; }
      .mega-menu-button .mega-menu .main-categories, .mega-menu-button .mega-menu .subcats, .mega-menu-button .mega-menu .subsubcats {
        background: #8dc73f;
        width: 350px; }
      .mega-menu-button .mega-menu menu-item:first-of-type {
        padding-top: 20px !important; }
      .mega-menu-button .mega-menu ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        height: 600px; }
        .mega-menu-button .mega-menu ul li {
          margin: 0;
          /*padding: 0;*/
          display: inline-block;
          width: 100%;
          height: 30px;
          cursor: pointer;
          padding: 10px; }
          .mega-menu-button .mega-menu ul li a {
            height: 30px;
            line-height: 30px;
            padding: 0 12px;
            cursor: pointer;
            display: block;
            border-radius: 4px; } }

@media screen and (min-width: 1024px) {
  .mega-menu-button .mega-menu ul {
    left: 0;
    width: 60%; }

  .mega-menu-button .mega-menu ul > li > a {
    width: 33%; }

  .mega-menu-button .mega-menu ul ul {
    left: 33%;
    width: 66%; }

  .mega-menu-button .mega-menu ul ul > li > a {
    width: 50%; }

  .mega-menu-button .mega-menu ul ul ul {
    left: 50%;
    width: 50%; }

  .mega-menu-button .mega-menu ul ul ul > li > a {
    width: 100%; }

  .mega-menu-button .mega-menu ul > li ul {
    display: none; }

  .mega-menu-button .mega-menu ul > li:hover > ul {
    display: none; }

  .mega-menu-button .mega-menu ul > li:hover > a {
    background-color: #6fb33b;
    color: white; } }
.label-list {
  margin: 0;
  padding: 0; }

.label-list li {
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  background: #6fb33b;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 5px;
  height: 19px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  letter-spacing: .44px; }

.hide-cat, .hide-sub-cat {
  display: none; }

.all-cat {
  line-height: 2.5em; }
  .all-cat a {
    font-weight: 400;
    padding: 10px 5px; }
  .all-cat .active-menu {
    background-color: #78b138;
    border-radius: 5px; }

.menu-item {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important; }

.product-line-unit {
  color: #363f4d;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0;
  font-size: 18px !important;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding: 0 5px; }
  .product-line-unit a {
    color: #363f4d;
    text-decoration: none; }

.product-line-unit-user {
  color: #8ca4af;
  padding: 0 25px 0px !important;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0;
  font-size: 18px !important;
  line-height: 26px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding: 0 5px; }
  .product-line-unit-user .unit-price {
    font-weight: 600; }
  .product-line-unit-user a {
    color: #363f4d;
    text-decoration: none; }

button[type="reset"] {
  margin-top: 10px; }

.btn, .btn-large, .btn-small {
  background: #007982;
  border-radius: 20px;
  color: #fff;
  border: none;
  text-align: center; }

.btn:hover, .btn-large:hover, .btn-small:hover {
  background: #076274; }

.active-menu-item {
  background-color: #6fb33b; }

@media screen and (max-width: 530px) {
  .owl-carousel {
    margin-bottom: 10px; }

  .opinie-fieldset {
    width: 100%;
    margin: 20px 0px; } }
.fav-prodlist {
  height: 40px;
  display: flex;
  align-items: center; }
  .fav-prodlist i {
    font-size: 28px; }

.unit-capacity-prica-div {
  display: flex; }

.unit-capacity {
  font-weight: 300;
  margin-right: 20px; }

label#conditions-error {
  position: absolute;
  top: 30px;
  width: 250px;
  border: 0px;
  left: 0px; }
  @media screen and (min-width: 1024px) {
    label#conditions-error {
      top: 45px; } }

.no-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  color: #808080; }
  .no-stock.in-product {
    justify-content: flex-start;
    width: 40%;
    float: left; }

.no-stock-border {
  height: 47px;
  border: 1px solid #808080;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px; }

.no-margin-account {
  margin: 0px !important; }

.mail-error {
  font-size: 0.8rem;
  color: #ff0000; }

.shop-name {
  margin-left: auto;
  text-transform: uppercase; }

.shop-name-big {
  float: right;
  margin-right: 20px; }

.float-right {
  float: right; }

.title-big a:hover {
  color: #000000;
}

.title-big a {
  color: #000000;
}