/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme updated by Andrea Baldovic March 2021
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.site-header {
  z-index: 99999 !important;
}

.single-post .zn-shareIcons-item--linkedin:after {
  content: "Share";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.single-post .zn-shareIcons-item--print:after {
  content: "Print";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.single-post .zn-shareIcons-item--bookmark:after {
  content: "Save";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.invalid, .fooevents-attendee select.invalid {
  border-color: red !important;
}

.zn_section.eluid682b7881 {
  background-color: #f7f7f7;
}

.eluid682b7881 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#eluid23ef9e1e {
  background-color: #d7d4e8;
}

.single-portfolio .site-content {
  margin-top: 30px;
}

.single-portfolio .subheader-titles,
.single-portfolio #current-date {
  display: none;
}

.portfolio-item-content .tbk__title {
  font-family: "URW Geometric Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #1f90a6;
}

.portfolio-item-content .tbk__subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.eluidf66fe2da .tbk__title {
  margin-bottom: 10px;
}

.bottom-nav .hover-box {
  border: none;
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
  padding: 35px 15px;
}

.bottom-nav .hover-box {
  border: none;
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
  padding: 35px 15px;
}

.hover-box {
  display: block;
  padding: 15px;
  /*     background: #969696; */
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

#eluid23ef9e1e:hover {
  color: #fff;
}

.bottom-nav-left,
.bottom-nav-right {
  background-color: #d7d4e8;
}

.bottom-nav .hover-box:hover {
  background-color: #d4e1e7 !important;
}

.bottom-nav .hover-box {
  border: none;
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
  padding: 35px 15px;
}

.bottom-nav .bottom-nav-left .hover-box-title,
.bottom-nav .bottom-nav-left .hover-box-subtitle {
  margin-left: 70px;
}

.bottom-nav h4.hover-box-subtitle {
  font-size: 30px;
  margin: 0;
}

.hover-box-title,
.hover-box-subtitle,
.hover-box-content {
  line-height: 1.1;
  position: relative;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.hover-box-title,
.hover-box-subtitle {
  margin-top: 0;
}

.bottom-nav .bottom-nav-left a::before {
  font-family: fontello;
  content: "";
  font-size: 42px;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 40px;
  left: 40px;
}

.bottom-nav a::before {
  transition: all 0.2s ease-out;
}

.eluid030b2302 {
  min-height: 98px;
}

.bottom-nav .media-container-pb {
  width: 100% !important;
  margin: 0px;
}

.media-container-pb.media-container-pb--alg-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.media-container-pb {
  width: calc(100% - 50px);
  margin: 10px 25px;
}

.media-container {
  position: relative;
}

.team-member-name,
.team-member-pos {
  padding: 0 20px;
  text-align: center;
}

.team_member .sctb-icon-uf0e0 {
  background-color: #f97070;
  color: #ffffff;
}

.teambox-style--normal {
  text-align: center;
}

.team-member .social-icons {
  padding: 0;
  margin-left: -4px;
  margin-right: -4px;
}

.team-member .social-icons-li:first-child {
  margin-left: 0;
}

.team-member .social-icons-li {
  margin: 0 4px;
}

@media screen and (min-width: 1200px) {
  .media-container {
    min-height: 300px;
  }
  /* 	.blog-isotope-item.kl-blog-column{
		min-height:380px;
	} */
  .blog-isotope-item.kl-blog-column .kl-blog-item-thumbnail {
    min-height: 200px;
  }
}

.eluid3a666185 {
  display: none;
}

@media screen and (min-width: 992px) {
  /*
     From MHN
    */
  .eluid3a666185 {
    display: block;
  }
  .navigation {
    display: none;
    position: fixed;
    left: 0;
    right: unset;
    top: 20%;
    z-index: 11;
    width: 20%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .navigation__link {
    display: flex;
    color: #ccc !important;
    text-decoration: none;
    padding: 25px 15px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    align-items: self-start;
  }
  .navigation__link .part-num {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
  }
  .navigation__link .part-title {
    display: inline-block;
    font-size: 16px;
    padding-left: 12px;
    max-width: 200px;
    line-height: 18px;
    padding-top: 1px;
  }
  .navigation__link:hover {
    color: #000 !important;
  }
  .navigation__link:hover .part-num {
    padding-bottom: 8px;
    border-bottom: 3px solid #000;
  }
  .navigation__link:hover .part-title {
    display: inline-block;
  }
  .navigation__link.active {
    color: #000 !important;
  }
  .navigation__link.active .part-num {
    padding-bottom: 8px;
    border-bottom: 3px solid #000;
  }
  .navigation__link.active .part-title {
    display: inline-block;
  }
  /*
     End From MHN
    */
}

/** Courses **/

.course-list-tiles .course-wrapper {
  display: grid;
  row-gap: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .course-list-tiles .course-wrapper {
/*     grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 1fr;
    column-gap: 30px;
  }
  .searchandfilter select.sf-input-select,
  .searchandfilter input {
    padding: 10px !important;
    background-position: center right 5px !important;
  }
  .sf-field-reset i:before {
    right: -10px !important;
  }
}

@media only screen and (min-width: 992px) {
  .course-list-tiles .course-wrapper {
    grid-template-columns: 1fr;
    column-gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .course-top-search-filter .sf-field-reset i:before {
    padding: 13px 20px !important;
  }
}

.cf-results-tiles .image-boxes.image-boxes--4 .image-boxes-text {
  padding: 0;
}

.cf-results-tiles .image-boxes.image-boxes--4 .image-boxes-text li::before {
  margin-left: 0px;
  margin-right: 2px;
}

.cf-results-tiles .image-boxes.imgboxes_style4 {
  position: relative;
}

.course-search-filter {
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 30px 50px #00000047;
  box-shadow: 0 30px 50px #00000047;
  background: #511C74;
  margin-bottom: 0px;
}

.course-list-tiles .course-tile {
   background: #fff;
  padding: 20px;
  margin-bottom: 1em;
  border-radius: 4px;
  box-shadow: 0px 15px 30px 0px #00000033;
  border-left: 7px solid #2697A5;
  position: relative;
  
}
.course-list-tiles .course-tile h3 {
  margin-top: 0;
}
.course-list-tiles .course-tile h3 br {
  display: none;
}

.course-list-tiles .imgboxes_style4 {
  background: none;
  box-shadow: none;
}

.course-list-tiles .image-boxes {
  margin-bottom: 0;
}

.course-list-tiles .course-tile .icon-new-course {
  position: absolute;
  right: -10px;
  top: 10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='53' height='22' viewBox='0 0 53 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49 22L3.8147e-06 22L6.13323 11L1.8914e-06 4.69018e-07L49 -3.8147e-06L49 22Z' fill='%23F97070'/%3E%3Cpath d='M22.3631 14.7773H20.8231L17.3361 9.50834V14.7773H15.7961V7.08834H17.3361L20.8231 12.3683V7.08834H22.3631V14.7773ZM25.425 8.34234V10.2673H28.01V11.4883H25.425V13.5233H28.34V14.7773H23.885V7.08834H28.34V8.34234H25.425ZM40.0025 7.09934L37.8575 14.7773H36.0425L34.6015 9.31034L33.0945 14.7773L31.2905 14.7883L29.2225 7.09934H30.8725L32.2255 13.0613L33.7875 7.09934H35.5035L36.9775 13.0283L38.3415 7.09934H40.0025Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 52px;
  height: 22px;
}

.course-list-tiles .course-tile ul.course-info {
  border-top: 1px solid #E6E6E6;
  padding-top:10px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}
.course-list-tiles .course-tile ul.course-info  li:not(:last-child) {
  background: url("data:image/svg+xml,%3Csvg width='1' height='24' viewBox='0 0 1 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='23.1816' x2='0.500001' y2='0.181641' stroke='%23E6E6E6'/%3E%3C/svg%3E%0A") no-repeat center right;
  padding-right: 10px;
  margin-right: 10px;
}

.course-search-filter .searchandfilter ul {
  padding-left: 0;
}

.course-search-filter .cf-title {  
  font-family: 'Poppins';
  font-size: 24px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
}
.course-search-filter .cf-title  .text {
  font-size: 12px;
  display: inline-block;
  text-transform: none;
  line-height: 26px;
  font-weight: normal;
}

.cf-results-tiles .image-boxes-text ul.course-info {
  font-size: 12px !important;
}

.cf-results-tiles .image-boxes-text ul li.icon-new-course {
  position: absolute;
  transform: translateY(-50%);
  z-index: 0;
  top: 3px;
  background-image: url(/wp-content/uploads/2022/08/new-course.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 138px;
  height: 27px;
}

/* .searchandfilter ul {
  display: grid;
  padding-left: 0px !important;
}

@media only screen and (min-width: 992px) {
  .searchandfilter ul {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  } */
}

.searchandfilter ul li::before,
.image-boxes-text ul li::before {
  display: none;
}

.searchandfilter label {
  width: 100%;
}

.course-search-filter ul {
  padding-left: 0;
}
.course-search-filter ul li {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0;
}
.searchandfilter label, .course-search-filter label {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

input::placeholder {
  color: #000;
}
select.sf-input-select {
  min-width: 170px;
}

.course-search-filter .sf-input-select,
.searchandfilter select.sf-input-select,
.searchandfilter input[type="text"] {
  width: 100%;
  height: 52px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Poppins';
  letter-spacing: 0.02em;
  color: #000000;
  padding: 10px 50px 10px 15px;
  border: none;
  border-radius: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 24px;
  background-color: #FFFFFF;
}

.course-search-filter label {
  position: relative;
}

.course-calendar .course-search-filter label:after {
  color: white;
  content: "\f107";
  font-family: "fontello";
  position: absolute;
  background: #2090a6;
  width: 28px;
  height: 28px;
  top: 7px;
  right: 10px;
  line-height: 21px;
  padding: 4px;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
	pointer-events:none;
}

.course-calendar .course-search-filter .sf-input-select {
  font-weight: 700;
  text-align: center;
  height: 44px;
  padding: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchandfilter select:focus,
.searchandfilter input:focus {
  outline: none;
}

.searchandfilter input[type="checkbox"] {
  margin-top:0;
  width: 20px;
  height: 20px;
}
.searchandfilter li.sf-field-post-meta-before_price_label,
.searchandfilter li.sf-field-post-meta-new_course{
   color: #fff;
	padding:0px !important;
}
.searchandfilter li.sf-field-post-meta-before_price_label li,
.searchandfilter li.sf-field-post-meta-new_course li{
  display: flex;
  align-items: center;  
}

/* .searchandfilter input[type=text] {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4711 19.4463C15.4279 19.4463 19.4463 15.4279 19.4463 10.4711C19.4463 5.5142 15.4279 1.49587 10.4711 1.49587C5.5142 1.49587 1.49587 5.5142 1.49587 10.4711C1.49587 15.4279 5.5142 19.4463 10.4711 19.4463ZM10.4711 20.9421C16.2541 20.9421 20.9421 16.2541 20.9421 10.4711C20.9421 4.68805 16.2541 0 10.4711 0C4.68805 0 0 4.68805 0 10.4711C0 16.2541 4.68805 20.9421 10.4711 20.9421Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9425 22.9984L16.1893 18.2452L17.2471 17.1875L22.0002 21.9407L20.9425 22.9984Z' fill='black'/%3E%3C/svg%3E%0A");
} */

.searchandfilter select {
/*   cursor: pointer;
  -webkit-appearance: none;
  background-image: url(/wp-content/uploads/2022/08/select-chevron.png);
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden !important; */
  
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;    
  background: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 0L6.53109 5.25H0.468911L3.5 0Z' fill='%23333333'/%3E%3Cpath d='M3.5 13L0.468911 7.75L6.53109 7.75L3.5 13Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat right white;  
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.sf-field-reset {
  display: inline-block !important;
}

.sf-field-reset i.searchbox {
  pointer-events: none;
}

.sf-field-reset i:before {
  position: absolute;
  top: -6px;
  transform: translateY(-50%);
  right: 0;
  color: #000;
  cursor: pointer;
  padding: 18px;
  font-size: 21px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sf-field-reset i.searchbox-cross:before {
  content: "\e014";
}

.course-top-search-filter .sf-field-reset i:before {
  background: #1f90a6;
  color: #FFFFFF;
  padding: 13px 30px;
  border-radius: 0 4px 4px 0;
}

.course-top-search-filter .searchandfilter input {
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
  height: 45px;
}

.course-top-search-filter ul {
  display: contents !important;
}

.course-top-search-filter ul li.sf-field-taxonomy-course-category,
.course-top-search-filter ul li.sf-field-taxonomy-location-category,
.course-top-search-filter ul li.sf-field-post-meta-before_price_label,
.course-top-search-filter ul li.sf-field-post-meta-new_course{
  display: none !important; 
}

.new-course-column-box>div {
  box-shadow: 0 0 30px #00000017;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.new-course-column-box:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  margin: auto;
  width: 238px;
  height: 47px;
  background: transparent;
  ;
  transform: translateY(-50%);
  transition: all 500ms;
  background-image: url(/wp-content/uploads/2022/08/new-course-shape2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.new-course-column-box .zn_separator.zn_separator--icon-no {
  border-top-style: dashed !important;
}

.pagination a,
.pagination span {
  padding: 7px 14px;
  border: 1px solid #65A0B0;
  background: #65A0B0;
  color: #FFFFFF !important;
}

.pagination a:hover {
  color: #f1d069 !important;
  border-color: #65A0B0 !important;
}

.pagination span.current {
  border: 1px solid #65A0B0;
  border-color: inherit !important;
  background: #FFFFFF;
  color: #65A0B0 !important;
}

/** End Courses **/

.remove-grey-bg {
  opacity: 0 !important;
}

/* woo -cart */

.woocommerce .variation-WorkshopId,
.woocommerce .variation-Type,
.woocommerce .variation-Salesforce_course_id,
.woocommerce-table--order-details ul.wc-item-meta li:last-child {
  display: none !important;
}

.woocommerce .zn-cartpage-style2 table.cart tr:before,
.woocommerce .zn-cartpage-style2 table.cart thead tr:after {
  display: none;
}

.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals {
  width: 100%;
  padding: 0;
  background-color: unset;
}

.woocommerce .zn-cartpage-style2 {
  background-color: unset !important;
}

.woocommerce .zn-cartpage-style2 table.cart thead th {
  background-color: unset !important;
  padding: 0.25rem 0 !important;
  font-weight: 600;
}

.woocommerce-cart .cart_totals>h2 {
  font-size: .75em !important;
  line-height: 26px !important;
  text-align: right;
  padding: 0.25rem 0;
  margin: 0;
}

.woocommerce-cart .add-promo-code,
.woocommerce-cart .coupon {
  position: relative;
  padding: 16px 0;
  display: block;
}

.woocommerce-cart .add-promo-code:after,
.woocommerce-cart .coupon:after {
  border-style: solid;
  border-width: 1px 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  border-color: #333;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
  padding: 16px 0;
  border-color: #cbcbcb !important;
}

.woocommerce-cart .cart_totals .cart-subtotal th,
.woocommerce-cart .cart_totals .tax-rate th,
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-name {
  font-weight: 300 !important;
}

.woocommerce-cart .cart-subtotal .amount,
.woocommerce-cart .tax-rate .amount,
.woocommerce-cart .order-total .amount {
  font-weight: 600 !important;
}

.woocommerce-cart .order-total .amount {
  font-size: 1.25em !important;
}

.woocommerce-cart .shop_table .amount {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  color: #000;
}

.woocommerce table.shop_table th {
  padding: 16px 0 !important;
  height: auto !important;
}

.woocommerce-cart table.cart thead th {
  font-size: 12px !important;
  line-height: 26px !important;
}

.woocommerce-cart table.cart td {
  vertical-align: initial;
  background-color: unset !important;
}

.woocommerce-cart .product-name {
  font-size: .875em;
}

.zn-cartpage-style2 .col-md-8 {
  padding-left: 0;
  padding-right: 0px;
}

@media (min-width: 992px) {
  .zn-cartpage-style2 .col-md-4 {
    padding-left: 30px;
  }
}

.woocommerce-cart .product-thumbnail {
  display: none;
}

.woocommerce .zn-cartpage-style2 table.cart tr:after {
  display: none;
}

.woocommerce-cart .remove-item {
  font-size: .75em;
  text-decoration: underline;
  color: #333;
}

.woocommerce .zn-cartpage-style2 table.cart .cart_item:first-child td,
.woocommerce table.shop_table td {
  border-top: 1px solid #cbcbcb !important;
}

.woocommerce .quantity {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 0 0.25em;
  position: relative;
  width: 107px;
}

.woocommerce .quantity:after {
  border: 1px solid;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce .quantity .qty {
  width: auto;
  min-width: 40px;
  height: 32px;
  background: unset;
  border: 0;
}

.woocommerce .quantity .qty:hover {
  border: 0;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  min-width: 30px;
  height: 32px;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
}

.woocommerce .quantity .minus {
  border-radius: 4px 0 0 4px;
}

.woocommerce .quantity .plus {
  border-radius: 0 4px 4px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item .quantity {
  margin-bottom: 10px;
}

.woocommerce .blockUI.blockOverlay:before {
  width: 0.7em;
  height: 0.7em;
}

.zn-wc-pages-style2 .woocommerce .checkout_coupon .button {
  border: 1px solid #bcbcbc;
  color: #333;
  padding: 17px;
  background: #eee;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none !important;
}

.woocommerce .blockUI.blockOverlay {
  background: unset !important;
}

.woocommerce .zn-cartpage-style2 table.cart .cart_item td {
  padding: 10px 0;
}

.woocommerce .cart .product-name p {
  margin-bottom: 10px;
}

.woocommerce-cart .product-thumbnail {
  display: none;
}

.wc-block-components-payment-method-icons {
  margin: 0 0 40px;
}

.woocommerce td.product-name .bundled_table_item_indent dl.variation p {
  font-size: 14px;
  line-height: 22px;
}

.woocommerce-cart .product-subtotal span {
  font-weight: 600!important;
}

.woocommerce .woocommerce-message .button.wc-forward {
  display: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-message:before {
  line-height: 22px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .woocommerce .zn-cartpage-style2 table.cart .cart_item:first-child td {
    border-top: 0 !important;
  }
  .woocommerce .zn-cartpage-style2 table.cart .cart_item td {
    text-align: left !important;
  }
}

.woocommerce table.shop_table td ins {
  text-decoration: none !important;
}

.woocommerce table.shop_table td del {
  text-decoration-color: #e96060;
  text-decoration-thickness: 2px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  position: relative;
}

.woocommerce table.shop_table .save-amount {
  position: absolute;
  right: 0px;
  border: 1px solid #e96060;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #e96060;
  min-width: 125px;
  text-align: center;
  margin-top: -20px;
}

/* .woocommerce table.shop_table .save-amount:has(+ .quantity) { 
  top: 40px;
} */

@media (max-width: 767px) {
  .woocommerce table.shop_table .save-amount {
    position: relative;
    right: unset;
    display: inline-block;
    margin-bottom: 10px;
  }
  .bundled_table_item .bundled_table_item_indent {
    padding-left: 0 !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce-cart .site-content,
  .woocommerce-checkout .site-content {
    margin-top: 30px;
  }
  .woocommerce-cart .bundled_table_item .product-subtotal {
    display: none;
  }
  .woocommerce-cart .zn-cartpage-style2 table.cart td.product-subtotal {
    border-top: none !important;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: revert;
    padding: 10px!important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset;
  }
}

.woocommerce table.shop_table .save-amount .amount {
  font-size: 13px;
  font-weight: 600;
  color: #e96060;
}

.bundled_table_item .bundled_table_item_indent .save-amount {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button {
  position: relative;
  padding-left: 25px;
}

.wc-block-checkout__actions_row svg {
  position: absolute;
  top: 0;
  left: 0px;
}

/* woo - checkout */

.woocommerce-billing-fields>h3,
.woocommerce-additional-fields h3 {
  display: none;
}

#billing_postcode_field {
  display: block !important;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout {
  background-color: unset;
  padding: 0 0 45px;
  margin-top: 0;
}

.woocommerce-checkout .form-row,
.woocommerce-cart .form-row {
  position: relative;
}

.zn-wc-pages-style2 .woocommerce .checkout_coupon {
  background-color: unset;
  padding: 0;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 1.25em;
  margin-bottom: 0;
}

#billing_contact_text_field {
  position: relative;
  line-height: 1.25;
  margin: 0 0 16px;
}

#billing_email_field,
#billing_phone_field {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}

.woocommerce input.input-text,
.woocommerce textarea.input-text,
.woocommerce .login .input-text,
.woocommerce input.input-text:hover,
.woocommerce textarea.input-text:hover,
.woocommerce form .form-row select:hover,
.woocommerce input.input-text:focus,
.woocommerce textarea.input-text:focus,
.woocommerce form .form-row select:focus {
  border: 1px solid #50575e;
  color: #2b2d2f !important;
}

.woocommerce-checkout .add-promo-code,
.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .tax-rate th {
  font-weight: 300 !important;
}

.woocommerce-checkout .amount {
  font-weight: 600;
  color: #000;
}

.woocommerce-checkout .order-total .amount {
  font-size: 1.25em;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout #order_review_heading {
  padding-top: 0px;
  font-size: 1.25em;
  margin: 0;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout #order_review_heading:before {
  display: none;
}

.woocommerce-checkout-review-order-table>thead {
  display: none;
}

.woocommerce-checkout .cart_item:first-child td,
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  border-top: 0 !important;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border-top: 1px solid #cbcbcb !important;
}

#payment ul.payment_methods li label {
  text-transform: unset !important;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
}

.wc-block-checkout__actions_row {
  margin: 20px 0;
  justify-content: center;
}

.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid #cbcbcb !important;
  border-top: none !important;
  padding: 0px !important;
  margin-bottom: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 0px !Important;
  padding: 10px 15px;
  border-top: 1px solid #cbcbcb;
  position: relative;
}

.woocommerce-checkout #payment input[type="radio"] {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 17px;
}

.woocommerce-checkout #payment ul li>label {
  padding-left: 35px;
}

.woocommerce-checkout #payment div.payment_box {
  background: unset;
  margin: 10px 0 0 0;
}

.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form>.form-row-wide {
  width: 100%;
}

.woocommerce-checkout h3.payment-options {
  font-size: 1.25em;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  cursor: text;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  padding: 0.75em 0 0.75em 16px;
  width: 100%;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  border-top: 1px solid #cbcbcb !important;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout #payment {
  padding-top: 0;
}

.zn-wc-pages-style2 .checkout.woocommerce-checkout #payment:before {
  display: none;
}

.fooevents-attendee {
  position: relative;
}

.fooevents-attendee {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fooevents-attendee label .optional {
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  position: absolute;
  top: 8px;   
}
.fooevents-attendee label .optional:before {
  content: "*";
  color: red;
  text-indent: 0;
  float:left;
}
/* 
.fooevents-attendee .select-option label .optional:before {
  content: "(optional)";
  text-indent: 0;
  float:left;
} */

.fooevents-attendee h4 {
  position: relative;
  color: #1f90a6;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
}

.fooevents-attendee h4:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.fooevents-attendee h4:after {
  content: '';
  background-image: url(/wp-content/uploads/2023/01/chevron-down-white.svg);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 10px;
  background-size: 16px 8px;
  /*   filter: invert(100%); */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  transition: all 0.4s ease;
}

.fooevents-attendee h4.active:after {
  background-image: url(/wp-content/uploads/2023/01/chevron-down-white.svg);
  transform: rotate(180deg);
  top: 40%;
  right: 4px;
}

.fooevents-attendee h4.active {
  color: #000;
}

.fooevents-attendee .fooevents-variation-desc,
.fooevents-attendee .form-row {
  display: none;
}

.fooevents-variation-desc {
  width: auto;
  float: left;
}

.fooevents-variation-desc p {
  position: relative;
  padding: 0 7px;
  margin-bottom: 5px;
}

.fooevents-attendee h4+div+.fooevents-variation-desc p {
  padding-left: 0;
}

.fooevents-variation-desc p:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fooevents-attendee .fooevents-variation-desc:last-of-type, .fooevents-attendee .fooevents-variation-desc:nth-last-of-type(2) {
  display: none !important;
}

.fooevents-attendee .fooevents-variation-desc:nth-last-of-type(4n) p:after {
  display: none;
}

.fooevents-variation-desc:nth-last-of-type(5n) p:after {
  transform: rotate(90deg);
  width: 0.3px;
  height: 10px;
  top: 35%;
}

.fooevents-variation-desc strong {
  display: none;
}

.fooevents-attendee .form-row:last-child {
  margin-bottom: 40px;
}

.thwcfd-field-heading {
  /*   //margin: .75em 0 1em !important; */
  left: -30px;
  background: #f7f7f7;
  z-index: 1000;
  margin-bottom: 0 !important;
  padding-bottom: 1em !important;
}

.woocommerce-billing-fields {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.woocommerce-billing-fields::after {
  content: "";
  height: 100%;
  left: 3px;
  position: absolute;
  top: 0px;
  border-left: 1px solid #cbcbcb !important;
  display: block !important;
}

.fooevents-attendee .fooevents-attendee-first-name {
  width: 48%;
  float: left;
  clear: both;
}

.fooevents-attendee .fooevents-attendee-last-name {
  width: 48%;
  float: right;
  clear: unset !important;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
}

#wc-stripe-cc-form label {
  font-size: 13px !important;
  line-height: 18px;
  color: #333 !important;
}

.payment_method_paypal label img,
.payment_method_paypal label a {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe img {
  margin: 10px 0;
}

.woocommerce-billing-fields>h3.fooevents-eventname {
  display: block;
  margin: 10px 0 !important;
  font-size: 18px !important;
  line-height: 26px;
}

.woocommerce .checkout .product-name {
  position: relative;
  padding-left: 30px !important;
  font-size: .875em;
}

.woocommerce .product-name p {
  font-size: unset;
  line-height: unset;
}

.woocommerce .checkout .product-quantity {
  width: 20px;
  height: 20px;
  background-color: #d95452;
  border-radius: 30px;
  display: block;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  left: 0;
}

.woocommerce .checkout .bundled_table_item .product-name {
  padding: 0 0 15px 0 !important;
}

.woocommerce .checkout .bundled-product-name .product-quantity {
  display: none;
}

.woocommerce .shop_table .bundled_table_item td {
  border-top: none!important;
}

@media (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    padding-right: 3.7735849057%;
    width: 65%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    padding-left: 2.2641509434%;
    width: 35%;
  }
}

/* START - form label push top left when on focus / blur */

.checkout.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .coupon label,
.woocommerce-cart .coupon label {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  color: #757575 !important;
  font-weight: normal;
  margin-left: 10px;
  font-family: 'Poppins';
  transform-origin: top left;
  transform: translate(0, 16px) scale(1);
  transition: all .1s ease-in-out;
  font-weight: 300 !important;
  z-index: 1;
}

.woocommerce-checkout .form-row.is-active label,
.woocommerce-cart .form-row.is-active label {
  transform: translateY(4px) scale(.75);
}

.woocommerce .form-row input.input-text,
.woocommerce .form-row textarea {
  padding-top: 22px;
  font-family: inherit;
  color: #000;
  font-weight: 300;
}

.woocommerce-checkout-payment p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.zn-wc-pages-style2 table.shop_table.order_details {
  background: unset;
}

/* select 2 */

.woocommerce-checkout .thwcfd-field-country label,
.woocommerce-checkout .thwcfd-field-state label,
.fooevents-attendee .select-option label {
  transform: translateY(4px) scale(.75) !important;
}

.fooevents-attendee select {
  padding: 18px 0 0 5px !important;
  border: 1px solid #50575e !important;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #50575e;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 52px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 22px;
}

/* end select 2 */

#order_comments_field {
	display: none !important;
}
#order_comments_field.show {
  display: block !important;
}

.cart .bundled_table_item .quantity { display: none; }

#billing_address_1_field:not(.is-active) label {
	top: -14px;
}

/* download catalogue */
.download-catalogue {
  margin: 25px 0;
  background-color: #EAEAEA;
  padding: 20px;
  border-radius:3px;
  box-shadow: 0px 4px 4px 0px #00000040;
  min-height: 225px;
  
}
.download-catalogue img {
  position: absolute;
  left: -24px;
}
.download-catalogue h3, .download-catalogue h3 a {
  font-size: 14px;
  text-transform: uppercase;
}
.download-catalogue h3 {
  margin-top: 0;
  line-height: 1.2;
  display: inline-block;
  padding-right: 25px;
  background: url("data:image/svg+xml,%0A%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3355 8.04075L6.31825 3.02355L7.37891 1.96289L12.3961 6.98009L11.3355 8.04075Z' fill='%2336B5C5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.75 7.76952L0.750006 7.76952L0.750006 6.26952L10.75 6.26952L10.75 7.76952Z' fill='%2336B5C5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3957 6.98148L7.31457 12.0626L6.25391 11.002L11.335 5.92082L12.3957 6.98148Z' fill='%2336B5C5'/%3E%3C/svg%3E%0A") no-repeat center right;
}
.download-catalogue p {
  margin: 0 0 0 74px;
}

/* END - form label push top left when on focus */
@media (min-width: 768px) {

  .arlo-filters-container-upcoming.sticky, #course-filter.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: inherit;
  }
  #course-filter.sticky .download-catalogue img {
    position: relative;
    left:auto;
  }
  
 #course-filter.sticky .download-catalogue p {
    margin: 0;   
  }
}

@media (max-width: 767px) {
     .download-catalogue img {     
      left: -8px;
  }
  
  .download-catalogue p {
    margin-left: 90px;   
  }
}


/*Course calendar Design*/
.course-listing-wrapper {
/*   background: #fff; */
/*   padding-top: 15px; */
  align-items: self-end;
}
.course-listing-wrapper .panel-default {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 1px 0 10px 0;
}
.course-listing-wrapper .panel-heading {
  padding: 0 15px;
}
.course-listing-wrapper .panel-heading .panel-title {
  position: relative;
}
.course-listing-wrapper .panel-heading .collapse-title:after {
  content: "\f106";
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'fontello';
  font-weight: bold;
  border: 1px solid #1f90a6;
  background-color: #1f90a6;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1.1;
}
.course-listing-wrapper .panel-heading .collapse-title.collapsed:after {
   content: "\f107";
/*     top: -5px;
    right: 0; */
    padding-top: 2px;
}
.course-listing-wrapper .course-wrapper {
  display: grid;
  grid-template-columns: 70px auto 122px;
  grid-column-gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
  align-items: flex-start;
  @media (max-width: 767px) {
    grid-template-columns: 70px auto;
    align-items: flex-start;
  }
}
.course-listing-wrapper .course-wrapper:last-child {
  border-bottom: none;
}

.course-listing-wrapper .course-wrapper .course-action {
  @media (max-width: 767px) {
    display: flex;
    margin-top: 15px;
  }
}

.course-listing-wrapper .course-date {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #511c74;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.course-listing-wrapper .course-date .day {
  font-size: 24px;
}
.course-listing-wrapper .course-date .month {
  font-size: 18px;
  text-transform: uppercase;
}


.course-listing-wrapper .course-title {
  margin-top: 0;
  font-size: 17px;
  text-transform: capitalize;
}

.course-listing-wrapper .course-info {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
}

.course-listing-wrapper .course-info .icon-duration, .course-listing-wrapper .course-info .icon-location {
  padding-right: 10px;  
}

.course-listing-wrapper .course-info .icon-duration::before {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  background-image: url(/wp-content/uploads/2021/03/icon-course-tag.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  float: left;
}

.course-listing-wrapper .course-info .icon-location::before {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  background-image: url(/wp-content/uploads/2021/03/icon-location.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  float: left;
}

.course-listing-wrapper .course-price {
  font-weight: bold;
}

.course-listing-wrapper .course-action a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}

.course-listing-wrapper .course-action a.btn {
    margin-bottom: 0;
    font-size: 15px;
    padding: 10px 15px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    background-color: #1F90A6;
    color: #fff !important;
    letter-spacing: 0.5px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  @media (max-width: 767px) {
    font-size: 14px;
    margin-right: 5px;
  }
}
.course-listing-wrapper .course-action a.btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.course-action {
  display: block;
  margin: auto;
  @media (max-width: 767px) {
    display: none !important;
  }
}

.course-description .course-action {
  display: none;
  @media (max-width: 767px) {
    display: block !important;
  }
}

/* Course Calender Pagination */
.course-calender-pagination .page-numbers {
  color: rgba(0, 0, 0, .5);
  background: none;
  height: 40px;
  line-height: 38px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  
}

.course-calender-pagination .page-numbers.current {
  border: 2px solid rgba(0, 0, 0, .18);
}

.cart-discount td {
  text-align: right;
}