.text-white,
.text-white_r * {
  color: #ffffff;
}

.rel_p {
  position: relative;
}
.product-title {
  margin: 10px 0;
}
.product-title h4 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.product-thumb {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px 0 0;
  padding: 10px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #999;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.filtersbar {
  background-color: #f8f8ff;
  padding: 10px;
  margin: 50px 0;
}

.filtersbar select {
  background-color: transparent;
  border: none;
  margin-right: 10px;
  color: #09337d;
  font-weight: 500;
}

#resetFilters,
.oxy-close-modal {
  cursor: pointer;
}

#productstage a,
#content a {
  color: #000000;
}

.cpt-t {
  text-transform: capitalize !important;
}
.me-5 {
  margin-right: 3rem;
}
.lilla {
  color: #8373e5;
}

.white-separator {
  border: 2px solid #ffffff;
}

.dr-slider .ct-image {
  max-width: 100%;
}

.bg-blur {
  backdrop-filter: blur(6px);
}

.purple {
  color: #1c0d44;
}

.light-lilla-bord {
  border: 1px solid #f8f8ff;
}
.light-lilla-bg {
  background-color: #f8f8ff;
}

.oxy-sticky-header-active .oxy-header-row,
.oxy-header-row {
  background: #fff !important;
}

.dekaollist li {
  color: #09337d;
  padding: 10px;
  border-bottom: 1px solid #f8f8ff;
  font-size: 28px;
}

.dekaollist li p {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1600px;
}

.header-dark #logoColor,
.header-dark.oxy-sticky-header-active #logoW {
  display: none;
}

.header-dark.oxy-sticky-header-active #logoColor {
  display: block;
}
.header-dark.oxy-sticky-header-active li a {
  color: #1c0d44 !important;
}

#hero.hero .hero-left-column p,
#hero.hero .hero-left-column h1 {
  color: #fff;
}

#hero.hero .hero-img {
  width: auto;
  height: 100%;
  margin: 0;
  min-width: 100%;
}
.featured_widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #b0d7dd;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.featured_widget img {
  max-width: 200px;
}

.featured_widget .featured_widget_a {
  border-radius: 50px;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
}

.featured_widget_title {
  color: #fff;
}

.bg-lightlilla,
.bg-light-lilla {
  background-color: #f8f8ff;
}
.mediafiles-filters {
  padding: 20px;
}

/*PRODOTTI*/
.product-card .product-inner {
  padding: 20px;
  min-height: 480px;
  margin-bottom: 25px;
}

/*wikideka*/

.mediafiles .media-item .inner {
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
}
.media-item .media-thumb {
  min-height: 263px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media-item .media-thumb .overlay {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0.6) 0%,
    rgba(0, 212, 255, 0) 50%
  );
}

.media-item .media-thumb .media-footer {
  color: #09337d;
  padding: 12px;
}

.nopnom {
  padding: 0 !important;
  margin: 0 !important;
}

/*END WIKIDEKA*/

/*
-------- EVENTS -------------
*/

.f-event-image {
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}

.f-event-day {
  font-size: 4rem;
}

.f-event-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.half-lg {
  border-top-left-radius: 20px;
}

.f-event-dates {
  z-index: 999;
  position: relative;
}

#div_block-5-13 {
  border-top-left-radius: 25px;
}

#fixed-menu {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 65px;
  display: none;
  z-index: 99999;
}

#compare-container {
  position: fixed;
  background-color: #efeffb;
  display: none;
  padding: 20px;
  width: 100%;
  z-index: 999;
  left: 0;
  bottom: 0;
}
.dates {
  display: flex;
  flex-direction: column;
}
.deka_btn {
  text-align: center;
  flex-direction: row;
  display: flex;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 50px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}

.deka_btn .ct-fancy-icon,
.deka_btn .ct-fancy-icon > svg {
  width: 20px;
  height: 20px;
}

#compare-container .compare-item {
  margin: 10px;
}

#compare-container .compare-item .close-icon {
  color: #fff;
  margin-left: 10px;
  height: 30px;
}

#homepage-slider .unslider {
  padding: 0;
}

#compare-container .compare-item .close-icon svg {
  width: 25px;
}

@media (min-width: 768px) {
  .hero,
  .hero .ct-new-columns {
    min-height: 400px;
  }

  #hero.hero .hero-left-column {
    padding: 120px;
  }

  #fixed-menu {
    padding: 50px;
    z-index: 9999;
  }

  .half-lg {
    width: 50%;
  }

  .third-lg {
    width: 30%;
  }
  .twothird-lg {
    width: 70%;
  }

  .f-event-container,
  .f-event-container .f-event {
    height: 500px;
  }
  #menu-deka-aesthetic {
    display: block;
  }

  #menu-deka-aesthetic li:nth-child(odd) {
    float: left;
    margin-right: 5px;
    display: inline-block;
    width: 46%;
  }

  #menu-deka-aesthetic li:nth-child(even) {
    float: right;
    margin-right: 10px;
    display: inline-block;
    width: 48%;
  }

  #fixed-menu .ct-div-block div.oxy-pro-menu,
  #fixed-menu .ct-div-block .oxy-pro-menu-list {
    width: 100%;
  }
}

.dataabars .progress {
  height: 10px;
  --bs-progress-bar-bg: #1c0d44;
}
.dataabars label,
.dataabars b {
  color: #1c0d44;
}

.splashscreen {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999997 !important;
  flex-direction: column;
}
.splashscreen-inner-container {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#geouser_type_form {
  color: #fff;
}
#geouser_type_form input[type="submit"] {
  background-color: #ffff;
  color: #8373e5;
  border: none;
}

.approfondimenti-section {
  height: 100%;
  min-height: 80vh;
}
.tab-inner-split {
  height: 80vh;
}

.half {
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  .tab-inner-split,
  .split {
    display: flex;
  }
  .tab-inner-split .half,
  .half {
    width: 50%;
  }
}
.tab-inner-split .half.infos {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.tab-inner-split .half.photo {
  background-color: #ffffff;
  overflow: hidden;
}

ol.o-links li {
  cursor: pointer;
}

#modal-show,
#modal-applicazioni-show {
  opacity: 0;
}

.btn-deka {
  background-color: #fff;
  color: #8373e5;
  border: none;
  border-radius: 20px;
  padding: 10px 50px;
  text-transform: uppercase;
}

.deka-rounded-thumb {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #8373e5 !important;
}

.sub-menu-columns ul.sub-menu li {
  display: inline-block;
  float: left;
  width: 200px;
}

#shortcode-25-19,
#shortcode-42-19,
.featured_widget {
  display: none !important;
}
#shortcode-25-7 {
  z-index: 1;
}

/*---- TEMP DISABLES ---*/

@media (max-width: 700px) {
  #modal-applicazioni-show,
  #modal-show {
    display: none !important;
  }
  .modal-request div {
    font-size: 20px !important;
  }
  #modal-179-98 {
    width: 100% !important;
  }
}

.modale-request * {
  max-width: 100%;
}
.search_modal .oxy-close-modal {
  border: none;
}
.search_modal #s,
#s {
  background: transparent;
  border: none;
  width: 90%;
  max-width: 100%;
}
.search-field {
  width: 90% !important;
  max-width: 100%;
}
.search-form {
  display: flex;
  width: 100%;
}
.search-form label {
  display: block;
  width: 100%;
}
.search-card .oxy-post-image {
  background-color: transparent !important;
  background-image: none !important;
}

.search-card .oxy-post-image .oxy-post-image-fixed-ratio {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}

.oxy-header {
  z-index: 9999;
}

@media (max-width: 800px) {
  .desktop_only {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .mobile_only {
    display: none !important;
  }
}
.oxy-modal-backdrop.live {
  z-index: 99999 !important;
}
#mm-menu-1,
#mm-menu-2 {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  width: 100%;
  margin: 0;
  z-index: 99999 !important;
}

#section-57-7 {
  display: none;
}
.oxy-rich-text {
  line-height: 1 !important;
}

.products-compare-section .ct-section-inner-wrap {
  padding: 0 !important;
}

#-pro-menu-141-10 .oxy-pro-menu-list > .menu-item {
  white-space: normal;
  float: left;
  width: 55%;
}
#menu-deka-aesthetic-1 {
  display: block !important;
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}

#searchform #s {
  color: #ffffff;
}

.search-card .bg-light-lilla {
  width: 100%;
  padding: 10px;
}
.search-card .bg-light-lilla a {
  color: #09337d;
}

.next_event_label {
  text-align: left;
  font: normal normal 600 28px/36px Source Sans Pro;
  letter-spacing: 0px;
  color: #f8f8ff;
}

.f-event-container {
  background: rgba(248, 248, 255, 0.6);
  border-radius: 20px;
}
.full_course {
  background: #8373e5;
  color: #fff;
  border-radius: 35px;
  padding: 5px 15px;
}

#section-728-1901 {
  display: none !important;
}
#text_block-145-10 {
  text-transform: capitalize;
}

.apex {
  position: relative;
  bottom: 10px;
  font-size: 12px;
}

.product-card small {
  width: 100%;
  display: inline-block;
  word-wrap: break-word;
  white-space: break-spaces;
}

#shortcode-735-1901 button,
.deka-btn {
  background-color: transparent;
  border-radius: 35px;
  border: 2px solid #efebfd;
  padding: 10px 20px;
  font-size: 20px;
  color: #8373e5;
}

#shortcode-735-1901 select {
  background-color: transparent;
  border-radius: 35px;
  border: 2px solid #efebfd;
  padding: 10px 20px;
  font-size: 20px;
  margin: 20px 0;
}

.dim-text {
  position: absolute;
  bottom: 35px;
  left: 35px;
  color: #8297bf;
  font-size: 12px;
}

.compare-item {
  color: #09337d;
}

/*SELECT*/

.select-hidden {
  opacity: 0;
  height: 0;
}

.select-styled {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #8297bf transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #efebfd;
}
.select-options li {
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  border-left: 3px solid #8297bf;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover,
.select-options li.is-selected {
  color: #8297bf;
  background: #efebfd;
}
.select-options li[rel="hide"] {
  display: none;
}

.select {
  position: relative;
}

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #eeeeee;
}

.control input:checked ~ .control_indicator {
  background: #eeeeee;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #aaaaaa;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  display: none;
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #8297bf;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

#compares {
  align-items: center;
}

.deka-badge {
  background-color: #1c0d44;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 10px;
}

.c-link {
  text-align: center;
  border-top-color: #efebfd;
  border-right-color: #efebfd;
  border-bottom-color: #efebfd;
  border-left-color: #efebfd;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 35px;
  padding: 5px 20px;
}

.row.academy-post .c1 {
  color: #8373e5;
}

.row.academy-post .c2 {
  color: #09337d;
}

.row.academy-post .c1 .d-flex {
  justify-content: space-evenly;
}

.row.academy-post .c3 .d-flex {
  justify-content: space-between;
}

.row.academy-post .c2,
.row.academy-post .c3,
.row.academy-post .c1,
.row.academy-post .c4 {
  border-top: 1px solid #8373e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row.academy-post .c3.action a,
.row.academy-post .c4.action a {
  text-align: center;
  color: #8373e5;
  font-weight: bold;
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #8373e5;
  margin: auto;
  padding: 10px 20px;
  border-radius: 25px;
}

.row.academy-post .c3 .soldout {
  border-radius: 30px;
  background-color: #8373e5;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  max-width: 250px;
  margin: auto;
  padding: 10px 20px;
}
.margin-end {
  margin-right: 50px;
}

.row.academy-post .academy_title {
  font: normal normal 600 20px/24px Source Sans Pro;
  letter-spacing: 0px;
  color: #09337d;
  opacity: 1;
}

@media (max-width: 767px) {
  .row.academy-post .col-md-4,
  .row.academy-post .col-md-5,
  .row.academy-post .col-md-3 {
    border: none;
    padding: 10px;
  }

  .events-compact--list .academy-post {
    border-bottom: 1px solid #8373e5;
  }
  .row.academy-post .col-md-4,
  .row.academy-post .col-md-5 .d-flex {
    display: block !important;
  }

  .row.academy-post .col-md-4 .d-flex {
    justify-content: space-between;
  }

  .row.academy-post .col-md-3.action .soldout {
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}

#menu-deka-surgical-1,
#menu-deka-aesthetics-1 {
  display: block !important;
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}

#menu-menu-ita {
  display: block !important;
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}
@media (max-width: 640px) {
  .event-description {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .container .products-container .product-card {
    width: calc(50% - 20px) !important;
  }
  #menu-deka-surgical-italian-1 :first-child {
    padding: 0;
  }

  #menu-deka-surgical-spanish-1 :first-child {
    padding: 0;
  }
}

#fixed-menu {
  overflow-y: scroll;
}

.sub-list {
  padding: 0;
}

#new_columns-249-1360 {
  background-position: center bottom;
}

.oxy-pro-menu-list {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: start !important;
}

@media (max-width: 540px) {
  .f-event-image {
    display: none;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #8373e5;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
