h1 {
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
}
.product-title a {
  color: #242654;
  text-decoration: none;
}
/*---Switcher CSS Start Here---*/
.switcher,
.pro-download {
  width: fit-content;
  border-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.switch-text,
.download-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  transition: transform 0.3s;
  transform: translateX(0%);
  padding: 1px 8px 0px 8px;
  border: 1px solid #f8ae71;
  color: #f8ae71;
  font-size: 12px;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  line-height: 28px;
}

.product-save-btn .active .switch-text {
  transform: translateX(0%);
  background: #f8ae71;
  color: #fff;
}

.switch-text svg,
.download-text svg {
  padding-left: 8px;
}

/*---Location CSS Start Here---*/
.icon-button {
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
  align-items: center;
  border-radius: 50px;
  background: transparent;
}

.icon-button:focus {
  background: transparent !important;
  outline: none !important;
}

.icon-button.active svg path {
  fill: #fff;
}

.icon-button svg#map {
  position: relative;
  left: -10px;
  right: 0;
  bottom: 2px;
}

.icon-button.active,
.icon-button.active:hover {
  background-color: #ffb277 !important;
}

.icon-button:hover {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #222;
}

.icon-button svg#map:focus,
.icon-button.active:focus {
  outline: none;
}

/*---Selectbox CSS---*/
.icon-selectbox .elementor-shortcode {
  display: flex;
}

.icon-selectbox select {
  position: relative;
  padding-left: 40px;
  width: 184px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  /* background-image: url(/wp-content/uploads/2023/08/chevron-down.svg); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px 27px;
  border-radius: 5px;
  border-color: #262626;
  color: #262626;
}

.selectbox select {
  position: relative;
  padding-left: 15px;
  width: 184px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  /* background-image: url(/wp-content/uploads/2023/08/chevron-down.svg); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px 27px;
  border-radius: 5px;
  border-color: #26262695;
  color: #262626;
}

.selectbox select:focus-visible {
  outline: none;
}

.icon-selectbox {
  display: inline-block;
  clear: both;
}

div.icon-selectbox i,
div.icon-selectbox .elementor-shortcode > svg {
  position: absolute;
  left: 15px;
  z-index: 999;
  top: 11px;
  bottom: 0;
  display: flex;
  align-items: center;
}

div.icon-selectbox .elementor-shortcode > svg path {
  fill: #000;
}

.icon-selectbox {
  display: inline-block;
  clear: both;
}

/*---Dropdown Search Input---*/
form#post-filter-form {
  position: relative;
}

button#search-icon-wrapper {
  position: absolute;
  right: 0px;
  background: #f8ae71;
  border-color: #f8ae71;
  height: 100%;
  padding: 0px 12px;
  border-radius: 0px 5px 5px 0px;
}

.search-input-container {
  position: relative;
  display: inline-block;
}

#dropdown {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
}

.search-input-container svg#search {
  position: relative;
  top: -1px;
}

.search-input-container div#search-icon-wrapper {
  background: #edb17b;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 12px 8px 12px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.search-input-container div#dropdown {
  padding: 15px;
  border-top: 0;
  border-color: #f5f5f5;
  margin-top: -1px;
}

.search-input-container div#dropdown .dropdown-item {
  line-height: 30px;
  color: #26262633;
}

/*---Newsletter CSS---*/
.tnp-subscription .tnp-field-email {
  position: relative;
}

.tnp-subscription svg#send {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 10px 0px;
}

.tnp-subscription input[type="email"] {
  height: 48px;
  background: #c7c7c7;
  font-size: 14px;
  border-radius: 10px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
}

.tnp-subscription input[type="email"]::placeholder {
  color: #fff;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
}

.tnp-subscription svg rect {
  fill: #222222;
}

.tnp-subscription input.tnp-submit {
  width: 100%;
  background: #c7c7c7;
  font-size: 14px;
  height: 48px;
  border-radius: 10px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
}

.tnp-subscription input.tnp-submit:hover {
  background: #000;
}

.tnp-subscription input[type="email"]:focus-visible {
  outline: none;
}

/*---Toggle Switcher---*/
.toggle-switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 26px;
}

/* Hide the default checkbox input */
.toggle-checkbox {
  display: none;
}

/* Style the toggle switch label */
.toggle-label {
  display: block;
  width: 27px;
  height: 14px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 50px;
  position: relative;
  transition: background-color 0.3s;
  margin: 0px 60px;
  border: 1px solid #d8d8d8;
}
.toggle-label.active::before {
  color: #000;
}

.toggle-label.active::after {
  color: #f8ae71;
}

/* Active state for the toggle label */
.toggle-label.active {
  background-color: #fff; /* Change to your desired active background color */
}

/* Style the inner part of the toggle switch */
.toggle-inner {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #f8ae71; /* Default inner color */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.3s;
}

/* Style the switcher indicator */
.toggle-switcher {
  display: block;
  width: 0px;
  height: 0px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: left 0.3s;
}

/*---Pagination CSS---*/
.pagination {
  display: flex;
  align-items: center;
}

.pagination .arrow {
  display: inline-block;
  margin: 5px;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  padding-right: 10px;
}

.pagination .page-link {
  display: inline-block;
  padding: 13px 21px;
  margin: 5px;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "AvenirLTStd-Black", sans-serif;
  font-weight: bold;
}

.ellipsis {
  margin: 5px;
}

span.page-link.active {
  background: #222222;
  color: #fff;
}

.pagination .page-link:hover {
  background: #222222;
  color: #fff;
}

/*---Image Uloader---*/
.file-input {
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23222222FF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  width: 350px;
  margin-bottom: 10px;
}

.file-input input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-input-label {
  display: block;
  color: #d3d1d1;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  background: url(../../images/upload-icon.svg) no-repeat;
  background-position: right center;
  background-position-x: 96%;
}

#uploadedImages .image-container {
  margin-right: 20px;
  margin-bottom: 25px;
}

#uploadedImages img.uploaded-image {
  max-width: 97px;
  max-height: 977px;
  border-radius: 4px;
}

#uploadedImages {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
}

#uploadedImages img.uploaded-image:last-child {
  margin-right: 0px;
}

#uploadedImages .image-info {
  font-size: 14px;
  color: #000000;
}

/*---Service Thumbnail Card---*/
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.service-item {
  border: 1px solid #f5f5f5;
  border-radius: 10px 10px 0px 10px;
  overflow: hidden;
  width: 100%;
  max-width: 285px;
}

.service-image img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 108px;
  object-fit: cover;
}

.service-details {
  padding: 12px 0px 0px 12px;
  border-radius: 0px 0px 10px 10px;
  background-color: #ffffff;
  height: 182px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category {
  font-size: 14px;
  color: #87cbb9;
}
.service-title a {
  font-size: 24px;
  color: #242654;
  text-decoration: none;
  font-family: "Avenir LT Std, 85 Heavy";
}

.service-title a:hover {
  text-decoration: none;
}

.service-description {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px !important;
  font-weight: normal;
}

.service-details .category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Avenir LT Std, 95 Black";
}

.service-details .category svg {
  border: 1.3px solid #f8ae71;
  padding: 6px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

/*---Product Cards---*/
.product-item-card .product-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 10px;
  padding: 12px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item-card .product-meta-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item-card .product-meta-1 img {
  width: 51px;
  height: 51px;
  object-fit: cover;
  border-radius: 3px;
}

.product-item-card .product-title {
  color: #242654;
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif !important;
  font-weight: bold;
  padding-right: 10px;
  line-height: 19px;
}

.product-item .title-with-img {
  display: flex;
  align-items: center;
}

.product-item .title-with-img img {
  width: 32px;
  margin-right: 8px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.product-item-card a {
  color: #f8ae71;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
  font-size: 14px;
}
.product-item-card .product-title a {
  color: #242654;
  text-decoration: none;
}

.product-item-card .product-meta-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.product-item-card .product-meta-2 .lable img {
  height: 32px;
}

.product-item .title-with-img {
  display: flex;
  align-items: center;
}

.product-item .title-with-img img {
  max-width: 32px;
  margin-right: 8px;
}

.product-item-card a {
  color: #f8ae71;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
  font-size: 14px;
}

.product-item-card .product-meta-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.product-item-card .product-meta-2 .lable img {
  width: 32px;
}

.product-item-card .product-meta-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  color: #000000;
  line-height: 20px;
  padding-bottom: 5px;
}

.product-item-card .location {
  background-image: url("images/cards_products_icons_location.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  font-size: 12px;
  /* line-height: 20px; */
  max-width: 150px;
  width: 100%;
}

.product-item-card .product-meta-3 .upon-request {
  background-image: url("images/cards_products_icons_dollar-circle.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  font-size: 12px;
  color: #000;
}

.product-meta-3.product-grid-meta {
  line-height: inherit;
  align-items: baseline;
}

/* .product-meta-3.product-grid-meta .location {
  line-height: 16px;
} */

.product-item-card .product-meta-3 .upon-request span {
  font-size: 12px;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
}

.product-meta-4 .cat-name span {
  background: color(srgb 0.53 0.8 0.73 / 0.1);
  padding: 8px;
  border-radius: 5px;
  color: #242654;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  font-size: 11px;
}

.product-item-card .product-meta-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .product-item-card .product-meta-4 .cat-name {
	display: inline-flex;
} */

span.promo-code {
  background: #86cbb9;
  padding: 4px 13px 1px 13px;
  display: inline-block;
  margin-left: 15px;
  border-radius: 8px 8px 0px 0px;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  font-size: 12px;
}

.product-card-wrapper .product-item .lable:has(.tool-tip) {
  width: 60px;
}

.product-card-wrapper .product-item .lable {
  width: 42px;
  text-align: center;
}

#productDisplay .product-item-card img.single-product-label {
  margin-right: 0;
}

/*Homepage Procedures Cards*/
.home-card-content {
  max-width: 285px;
  text-align: center;
  position: relative;
  flex-direction: column-reverse;
  transition: all 0.3s;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 10px;
}

.home-card-title p,
.home-card-title a {
  display: none;
}
.home-card-title p {
  color: #000000;
}
.home-card-title {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
}

.img-wrapper {
  padding: 24px;
}

.home-card-content:hover {
  display: flex;
  flex-direction: column-reverse;
  background: #f8ae71e3 !important;
  cursor: pointer;
}

.home-card-content h4 {
  margin-bottom: 10px;
  color: #262626;
}

.home-card-content:hover h4 {
  margin-bottom: 10px;
}

.home-card-content:hover .img-wrapper {
  z-index: -1;
}

.home-card-content:hover .home-card-title {
  display: initial;
  z-index: 9;
  position: relative;
  top: 5px;
  background: transparent !important;
}

.home-card-content:hover p,
.home-card-content:hover a {
  display: block;
}

.home-card-content:hover h3 {
  width: 100%;
  margin-bottom: 0;
  color: #262626;
}

.home-card-content:hover a {
  color: #fff;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.home-card-content:hover p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}

.home-card-content:hover .img-wrapper img {
  position: relative;
  bottom: -35px;
  filter: opacity(0.4);
}

/*---Events Card---*/
.event-list-wrapper .event-item {
  display: flex;
  max-width: 685px;
}

.event-list-img {
  max-width: 184px;
  /* height: 215px; */
  height: auto;
  width: 100%;
}

.event-list-wrapper .event-list-img img {
  object-fit: cover;
  height: 100%;
}

.event-list-wrapper .event-cat-name span {
  font-size: 14px;
  color: #87cbb9;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
  font-weight: bold;
}

.event-list-wrapper .event-meta-1 {
  display: flex;
  align-items: center;
}

.event-list-wrapper .event-meta-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}

.event-list-wrapper .event-meta-2 a.event-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
  text-decoration: none;
  color: #242654;
}

.event-list-wrapper .event-list-content p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  color: #000000;
}

.event-list-content p:empty {
  display: none;
}

.event-list-wrapper .date-wrapper {
  position: relative;
  bottom: -12px;
}

.event-date-wrapper a.event-link {
  display: flex;
  align-items: center;
}

.event-list-wrapper .event-list-content {
  padding: 12px 0px 0px 12px;
  background: #fff;
  border-radius: 0px 10px 0px 0px;
}

.event-list-wrapper .event-meta-2 .lable img {
  width: 32px;
}

.event-list-wrapper .event-list-wrapper .event-item .event-list-img img {
  border-radius: 10px 0px 0px 10px;
}

.event-list-wrapper .event-list-content .innner-content {
  padding-right: 12px;
}

.event-list-img img {
  border-radius: 10px 0px 0px 10px;
}

/*---Formation Card---*/
.formation-item {
  max-width: 100%;
  padding: 10px 12px 0px 12px;
  border-radius: 10px 10px 0px 10px;
  box-shadow: 0px 5px 10px #0000000d;
  border: 1px solid #f5f5f5;
  height: 300px;
  background-color: #ffffff;
}

.formation-meta {
  display: flex;
  justify-content: space-between;
}

.formation-meta span {
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif;
  font-weight: bold;
}

.formation-meta span#time {
  color: #f8ae71;
}

.formation-meta span#location {
  color: #87cbb9;
}

.formation-content .title {
  color: #000000;
  font-size: 24px;
  text-decoration: none;
  font-family: "Avenir LT Std, 85 Heavy", sans-serif;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 0;
}
.formation-content .title:hover {
  text-decoration: none;
}
.formation-content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #000;
  font-family: "Avenir LT Std, 55 Roman";
}

.formation-content p:nth-of-type(2) {
  margin-bottom: 5px;
}

.date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: -6px;
}

.date-wrapper span.date,
#display_formation span.date {
  background: #242654;
  color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-family: "Avenir LT Std, 95 Black";
}

.formation-content {
  padding: 10px 0 0px;
  height: 210px;
}

.formation-item .date-wrapper .formation_link {
  margin-right: -10px;
}

.formation-item .date-wrapper a svg {
  margin-top: 2px;
}
.formations-futures-cards a,
.formations-futures-cards a:hover {
  text-decoration: none;
}
/*---Catalog List Layout---*/
.product-item-list .meta-box-1 {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product-item-list .meta-box-1 .left {
  display: flex;
  align-items: center;
}

.product-item-list .meta-box-1 .right {
  display: flex;
  justify-content: end;
}

.product-item-list .meta-box-1 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  /* 	flex-wrap: wrap; */
  /* 	align-items: center; */
}

.product-item-list .meta-box-1 ul li {
  padding-left: 40px;
  line-height: 30px;
  margin-left: 20px;
  font-size: 12px;
}

.product-item-list .meta-box-1 .left img {
  max-width: 51px;
  margin-right: 16px;
}

.product-item-list .meta-box-1 ul li:first-child {
  /* background-image: url('images/cards_products_icons_location.svg'); */
  background-repeat: no-repeat;
  background-position: center left;
  background-position-y: -1px;
  margin-left: 5px;
  line-height: 25px;
  max-width: 148px;
}

.product-item-list .meta-box-1 ul li:first-child:empty {
  display: none;
}

.product-item-list .meta-box-1 ul li:nth-child(2) {
  /* background: url(/wp-content/uploads/2023/08/cards_products_icons_dollar-circle.svg) no-repeat; */
  width: 138px;
  line-height: 25px;
}

.product-item-inner .meta-box-2 {
  display: flex;
  justify-content: space-between;
  height: 58px;
  align-items: center;
}

.product-item-inner .meta-box-2 .left {
  display: flex;
  align-items: center;
}

.product-item-inner .meta-box-2 .left img {
  max-width: 32px;
  object-fit: cover;
  margin-right: 15px;
}

.product-item-inner .meta-box-2 .product-title a {
  font-size: 14px;
  color: #f8ae71;
}

.product-item-inner .meta-box-2 .right ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.product-item-inner .meta-box-2 .right ul li img {
  object-fit: contain;
  margin-right: 7px;
}

.product-item-inner .meta-box-2 .right ul .cat-name span {
  background: color(srgb 0.53 0.8 0.73 / 0.1);
  padding: 8px;
  border-radius: 5px;
  color: #242654;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  font-size: 12px;
}

.product-item-inner .meta-box-2 .right ul li {
  display: flex;
  align-items: center;
}

.product-item-list .product-item-inner {
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 10px;
  padding: 8px 12px 0px 12px;
  position: relative;
}

.product-item-list .product-item-inner .product-save-btn:has(.absolute-btn) {
  position: absolute;
  top: 69px;
}

.product-save-btn:has(.absolute-btn) {
  position: absolute;
  top: 50px;
  z-index: 99;
}

/* .product-item-inner:has(.absolute-btn) .meta-box-2 .right-space {
	padding-right: 90px;
} */

.product-item-list .switcher {
  width: auto;
  margin-left: 20px;
}

/* .product-item-list .product-item-inner:has(.absolute-btn) .right-space {
	padding-right: 115px;
} */

.product-item-list .product-item-inner:has(.absolute-btn.active) .right-space {
  /* padding-right: 90px; */
  padding-right: 0px;
}

.product-item-list .product-title,
.product-item-list .product-title a {
  color: #242654;
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif !important;
  font-weight: bold;
  /* max-width: 150px; */
  max-width: 100%;
  width: 100%;
  margin-bottom: 8px;
}

.product-item-inner .meta-box-2 .right ul li:has(.lable-tool-tip) {
  margin-right: 30px;
}

.product-item-inner
  .meta-box-2
  .right
  ul
  li:has(.lable-tool-tip)
  img.single-product-label {
  margin-right: 0;
}

/*cForm*/
.cForm input,
.contact-form-sec input {
  height: 48px !important;
}
.cForm textarea,
.contact-form-sec textarea {
  min-height: 144px;
  padding-top: 10px;
}

.cform-meta ul li:first-child span {
  color: #000 !important;
}
.cForm input::placeholder,
.cForm textarea::placeholder,
.contact-form-sec input::placeholder,
.contact-form-sec textarea::placeholder {
  color: rgb(34 34 34 / 40%) !important;
}
.contact-form-sec .elementor-field-group-e_last_name,
.contact-form-sec .elementor-field-group-e_first_name {
  width: 50%;
}

/*CATALOG LIST PRODUCT*/
.catalog-table-list table,
.catalog-table-list table th,
.catalog-table-list table td {
  border: none;
}

.catalog-table-list table tr:hover,
.catalog-table-list table tr:hover {
  background-color: transparent;
}

.catalog-table-list table {
  border-collapse: collapse;
  width: 100%;
}

/* Style <th> elements with a top border */
.catalog-table-list table th {
  padding: 25px 10px 15px 10px;
  border: none !important;
}

.catalog-table-list table thead tr {
  border-top: 0px solid #f8f8f5;
  border-bottom: 1px solid #f8f8f5;
}

/* Style <td> elements with a top border and padding */
.catalog-table-list table td {
  padding: 25px 10px 10px 10px; /* Add padding as needed */
  background-color: transparent;
}

/* Remove background color on <th> row and <td> row */
.catalog-table-list table th,
.catalog-table-list table td {
  background-color: transparent;
  font-family: "Avenir LT Std, 55 Roman";
  font-size: 12px;
}
.catalog-table-list table tbody > tr:nth-child(odd) > td,
.catalog-table-list table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}

.catalog-table-list table tbody {
  padding: 0px 22px;
}
.mon-catalogue input#searchInput {
  width: 220px;
  height: 30px;
}

.mon-catalogue div#search-icon-wrapper {
  padding: 3px 7px;
}

.mon-catalogue svg#search {
  width: 16px;
  top: 0;
}
.mon-catalogue svg#add-circle g,
.mon-catalogue svg#add-circle path {
  fill: #edb17b;
}

.mon-catalogue tbody tr {
  position: relative;
}

.mon-catalogue tbody tr::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: oklab(0.29 0.01 -0.08 / 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mon-catalogue input#custom_checkbox_field {
  font-size: 15px;
}
.mon-catalogue input#custom_checkbox_field:checked[type="checkbox"] {
  background-color: #242654;
  margin-top: 3px;
}
.action-elements {
  padding-right: 18px;
  display: flex;
  justify-content: end;
}

.action-elements span.promo-code {
  text-transform: uppercase;
  color: #242654;
  padding: 3px 9px;
  border-radius: 8px;
  margin: 0;
  margin-right: 25px;
}

.action-elements a.clone-post {
  cursor: pointer;
}

.action-elements a.edit-post {
  margin-left: 6px;
  cursor: pointer;
}
.catalog-table-list table th:last-child {
  padding-right: 25px;
}
div#add-new-product-btn a {
  text-decoration: none;
  font-size: 12px;
  font-family: "Avenir LT Std, 55 Roman" !important;
}

.mon-catalogue .indicator {
  position: relative;
  top: -6px;
  left: 6px;
}

.mon-catalogue .indicator .arrow-up {
  margin-bottom: -6px;
}

.mon-catalogue .indicator i {
  color: #d8d8d8;
  opacity: 0.9;
}

#catalog-list_wrapper .row:first-child {
  display: none;
}

#catalog-list th:nth-child(1)::before,
#catalog-list th:nth-child(1)::after,
#catalog-list th:last-child::before,
#catalog-list th:last-child::after {
  content: unset;
}

div#catalog-list_paginate {
  padding-right: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

div#catalog-list_paginate ul li a.page-link {
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px;
  color: #242654;
}

div#catalog-list_paginate .page-item.active .page-link {
  background: #242654;
  border-color: #242654;
  color: #fff;
}

div#catalog-list_info {
  padding-left: 20px;
  font-size: 12px;
  margin-top: 30px;
}

div#catalog-list_paginate .page-item .page-link:hover {
  background: #242654;
  color: #fff;
}
/* Dahboard Select CSS */
.dropdown.dashboard_selectbox {
  position: relative;
  font-size: 14px;
  color: #333;
}
.dropdown.dashboard_selectbox .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 41px;
  left: 0px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
  display: block;
}
.dropdown.dashboard_selectbox .dropdown-option {
  display: block;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.dropdown.dashboard_selectbox .dropdown-label {
  display: block;
  height: 30px;
  background: #fff;
  padding: 12px 0px;
  cursor: pointer;
  font-family: "Avenir LT Std, 55 Roman" !important;
}
.dropdown.dashboard_selectbox .dropdown-label:before {
  content: "";
  float: right;
  /* background-image: url(/wp-content/uploads/2023/08/chevron-down.svg); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px 27px;
  width: 31px;
  height: 20px;
  margin-right: -15px;
}
.dropdown.dashboard_selectbox.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.dashboard_selectbox.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
  font-size: 14px;
  text-decoration: none;
  font-family: "Avenir LT Std, 95 Black", sans-serif;
}
.dropdown.dashboard_selectbox.on .dropdown-label:before {
  content: "";
}
.dropdown.dashboard_selectbox [type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.dropdown.dashboard_selectbox.on .dropdown-list .dropdown-option option {
  font-family: "Avenir LT Std, 55 Roman" !important;
  padding-top: 3px;
  padding-left: 3px;
}
.main-content {
  overflow-x: hidden;
}

/*Prodcuer List Card CSS*/
body.producers .list-filter table {
  display: none;
}
.producer-list-card-wrapper .producer-item-inner {
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 10px;
  padding: 8px 12px 0px 12px;
  position: relative;
}

.producer-list-card-wrapper .producer-item-list .meta-box-1 {
  display: inline-block;
  width: 100%;
}

.producer-list-card-wrapper
  .producer-item-list
  .meta-box-1
  .left
  h4.producer-title,
.producer-item-list .meta-box-1 .left h4.producer-title a {
  color: #242654;
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif !important;
  font-weight: bold;
  max-width: 115px;
  width: 100%;
  margin-bottom: 0;
}

.producer-list-card-wrapper .producer-item-inner .meta-box-1 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.producer-list-card-wrapper .producer-item-list .title-with-img img {
  max-width: 51px;
  margin-right: 16px;
}

.producer-list-card-wrapper .producer-item-list .title-with-img a {
  color: #242654;
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif !important;
  font-weight: bold;
  max-width: 115px;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.producer-list-card-wrapper .producer-item-list .title-with-img {
  width: 140px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.producer-list-card-wrapper .title-with-img img {
  max-width: 51px;
  margin-right: 16px;
}

.producer-list-card-wrapper .title-with-img a {
  color: #242654;
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black", Sans-serif !important;
  font-weight: bold;
  max-width: 115px;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.producer-list-card-wrapper .title-with-img {
  width: 140px;
  display: flex;
  align-items: center;
}

.producer-list-card-wrapper .producer-item-list .producer-description {
  font-size: 12px;
  max-width: 284px;
  margin-bottom: 0;
  margin-right: 40px;
}

.producer-list-card-wrapper .producer-item-list .location {
  font-size: 12px;
  width: 150px;
  line-height: 24px;
}

/* .producer-list-card-wrapper .producer-item-inner li.cat-name {
  margin: 0px 10px;
  min-width: 195px;
} */
.producer-list-card-wrapper .producer-item-inner li.cat-name {
  margin: 0px 10px;
  width: 150px;
  display: block;
}

.producer-list-card-wrapper .producer-item-inner li:last-child {
  width: 105px;
  display: flex;
  justify-content: end;
}

.producer-list-card-wrapper.list-view .producer-description p {
  line-height: 20px;
}

.producer-list-card-wrapper .producer-item-list .cat-name span {
  /* background: color(srgb 0.53 0.8 0.73 / 0.1);
  padding: 8px;
  border-radius: 5px;
  color: #242654;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  font-size: 11px; */
  background: color(srgb 0.53 0.8 0.73 / 0.1);
  padding: 4px 8px;
  border-radius: 5px;
  color: #242654;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  font-size: 11px;
  line-height: 16px;
  width: fit-content;
  display: block;
}

.producer-list-card-wrapper .producer-item-inner li.location-wrapper {
  background-image: url("images/cards_products_icons_location.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-position-y: 9px;
  padding-left: 35px;
  width: 210px;
}

.producer-list-card-wrapper .producer-item-list .right {
  line-height: 45px;
}
@media (max-width: 600px) {
  .cForm .elementor-field-type-text {
    width: 100%;
  }
  .dashboard-events-block
    .event-list-wrapper
    .event-list-content
    .resource-description {
    height: 145px !important;
  }
}
@media (max-width: 480px) {
  .dashboard-events-block
    .event-list-wrapper
    .event-list-content
    .resource-description {
    height: 160px !important;
  }
}
/* cform-bg */
/* single page */

.single-page-wrapper .save-btn .switcher.active > .switch-text {
  background: #f8ae71;
  color: #fff;
}
