#online-pop-up, #kit-text-pop-up, #ttt-text-pop-up, #pre-op-text-pop-up, #video-text-pop-up {
  display: none;
  position: absolute;
  width: 350px;
  padding: 15px;
  background: #e6e7e6;
  color: #000000;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  z-index: 1000;
}
a.button.product_type_variable {
    color: transparent;
}
.woocommerce.columns-3 h2 {
  margin-bottom: 15px;
}
.remove-top-section-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.remove-bottom-section-padding {
  padding-bottom: 0 !important;
}
.star-rating, a.button.wp-element-button.product_type_simple {
  display: none;
}
span.onsale {
  display: inline-block;
    margin-top: 25px;
    background: #ffc000;
    padding: 10px 30px 10px 30px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 600;
    position: absolute;
    font-size: 14px;
}
.course-catalog-tabs-cont .tab {
  display: flex;
  justify-content: space-between;
  align-content: end;
}

button.catalogtabs {
  width: 25%;
  text-align: center;
  background-color: #e6e7e6;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  height: auto;
  border-top-style: none;
  border-bottom-style: none;
  border-right: 0.2px solid #ccc;
  border-left: 0.2px solid #ccc;
  padding: 20px 0;
}

button.catalogtypeactive {
  background-color: #fff;
  margin-top: 0px;
  padding-top: 28px;
  border-width: 8px 0px 0px 0px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #ed7d31, #ffc000) 1/1/0 stretch;
     border-image: linear-gradient(to right, #ed7d31, #ffc000) 1/1/0 stretch;
}

.catalogtabcontent {
  background-color: #fff;
  padding: 30px 20px;
}
.courses__course-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.filter-box {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-right: 35px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.filter-tabs, .filter-tabs-span, .filter-tabs-cal, .filter-tabs-can {
  padding: 17px;
  text-align: left;
  border: none;
  border-top: 1px #e6e7e6 solid;
  border-bottom: 1px #e6e7e6 solid;
  background-color: #fff;
  font-size: 16px;
}

.active-tab, .filter-tabs:hover, .active-tab-span, .filter-tabs-span:hover, .active-tab-cal, .filter-tabs-cal:hover, .active-tab-can, .filter-tabs-can:hover {
  background-color: #333;
  color: #fff;
  border-bottom: none !important;
  cursor: pointer;
  border-left: #ffc000 solid 5px;
  padding-left: 13px;
}

.filter-tabs:nth-child(1), .filter-tabs-span:nth-child(1), .active-tab-cal:nth-child(1), .filter-tabs-can:nth-child(1) {
  border-radius: 5px 5px 0 0;
}

.filter-tabs:nth-child(21) {
  border-radius: 0 0 5px 5px;
}
ul.products li {
  padding: 0;
}

.woocommerce.columns-3 {
  width: 78%;
  margin-top: -10px;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

.columns-3 .woocommerce ul.products[class*=columns-] li.product {
  width: 30%;
  margin: 10px;
}
ul.products li {
  list-style: none;
}
ul.products li.product {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

ul.products li.product:hover {
  transform: scale(1.02);
}

.catalog ul.products li.product {
  width: 32%;
}

.catalog .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding-left: 0;
  padding-right: 25px;
}
.poster .woocommerce ul.products {
  row-gap: 35px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  text-decoration: none;
}

.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 5px 5px 0 0;
  height: auto;
}

.catalog .woocommerce ul.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  color: black !important;
  display: block;
  text-transform: uppercase;
  margin: 0px 15px !important;
  padding-bottom: 30px !important;
  font-size: 18px !important;
  font-weight: 550 !important;
  margin-top: -15px !important;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 37px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px !important;
}
.woocommerce ul.products li.product_cat-posters a h2.woocommerce-loop-product__title {
  margin-top: 5px !important;
}
span.price, .woocommerce ul.products li.product .price {
  margin: 15px !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
  color: #000 !important;
}

.products  span.price::after {
  content: " View Details ";
  white-space: pre;
  display: block;
  background-color: #F5832B;
  color: #000;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 15px;
  margin-top: 6px;
  padding: 6px;
  width: 60%;
  font-size: 16px;
}
.products  span.price:hover::after {
  background-color: #e7651f;
  color: #000;
  text-decoration: none;
}

.product_cat-on-canada bdi::before, .product_cat-kit-canada bdi::before, .product_cat-ttt-canada bdi::before {
  content: "C";
}
.img.woocommerce-placeholder.wp-post-image {
  width: 100% !important;
}
.products a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button {
  display: none;
}
div#all-trainings {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 12px;
  width: 100%;
}

.col-lg-3 {
  width: 31%;
  background-color: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0;
}

.panel.panel-box {
  padding-bottom: 15px;
}

.panel-heading img {
  width: 100%;
  height: auto;
}

.panel-box h3 {
  color: #000;
  display: block;
  text-transform: uppercase;
  margin: 0px 15px;
  padding-bottom: 30px;
  font-size: 17px;
  font-weight: 550;
  margin-top: -15px;
  max-height: 35px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 37px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.panel-footer a {
  display: inline-block;
  padding: 10px;
  border-radius: 0px;
  width: 90%;
  font-size: 14px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.panel-footer a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.training-options {
  padding: 0 15px;
  position: relative;
}

.training-options > p {
  margin: 14px 0;
  border-bottom: 1px solid #4a94ab;
  font-weight: 500;
  padding: 0;
  position: relative;
}

.training-options > p a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.training-options a {
  color: #4a94ab;
  font-size: 14px;
}

.training-options > p:hover {
  border-bottom: 1px solid #013240;
}

.training-options a:hover {
  color: #013240;
  text-decoration: none;
  font-weight: 500;
}

span.co-soon {
  position: absolute;
  right: -25px;
  top: -6px;
}

p.hide-Item {
  visibility: hidden;
}

.title {
  display: none;
  margin-bottom: -18px;
  margin-top: -15px;
}

/* popup code */
.mobile-pop-up,
.mobile-text-pop-up {
  display: none;
}

span.mobile-pop-up {
  float: right;
  margin-right: 15px;
  font-size: 14px;
  color: #408fa7;
  margin-top: -40px;
  height: 22px;
  width: 22px;
  border: 2px solid #408fa7;
  border-radius: 200px;
  padding-left: 7px;
  font-weight: 600;
  margin-bottom: 8px;
}

span.information-pop-up {
  float: right;
  margin-right: 17px;
  font-size: 18px;
  color: #408fa7;
  margin-top: -40px;
  height: 25px;
  width: 25px;
  border: 2px solid #408fa7;
  border-radius: 200px;
  padding-left: 8px;
  font-weight: 600;
  margin-bottom: 8px;
}

.online-text-pop-up h4,
.kit-text-pop-up h4,
.ttt-text-pop-up h4,
.mobile-text-pop-up h4,
.pre-op-text-pop-up h4,
.video-text-pop-up h4 {
  font-size: 16px !important;
  margin-bottom: 10px;
}

.online-text-pop-up p,
.ttt-text-pop-up p,
.mobile-text-pop-up p,
.pre-op-text-pop-up p,
.video-text-pop-up p {
  margin-top: 10px;
}

.online-text-pop-up,
.kit-text-pop-up,
.ttt-text-pop-up,
.mobile-text-pop-up,
.pre-op-text-pop-up,
.video-text-pop-up {
  display: none;
  opacity: 0;
  position: absolute;
  width: 75%;
  z-index: 1000 !important;
  padding-top: 15px;
  margin-top: -15px;
  right: 0;
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition-delay: 500ms;
}

.pop-up-background-color {
  color: #000;
  font-size: 14px;
  background-color: #e6e7e6;
  padding: 15px;
  margin-right: -80px;
  z-index: 1000 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.online-text-pop-up:before,
.kit-text-pop-up:before,
.ttt-text-pop-up:before,
.mobile-text-pop-up:before,
.pre-op-text-pop-up:before,
.video-text-pop-up:before {
  content: "";
  position: absolute;
  bottom: 96%;
  left: 15px;
  border: 15px solid transparent;
  border-bottom-color: #e6e7e6;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.online:hover + .online-text-pop-up,
.kit:hover + .kit-text-pop-up,
.ttt:hover + .ttt-text-pop-up,
.preop:hover + .pre-op-text-pop-up,
.video:hover + .video-text-pop-up {
  display: block;
  opacity: 1;
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition-delay: 500ms;
}

.online-text-pop-up:hover,
.kit-text-pop-up:hover,
.ttt-text-pop-up:hover,
.pre-op-text-pop-up:hover,
.video-text-pop-up:hover {
  display: block;
  opacity: 1;
  transition-delay: 500ms;
}
@media only screen and (max-width: 1150px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 48%;
  }
  .filter-box {
    width: 25%;
    margin-right: 15px;
  }
  .col-lg-3 {
    width: 47.5%;
  }
  .pop-up-background-color {
    width: 100%;
  }
  .online-text-pop-up,
  .kit-text-pop-up,
  .ttt-text-pop-up,
  .mobile-text-pop-up,
  .pre-op-text-pop-up,
  .video-text-pop-up {
    width: 85%;
  }
}
@media only screen and (max-width: 880px) {
  .panel-box h3 {
    margin-top: 5px;
  }
  .online:hover + .online-text-pop-up,
  .kit:hover + .kit-text-pop-up,
  .ttt:hover + .ttt-text-pop-up,
  .preop:hover + .pre-op-text-pop-up,
  .video:hover + .video-text-pop-up {
    display: none;
    opacity: 0;
  }
  .online-text-pop-up:hover,
  .kit-text-pop-up:hover,
  .ttt-text-pop-up:hover,
  .pre-op-text-pop-up:hover,
  .video-text-pop-up:hover {
    display: none;
    opacity: 0;
  }
  .mobile-pop-up {
    display: block;
    cursor: pointer;
  }
  .mobile-text-pop-up {
    display: none;
  }
  .mobile-pop-up:hover + .mobile-text-pop-up,
  .mobile-pop-up:focus + .mobile-text-pop-up {
    display: block;
    opacity: 1;
    transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    right: auto;
  }
  .mobile-text-pop-up a {
    color: #4a94ab;
  }
  .mobile-text-pop-up a:hover {
    color: #013240;
  }
  .pop-up-background-color {
    margin-right: 0;
  }
  .mobile-text-pop-up {
    right: auto;
    width: 53%;
  }
  .mobile-text-pop-up:before {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 88%;
    border: 13px solid transparent;
    border-bottom-color: #e3e2e2;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
  .panel-box h3 {
    padding-right: 20px;
  }
  .filter-box {
    width: 40%;
  }
  .catalog .woocommerce.columns-3 {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  .catalog .woocommerce ul.products {
    padding-left: 25px;
    padding-top: 10px;
  }
  .woocommerce ul.products {
    justify-content: center;
    margin: 0 -15px;
  }
  .woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    max-height: auto;
  }
  .mobile-text-pop-up {
    right: auto;
    width: 80%;
  }
  .col-lg-3 {
    width: 100%;
  }
  .panel-box h3 {
    margin-top: 0;
  }
  .catalogtabs h3.remove-text-padding.mini-heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  #online-pop-up, #kit-text-pop-up, #ttt-text-pop-up, #pre-op-text-pop-up, #video-text-pop-up {
    width: 300px;
    padding: 10px;
  }
  .courses__course-cont {
    flex-direction: column;
  }
  .catalog .woocommerce.columns-3 {
    width: 100%;
    padding-right: 0;
  }
  .filter-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .catalogtabs h3.remove-text-padding.mini-heading {
    font-size: 16px;
  }
  .catalogtabs p.remove-text-padding {
    font-size: 14px;
  }
  .woocommerce img, .woocommerce-page img {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 565px) {
  .course-catalog-tabs-cont .tab {
    flex-direction: column;
  }
  button.catalogtabs {
    width: 100%;
    margin: 1px 0;
  }
  .catalogtabcontent {
    margin-top: 1px;
  }
  div#all-trainings {
    width: 127%;
  }
}
@media only screen and (max-width: 500px) {
  span.price::after {
    width: 90%;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce ul.products {
    margin: 0;
  }
  .mobile-text-pop-up:before {
    bottom: 98.5%;
    left: 88%;
  }
  .catalog .woocommerce ul.products {
    padding: 0;
  }
}
