/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /* ARCHIVE PAGE */

 .woocommerce-shop ul.products {
   display: flex;
   flex-direction:column;
   flex-wrap: wrap;
 }
 .woocommerce-shop li.product {
   display: flex;
    width: 100%!important;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    transition: all .3s;
 }
   .woocommerce-shop li.product.outofstock .product-single-content {
     position: relative;
   }
   .woocommerce-shop li.product.outofstock::after {
     position: absolute;
     content: "";
         background: rgb(0 0 0 / 15%);
     height: 100%;
     width: 100%;
     top:0;
     left: 0;
   }
  .woocommerce-shop li.product.outofstock a.product-single-link {
    display: none!important;
  }
 .woocommerce-shop li.product:hover {
   -webkit-box-shadow: 3px 11px 46px -39px rgba(43, 45, 65, 1);
   -moz-box-shadow: 3px 11px 46px -39px rgba(43, 45, 65, 1);
   box-shadow: 3px 11px 46px -39px rgba(43, 45, 65, 1);
 }
  .product-single-header {
   background-color: #C20D0E;
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   justify-content: space-between;
   padding: 20px 40px;
   width: 100%;
 }
    .product-single-header h2 {
     color: #fff;
     font-weight: bold;
     margin-bottom: 20px;
     text-align: center;
   }
    .product-single-header .product-single-link {
    /* line-height: 2; */
    font-weight: bold;
    background: #fff;
    color: #C20D0E;
    padding: 0.5em 1.9em;
    border-radius: 20px;
    transition: all, 0.3s;
    border: 1px solid #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    }
   .product-single-header .product-single-link:hover {
        background: #C20D0E;
        color: #fff;
      }
     li a.product-single-link {
      display: flex;
      background: #f5f5f5;
       padding: 20px 40px;
       margin-bottom: 10px;
    }
  .product-single-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 15px;
    background: #F5F5F5;
  }
  .product-single-tags-img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    grid-gap: 10px;
  }
      .product-single-cat-header-img a {
        margin-left: auto;
        margin-right: auto;
      }
      .product-single-cat-header-img img {
        margin: 0;
        min-width: 100px;
        margin-left: auto;
        margin-right: auto;
      }
        .product-single-cat-name,
        .product-single-cat-header-img,
        .product-single-cat-short-desc,
        .product-single-tags  {
          display: flex;
          flex-direction: column;
          justify-content: center;
        }
      .product-single-cat-name h2 {
        font-weight: bold;
        color: #2B2D41;
        text-align: center;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
      }
      .product-single-tags-names {
        text-align: center;
        color: #2B2D41;
        margin: 0;
        font-weight: 600;
        font-size: 1.1em;
        margin-left: 0px;
      }

      .product-single-cat-short-desc p {
        text-align: center;
        color: #2B2D41;
        margin: 0;
        font-weight: 600;
        font-size: 1.1em;
        margin-left: 0px;
      }
        .product-single-tags-names {
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }
      .product-single-tags .product-single-tags-vertical {
         display: flex;
        justify-content: space-between;
        flex-direction: column;
      }
      .product-single-price {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
      }
      .product-single-price>span {
        display: flex;
margin-left: -50px;
margin-top: 30px
      }
      .product-single-price>span>bdi,
      .product-single-price div,
      .product-single-price del,
      .product-single-price ins {
        text-align:left;
        line-height: 2;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.1em;
        font-weight: 600;
      }
      .product-single-onsale {
        color: #64B414;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 15px;
      }
      .product-single-price del {
        text-decoration: none;
        color: #C20D0E;
        position: relative;
        padding-right: 45px;
      }
      .product-single-price del bdi {
        color: #C20D0E;
      }

      .low-stock-txt {
            color: #C20D0E;
          font-weight: 600;
          font-family: 'Poppins', sans-serif;
          position: absolute;
          bottom: 5px;
          right: 1px
      }
      .products-list .low-stock-txt {
        width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  justify-content: center;
      }
      .single-trening-footer .low-stock-txt {
        position: relative;
      }

          .product-single-price del::after {
            content: '';
          position: absolute;
          top: 6px;
          left: 0;
          border-bottom: 1px solid #C20D0E;
          width: 100%;
          transform: rotate(350deg);
          transform-origin: right;
          }
          .product-single-price ins {
            background-color: transparent;
            padding-right: 45px;
          }
            .product-blue .product-single-price del::after {
                  transform: rotate(354deg);
            }
            .single-cat-sitebar-inner .single-trening-footer del .woocommerce-Price-amount::after {
              content: '';
    position: absolute;
    top: 1px;
    left: -4px;
    border-bottom: 1px solid #C20D0E;
    width: 120%;
    transform: rotate(353deg);
    transform-origin: right;
            }
      .shop-list {
        margin-bottom: 200px;
        margin-top: 0;
        background: #fff;
        padding-bottom: 70px;
        padding-top: 10px;;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-shadow: 11px 12px 39px -24px rgb(51 51 51);
        -moz-box-shadow: 11px 12px 39px -24px rgba(51, 51, 51, 1);
        box-shadow: 11px 12px 39px -24px rgb(51 51 51);
      }
      .page-template-page-checkout,
      .page-template-page-cart {
        margin: 0!important;
      }
      .page-template-page-checkout .footer-bottom,
      .page-template-page-cart .footer-bottom {
        background-color: #2B2D41;
      }
      .checkout-product-content-wrapper {
        margin-top: 40px;
      }
      .woocommerce-checkout .product-single-content,
      .woocommerce-cart .product-single-content {
        margin-bottom: 25px;
      }
      #customer_details h3{
        display: none;
      }
     #customer_details {
       display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
     }
     .woocommerce-billing-fields label {
       display: none;
     }
     #order_comments_field label {
       color: #2B2D41;
       font-weight: 600;
       font-size: 1.1em;
     }
     ul.wc_payment_methods {
       display: none;
     }
     #order_review_heading {
       display: none;
     }
     .checkout-place-order-wrapper {
       margin-bottom: 5px;
       margin-top: 25px;
       }
          .checkout-place-order-wrapper>div,
          .order-total-payment {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-bottom: 30px;
          }
          .order-total-payment span,
          .order-total-payment span bdi,
          .order-total-payment .includes_tax {
            color: #fff;
          }
            .order-total-payment span bdi {
              font-family: 'bebas-neue-pro-expanded', sans-serif;
              font-weight: 700;
              font-size:2.4em;
            }
           .order-total-payment .includes_tax {
             font-size: 1em;
               font-weight: 600;
           }
           .woocommerce-checkout-review-order-table-custom {
             display: none;
           }
           #product-cat-header>div>div {
             margin-top: 110px;
             margin-bottom: 60px;
           }
            #product-cat-header h1 {
              max-width: 717px;
              text-align: center;
              margin-left: auto;
              margin-right: auto;
              font-family: 'bebas-neue-pro-expanded', sans-serif;
              font-weight: 700;
              font-style: normal;
              color: #fff;
              font-size: 3em;
              word-wrap: break-word;
              line-height: 1;
            }
            .product-cat-header-img {
              display: flex;
              flex-direction: column;
              justify-content: center;
              z-index: 2;
              max-width: 117px;
            }
            #single-cat-content-wrapper {
              /* max-width: 1920px; */
              margin-left: auto;
              margin-right: auto;
              display: flex;
              flex-direction: column;
            }
            #product-cat-subtitle h2 {
              font-size: 3.5em;
              line-height: 1.2;
              position: relative;
              margin-bottom: 0;
            }
            #product-cat-subtitle h2::before {
              position: absolute;
              content: '';
              background-color: #c20d0e;
              color: #c20d0e;
              width: 80px;
              height: 5px;
              top: -25px;
              border-radius: 48px;
              left: 0;
            }
            #product-cat-first p,
            #product-cat-first li {
              font-size: 1.2em;
            }
            .product-cat-header {
              display: flex;
              justify-content: space-between;
            }
            .product-cat-header img {
              cursor: pointer;
              transition: all .3s;
            }
            .product-cat-content {
              display: none;
            }
            .product-cat-wrapper.tab-active .product-cat-content {
               /* display: block; */
            }
            .single-cat-content-inner .product-cat-wrapper {
              max-width: 740px;
              width: 100%;
              padding: 15px;
            }
            .cat-agenda-single-header {
              background: #2B2D41;
              color: #fff;
              display: flex;
              width: 100%;
              justify-content: space-between;
              padding: 10px 20px;
            }
            .cat-agenda-single-header h4 {
              text-transform: uppercase;
              font-size: 2em;
            }
            .cat-agenda-single-header span {
              display: flex;
              justify-content: center;
              flex-direction: column;
              font-size: 1.1em;
            }
            .cat-agenda-single-content {
              display: flex;
              padding: 15px;
              background: #fff;
              margin-bottom: 30px;
            }
            .product-cat-content .term-description {
              padding: 0 10px 10px;
            }
            .product-cat-header.oppened img {
              /* transform: rotate(180deg); */
               transform: rotateX(180deg);
            }
            #product-cat-faq ul {
              list-style: none;
              padding-left: 0;
              margin-left: 0;
            }
                #product-cat-faq ul li{
                  padding: 20px 30px 20px 70px;
                  line-height: 1.55;
                  display: flex;
                  min-height: 70px;
                }
                #product-cat-faq ul li.odd {
                  background: #2B2D41;
                  color: #fff;
                  cursor: pointer;
                  margin-top: 20px;
                }
                  #product-cat-faq ul li.odd::before {
                    content: 'Q';
                    color: #fff;
                    font-family: 'bebas-neue-pro', sans-serif;
                    font-weight: bold;
                    font-size: 3.5em;
                    left: 20px;
                    top: 15px;
                    background: transparent;
                    position: absolute;
                    height: auto;
                    width: auto;
                    line-height: 1;
                  }
                #product-cat-faq ul li.even {
                  background: #fff;
                  color: #2B2D41;
                  display: none;
                }
                #product-cat-faq ul li.even::before {
                  content: 'A';
                  color: #2B2D41;
                  font-family: 'bebas-neue-pro', sans-serif;
                  font-weight: bold;
                  font-size: 3.5em;
                  left: 20px;
                  top: 15px;
                  background: transparent;
                  position: absolute;
                  height: auto;
                  width: auto;
                  line-height: 1;
                }
                #product-cat-file .flex-vertical-c>div {
                  position: relative;
                  display: flex;
                }
                #product-cat-file a {
                  max-width: 210px;
                  text-align: center;
                  display: flex;
                }
                .single-trening-element {
                  position: relative;
                }
                .single-trening-element:nth-child(even) {
                  background: #EFEFEF;
                }
                .single-trening-element:nth-child(odd) {
                  background: #fff;
                }
                .single-trening-footer.single-trening-right,
                .single-trening-left {
                  position: relative;
                  left: 0;
                  bottom: 0;
                  padding: 30px;
                  text-align: left;
                  /* padding-right: 45px; */
                  margin-left: auto;
                  margin-right: auto;
                  text-align: center;
                }

    .single-trening-left {
      padding-bottom: 0;
    }
                  .single-cat-sitebar-header {
                    background: #fff;
                    position: relative;
                  }
                .single-cat-sitebar-header h3 {
                  font-size: 2.3em;
                  text-align: center;
                  padding: 30px;
                  margin: 0;
                }
                .single-trening-right .product-single-onsale {
                      font-size: 1.1em;
                      text-align: left;
                }
                  .single-trening-footer .product-single-onsale {
                    text-align: center;
                  }
                .single-trening-footer.single-trening-right>del,
                .single-trening-footer.single-trening-right>ins {
                  text-align: left;
                  margin-left: -10px;
                }

                  .single-trening-element .product-name {
                    font-size: 1.5em;
                  }
                .single-trening-element .product-address {
                  color: #C20D0E;
                  font-weight: bold;
                  position: relative;
                  margin-bottom: 20px;
                  margin-top: 20px;
                  max-width: 200px;
                }
                  .single-trening-element .product-address::before {
                    position: absolute;
                    background: #C20D0E;
                    height: 2px;
                    top: -10px;
                    content: '';
                    left: auto;
                    display: flex;
                    justify-content: center;
                    width: 100%;
                  }
                    .single-trening-element .product-single-tags-img {
                      grid-auto-columns: minmax(0, 1fr);
                      grid-auto-flow: column;
                      width: auto;
                      padding: 0;
                    }
                      .single-trening-element .product-single-tags-img .product-tags-image {
                        margin-right: 10px;
                      }
                      .single-cat-sitebar-footer {
                        background: #fff;
                        background: #efefef;
                        padding: 20px;
                        display: flex;
                        justify-content: center;
                      }
                      .single-cat-sitebar-footer.flex-vertical-c p {
                        font-size: 1.2em;
                      }
                      .single-cat-sitebar-footer.flex-vertical-c .wp-element-button {
                        text-align: center;
                        max-width: 250px;
                        margin-left: auto;
                        margin-right: auto;
                      }
                      .cat-footer-gallery {
                        margin: 0;
                        display: grid;
                        /* grid-template-rows: 1fr auto; */
                        margin-bottom: 10px;
                        grid-template-columns: repeat(4, 1fr);
                        grid-template-rows: masonry;
                      }
                        .cat-footer-gallery figure{
                          width: 100%!important;
                          margin: 0!important;
                        }
                      #single-cat-content-wrapper {
                        position: relative;
                      }
                      #procuct-cat-footer {
                        margin-top: 40px;
                      }
                      .product-cat-desc-first p,
                      .product-cat-desc-first li {
                        font-size: 1.2em;
                      }
                      .wp-block-group.trainings-left-content-wrapper>div {
                        max-width: none!important;
                      }
                      .wp-block-group.grey-bck.product-cat-desc-second {
                          margin-bottom: 25px;
                          padding: 0px 0px 30px 0px;
                        }
                         .dashicons,
                          .dashicons-before:before {
                           width: 25px;
                            height: 25px;
                            font-size: 25px;
                            line-height: 0.6;
                            padding-left: -5px;
                         }
                         .rebelsi-faq-wrapper>div,
                         .single-agenda,
                         .rebelsi-agenda-according .wp-block-group__inner-container{
                           position: relative;
                         }
                          .rebelsi-faq-wrapper>div p {
                          margin-left: 30px!important;
                          margin-top: 0;
                          position: relative;
                        }
                        .rebelsi-faq-wrapper>div:first-child p::before {
                          content: 'Q';
                          color: #fff;
                          font-family: 'bebas-neue-pro', sans-serif;
                          font-weight: bold;
                          font-size: 2.5em;
                          left: -30px;
                          top:0;
                          background: transparent;
                          position: absolute;
                          height: auto;
                          width: auto;
                          line-height: 23px;
                        }
                        .rebelsi-faq-wrapper>div:nth-child(2) p::before {
                          content: 'A';
                          color: #2B2D41;
                          font-family: 'bebas-neue-pro', sans-serif;
                          font-weight: bold;
                          font-size: 2.5em;
                          left: -30px;
                          top:0;
                          background: transparent;
                          position: absolute;
                          height: auto;
                          width: auto;
                          line-height: 23px;
                        }

                        .rebelsi-agenda-according .wp-block-group {
                          padding-left: 0;
                          padding-right: 0;
                          padding-top: 0;
                          padding-bottom: 25px;
                        }
                        .szkolenia-triangle {
                          overflow: hidden;
                            position: fixed;
                            top: -8%;
                            right: -672px;
                            z-index: -1;
                            transform: scale(0.5);
                            opacity: 0.5;
                        }
                        .single-agenda-subtitle {
                          display: none;
                        }
                        .single-cat-content-inner .gallery-group.wp-block-group>div{
                          max-width: 1920px;
                        }
                        .single-trening-element .product-single-tags-img {
                          text-align: center;
                          display: flex;
                          justify-content: center;
                        }
                        #rebelsi-filter-header {
                          font-family: 'bebas-neue-pro', sans-serif;
                          font-weight: 700;
                          font-style: normal;
                          color: #2B2D41;
                          font-size: 2.2em;
                          display: flex;
                          flex-wrap: wrap;
                        }
                        #rebelsi-filter-header>a {
                          padding-top: 25px;
                          padding-bottom: 25px;
                          transition: all .3s;
                        }
                          #rebelsi-filter-header>a:not(.button-active) {
                            cursor: pointer;
                          }
                          #rebelsi-filter-header>a.button-active {
                                cursor: default;
                          }
                          #rebelsi-filter-offline:not(.button-active) {
                            -webkit-box-shadow: inset 74px -20px 34px -12px rgba(245, 245, 245, 1);
                          -moz-box-shadow: inset 74px -20px 34px -12px rgba(245, 245, 245, 1);
                          box-shadow: inset 74px -20px 34px -12px rgba(245, 245, 245, 1);
                          }

                          #rebelsi-filter-online:not(.button-active) {
                            -webkit-box-shadow: inset -74px -20px 34px -12px rgba(245, 245, 245, 1);
                          -moz-box-shadow: inset -74px -20px 34px -12px rgba(245, 245, 245, 1);
                          box-shadow: inset -74px -20px 34px -12px rgba(245, 245, 245, 1);
                          }
                          .searchandfilter {
                            border: 1px solid #8F8F8F;
                            margin-left: 10px;
                            margin-right: 10px;
                            margin-top: 40px;
                            padding: 15px;
                          }
                          .searchandfilter ul {
                            margin: 0;
                            padding: 0;
                          }
                            .searchandfilter select {
                              /* display: none; */
                            }
                            .searchandfilter label,
                          .searchandfilter select.sf-input-select  {
                            width: 100%;
                          }
                            .searchandfilter select.sf-input-select option {
                              width: 100%;
                              color: #707070;
                              font-family: 'Poppins';
                              font-weight: 600;
                              line-height: 2;
                              text-transform: capitalize;
                            }
                            .searchandfilter select.sf-input-select option:not(:first-child) {
                                text-align: left;
                              }
                              .searchandfilter ul li h4 {
                                color: #707070;
                                font-family: 'Poppins';
                                font-weight: 600;
                                line-height: 1;
                                padding: 0 5px 5px;
                                text-align: center;
                              }
                              .searchandfilter select.sf-input-select  {
                                border-color: #F2F3F5;
                                background-color: #F2F3F5;
                                border: 1px solid #F2F3F5;
                                padding: 0.9em 1em;
                                height: 50px;
                                width: 100%;
                                color: #707070;
                                font-family: 'Poppins';
                                font-weight: 600;
                                text-align: center;
                                text-transform: capitalize;
                                -webkit-appearance: none;
                                position: relative;
                              }
                              .searchandfilter li label{
                                position: relative;
                              }
                              .searchandfilter li label::before {
                                background-image: url(/wp-content/themes/nosignal/img/down-arrow-grey.svg);
                                height: 15px;
                                width: 15px;
                                content: '';
                                position: absolute;
                                right: 6px;
                                top: 17px;
                                background-size: cover;
                                z-index: 2;
                                background-repeat: no-repeat;
                              }
                              .searchandfilter ul li.sf-field-post-meta-product_course_online {
                                display: none!important;
                              }
                              .single-cat-content-inner>.wp-block-group {
                                padding: 0;
                              }
                              .single-cat-content-inner>.wp-block-group.white-bck {
                                    padding: 50px 15px;
                              }
                              #single-cat-content  .wp-block-embed iframe {
                                    max-height: 375px;
                              }
                              .wp-block-aab-accordion-block:not(.rebelsi-agenda-according){
                                border-top: 1px solid #e7e7e7;
                              }
                              .wp-block-aab-accordion-block>div {
                                padding: 20px 15px 20px 15px!important;
                              }
                              .wp-block-aab-accordion-block p {
                                font-size: 1.1em;
                              }
                              .main-navigation li.current-menu-item a{
                                color:#C20D0E!important;
                              }
                              .single-cat-sitebar-inner {
                                margin-top: -40px;
                                width: 93%;
                              }
                              .single-cat-sitebar-inner .product-out-of-stock {
                                position: relative;
                              }
                              .single-cat-sitebar-inner .product-out-of-stock::after {
                                position: absolute;
                                content: '';
                                height: 100%;
                                width: 100%;
                                top:0;
                                left: 0;
                                background: #5a5a5a5e;
                              }
                              .single-trening-left .product-single-tags-img {
                                margin-top: 0;
                              }

                          .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid-required-field span {
                            color: #C20D0E;
                            text-decoration: underline;
                          }
                          #single-cat-sitebar .single-trening-element {
                            flex-direction: column;
                          }
                  .cart_totals .wc-proceed-to-checkout {
                    margin: 30px;
                        margin-left: 0;
                          margin-top: 20px;
                      margin-bottom: auto;
                  }
                  .cart_totals .wc-proceed-to-checkout a.checkout-button {
                    text-transform: uppercase;
                    height: 45px;
                    font-weight: bold;
                    padding: 0.5em 1.9em;
                    border-radius: 20px;
                    transition: all, 0.3s;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    text-align: center;
                    border: 1px solid #fff;
                    margin-top: auto;
                    margin-bottom: auto;
                    background: #fff;
                    color: #C20D0E;
                  }
                    .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
                      background: #C20D0E;
                      color: #fff;
                    }
                    .consulting-list h2 {
                      font-size: 27px!important;
                    }
                      .consulting-list .product-single-header {
                        background: #2B2D41;
                      }
                    .consulting-list .product-single-header .product-single-link {
                      border: 1px solid transparent;
                        background:  #C20D0E;
                          color: #fff;
                    }
                      .consulting-list .product-single-header .product-single-link:hover {
                        background:   #fff;
                          color: #C20D0E;
                      }
                       .consulting-list li.product-blue {
                        font-size: 1em!important;
                      }
                       .consulting-list li.product-blue p {
                         line-height: normal;
                         margin-right: 15px;
                       }
                       .consulting-list li.product {
                         -webkit-box-shadow: 3px 11px 46px -39px rgba(43, 45, 65, 1);
                        -moz-box-shadow: 3px 11px 46px -39px rgba(43, 45, 65, 1);
                        box-shadow: 3px 11px 46px -39px rgba(43, 45, 65, 1);
                       }
                       .consulting-list li.product {
                         margin-left: 0;
                         margin-right: 0;
                       }
                      .cart-footer .col-lg-50.flex-start {
                        justify-content: flex-start!important;
                        margin-top: 20px;
                      }
                      .cart-footer .col-lg-50.flex-start h2 {
                      margin-bottom: 10px;
                      }
                      .cart-footer .cross-sells>h2 {
                        display: none
                      }
                      .cross-sells .product-single-cat-short-desc,
                      .cross-sells .low-stock-txt {
                        display: none!important;
                      }
   .cross-sells .product-single-header {
     background-color: #2B2D41;
   }
   .cross-sells .product-single-link {
    border: 1px solid transparent;
    background: #C20D0E;
    color: #fff;
}
.cross-sells .product-single-link:hover {
    background: #fff;
    color: #C20D0E;
}
.product-blue h2{
  text-transform: uppercase;
}
      /* +++++++++++++++++++++++ DESKTOP +++++++++++++++++++++++ */
      @media (min-width: 1024px) {
        .cart-footer .col-lg-50.flex-start {
          margin-top: -22px;
        }
          .cross-sells .product {
            width: 49%;
          }
       .cross-sells .product .col-lg-10 {
         width: 25%;
       }
       .cross-sells .product .col-lg-15 {
         width: 25%;
       }

        .shop-list {
          margin-top: 40px;
          padding-top: 30px;
        }
        .products-list .low-stock-txt {
          margin-top: 10px;
        }
        .checkout-place-order-wrapper>div,
        .order-total-payment {
          padding-bottom: 0;
        }
        #search-filter-form-536 {
          display: none;
        }
            .searchandfilter ul li h4 {
              margin-bottom: 0;
              text-align: left;
              padding-bottom: 0;
            }
          .single-cat-sitebar-inner a {
            position: relative;
            transition: all .2s;
          }
        .single-cat-sitebar-inner a:hover {
          -webkit-box-shadow: 0px 0px 32px -8px rgba(66, 68, 90, 10%);
      -moz-box-shadow: 0px 0px 32px -8px rgba(66, 68, 90, 10%);
      box-shadow: 0px 0px 32px -8px rgba(66, 68, 90, 10%);
      }
      .single-cat-sitebar-inner a::before {
        content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgb(0 0 0 / 5%);
          z-index: 1;
          opacity: 0;
            transition: all .2s;
      }
    .single-cat-sitebar-inner a:hover::before {
        opacity: 1;
        border-radius: 30px;
      }
        .single-cat-sitebar-inner a span.wp-element-button {
          z-index: 2;
        }
        .single-cat-sitebar-inner {
          margin-top: auto;
          width: auto;
        }
        .searchandfilter ul {
          display: flex!important;
          width: 100%;
          justify-content: space-around;
        }
        .product-single-onsale {
          margin-top: 0;
        }
              .product-single-price {
                margin-right: -14px;
              }
        .product-single-price>span>bdi,
        .product-single-price div,
        .product-single-price del,
        .product-single-price ins {
          margin-left: 0;
        }
        .product-single-cat-header-img {
          margin-right: 30px;
        }
          #rebelsi-filter-wrapper .searchandfilter ul li {
            display: flex;
            justify-content: flex-start;
          }
            .searchandfilter ul li h4,
            .searchandfilter ul li label {
              display: flex;
              justify-content: center;
              flex-direction: column;
            }

        .single-trening-element .product-address::before {
          width: 80px;
          left: 0;
        }
        .product-single-tags-img {
          margin-top: 30px;
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 10px;
        }

        .single-trening-element .product-single-tags-img {
          grid-auto-columns: minmax(0, 1fr);
          grid-auto-flow: column;
          width: auto;
          padding: 0;
          display: grid;
          text-align: left;
        }
        .single-trening-element:nth-child(even) .single-trening-right::before {
          content: '';
          position: absolute;
          left: 0;
          width: 1px;
          height: 80%;
          background: #FFF;
        }
        .single-trening-element:nth-child(odd) .single-trening-right::before {
          content: '';
          position: absolute;
          left: 0;
          width: 1px;
          height: 80%;
          background: #EFEFEF;
        }

        .single-trening-left {
          position: relative;
          left: 0;
          bottom: 0;
          padding: 30px;
          text-align: left;
          padding-right: 15px;
          margin-left: 0;
        }
        .single-trening-footer.single-trening-right {
          left: auto;
          margin-right: 34px;
          text-align: left;
        }
        .szkolenia-triangle {
          position: fixed;
          position: absolute;
          top: 398px;
          transform: scale(1);
          opacity: 1;
        }
        .single-agenda .single-agenda-subtitle {
          color: #fff!important;
          position: absolute;
          display: block;
          top: 0;
          right: 0;
        }
        .single-agenda-subtitle {
          position: absolute;
                display: block;
            z-index: 1;
            right: 50px;
            color: #fff;
            top: 13px;
            font-size: 1.05em;
        }
         .product-single-header {
          flex-direction: row;
        }
         .product-single-header h2 {
             margin-bottom: 0;
             text-align: left;
             margin-top: 0;
             display: flex;
             flex-direction: column;
             justify-content: center;
        }
        .product-single-cat-name h2 {
          text-align: left;
          margin-right: 20px;
          margin-bottom: 0;
          margin-top: 0;
        }
        .product-single-cat-short-desc p {
          margin-left: 30px;
        }
        .product-single-content {
          padding: 30px 40px;
        }
        .product-single-tags-img {
          padding-left: 20px;
          padding-right: 20px;
        }
        .product-single-tags-img,
        .product-single-tags-names {
          margin-top: 0;
          width: 50%;
        }

        .product-single-tags-names {
          text-align: left;
        }
        .product-single-tags .product-single-tags-vertical {
          flex-direction: row;
          width: 100%;
        }
        .checkout-product-content-wrapper {
          margin-top: 70px;
        }
        #customer_details {
           flex-direction: row;
        }
        #customer_details>div {
          width: 50%;
        }
        #customer_details .col-1 {
          padding-right: 10px;
        }
        #customer_details .col-2 {
          padding-left: 10px;
        }
        #customer_details p.form-row {
          width: 100%;
          float: none;
          clear: both;
        }
        #order_comments_field {
          margin: 8px 0;
        }
        #payment .woocommerce-form-coupon-toggle {
          width: 50%;
         margin-left: auto;
        }
        #place_order {
          float: right;
        }
        .checkout-place-order-wrapper {
          margin-bottom: 0;
          }
          .checkout-place-order-wrapper>div {
            margin-left: 10px;
            padding-bottom: 0;
          }
          .checkout-place-order-wrapper>div {
            flex-direction: row;
          }
          #product-cat-header h1 {
            font-size: 6.5em;
                text-align: left;
          }
          .product-cat-header-img {
            max-width: 217px;
          }
          #single-cat-content-wrapper {
            flex-direction: row-reverse;
            position: relative;
          }
          #single-cat-content-wrapper::before {
            opacity: 100%;
          }
          #single-cat-content {
            width: 100%;
            display: flex;
            justify-content: center;
          }
          #single-cat-sitebar {
            width: 48%;
            display: flex;
            justify-content: flex-start;
            margin-top: calc(-0.1rem - 4rem);
            position: absolute;
          }
          #single-cat-sitebar .single-trening-element {
            flex-direction: row;
          }

          .single-cat-sitebar-inner.my-el-stuck {
            position: fixed;
            max-width: 680px;
            /* width: 100%; */
            width: inherit;
            top: -38px;
          }

            .single-cat-content-inner {
            display: flex;
            width: 100%;
            flex-direction: column;
          }
          .single-cat-content-inner .product-cat-wrapper {
            padding: 30px 60px 30px 30px;
          }
            .cat-agenda-single-header {
                padding: 5px 40px;
            }
            .cat-agenda-single-content {
              padding: 20px 20px 20px 30px;
            }
            .product-cat-content .term-description {
              padding: 0 20px 20px;
            }
            .product-cat-header img {
              margin-right: -30px;
            }
            .single-cat-sitebar-inner {
              -webkit-box-shadow: 11px 12px 39px -24px rgb(51 51 51);
                -moz-box-shadow: 11px 12px 39px -24px rgba(51, 51, 51, 1);
                box-shadow: 11px 12px 39px -24px rgb(51 51 51);
                    max-width: 680px;
            }
            .single-trening-footer.single-trening-right a {
              margin-left: 0;
              margin-bottom: 0;
              margin-right: 0;
            }
            .cat-footer-txt-column {
              padding: 0px 30px 20px 60px;
            }
            .product-cat-desc-first>div.wp-block-group__inner-container,
            .product-cat-desc-second>div.wp-block-group__inner-container {
              max-width: 740px;
              margin-right: 0!important;
              margin-left: auto;
              width: 100%;
            }
            .single-cat-content-inner>.wp-block-group {
              padding: 0;
              padding-top: 35px;
              padding-bottom: 75px;
            }
            .single-cat-content-inner>.wp-block-group.white-bck{
              padding: 60px 30px;
            }
            #single-cat-content  .wp-block-embed iframe {
                  max-height: auto;
            }
            .wp-block-aab-accordion-block>div {
              padding: 20px 30px 20px 30px!important;
            }
            #rebelsi-filter-header {
              justify-content: space-between;
              background: #fff;
            }
            #rebelsi-filter-header>a {
              width: 49%;
            }
            .product-single-price>span {
              display: block;
      margin-left: 0px;
      margin-top:0px
            }
            .product-single-cat-short-desc p  {
              text-align: left;
            }




      }

/* ++++++++++++++++++++++++++++++++TEMPORARY+++++++++++++++++++++++++++++++++++ */

.onsale {
  /* display: none!important; */
}
