

/* #region Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: var(--secondary-font);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--primary-font);
    font-weight: 700;
}
html {
  font-size: 100%;
}
body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-size: var(--16px);
  vertical-align: baseline
}
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-weight: 500;
}
  u, i, strong, center, small, pre, em, q, s, b{
    font-size: inherit;
  }
  u, i, strong, center, small, sup, sub, pre, em, q, s, b {
    font-family: inherit;
  }
  u, i, center, small, sup, sub, pre, em, q, s{
    font-weight: inherit;
  }
  :is(strong, b) span{
      font-weight: inherit;
  }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
      display: block;
    }

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #endregion */

/*#region NopCommerce*/

/*Nopcommerce: starts buttons.css*/
.event-welcome .button-1 {
  width: 300px;
  margin: 0 auto;
}


#miniloader {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #00000020; /*#33 => 20% */
  border-radius: 50%;
  border-top-color: var(--el-primary);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}



.button-blank {
  background: #fff;
  color: #00997a;
  font-size: 14px;
  padding: 10px 15px 5px;
}

  .button-blank.apply-discount-coupon-code-button {
    outline: none;
    color: #00997a;
    border-left: 0;
    border-color: #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }



.button-wrapper {
  display: inline-block;
}

.buttons > button.product-box-add-to-cart-button,
.slider-btn {
  border: 1px solid #00997a;
}

.add-to-compare-list-button,
.add-to-wishlist-button,
.bs-quick-view,
.email-a-friend-button {
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
  min-width: initial;
  color: #999;
  background: #edf0f2;
  border: 1px solid #edf0f2;
  width: 32px;
}

  .bs-quick-view a {
    min-width: initial;
  }

.bs-quick-view {
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 3px;
}

  .bs-quick-view a {
    padding: 8px 10px;
    font-size: 14px;
  }

  .bs-quick-view .quick-view-plugin-btn {
    background: #edf0f2;
    border: 1px solid #edf0f2;
    color: #999;
    outline: 0;
    padding: 8px 0;
    visibility: visible;
    border-radius: 3px;
    box-shadow: none;
  }

.quick-view-plugin-btn {
  width: 32px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .quick-view-plugin-btn i::before {
    font-weight: normal;
  }

.buttons .product-box-add-to-cart-button::before {
  content: "\e908";
  font-family: 'icomoon' !important;
  color: #fff;
  margin-right: 5px;
}

.add-to-compare-list-button::before {
  content: "\e902" !important;
  font-family: 'icomoon' !important;
  padding-right: 5px;
}

.bs-quick-view .quick-view-plugin-btn:focus,
.bs-quick-view .quick-view-plugin-btn:hover,
.email-a-friend-button:focus,
.email-a-friend-button:hover,
.add-to-wishlist .add-to-wishlist-button:hover {
  background-color: #00997a;
  transition: all .3s;
  color: #fff;
  outline-color: #00997a;
  border-color: #00997a;
}


.buttons > button.product-box-add-to-cart-button:focus,
.buttons > button.product-box-add-to-cart-button:hover {
  background-color: #333;
  transition: all .3s;
  outline-color: #333;
  border-color: #333;
}


.buttons button:focus::before,
.buttons button:hover::before,
.bs-quick-view .quick-view-plugin-btn:focus i::before,
.bs-quick-view .quick-view-plugin-btn:hover i::before {
  color: #fff;
}

.buttons button ~ button::before {
  margin-right: 0;
}

.buttons .add-to-wishlist-button::before {
  content: "\e905";
  font-family: 'icomoon' !important;
}

.add-info .quick-view-btn {
  width: 100%;
  display: none;
}

.button-black {
  outline-color: #3c434d;
  background-color: #3c434d;
  border-color: #3c434d;
}

.button-black {
  padding: 8px;
}

.compare-products-page .remove-button {
  background: #fff;
  border: solid 1px #ddd !important;
  background: #de5d5d;
}
/*ends buttons.css*/

/*Nopcommerce: starts compareproduct.css*/
.compare-products-page .table-wrapper {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}

table.compare-products-table td, table.compare-products-table th {
  border: 1px solid #ddd;
  padding: 10px;
}
/*ends compareproduct.css*/

/*Nopcommerce: starts common-form.css*/
.date-picker-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
}

  .date-picker-wrapper select {
    max-width: 250px;
  }


.myralis-eye-changepassword-newpassword {
  background-image: url("../images/eye.svg?v=4.43");
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: 32%;
  left: 92%;
}

.myralis-eye-slash-changepassword-newpassword {
  background-image: url("../images/eye-slash.svg?v=4.43");
  width: 16px;
  height: 14px;
  position: absolute;
  bottom: 32%;
  left: 92%;
}

.myralis-eye-changepassword-oldpassword {
  background-image: url("../images/eye.svg?v=4.43");
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: 35%;
  left: 92%;
}



.myralis-eye-slash-changepassword-oldpassword {
  background-image: url("../images/eye-slash.svg?v=4.43");
  width: 16px;
  height: 14px;
  position: absolute;
  bottom: 35%;
  left: 92%;
}

.myralis-eye-changepassword-confirmnewpassword {
  background-image: url("../images/eye.svg?v=4.43");
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: 35%;
  left: 92%;
}



.myralis-eye-slash-changepassword-confirmnewpassword {
  background-image: url("../images/eye-slash.svg?v=4.43");
  width: 16px;
  height: 14px;
  position: absolute;
  bottom: 35%;
  left: 92%;
}




.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.myralis-title-none{
    display: none;
}

/*ends common-form.css*/
/*starts header-fix.css*/
.header {
  background: #ffffff;
}

.admin-header-links {
  text-align: center;
  padding: 10px;
}

.header-upper {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 25px 54px;
  justify-content: space-between;
}

.menu-toggle {
  display: flex;
}

.header-theme-controls {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: #ebebeb;
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}

  .header-theme-controls .header-selectors-wrapper select {
    font-size: 14px;
    line-height: 18px;
    padding-right: 40px;
  }

.search-box .search-box {
  margin: 0 auto;
}

.view-all-search-page {
  padding: 3px 5px;
}

.search-box form {
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  display: flex;
  align-items: center;
  height: 40px;
}

  .search-box form::after {
    content: "";
    display: block;
    clear: both;
  }

.search-box .search-box-button {
  color: var(--text-primary);
  border: 1px solid transparent;
  padding: 0;
  padding-right: 16px;
  outline: none;
  border-radius: 0px 16px 16px 0px !important;
  border-left-width: 0;
  height: 38px !important;
  cursor: pointer;
  min-width: 0;
}

.search-box .search-box-text {
  width: 372px !important;
  height: 38px;
  border-radius: 16px 0 0 16px;
  border: none;
  padding: 8px 16px;
  outline: none;
  box-shadow: none !important;
}

.search-box .search-box-text:focus-visible {
    outline: none !important;
}
.small-search-box-form:has(input:focus-visible){
   outline-offset: 3px;
   outline: 2px solid var(--button-primary);
}

.header-upper .header-links {
  list-style-type: none;
  margin: 0;
}

  .header-upper .header-links ul {
    margin: 0;
    padding: 0;
  }

  .header-upper .header-links li {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    font-size: 18px;
  }
    .header-upper .header-links li:has(.icon-user.user) {
      min-width: 142px;
      min-height: 45px;
      display: inline-flex;
      align-items: flex-end;
      justify-content: end;
    }

  .header-upper .header-links .user-link li {
    display: block;
    padding: 0;
  }

.header-links .wishlist-qty,
.header-links .cart-qty {
  position: absolute;
}

.header-upper .header-links li a {
  color: #3c434d;
  text-decoration: none;
  position: relative;
}

.header-links-wrapper {
  /*position: relative;*/
  display: flex;
  align-items: center;
}

.header-upper .header-links .wishlist-qty,
.header-upper .header-links .cart-qty {
  background: #00997a;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  left: 50%;
  opacity: 0.8;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  height: 20px;
  line-height: 22px;
}

.header-upper .header-links .user-link {
  position: absolute;
  top: 44px;
  right: 0;
  padding: 0;
  min-width: 220px;
  background: #fff;
  color: var(--text-primary);
  /*display: none;*/
  height: 0;
  box-shadow: 2px 2px 4px 0px #00000040;
  z-index: 11111;
  border-radius: 8px;
  overflow: hidden;
}
  .header-upper .header-links .user-link:hover,
  .header-upper .header-links .user-link:focus,
  .header-upper .header-links .user-link:has(*:hover),
  .header-upper .header-links .user-link:has(*:focus),
  .header-upper .header-links li:hover .user-link {
    padding: 12px;
    height: 126px;
  } 

.header-upper .header-links li:hover .user-link {
  display: block;
}

.header-logo {
  width: 100%;
  min-width: 120px;
  max-width: 150px;
}

.header-upper .header-links .user-link a {
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding: 14px 16px;
  width: 100%;
}

  .header-upper .header-links .user-link a:hover,
  .header-upper .header-links .user-link a:focus {
    background: #efefef;
    opacity: 0.8;
  }

.flyout-cart {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10001;
  background: #fff;
  width: 300px;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  display: none;
  z-index: 11111;
}

  .flyout-cart.active {
    display: block;
  }

  .flyout-cart .items {
    max-height: 500px;
    overflow: auto;
  }

  .flyout-cart .item {
    margin-bottom: 15px;
  }

    .flyout-cart .item::after {
      content: "" !important;
      display: block !important;
      clear: both;
    }

  .flyout-cart .picture {
    float: left;
    margin-right: 20px;
    width: 25%;
  }

  .flyout-cart .product {
    width: calc(75% - 20px);
    float: right;
  }

  .flyout-cart .totals {
    width: calc(75% - 20px);
    margin-left: auto;
  }

  .flyout-cart .buttons .button-1 {
    width: 100%;
    margin-top: 15px;
    border: none;
  }

.mini-shopping-cart .items .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.mini-shopping-cart .count {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.header-upper .header-links .user-link::after,
.flyout-cart::after {
  content: "";
  display: block;
  height: 55px !important;
  width: 165px !important;
  border: none !important;
  border-bottom-color: transparent !important;
  position: absolute;
  top: -50px !important;
  right: -119px !important;
  transform: translateX(-50%) !important;
}

.header-lower-wrapper {
  background: #00997a;
}

.header-menu {
  margin: 0 auto;
}

  .header-menu ul {
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    margin-top: 10px;
  }

.top-menu.notmobile {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}

.header-menu .top-menu > li {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
}

.header-menu .top-menu a {
  color: var(--myracolors-header-fg);
  font-weight: 500;
  font-family: var(--primary-font);
  text-decoration: none;
}
  .header-menu .top-menu a:focus-visible {
    outline-color: var(--myracolors-header-fg) !important;
    outline-offset: 6px;
  } 

.header-menu .top-menu .sublist {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  box-shadow: 0 0 5px #3c434d;
  padding: 15px 20px;
  min-width: calc(100% + 30px);
  z-index: 101;
  padding-right: 40px;
}

.header-menu .top-menu li:hover .sublist {
  display: block;
}

.header-menu .top-menu .sublist a {
  color: #3c434d;
}

.search-box .ui-autocomplete {
  z-index: 99999;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0px 0px 8px 8px;
  width: 416px !important;
  position: absolute !important;
  background: #fff;
  top: auto !important;
  left: auto !important;
}

.search-box .searchImage {
  max-width: 40px;
}

.search-box .ui-menu .ui-menu-item-wrapper {
  display: block;
}

.search-box .ui-autocomplete-loading {
  background: #fff url("../images/loading.gif?v=4.43") right 7px center no-repeat;
  background-size: 16px;
}

/*ends header-fix.css*/

/*Nopcommerce: starts product-box.css*/
.home-page-product-grid .title,
.related-products-grid .title,
.featured-product-grid .title,
.ocarousel-grid .title,
.blog-news-area .title-container {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #3c434d;
  margin: 20px 0 40px;
  z-index: 50;
  position: relative;
  font-family: var(--secondary-font);
  width: 100%;
}

.blog-news-area .latest-blog-container .title-container {
  color: #fff;
}

.home-page-product-grid .title::before,
.related-products-grid .title::before,
.featured-product-grid .title::before,
.ocarousel-grid .title::before,
.blog-news-area .title-container::before {
  content: '';
  position: relative;
  background: #00997a;
  z-index: 1;
  display: block;
  margin: auto auto 10px auto;
  bottom: 0;
}

.item-box {
  width: 100%;
  margin: 0 0 20px;
  padding: 5px;
  border-radius: 3px;
  /* background: #fff; */
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  /*border: 1px solid #e5e7ed;*/
  /*text-align: center;*/
  position: relative;
  float: left;
}

.product-grid .item-box,
.category-grid .item-box {
  width: calc(33.33% - 16px);
  margin: 0 8px 20px;
}

  .category-grid .item-box .category-name {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
    text-align: center
  }

.category-grid .item-espec {
  overflow: hidden;
  border-radius: 20px;
}

  .category-grid .item-espec .espec-name {
    position: absolute;
    display: block;
    bottom: 42%;
    text-align: center;
    width: calc(100% - 12px);
    background: linear-gradient(144deg, rgba(0, 156, 199, 1) 24%, rgba(78, 72, 148, 1) 100%);
    left: 6px;
    min-height: 47px;
    text-transform: uppercase;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
  }

  .category-grid .item-espec:hover .category-name {
    opacity: 1;
    color: white;
  }

.related-products-grid .item-box,
.category-page .category-grid .item-box {
  width: 100%;
}

.sub-category-grid .item-box .title {
  font-size: 16px;
  font-weight: bold;
}

.product-grid .item-box:last-child {
  margin-right: 0;
}

.item-box .product-item {
  position: relative;
}

.item-box .picture {
  overflow: hidden;
  position: relative;
}

.item-box .product-title {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  min-height: 36px;
}

  .item-box .product-title a {
    color: var(--text-primary);
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

.product-rating-box {
  margin-top: 5px;
}

  .product-rating-box .rating {
    width: 95px;
    height: 14px;
    background: url("../images/rating1.png?v=4.43") repeat-x;
  }

.rating {
  display: inline-block;
}

.product-rating-box .rating div {
  height: 14px;
  background: url("../images/rating2.png?v=4.43") repeat-x;
}

.offer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: 10000;
  color: #fff;
}

.product-item .offer-content {
  z-index: 100;
}

.offer-box {
  display: block;
  background: #00997a;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 140px;
  box-shadow: 0 0 10px #bbb;
}

.bestseller-label .new-products {
  background-image: linear-gradient(to right,#ff8a00,#e52e71);
  box-shadow: 0 0 5px #bbb;
  z-index: 5;
}



.item-box .price {
  color: #00997a;
  font-weight: 500;
  font-size: 18px;
  padding: 0 10px;
}

  .item-box .price.old-price {
    text-decoration: line-through;
  }

.related-products-grid.product-grid .item-box:last-child {
  margin: 0 0 20px;
}

.home-page .carousel-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.owl-carousel .item-box {
  width: 100%;
  margin: 0;
}

.ocarousel .category-name {
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.home-page .topic-block {
  text-align: center;
  margin: 50px 0;
}
/*ends product-box.css*/

/*Nopcommerce: starts new-product-carousel.css*/
.custom-container-fluid .ocarousel-grid .title {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.custom-container-fluid .product-grid,
.custom-container-fluid .ocarousel-grid {
  margin-bottom: 20px;
}

.custom-container-fluid .ocarousel-item {
  margin-bottom: 0;
}

.ocarousel-grid .ocarousel .owl-nav,
.related-products-grid .ocarousel .owl-nav {
  margin: 10px auto 0;
  text-align: center;
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
}

  .ocarousel-grid .ocarousel .owl-nav button.owl-prev,
  .ocarousel-grid .ocarousel .owl-nav button.owl-next,
  .home-page-category-grid .owl-carousel .owl-nav button.owl-prev,
  .home-page-category-grid .owl-carousel .owl-nav button.owl-next,
  .related-products-grid .owl-carousel .owl-nav button.owl-prev,
  .related-products-grid .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    color: #999;
    background: #3c434d;
    font-size: 0;
    height: 40px;
    width: 40px;
    position: relative;
    margin: 0 5px;
    transition: all .3s;
    z-index: 5;
    text-align: center;
  }

.ocarousel-grid .owl-carousel .owl-nav button span,
.related-products-grid .owl-nav button span {
  color: #999;
  font-size: 32px;
  line-height: 16px;
}

.ocarousel-grid .owl-nav::after,
.related-products-grid .owl-nav::after {
  content: "";
  width: 100%;
  right: 10px;
  border-bottom: solid 1px #CCCCCC;
  display: flex;
  margin: -20px -10px;
  position: absolute;
  z-index: 0;
  text-align: center;
}

.product-item .offer-content .new-product-label,
.product-details-page .offer-content .new-product-label,
.product-item .offer-content .bestseller-label,
.product-details-page .offer-content .bestseller-label {
  padding: 0 7px;
  background-color: #00997a;
  text-transform: uppercase;
  font-size: 13px;
  min-height: 30px;
  line-height: 30px;
}

.product-item .offer-content .bestseller-label,
.product-details-page .offer-content .bestseller-label {
  background-color: #ffa500;
}

.product-details-page .item-box {
  margin-bottom: 20px;
}

.email-a-friend-page .result {
  margin-top: 0;
}

/*ends new-product-carousel.css*/

/*Nopcommerce: starts of product details attribute*/

.product-details-page .option-list li {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

  .product-details-page .option-list li:hover {
    position: relative;
  }

.product-details-page .option-list .tooltip-container {
  position: absolute;
  bottom: calc(100% + 4px);
  width: 100px;
  display: none;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  z-index: 100;
}

.product-details-page .option-list li:hover .tooltip-container {
  display: block;
}

.product-details-page .option-list .attribute-square {
  width: 35px;
  float: left;
  height: 35px;
}

.product-details-page .option-list input[type="checkbox"] ~ label::before,
.product-details-page .option-list input[type="radio"] ~ label::before {
  display: none;
}

.product-details-page .option-list input[type="checkbox"]:checked ~ label,
.product-details-page .option-list input[type="radio"]:checked ~ label {
  border: 2px solid #00997a;
}

/*end of product details attribute*/

/*Nopcommerce: starts homepage-category-carousel.css*/

.custom-container-fluid.homepage-category-carousel {
  margin-top: 40px;
}

/*.homepage-category-carousel .ocarousel-item {
  height: 306px;
}*/

.homepage-category-carousel .ocarousel-item > a {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.homepage-category-carousel .ocarousel-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-height: 100%;
  width: auto;
  max-width: unset;
}

.homepage-category-carousel .ocarousel-item {
  border-radius: 50%;
  position: relative;
}

.homepage-category-carousel .category-name:hover {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  width: calc(100% - 12px);
  background: #00997a;
  left: 6px;
  min-height: 47px;
  line-height: 46px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

.homepage-category-carousel .category-name a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.homepage-category-carousel .category-name::before {
  content: '';
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -3px;
  left: -3px;
  background: inherit;
  border-radius: 5px / 50%;
  z-index: -1;
}

.homepage-category-carousel .ocarousel-item:hover .category-name {
  opacity: 1;
  transition: 0.5s;
}

.homepage-category-carousel .ocarousel-grid .ocarousel .owl-nav,
.home-page-category-grid .owl-carousel .owl-nav {
  margin-top: 42px;
  z-index: 12;
}

.custom-container-fluid.home-page-category-grid {
  margin-bottom: 50px;
}

/*ends homepage-category-carousel.css*/

/*Nopcommerce: starts footer-manufacturer.css*/

.footer-manufacturer .ocarousel-grid {
  margin-bottom: 25px;
}

  .footer-manufacturer .ocarousel-grid .title {
    color: #fff;
    margin-bottom: 32px;
    margin-top: 0;
    font-size: 28px;
    font-weight: 500;
    font-family: inherit;
  }

    .footer-manufacturer .ocarousel-grid .title strong {
      font-weight: 500;
      font-family: var(--primary-font);
    }

    .footer-manufacturer .ocarousel-grid .title::before {
      display: none;
    }

.footer-manufacturer .ocarousel .owl-nav,
.homepage-category-carousel .owl-nav,
.home-page-category-grid .owl-carousel .owl-nav,
.category-page .category-grid .owl-carousel .owl-nav {
  position: absolute !important;
  top: 50%;
  width: 100%;
  height: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer-manufacturer .manufacturer-name {
  display: none;
}

.homepage-category-carousel .owl-carousel .owl-nav button.owl-prev,
.homepage-category-carousel .owl-carousel .owl-nav button.owl-next,
.home-page-category-grid .owl-carousel .owl-nav button.owl-prev,
.home-page-category-grid .owl-carousel .owl-nav button.owl-next,
.category-page .category-grid .owl-carousel .owl-nav button.owl-prev,
.category-page .category-grid .owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  color: #999;
  background: #00997a;
  font-size: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: 0;
  transition: all .3s;
  z-index: 5;
  text-align: center !important;
  outline: none;
}

.home-page-category-grid .owl-carousel .owl-nav button.owl-next,
.category-page .category-grid .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

  .homepage-category-carousel .ocarousel .owl-nav button.owl-prev span,
  .homepage-category-carousel .ocarousel .owl-nav button.owl-next span,
  .home-page-category-grid .owl-carousel .owl-nav button.owl-prev span,
  .home-page-category-grid .owl-carousel .owl-nav button.owl-next span,
  .category-page .category-grid .owl-carousel .owl-nav button.owl-prev span,
  .category-page .category-grid .owl-carousel .owl-nav button.owl-next span {
    color: #fff;
    margin-left: 4px;
  }

  .home-page-category-grid .owl-carousel .owl-nav button.owl-prev span,
  .home-page-category-grid .owl-carousel .owl-nav button.owl-next span,
  .category-page .category-grid .owl-carousel .owl-nav button.owl-prev span,
  .category-page .category-grid .owl-carousel .owl-nav button.owl-next span {
    font-size: 32px;
    line-height: 16px;
    margin: 0;
  }

.home-page-category-grid .owl-carousel .owl-nav button.owl-prev,
.home-page-category-grid .owl-carousel .owl-nav button.owl-next,
.category-page .category-grid .owl-carousel .owl-nav button.owl-next {
  margin: 0;
}

.category-page .category-grid .owl-carousel .owl-nav {
  margin-top: -33px;
}

.footer-manufacturer .ocarousel-grid .ocarousel .owl-nav button.owl-prev span,
.homepage-category-carousel .owl-nav button.owl-prev span {
  margin-right: 4px;
  margin-left: 0;
}

.footer-manufacturer .ocarousel-grid .owl-nav::after {
  display: none;
}

.footer-manufacturer .owl-nav button.owl-prev {
  left: -22px !important;
}

.footer-manufacturer .owl-nav button.owl-next {
  right: -18px !important;
}
.footer-manufacturer .owl-nav button.owl-next,
.footer-manufacturer .owl-nav button.owl-prev {
  transform: translateY(-50%);
}

.footer-manufacturer .owl-dots {
  display: none;
}

.homepage-category-carousel .owl-nav button.owl-prev,
.homepage-category-carousel .owl-nav button.owl-next {
  position: absolute !important;
}

.homepage-category-carousel .owl-nav button.owl-next {
  right: 0;
}

.homepage-category-carousel .ocarousel-grid .owl-nav::after {
  display: none;
}

/*ends footer-manufacturer.css*/

/*Nopcommerce: starts home-top-banner.css*/

.anywhere-slider-container .slider-caption {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fffffd;
  width: 50%;
  text-align: center;
}

  .anywhere-slider-container .slider-caption h2 {
    font-family: var(--secondary-font);
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    font-weight: var(--bold);
  }

  .anywhere-slider-container .slider-caption h3 {
    font-size: 24px;
    font-weight: normal;
  }

.anywhere-slider-container .owl-item:nth-child(even) .slider-caption {
  left: 50%;
}

.anywhere-slider-container .slider-caption .slider-btn {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

  .anywhere-slider-container .slider-caption .slider-btn:hover {
    color: #fff;
  }

  .anywhere-slider-container .slider-caption .slider-btn::before {
    content: "\e908";
    margin-top: 2px;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 17px;
    padding-right: 5px;
    float: left;
  }

/*Nopcommerce: starts nav button css*/

.anywhere-slider-container.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 100%;
}

  .anywhere-slider-container.owl-carousel .owl-nav button.owl-prev,
  .anywhere-slider-container.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 0px;
    outline: none;
    display: inline-block;
    color: #fffffd;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
    .anywhere-slider-container.owl-carousel .owl-nav button.owl-prev:hover,
    .anywhere-slider-container.owl-carousel .owl-nav button.owl-next:hover{
        background-color: var(--white);
    }

    .anywhere-slider-container.owl-carousel .owl-nav button.owl-next {
      left: auto;
      right: 10px;
    }

.anywhere-slider-container .owl-nav button span {
  color: var(--icons-primary);
  font-size: 32px;
  line-height: 32px;
}

/*ends nav button css*/

/*Nopcommerce: starts dot button css*/

.anywhere-slider-container .owl-dots {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10000;
}

  .anywhere-slider-container .owl-dots .owl-dot {
    outline: none;
  }

    .anywhere-slider-container .owl-dots .owl-dot span {
      display: inline-block;
      background: var(--icons-primary);
      height: 10px;
      width: 10px;
      margin: 5px;
      border-radius: 50%;
      opacity: .4;
    }

    .anywhere-slider-container .owl-dots .owl-dot.active span {
      height: 15px;
      width: 15px;
      background: var(--icons-primary);
      opacity: .6;
    }

/*ends dot button css*/
/*ends home-top-banner.css*/

/*Nopcommerce: starts home-footer-newsletter.css*/

.homepagePromotionSlider,
.latest-blog-container {
  /*  background-image: url("../images/blog_bg.png?v=4.43");*/
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.newsletter-box {
  background-image: url("../images/newsletter-bg.png?v=4.43");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.footer .newsletter {
  border: solid 1px #fff;
  padding: 35px 30px;
  background: #fff;
  color: #212121;
  box-shadow: 0px 3px 10px 0px #0000001A;
  border-radius: 8px;
}

  .footer .newsletter .title {
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase;
  }

.footer .newsletter-email {
  position: relative;
}

.footer .newsletter-subscribe-text {
  width: 100%;
  border: 1px solid #009CC7;
  opacity: .5;
  padding: 5px 15px;
  color: #333;
  outline: none;
  border-radius: 4px;
}

.footer .newsletter-email input {
  opacity: 1;
}

.footer .newsletter-subscribe-button {
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #00997a;
  border: none;
  height: calc(100% - 2px);
  width: 40px;
  font-size: 0;
  cursor: pointer;
}

.footer .newsletter .newsletter-subscription-wrapper {
  background: #009CC7 !important;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 0;
  color: #66646a;
  border: none;
  height: calc(100% - 2px);
  width: 40px;
  border-radius: 0px 2.5px 2.5px 0px
}

.footer .newsletter-subscription-wrapper::before {
  content: "\e90a";
  color: #fffffd;
  font-family: 'icomoon' !important;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.footer .newsletter .newsletter-subscription-wrapper .newsletter-subscribe-button {
  visibility: hidden;
}

/*ends home-footer-newsletter.css*/

/*Nopcommerce: starts home-promotion-carousel.css*/

.anywhere-slider-bg .owl-carousel {
  padding-top: 80px;
  padding-bottom: 80px;
}

  .anywhere-slider-bg .owl-carousel .anywhere-slider-item {
    background: #fff;
  }

  .anywhere-slider-bg .owl-carousel .owl-stage-outer {
    max-height: 420px;
  }

  .anywhere-slider-bg .owl-carousel .owl-item .slider-picture {
    display: block;
    width: 50%;
  }

.anywhere-slider-bg .owl-item .slider-caption {
  left: 50%;
  background: #fff;
}

  .anywhere-slider-bg .owl-item .slider-caption h2 {
    font-size: 35px;
    color: #3c434d;
    max-width: 300px;
    margin: auto;
  }

  .anywhere-slider-bg .owl-item .slider-caption h2 {
    font-size: 28px;
  }

.anywhere-slider-bg .owl-carousel .owl-nav {
  bottom: 100px;
  top: auto;
  text-align: center;
  margin-top: auto;
  width: calc(100% - 30px);
}

  .anywhere-slider-bg .owl-carousel .owl-nav button.owl-prev,
  .anywhere-slider-bg .owl-carousel .owl-nav button.owl-next {
    position: static;
    margin: 0 5px;
    background: #3c434d;
  }

    .anywhere-slider-bg .owl-carousel .owl-nav button.owl-prev span,
    .anywhere-slider-bg .owl-carousel .owl-nav button.owl-next span {
      color: #999;
    }

/*ends home-promotion-carousel.css*/

/*Nopcommerce: starts category-page.css*/

.custom-category-container-fluid {
  max-width: 1700px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.product {
  display: grid;
  padding-top: 0px;
  margin-top: 0px;
}

.product-filter {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

  .product-filter .item {
    float: left;
    display: flex;
    padding: 0.5rem 1rem;
    background: #009CC7;
    border-radius: 8px;
    margin-left: 10px;
  }

    .product-filter .item .label {
      font-family: var(--secondary-font);
      word-wrap: break-word;
      font-style: normal;
      font-weight: var(--bold);
      font-size: 16px;
      color: #FFFFFF;
    }

    .product-filter .item .links {
      color: #009CC7;
      margin-left: 10px;
      text-decoration: none;
      cursor: pointer;
    }

  .product-filter .limparfiltro {
    float: left;
    display: flex;
    padding: 0.5rem 1rem;
    background-color: transparent;
    border-radius: 8px;
    margin-left: 10px;
  }

    .product-filter .limparfiltro .limpar {
      font-family: var(--secondary-font);
      word-wrap: break-word;
      font-style: normal;
      font-weight: var(--bold);
      font-size: 16px;
      color: #009CC7;
      cursor: pointer;
    }

.NPSMyralis.Title {
  padding-left: 24px;
  padding-top: 37px;
  font-size: 22px;
  font-style: normal;
}

.myralis-item-box {
  border-radius: 8px !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.product-selectors-container-desktop {
  margin-left: auto;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0px 14px 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.product-selectors-container-mobile {
  margin-left: auto;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.myralis-products-search-mobile {
  display: none;
}

.product-selectors {
  padding: 15px 20px;
  text-align: center;
  /*margin-left: 8px;*/
}

.product-sort-selectors {
  width: 100%;
  display: flex;
  padding: 3px 20px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.myralis-products-pagesize {
  display: flex;
  align-items: center;
  margin: 12px 10px;
  flex-wrap: wrap;
}

.myralis-product-sorting {
  display: flex;
  align-items: center;
  margin: 12px 0;
  flex-wrap: wrap;
}

.myralis-products-search {
  width: 100%;
  max-width: 400px;
  margin: 12px 0;
  text-align: left;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-viewmode .viewmode-icon.selected {
  color: #00997a;
  font-weight: bold;
}

.product-viewmode .viewmode-icon.grid {
  padding-right: 0;
}

.product-viewmode .viewmode-icon {
  font-size: 0;
}

  .product-viewmode .viewmode-icon::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
  }

.product-viewmode .grid, .product-viewmode .list {
  color: #999;
  padding: 3px 10px;
}

.product-viewmode .viewmode-icon.grid::before {
  content: "\e90c";
  font-family: 'icomoon' !important;
}

.product-viewmode .viewmode-icon.list::before {
  content: "\e90d";
  font-family: 'icomoon' !important;
}

.product-sorting, .product-page-size {
  display: inline-block;
  vertical-align: top;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff !important;
  opacity: 0.7 !important;
  color: #aaa !important;
  cursor: not-allowed;
}

.product-sorting .form-control,
.product-page-size .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.category-page .item-box,
.vendor-page .item-box,
.product-tag-page .item-box,
.search-page .item-box,
.manufacturer-page .item-box {
  background: #fff;
  position: relative;
  border-radius: 3px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 15px;
  overflow: hidden;
}

  .category-page .item-box:hover,
  .product-tag-page .item-box:hover,
  .search-page .item-box:hover,
  .manufacturer-page .item-box:hover {
    box-shadow: 0 0 20px #ddd;
  }

.product-list .item-box {
  margin-bottom: 10px;
}

.product-list .picture {
  width: 40%;
  float: left;
  max-width: 250px;
}

.product-list .details {
  float: left;
  padding: 15px;
  width: 60%;
  text-align: left;
}

  .product-list .details .product-title {
    font-size: 24px;
  }

    .product-list .details .product-title a {
      color: #212121;
      text-decoration: none;
    }

.product-list .item-box .description {
  display: block;
}

.description {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-filter .filter-title {
  padding: 10px;
  font-size: 17px;
}

.product-filter .filter-content {
  padding: 10px;
}

.product-spec-filter .filter-content {
  padding: 0;
}

.product-filter .group {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e6e9ee;
}

.product-spec-filter .group {
  padding: 10px 0;
  border: none;
}

.product-filter .group li {
  font-size: 15px;
  list-style: none;
}

  .product-filter .group li a, .product-filter .group li strong {
    display: inline-block;
    padding-bottom: 5px;
  }

.modified-accordion .collapse:not(.show) {
  display: flex;
  flex-direction: column;
}

.myralis-accordion .collapse.show {
  display: flex;
}

.modified-accordion .collapse.show {
  display: none;
}

.side-2 button,
.side-2 .title h4,
.mobile-filter-view button,
.mobile-Favoritefilter-view button {
  display: block;
  background-color: #00997a;
  color: #fffffd;
  padding: 10px 5px 5px 10px;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  font-family: var(--primary-font) !important;
}
  .side-2 .title#myAccount h4{
      font-size: 18px;
  }


  .side-2 .block .title {
    position: relative;
    cursor: pointer;
  }

  .side-2 .block .title h4::before,
  .side-2 .block .title h4.collapsed::before,
  .mobile-filter-view button::before,
  .mobile-Favoritefilter-view button::before {
    content: "\f077";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    color: var(--text-primary);
  }

  .side-2 .block .title h4.collapsed::before,
  .mobile-filter-view button.collapsed::before,
  .mobile-Favoritefilter-view button.collapsed::before {
    content: "\f078";
  }

.side-2 ul {
  list-style-type: none;
  padding-left: 0;
}

#popularTagNavigation ul li,
.block-popular-blogtags ul li {
  display: inline-block;
}

  #popularTagNavigation ul li a,
  .block-popular-blogtags ul li a {
    background: white;
    padding: 8px !important;
    margin: 10px 10px 0 0 !important;
    text-transform: capitalize;
    border: solid 1px var(--button-alternative);
    font-family: var(--secondary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
  }

.side-2 ul:not(.recent-items-list) a:hover,
.side-2 ul:not(.recent-items-list) .active.last > a {
  color: var(--button-secondary);
}

ul.list > li.active > a {
  display: none;
}

.side-2 ul a {
  color: #212121;
  text-decoration: none;
  display: block;
  padding: 5px 15px 5px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.block-recently-viewed-products ul li a img {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.block-recently-viewed-products ul li {
  display: table;
  padding-bottom: 10px;
}

  .block-recently-viewed-products ul li a.product-picture {
    width: 27%;
    padding: 0 !important;
    display: table-cell;
  }

  .block-recently-viewed-products ul li a.product-name {
    width: 71%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px !important;
  }

.view-all {
  margin-bottom: 15px;
}

.side-2 .listbox {
  padding-left: 10px;
}

.pager {
  text-align: center;
}

  .pager ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
  }

    .pager ul li {
      display: inline-block;
      border-radius: 4px;
      margin: 0 5px 5px;
    }

      .pager ul li a, .pager ul li span {
        display: block;
        padding: 7px 15px;
        text-decoration: none;
        cursor: pointer;
        color: #666666;
        border-radius: 8px
      }

      .pager ul li a {
        border-radius: 4px;
        border: 1px solid var(--button-secondary);
        font-family: var(--secondary-font);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: var(--text-secondary);
      }
      .pager ul li a:hover{
        background: var(--button-secondary);
        color: white;
      }

li.current-page {
  background: var(--button-secondary);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid var(--button-secondary);
}

  li.current-page > span {
    color: white !important;
  }

li.individual-page, li.next-page,
li.previous-page, li.last-page, li.first-page {
  background: #fff;
}

.filter-content .available-items .color-item {
  display: inline-block;
}

  .filter-content .available-items .color-item a:hover {
    padding-left: 0;
  }

.attribute-square {
  width: 24px;
  float: left;
}
/*ends category-page.css*/

/*starts home-page-polls.css*/
.home-page-polls {
  text-align: center;
}

  .home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: var(--text-default);
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
  }

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  color: var(--text-default);
  text-transform: uppercase;
}

.poll-options, .poll-results {
  margin: 10px 0 15px;
  font-size: 15px;
  color: var(--text-default);
  padding-left: 0;
}

.home-page-polls li {
  display: inline-block;
  margin: 10px;
  min-width: 100px;
}

.poll-options li > input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.poll-options li > label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.center-1 .buttons {
  text-align: center;
}

.poll .buttons input {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.please-wait {
  background: url("../images/ajax-loader-small.gif?v=4.43") no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.poll-vote-error {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}
/*ends home-page-polls.css*/

/*starts product-details-page.css*/

.product-essential {
  padding: 15px 0;
}

.news-box-inner {
  box-shadow: 0 0 8px #d1d1d1;
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
}

.single-news .news-box-inner img {
  width: 100%;
  padding-bottom: 10px;
}

.blog-news-area .text-ellipsis a {
  color: #333;
}

.blog-news-social li {
  margin-right: 20px;
  display: inline-block;
}

.product-essential .gallery {
  position: relative;
}

.product-essential .picture-thumbs {
  margin-top: 10px;
}

  .product-essential .picture-thumbs .thumb-item {
    display: inline-block;
    margin-right: 10px;
  }

    .product-essential .picture-thumbs .thumb-item:last-child {
      margin-right: 0;
    }

.product-essential .product-name h1 {
  font-size: 1.5rem;
}

.product-essential .overview {
  padding: 15px 0;
}

.product-reviews-overview {
  padding: 10px 0;
}

  .product-reviews-overview .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url("../images/rating1.png?v=4.43") repeat-x;
  }

    .product-reviews-overview .product-review-box .rating div {
      height: 14px;
      background: url("../images/rating2.png?v=4.43") repeat-x;
    }

.product-essential .attributes {
  margin-top: 15px;
}

  .product-essential .attributes dd,
  .product-essential .attribute-data {
    margin: 0 0 10px;
  }

    .product-essential .attributes dd ul {
      margin-bottom: 0;
    }

      .product-essential .attributes dd ul li {
        list-style: none;
      }

      .product-essential .attributes dt label,
      .product-essential .attributes dd ul li {
        margin-bottom: 0;
        line-height: 14px;
      }

.product-review-links a,
.product-review-links,
.stock .value,
.sku .value {
  color: #00997a;
}

.prices .product-price span {
  font-size: 36px;
  margin-top: 15px;
}

.product-essential .overview-buttons {
  justify-content: inherit;
}

.overview .overview-buttons,
.overview .add-to-cart-panel {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px 8px -8px;
}

  .overview .add-to-cart-panel > div,
  .overview .add-to-cart-panel > .add-to-cart-button {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px;
    border: none;
  }

.product-essential .overview-buttons {
  justify-content: inherit;
}

  .product-essential .overview-buttons > div {
    flex: 0 0 calc(33.33% - 16px);
    margin: 0 8px;
  }

    .product-essential .overview-buttons > div input {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 5px;
    }

.product-tags-box .tag a {
  color: #00997a;
}

.input-group-quantity {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}

  .input-group-quantity .qty-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    margin-left: 4px;
  }

  .input-group-quantity input {
    width: 100%;
    margin: 0;
    padding-left: 35px;
  }

  .input-group-quantity .button-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
    background: #fff;
  }

    .input-group-quantity .button-container button {
      font-size: 21px;
      line-height: 14px;
      display: block;
      width: 28px;
      height: 18px;
      padding: 0;
      margin-bottom: 1px;
      background: #808080 !important;
      color: #fff;
      border: none;
      cursor: pointer;
      outline: 0;
      opacity: .5;
    }

      .input-group-quantity .button-container button:last-child {
        margin-bottom: 0;
      }

.overview .add-to-cart-button::before, .add-to-cart-button-quick-view::before, .product-variant-list .add-to-cart-button::before {
  content: "\e908";
  display: inline-block;
  font-family: icomoon !important;
}

#product-tabs .nav-link.show, #product-tabs .nav-link.active {
  color: #00997a;
  border-bottom: 2px solid #00997a;
}

.product-collateral .tab-content {
  padding: 20px 0;
}

.product-collateral .full-description p {
  margin-bottom: 0;
}

.product-collateral .OtherInformation p {
  margin-bottom: 0;
}

.product-collateral .Ingredients p {
  margin-bottom: 0;
}

.product-details-page .product-carousel {
  padding-left: 0;
  padding-right: 0;
}

.myralis-product-details-page {
  padding: 0 40px 20px 40px;
  justify-content: center;
  flex-direction: column;
}

.product-variant-list .product-variant-line {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  float: left;
  width: 100%;
  box-shadow: 0 0 8px #d1d1d1;
}

  .product-variant-list .product-variant-line .variant-picture {
    width: 25%;
    float: left;
  }

  .product-variant-list .product-variant-line .variant-overview {
    width: 75%;
    float: left;
  }

.product-variant-list .input-group-quantity {
  width: 225px;
  margin-bottom: 10px;
  max-width: 100%;
}

.product-variant-list .add-to-cart-button {
  float: left;
}

.product-variant-list .add-to-wishlist {
  float: left;
  margin-left: 10px;
}

  .product-variant-list .add-to-wishlist .add-to-wishlist-button {
    margin: 0;
    width: auto;
  }

.product-details-page form + .custom-container-fluid {
  padding: 0;
}

.vendor-grid .item-box {
  width: calc(25% - 15px);
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

  .vendor-grid .item-box:last-of-type {
    margin-right: 0;
  }

.vendor-description p {
  margin-bottom: 0;
  padding: 8px;
}

.contact-vendor {
  padding: 15px 8px;
}
/*ends product-details-page.css*/

/*starts cart-page.css*/
.cart thead {
  background: #00997a;
  color: #fff;
  text-transform: uppercase;
}

.table td, .table th {
  padding: 10px 15px;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

.remove-button {
  background: #fff;
  border: solid 1px #ddd !important;
}

  .remove-button i.fa-trash-alt {
    line-height: 28px;
    color: #b0b0b0;
    font-size: 20px;
  }

  .remove-button:hover i {
    color: #f44242 !important;
  }

.fa-trash-alt:before {
  content: "\f2ed";
}

.remove-from-cart label {
  display: none;
}

.remove-from-cart, .add-to-cart {
  text-align: center;
}

.shopping-cart-page table .quantity input {
  min-width: 60px;
  text-align: center;
}

.cart-options {
  margin-bottom: 15px;
}

.order-summary-content .cart-option-header {
  text-decoration: none;
  color: #dee2e6;
  border: none;
  display: block;
  background: #fff;
  color: #333;
  width: 100%;
  padding: 10px 10px;
  text-align: left;
  background: #f1f5f9;
  cursor: pointer;
}

  .order-summary-content .cart-option-header::before {
    content: "\e90a";
    float: right;
    font-family: 'icomoon' !important;
    font-size: 12px;
    padding-top: 3px;
    color: #aeb2b6;
  }

.order-summary-content #gift-wrapping,
.order-summary-content #discount-code,
.order-summary-content #estimate-shipping {
  border: 1px solid #dee2e6;
}

.shopping-cart-page table.cart-total {
  width: 100%;
}

.shopping-cart-page table .cart-total-right {
  text-align: right;
}

.ui-widget-header {
  border: none;
  background: #00997a;
  color: #fff;
  border-radius: 0;
}

.ui-dialog-titlebar-close::before {
  content: 'X';
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}

.ui-dialog-titlebar-close {
  border: 0;
  background: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  cursor: pointer;
  margin: -12px 5px 0 0;
}

.ui-dialog .ui-dialog-content .topic-page {
  text-align: center;
}

.terms-of-service a {
  cursor: pointer;
}

.order-details-area .billing-info-wrap,
.order-details-area .shipping-info-wrap {
  box-shadow: 0 0 6px #ccc;
  padding: 20px;
  margin-bottom: 15px;
  display: inline-block;
  width: calc(50% - 15px);
  margin-right: 15px;
}

.order-details-area .shipping-info-wrap {
  margin-right: 0;
}
/*ends cart-page.css*/

/*starts checkout-page.css*/
.checkout-page {
  padding: 20px 0;
}

  .checkout-page .opc {
    list-style-type: none;
    width: 100%;
    max-width: 1300px;
    margin: 20px auto;
    padding: 50px;
    background: #f6f6f9;
  }

  .checkout-page .step-title {
    background: #00997a;
    font-size: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 15px;
    color: #fffffd;
    box-shadow: 1px 1px 5px #bbb;
  }

    .checkout-page .step-title h2 {
      display: inline-block;
      font-size: 20px;
      margin-bottom: 0;
    }

.step-title .number::after {
  content: ". ";
}

.checkout-page .section {
  margin-bottom: 15px;
}

.checkout-page .step .method-list {
  padding: 0;
  margin: 0 auto;
}

.checkout-page .shipping-method .method-list li {
  width: calc(33.33% - 10px);
  float: left;
  margin-right: 15px;
}

.checkout-page .step .method-list li {
  background: #fffffd;
  color: #00997a;
  padding: 10px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  box-shadow: 0 0 8px #d1d1d1;
  font-size: 1rem;
  margin-bottom: 15px;
  list-style: none;
}

.checkout-page .step .payment-method .method-list li {
  width: auto;
  float: left;
  margin-right: 10px;
}

.checkout-page .step .payment-method .method-list li {
  padding-left: 30px;
  position: relative;
}

  .checkout-page .step .payment-method .method-list li .payment-logo {
    width: 46px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 10px;
  }

  .checkout-page .step .payment-method .method-list li .payment-details {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
  }

    .checkout-page .step .payment-method .method-list li .payment-details label {
      margin-bottom: 0;
    }

  .checkout-page .step .payment-method .method-list li input[type="radio"] + label::before {
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -16px;
    font-size: 20px;
  }

#opc-payment_method .buttons {
  display: block;
  clear: both;
}

.checkout-page .payment-method .method-list li:nth-child(2n+0),
.checkout-page .shipping-method .method-list li:nth-child(3n+0) {
  margin-right: 0;
}

.checkout-page .step select,
.checkout-page .step input:not([type="button"]) {
  width: 100%;
  height: 42px;
  border: none;
  padding: 10px;
  box-shadow: 0 0 8px #d1d1d1;
  border-radius: 3px;
}

.payment-info .info table td:first-of-type {
  width: 150px;
}

.payment-info table select#ExpireMonth,
.payment-info table select#ExpireYear,
.payment-info table #CardCode {
  width: 49%;
}

.payment-info table select#ExpireYear {
  float: right;
}

.payment-info table {
  max-width: 900px;
}

.checkout-page .order-review-data .billing-info-wrap,
.checkout-page .order-review-data .shipping-info-wrap {
  box-shadow: 0 0 8px #d1d1d1;
  padding: 15px;
  background: #fff;
}

.checkout-page .order-review-data .billing-info-wrap,
.checkout-page .order-review-data .shipping-info-wrap {
  width: calc(50% - 10px);
  padding: 15px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

  .checkout-page .order-review-data .billing-info-wrap:nth-child(even),
  .checkout-page .order-review-data .shipping-info-wrap:nth-child(even) {
    margin-right: 0;
  }

.checkout-page ul {
  list-style-type: none;
}

.order-summary-content #shopping-cart-form {
  clear: both;
}

.section.select-billing-address,
.section.new-billing-address,
.custom-form {
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 8px #d1d1d1;
  padding: 30px;
  background: #fff;
  margin-right: 15px;
}
body:has(.event-widget) form.custom-form{
    margin-right: 0;
}

.section.new-billing-address,
.section.select-billing-address {
  width: 100%;
  margin-right: 0;
}

  .section.select-billing-address .title,
  .section.new-billing-address .title,
  .section.order-summary .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section.new-billing-address label,
  .custom-form .inputs label,
  .custom-form .inputs label span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--text-default);
  }

.custom-form .inputs input[type="checkbox"] ~ label,
.custom-form .inputs input[type="checkbox"] ~ label {
  width: auto;
}
.custom-form .inputs:has(input[type="radio"]) label {
  margin-bottom: 0;
  display: inline-flex;
  gap: 4px;
}

.section.new-billing-address .edit-address input,
.section.new-billing-address .edit-address select,
.custom-form .inputs input[type="text"],
.custom-form .inputs input[type="password"],
.custom-form .inputs input[type="number"],
.custom-form .inputs input[type="email"],
.custom-form .inputs input[type="tel"],
.custom-form .inputs select,
.custom-form .inputs textarea {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 40px;
}


.cart-total label {
  margin-bottom: 0;
}

.checkout-page.shipping-method-page .method-list li {
  margin-right: 15px;
  box-shadow: 0 0 8px #d1d1d1;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #fffffd;
  color: #00997a;
}

.shipping-method-page .method-list {
  width: 100%;
  padding: 0;
  display: inline-block;
}

.payment-info-page table label {
  margin-bottom: 0;
}

.payment-info-page table td {
  vertical-align: top;
}

  .payment-info-page table td:last-of-type {
    padding-bottom: 10px;
  }

.message-error.validation-summary-errors {
  color: var(--red-error);
}
:is(
  .html-address-edit-page,
  .html-address-list-page) .message-error.validation-summary-errors{
    padding-left: 10px;
}

.order-progress {
  text-align: center;
}

  .order-progress ul {
    padding: 0;
  }

    .order-progress ul li {
      display: inline-block;
    }

      .order-progress ul li a {
        color: #00997a;
        padding: 20px;
      }
/*ends checkout-page.css*/

/*starts wishlist-page.css*/
.share-info {
  padding: 20px 0;
  text-align: center;
}

.wishlist-page .table thead th {
  vertical-align: middle;
}

.wishlist-page input[type="checkbox"] + label::before {
  margin-right: 0;
}

.wishlist-page .quantity,
.wishlist-page .quantity input {
  width: 50px;
}

  .wishlist-page .quantity input {
    text-align: center;
  }

.wishlist-page .add-to-cart {
  min-width: 125px;
}
/*ends wishlist-page.css*/

/*starts manufacturer-page.css*/
.manufacturer-list-page .item-box {
  border: none;
}

  .manufacturer-list-page .item-box .title a {
    font-size: 18px;
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
  }

  .manufacturer-list-page .item-box .picture {
    border: 1px solid #eee;
  }
/*ends manufacturer-page.css*/

/*starts search-page.css*/
.search-page .price-range .price-from[type="text"],
.search-page .price-range .price-to[type="text"] {
  width: auto;
  margin: 0 15px;
}
/*ends search-page.css*/

/*starts sitemap.css*/
.sitemap-page .page-body,
.topic-page .page-body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 15px;
}

.sitemap-page .description {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

.entity-body ul {
  list-style-type: none;
  padding: 0;
}

  .entity-body ul li {
    display: inline-block;
    margin-right: 10px;
  }

    .entity-body ul li::after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
    }

    .entity-body ul li:last-child::after {
      display: none;
    }

/*not found page*/
.not-found-page .page-body p {
  font-size: 23px;
}

.not-found-page .page-body ul {
  list-style-type: none;
  padding: 0;
}

  .not-found-page .page-body ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
/*ends sitemap.css*/

/*starts my-account-pages.css*/
.side-2 ul a.active {
  color: #00997a;
  font-weight: bold;
}

.customer-info-page,
.address-edit-page,
.my-product-reviews-list-page,
.change-password-page {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px #d1d1d1;
}

.account-page {
  margin-bottom: 30px;
}

.fieldset .title {
  background: #aeb2b6;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.field-validation-error {
  color: var(--red-error);
  font-size: 14px !important;
  margin-top: 5px;
}

.address-item {
  box-shadow: 0 0 6px #ccc;
  padding: 20px;
  min-height: 360px;
  max-width: 500px;
  margin-bottom: 15px;
  float: left;
  width: calc(33.33% - 16px);
  margin-right: 16px;
}

.order-list-page .order-item {
  border: solid 1px #eee;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px #d1d1d1;
}

.customer-blocks, .password-recovery-page,
.reward-points-page,
.back-in-stock-subscription-list-page,
.downloadable-products-page {
  background: #fff;
  padding: 30px;
  border: solid 1px #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px #d1d1d1;
}

.errormyralis {
  color: #F97700;
  background: #FFF3C7;
  font-size: var(--16px);
  text-align: center;
  align-items: center;
  min-height: 60px;
  border-radius: 8px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.errormyralisMenssage {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.text-error-myralis {
  margin: 1rem 0.5rem;
}

.forgotpassword-myralis-page-result {
  color: #FB9E31;
  font-size: 18px;
  font-weight: bold;
}

.forgotpasswordSocialMedia-myralis-page-result {
  color: #009CC7;
  font-size: 24px;
}

.password-recovery-myralis-page .fieldset {
  text-align: left;
}

.password-recovery-myralis-page .inputs {
  width: 100% !important;
  display: inline-block;
  vertical-align: top;
}

.password-recovery-myralis-page .inputemail {
  width: 100%;
  display: inline-flex;
  vertical-align: top;
}

.inputs .inputemail {
  width: 100% !important;
}

.inputUF {
  padding-right: 10px;
}


.body-page-myralis {
  background: #fff;
  align-items: center;
}

.product-review-item {
  padding: 20px;
}

  .product-review-item:nth-of-type(odd) {
    background: #f7f6f6;
  }

.product-review-box .rating {
  width: 95px;
  height: 14px;
  background: url("../images/rating1.png?v=4.43") repeat-x;
}

  .product-review-box .rating div {
    height: 14px;
    background: url("../images/rating2.png?v=4.43") repeat-x;
  }

.customer-info-page .customer-blocks {
  padding: 20px 0 !important;
}

.customer-info-page .customer-blocks {
  box-shadow: none;
}

.customer-info-web {
  display: block;
}

.d-flex-customer-info {
  display: block !important;
}

.customer-info-left-side, .customer-info-right-side {
  display: flex;
  flex-direction: column;
}

.customer-info-checks {
  display: flex;
  flex-direction: row;
}

.customer-info-mobile {
  display: none !important;
}

.collapse-customer {
  padding: 3px 0px 0px 3px;
  line-height: 20px;
}

.customer-entered-price {
  text-align: left;
  margin: 20px 0;
}
/*ends my-account-pages.css*/

/*starts news-blog-page.css*/
.blog-posts .post {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.blog-posts .post-head a,
.news-items .news-head a {
  font-size: 20px;
  font-weight: bold;
}

.tagsul li:hover,
.tags.buttons a:hover {
  text-decoration: underline;
}

.side-2 .block .title strong {
  width: 100%;
  background: #00997a;
  cursor: initial;
  color: #fff;
  padding: 10px 30px 8px 15px;
  display: block;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.new-comment {
  margin: 40px 0 20px;
}

.myralis-specialties {
  margin-top: 24px;
}
.post-body{
  margin-block: 1rem;
}
.post-body ol,
.post-body ul
{
  list-style: auto;
  margin-block: 1rem;
  padding-inline-start: 40px;
}
  .post-body ul{
    list-style-type: disc;
  }

  .post-body :is(p,span) {
    line-height: 1.4;
    margin-block: .5rem;
  }
  .post-body :is(p,span) a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
  }
  .post-body :is(h1,h2,h3,h4,h5,h6) span {
    font-size: inherit;
    font-weight: inherit;
  }

  .post-body table:not([border]) td {
    border: 1px dashed #bbb;
  }

.post-body table {
  border-collapse: collapse
}

  .post-body table:not([cellpadding]) td, table:not([cellpadding]) th {
    padding: .4rem
  }

.post-body table[border]:not([border="0"]):not([style*=border-width]) td, table[border]:not([border="0"]):not([style*=border-width]) th {
  border-width: 1px
}

.post-body table[border]:not([border="0"]):not([style*=border-style]) td, table[border]:not([border="0"]):not([style*=border-style]) th {
  border-style: solid
}

.post-body table[border]:not([border="0"]):not([style*=border-color]) td, table[border]:not([border="0"]):not([style*=border-color]) th {
  border-color: #ccc
}

.news-items .news-item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.comment {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

  .comment .username {
    color: #00997a;
    font-weight: bold;
  }

.comment-list .title {
  font-size: 22px;
}

.write-review,
.product-review-list,
.result {
  margin: auto;
  margin-top: 50px;
}

.result {
  color: green;
  font-size: 24px;
}

.result-comment {
  color: #039855;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.rating-options input[type="radio"] {
  display: inline-block;
}

.registration-page .fieldset .title {
  margin-bottom: 20px;
}

.topic-actions .actions a,
.manage-post a {
  padding-right: 20px;
}

  .topic-actions .actions a:hover,
  .manage-post a:hover {
    text-decoration: underline;
  }

.topic-posts {
  padding: 15px;
  box-shadow: 0 0 7px 0px #ccc;
  border-radius: 5px;
  margin: 20px 0;
}

  .topic-posts .user-info {
    font-weight: bold;
    font-size: 22px;
  }

.quote-post {
  margin-top: 20px;
}

.forum-edit-page .bb-code-editor-wrapper {
  max-width: 133px;
  display: inline-block;
}

  .forum-edit-page .bb-code-editor-wrapper + textarea {
    display: inline-block;
    max-width: calc(100% - 133px);
    margin-left: 6px;
  }

.topic-page .page-body > p {
  text-align: center;
}



/*ends news-blog-page.css*/

/*starts private-messege.css*/

.private-messages-page {
  padding: 40px 0;
}

.private-messages .tabs-header,
.profile-page .tabs-header {
  background: transparent;
}

.private-messages-page input[type="checkbox"] + label::before {
  margin-right: 0;
}

.private-messages-page .ui-widget input {
  font-size: 12px;
  margin-top: 10px;
}

.private-messages-page .ui-tabs .ui-tabs-nav {
  padding-left: 25px;
  padding-right: 25px;
}

.private-messages-page .ui-state-default {
  border: 1px solid #ddd;
}

.private-messages-page .ui-tabs .ui-tabs-panel {
  padding-top: 0;
}

/*ends private-messege.css*/

/*ends blog-news-area*/

.blog-news-area .single-blog {
  padding: 15px;
  margin-bottom: 15px;
}

  .blog-news-area .single-blog .post-title {
    font-size: 18px;
    color: #212529;
    font-weight: bold;
    margin-top: 10px;
    display: block;
  }

  .blog-news-area .single-blog img {
    width: 100%;
  }

.blog-news-area .post-body p {
  height: 50%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.text-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #212121;
}

/*ends blog-news-area*/

:root, body {
  font-family: var(--secondary-font); 
  font-weight: var(--regular);
}

body {
  background-color: #E5E5E5;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zdfm4");
  src: url("../fonts/icomoon.eot?zdfm4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zdfm4") format("truetype"), url("../fonts/icomoon.woff?zdfm4") format("woff"), url("../fonts/icomoon.svg?zdfm4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .icomoon, .navbar .search-box .input-group-append:before,
.navbar-toggler .fa-bars:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-compare-list:before {
  content: "\e902";
}

.icon-quick-view:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-heart:before {
  content: "\e905";
}

.icon-user {
  padding-right: 8px;
}

  .icon-user:before {
    content: "";
    width: 22px;
    height: 22px;
    background-size: contain;
    display: inline-block;
  }

  .icon-user.user:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon-user.svg?v=4.43");
  }

  .icon-user.login:before {
    background-image: url("../images/icon-login.svg?v=4.43");
  }

  .icon-user.register:before {
    background-image: url("../images/icon-register.svg?v=4.43");
    background-size: contain;
  }

  .icon-user.my-account:before {
    background-image: url("../images/icon-my-account.svg?v=4.43");
    background-size: contain;
  }

  .icon-user.logout:before {
    background-image: url("../images/icon-logout.svg?v=4.43");
    background-size: contain;
  }

.icon-cart-1:before {
  content: "\e907";
}

.icon-cart-2:before {
  content: "\e908";
}

.icon-navbar:before,
.navbar-toggler .fa-bars::before {
  content: "\e909";
}

.icon-right-arrow:before {
  content: "\e90a";
}

.icon-left-arrow:before {
  content: "\e90b";
}

.icon-grid-view:before {
  content: "\e90c";
}

.icon-list-view:before {
  content: "\e90d";
}

.icon-right-arrow1:before {
  content: "\e90e";
}

.icon-left-arrow1:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e901";
}

.icon-edit:before {
  content: "\e900";
}

/*Nopcommerce: start base css*/

.container-lg,
.container-fluid,
.custom-container-fluid {
  max-width: 1300px;
  margin: auto;
  padding-left: 22px;
  padding-right: 22px;
}

img {
  max-width: 100%;
}

select#SortFilter {
  min-width: 110px;
}

select#products-orderby {
  min-width: 170px;
  height: 36px;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--text-default);
}

select#PageSize, select#products-pagesize {
  min-width: 63px;
  font-size: 14px;
  height: 36px;
}

select, .currency-selector select {
  min-width: 90px;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: solid 1px #ddd;
  -webkit-appearance: none;
  background: url("../images/select-arrow-dark.svg?v=4.43");
  background-size: 10px;
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
}

.currency-selector select,
.language-selector select {
  border: none;
}

a {
  color: var(--icons-primary);
  text-decoration: none;
}

  a:hover {
    color: var(--icons-secondary);
    text-decoration: none;
  }

.required {
  margin: 0 -8px 0 0px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
  line-height: 14px;
  align-self: center;
}

.all-center {
  position: relative;
}

  .all-center * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

.inputs {
  position: relative;
  margin-bottom: 16px;
}

  .inputs .required {
    color: #f44242;
    position: absolute;
    padding-top: 17px;
    right: 20px;
  }

ul {
  list-style: none;
  padding: 0;
}

.page {
  margin-bottom: 10px;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="password"]:focus,
.custom-form input[type="tel"]:focus,
.custom-form textarea:focus {
  color: var(--text-black-90);
  outline: none;
}
/*ends base css*/

/*Nopcommerce: starts footer css*/

.footer {
  margin-top: 32px;
  background: var(--bg-footer);
}

.footer-upper {
  padding-top: 20px;
  padding-bottom: 30px;
}

  .footer-upper .footer-block .title {
    color: var(--text-black-00);
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

    .footer-upper .footer-block .title strong {
      font-weight: 600;
    }

  .footer-upper .footer-block .list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: block;
  }

.list a {
  color: #fff;
  cursor: pointer;
}

.footer-upper ul li {
  position: relative;
  padding: 5px 10px;
  list-style: none;
}

  .footer-upper ul li::before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    top: 12px;
    left: 0;
  }

.footer-block ul li a {
  color: var(--text-black-00);
}
  .footer-block ul li a:focus-visible {
    outline-color: var(--text-black-00) !important;
  }

.footer-upper ul.networks li::before {
  display: none
}

.footer-upper ul.networks li {
  padding: 0 3px 3px 0
}

.footer-logo-box {
  padding-top: 20px;
  float: right;
}

.footer-lower {
  background-color: var(--bg-secondary);
  text-align: center;
  color: var(--text-primary);
  line-height: 20px;
  font-size: 14px;
  padding: 10px 0;
}

.eu-cookie-bar-notification {
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .buttons-more {
    margin-top: 5px;
  }

  .eu-cookie-bar-notification.show {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-sizing: border-box;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1110;
    border-radius: 4px;
    min-width: 290px;
  }

.icon.icon-search {
  margin-right: 8px;
}

.edit-address-button {
  margin-right: 8px;
}

.header-theme-controls .admin-header-links,
.header-theme-controls .header-selectors-wrapper {
  padding: 0;
  display: inline-block;
}

  .header-theme-controls .admin-header-links a {
    margin: 0 15px;
  }

.header-theme-controls .header-selectors-wrapper {
  text-align: right;
}

  .header-theme-controls .header-selectors-wrapper.left {
    text-align: left;
  }

.AdminHeaderLinks-wrapper {
  padding-left: 2px;
  display: inline-block;
}

/*ends footer css*/

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #66B448;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

  .bar-notification .content {
    font-size: 18px;
    margin: 0 10px 0 0;
    font-family: var(--primary-font);
  }

  .bar-notification.error .content {
    font-size: 18px;
  }

  .bar-notification .content a {
    color: #fff;
    text-decoration: underline;
  }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png?v=4.43') center no-repeat;
    cursor: pointer;
    opacity: 0.8 !important;
    border-radius: 6px;
  }

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

  .popup-notification.success {
    border: 2px rgba( 75,176,122,.5) solid;
  }

  .popup-notification.error {
    border: 2px rgba( 228,68,76,.5) solid;
  }

  .popup-notification.warning {
    border: 2px rgba( 243,156,18,.5) solid;
  }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.please-wait {
  background: url('../images/ajax-loader-small.gif?v=4.43') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png?v=4.43') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png?v=4.43') center no-repeat !important;
    padding: 0 !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }

    .ui-dialog-content .page-title h1 {
      font-size: 24px;
      line-height: 30px;
    }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
  }

    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px;
    }

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #4ab2f1;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
        background-color: #248ece;
      }

.eu-cookie-bar-notification-wrapper {
  padding: 0 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}

.eu-cookie-bar-notification {
  width: 700px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

  .eu-cookie-bar-notification button {
    margin-bottom: 5px;
    display: inline-block;
  }

  .eu-cookie-bar-notification a {
    display: inline-block;
    margin-left: 20px;
  }

    .eu-cookie-bar-notification a:hover {
      text-decoration: underline;
    }

.header-upper .header-links .user-link::after,
.flyout-cart::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -30px;
  right: -9px;
  transform: translateX(-50%);
}


.anywhere-slider-bg .owl-dots {
  display: none;
}

.blog-news-area .blog-news-social {
  display: none;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #444;
}

.cart .product {
  min-width: 225px;
  text-align: left;
}

.cart th {
  padding: 10px;
}

.cart td.product-picture {
  min-width: 80px;
  padding: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.wishlist-page .buttons {
  margin-top: 20px;
}

.no-data {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.search-page .buttons {
  text-align: left;
}

.contact-page .result,
.contact-page .topic-block {
  text-align: center;
}

.contact-page .result {
  margin-top: 0;
}

.home-page .anywhere-slider-bg {
  margin-bottom: 70px;
}

/*Nopcommerce: quick view*/

.mfp-content {
  background: #fff;
  max-width: 1000px;
}

.product-essential {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#qv-modal .gallery {
  position: relative;
}

#qv-modal .gallery,
#qv-modal .overview {
  width: calc(50% - 30px);
  margin: 15px;
}

#qv-modal .qty-label {
  margin-right: 15px;
}

#qv-modal .product-essential {
  box-shadow: none;
}

#qv-modal .product-grid {
  padding: 0 15px;
}

.item-grid:after {
  clear: both;
  display: block;
  content: "";
}

.address-list-page .address-list:after {
  content: "";
  display: block;
  clear: both;
}

/*Nopcommerce: product tag list page*/

.product-tags-list li {
  padding: 8px 15px;
  background: #eff1f5;
  margin: 5px;
  display: inline-block;
}

.block .tags li a, .product-tags-all-page li a {
  float: left;
  line-height: 30px;
  color: #444;
}

/*starts style.css*/

.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
  font-size: 16px;
  padding: 7px 15px;
  font-family: var(--primary-font);
}

.product-tab-container .title {
  margin: 0 0 20px;
  border-bottom: none;
  text-align: center;
}

  .product-tab-container .title strong {
    text-transform: uppercase;
  }

.product-tab-container .owl-carousel .owl-nav {
  position: absolute;
  bottom: auto;
  display: inline-block;
  top: -62px;
  right: 10px;
}

.ui-state-active {
  font-weight: bold;
}

.product-tab-container .product-tab-picture {
  width: 100%;
  height: 100%;
  position: relative;
}

  .product-tab-container .product-tab-picture .product-tab-picture-text {
    width: 302px;
    height: 244px;
    mask-image: url("../images/filter-picture-specialty-text-wrapper.svg?v=4.43");
    -webkit-mask-image: url("../images/filter-picture-specialty-text-wrapper.svg?v=4.43");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    bottom: -56px;
    display: flex;
    left: 43px;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

.product-tab-container .product-tab-body {
  background: var(--bg-tertiary);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.product-tab-container .ui-widget-header {
  background-color: transparent;
}

.product-tab-container .ui-tabs .ui-tabs-nav li {
  border: none;
  background: transparent;
  margin-top: 0;
}

.product-tab-container .product-tab-items {
  width: 100%;
}

.product-tab-container .owl-carousel.owl-loaded {
  padding: 15px 15px 0px 15px;
}

.product-tab-container .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .4em 1em;
}

.product-tab-container .owl-carousel .owl-dots button span {
  width: 25px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50px 0 50px 0;
}

.product-tab-container .owl-carousel .owl-dots button.active span {
  width: 35px;
}

.product-tab-container .button-wrapper button,
.product-tab-container .button-wrapper span {
  display: block;
  border: none;
  margin-top: 0;
  margin-bottom: 2px;
  width: 36px;
  border-radius: 0;
}

.product-tab-container .button-wrapper .bs-quick-view .quick-view-plugin-btn {
  width: 36px;
  border-radius: 0;
}

.product-tab-container .button-wrapper {
  position: absolute;
  top: -160px;
  right: 0;
  z-index: 10;
  transition: 0.2s;
  opacity: 0;
  margin: 0;
}

.product-tab-container .item-box .product-item:hover .button-wrapper {
  top: 0;
  opacity: 1;
  transition: 0.2s;
}

.product-tab-container .product-tab-item {
  border: none;
  padding: 0;
  /* margin: 16px; */
}

.product-tab-container .item-box .product-item {
  overflow: hidden;
  padding: 15px;
  border: 1px solid #F0F0F0;
  margin-bottom: 15px;
}

.product-tab-container .owl-carousel .item-box .product-item {
  width: calc(100% - 4px);
  margin: 15px;
  height: 182px;
  border-radius: 4px;
  background: var(--bg-secondary);
}

.product-tab-container .item-box .picture {
  width: 44%;
  max-height: 150px;
  float: left;
}

.product-tab-container .item-box .details {
  width: 55%;
  float: right;
  padding: 0 15px;
  text-align: left;
}

  .product-tab-container .item-box .details .add-info {
    display: flex;
    flex-direction: column;
    min-height: 72px;
    gap: 16px;
  }

.product-tab-container .details .add-info span.myralis-info {
  font-size: 14px;
  line-height: 16px;
  color: var(--text-black-60);
  white-space: nowrap;
}

.product-tab-container .details .add-info img.myralis-info {
  max-height: 16px;
  max-width: 20px;
  margin-right: 2px;
}

.product-tab-container .item-box .price {
  padding-left: 0;
}

.product-tab-container .buttons {
  text-align: left;
  margin-bottom: 5px;
  display: none;
}

  .product-tab-container .buttons button {
    font-size: 12px;
    font-weight: bold;
  }

.product-tab-container .product-tab-picture a strong {
  padding: 6px 12px;
  padding-right: 48px;
  text-align: center;
  z-index: 555;
  font-size: 28px;
  font-family: var(--primary-font);
  display: flex;
  margin-top: -8px;
  align-items: center;
  font-weight: var(--medium);
  width: 100%;
  height: 100%;
}

.product-tab-container .product-tab-picture img {
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.product-tab-container .owl-carousel .owl-nav button.owl-prev,
.product-tab-container .owl-carousel .owl-nav button.owl-next {
  line-height: 24px;
  width: 30px;
}

  .product-tab-container .owl-carousel .owl-nav button.owl-prev span,
  .product-tab-container .owl-carousel .owl-nav button.owl-next span {
    font-size: 24px;
    font-weight: 600;
  }

  .product-tab-container .owl-carousel .owl-nav button.owl-prev:hover,
  .product-tab-container .owl-carousel .owl-nav button.owl-prev:focus,
  .product-tab-container .owl-carousel .owl-nav button.owl-next:hover,
  .product-tab-container .owl-carousel .owl-nav button.owl-next:focus {
    line-height: 24px;
  }

.product-tab-container .item-box .prices {
  margin-top: 0;
}

.owl-theme .owl-dots {
  position: relative;
  top: -5px;
  padding-left: 15px;
}

.product-tab-container .item-box .price {
  font-size: 13px;
}

.product-tab-container .owl-theme .owl-dots {
  display: none;
}

.product-tab-container .offer-content {
  top: 15px;
  left: 15px;
}

.product-tab-container .item-box .product-title a {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-sorting, .product-page-size {
  padding-left: 20px;
}

/*Nopcommerce: order details*/

.order-details-page .order-overview {
  text-align: center;
}

.product-viewmode {
  display: inline-block;
  float: right;
}

.overview-buttons button {
  width: 100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/*#endregion*/

/*#region Educa+: Modais*/

/*#region Geral*/

.modal {
  padding-right: 0px !important;
}

.myralis-modal-loginButton {
  color: #FFFFFF;
  font-weight: bold;
  background: var(--button-secondary);
  border-radius: 8px;
  margin-left: 10px !important;
  padding: 5px 25px;
}

.myralis-modal-backButton {
  color: var(--text-secondary);
  font-weight: bold;
  background: #FFFFFF;
  border: 1px solid var(--button-secondary);
  ;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 10px !important;
  padding: 5px 25px;
}

/*#endregion*/

/*#region Modais de Compartilhamento*/

.myralis-modal-content {
  border: none !important;
  border-radius: 8px !important;
}

.myralis-modal-header {
  border: none !important;
  align-items: center !important;
  padding-left: 30px;
  padding-right: 30px;
}

.myralis-icones-compartilhar-style {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

[id^='actionLineSharingButtons'] {
  width: 100%;
}

.myralis-icones-compartilhar-style .action-line-text {
  color: var(--text-primary);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: var(--bold);
  margin: 0;
  padding: 0;
}

.myralis-icones-compartilhar-style .action-line-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin: 24px 0;
}

.myralis-icones-compartilhar-style .action-line-cta-wrapper {
  display: flex;
  justify-content: end;
}

.myralis-icones-compartilhar-style .disabled {
  filter: grayscale(1);
  pointer-events: none;
}

.myralis-icones-compartilhar-style input[type="radio"] + label::before,
.myralis-icones-compartilhar-style input[type="radio"]:checked + label::before {
  display: none
}

.myralis-icones-compartilhar-style .btn {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.myralis-icones-compartilhar-style .btn-action-line {
  min-width: 75px;
  border: 1px solid #CED4DA;
  color: var(--text-primary);
}

.myralis-icones-compartilhar-style input[type="radio"]:checked + label.btn-action-line {
  border: 1px solid #009CC7;
  color: #009CC7;
}

.myralis-icones-compartilhar-style .btn-action-line-share {
  background: #009CC7;
  color: #FFF;
  font-family: var(--secondary-font);
}

.myralis-titulos-icones-justify {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.myralis-linkCopy-sucess {
  text-align: center;
  color: var(--text-secondary);
  font-weight: bold;
}

/*#endregion*/

/*#region Modais Obrigatorios*/

.myralis-modalRequired-content {
  border-radius: 8px;
}

.myralis-modalRequired-title {
  font-size: 24px;
  color: #009CC7;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.myralis-modalRequired-subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  padding: 18px 0;
}

.myralis-modalRequired-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 60px 0px 60px;
}

.myralis-modalRequired-footer {
  border: none !important;
  justify-content: center !important;
  padding-bottom: 18px;
}

/*#endregion*/

/*#region Modais de Termos e Condições*/

.myralis-modalTerms-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  font-size: 14px;
  line-height: 17px;
}

.myralis-modalTerms-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 20px;
}

.myralis-modalTerms-title {
  color: #009CC7;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: 700;
}

.myralis-modalTerms-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  margin: 0 60px;
}

.myralis-modalTerms-footer {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 30px 0;
}

.myralis-modalTerms-button {
  font-weight: 700;
  font-size: 18px;
  color: #009CC7;
  background: #fff;
  border: none;
  cursor: pointer;
}

/*#endregion*/

/*#region Modal de Experiência do Usuário*/

.myralis-modalExperience-content {
  border: none !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px !important
}

.myralis-modalExperience-body {
  border: none;
  padding: 1rem 2rem;
}

.myralis-modalExperience-body-list {
  background: #F0F0F0;
  border-radius: 8px;
  padding: 10px 15px;
}

.myralis-modalExperience-body-listItems {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.myralis-modalExperience-body-item-disabled {
  pointer-events: none;
  background: gray !important;
  border-radius: 5px !important;
  margin: 5px !important;
  color: #FFF !important;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 20px;
  border: none !important;
}

.myralis-modalExperience-body-itens {
  background: rgba(0, 156, 199, 0.2) !important;
  border-radius: 5px !important;
  margin: 5px !important;
  color: #009CC7 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 20px;
  border: none !important;
}

  .myralis-modalExperience-body-itens.active {
    background: #009CC7 !important;
    color: #FFF !important;
  }

.myralis-modalSucess-title {
  color: #009CC7;
  text-align: center;
  padding: 0 70px;
  margin-top: 20px;
}

#icon-close {
  display: none;
}

.active #icon-close {
  padding-left: 20px;
  display: inline-block;
}

#message-specialty-limit,
#message-specialty-empty {
  display: none;
  background: #FFE5BD;
  padding: 8px 12px;
  margin: 15px 0;
  color: #F99500;
  width: 50%;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
}

#message-specialty-success {
  display: none;
  background: #FFE5BD;
  padding: 8px 12px !important;
  margin: 10px 4px !important;
  color: #F99500;
  font-size: 14px;
  width: 50%;
  border-radius: 5px;
}

#message-specialty-count {
  font-size: 18px;
  margin: 5px;
}

/*#endregion*/

/*#region Modal de Detalhes das Lives*/

.myralisLive-details-button {
  border: none;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

  .myralisLive-details-button:hover {
    color: #1393b7;
  }

.myralisLive-details-modal-size {
  max-width: 1256px;
  max-height: 423px;
}

.myralisLive-details-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 0.625rem;
}

.myralisLive-details-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.myralisLive-details-modal-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}

.myralisLive-details-modal-description-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #009CC7;
}

.myralisLive-details-mobileShow {
  display: none;
}

.myralisLive-details-modal-button {
  background: #009CC7;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  padding: 14px 3.5rem;
  font-weight: 600;
  cursor: pointer;
}

  .myralisLive-details-modal-button:hover {
    color: #fff;
    background: #1393b7;
  }

/*#endregion*/

/*#endregion*/

/*#region Educa+: Menu Superior*/

/* #region Logo */
.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0; /*firefox line-height bug fix*/
}

  .header-logo a img {
    max-width: 100%;
    max-height: 62px;
  }

.myralis-logo {
  background-image: url("../images/logoEducaMais.png?v=4.43");
  width: 100%;
  height: 62px;
  background-repeat: no-repeat;
  min-width: 150px;
  background-size: contain;
}
/* #endregion Logo */

/*#region Menu Desktop*/

.notmobile {
  display: flex;
  gap: 50px;
}

.myralis-medical-services-menu {
  cursor: pointer;
  padding: 11.5px 16px !important;
  background-color: #009CC7;
  width: 145px;
}

.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
}

.myralis-dropdown-menu {
  display: none;
  position: absolute;
  top: 46px;
  left: 0px;
  background-color: #009CC7;
  border: none;
  border-radius: 0px 0px 8px 8px;
  width: 145px;
  padding: 0;
  z-index: 2;
}

.myralis-dropdown-item {
  text-transform: capitalize !important;
  font-weight: 400;
  padding: 14px 28px 14px 20px;
  display: block;
}

  .myralis-dropdown-item:hover {
    background-color: #1393b7;
  }

  .myralis-dropdown-item:last-child {
    border-radius: 0px 0px 8px 8px;
  }

.myralis-medical-services-menu:hover .myralis-dropdown-menu {
  display: block;
}

.myralis-header-favorite-subscribe-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18.5px;
}

.notification {
  position: relative;
  display: inline-block;
}

  .notification .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E42528;
    color: white;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
  }

.myralisMenu-avatar-first-item {
  border-radius: 8px 8px 0 0;
}

.myralisMenu-avatar-last-item {
  border-radius: 0 0 8px 8px;
}

.myralys-avatar-style {
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  max-width: 42px;
}

.myralis-avatarImageText-style {
  display: flex;
  align-items: center;
  gap: 10px;
}

.myralis-avatarText-style {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.myralis-mobile-layout-avatar-customerName {
  overflow: hidden;
  max-width: 20ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*#endregion*/

/*#region Menu Mobile*/

.hamburger {
  padding: 5px 0 0 0 !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff !important;
  width: 24px !important;
  height: 2px !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff !important;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: inherit !important;
}

.hamburger-box {
  height: 20px !important;
}

/*#endregion*/

/*#region Campo de Busca*/

.myralisSearchBar-form-container {
  border-bottom: 0 !important;
  border-radius: 8px 0 !important;
}

.myralisSearchBar-file-icon,
.myralisSearchBar-video-icon,
.myralisSearchBar-medical-icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  vertical-align: baseline;
  color: var(--icons-primary);
}

.myralisSearchBar-search-title {
  margin: 0;
}

.myralisSearchBar-search-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.myralisSearchBar-search-button-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/*#endregion*/

/*#endregion*/

/*#region Educa+: Breadcrumb*/
.myralisBreadcrumb-container {
  word-break: break-word;
  white-space: normal;
  margin-top: 34px;
}

nav.breadcrumb {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  background-color: inherit;
}

ol.breadcrumb {
  background-color: inherit;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #6c767d;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  margin-right: 6px;
  margin-bottom: 1px;
  padding: 0;
}

.password-recovery-myralis-page p.text {
  color: var(--text-default);
}

.password-recovery-myralis-page button.btn.button-3 {
  color: var(--text-primary);
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item a {
  color: var(--text-default);
  font-weight: 400;
}

  .breadcrumb .breadcrumb-item.active {
    font-weight: 500;
  }

  .breadcrumb .breadcrumb-item:hover,
  .breadcrumb .breadcrumb-item a:hover {
    color: var(--text-black-90);
  }

  .breadcrumb .breadcrumb-item span.active,
  .breadcrumb .breadcrumb-item span.active:hover {
    color: var(--text-black-90);
  }


.myralisBreadcrumb-icon {
  margin-bottom: 2px;
}

.myralisBreadcrumb-delimiter {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

.myralisBreadcrumb-path {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-transform: capitalize;
}

.myralisBreadcrumb-last-path {
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  text-transform: capitalize;
}

/*#endregion*/

/*#region Educa+: Home*/

/*#region Geral*/

.footer-card {
  bottom: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 15px !important;
  margin-top: 12px;
}

.myralis-nav-tabs {
  padding: 5px 10px 20px 10px !important;
}

.myralis-padding-top-tabs {
  padding-top: 20px !important;
}

.without-title {
  background: white !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 10px !important;
}

.multiple {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  font-size: 12px;
  height: 38px;
}

.multiple-titulo {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: var(--bold);
  font-size: 14px;
  line-height: 17px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.myralis-live-image-container .online-imageTag {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px !important;
}

.modal-header .close {
  padding: 1rem;
  margin: -2rem -1rem -1rem auto;
  font-size: 35px;
}
.modal-header .close > span{
  font-size: inherit;
}

.myralis-home-experience-specialtyImage {
  border-radius: 10px 0px 0px 10px;
  width: 400px;
}

.myralis-home-footer-pharmacies {
  width: 294px !important;
  height: 148px;
  object-fit: cover;
  border-radius: 8px;
  padding: 24px 42px;
  background: white;
}

/*#endregion*/

/*#region Myralis: Login*/
.container .back-button-wrapper {
  margin-top: 36px;
}

.html-login-page .go-back {
  margin-right: 38px;
}

.html-login-page .message-error.validation-summary-errors {
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 510px;
  }
}
@media (max-width: 32em){
  .html-login-page .forgot-password {
    text-align: center;
    display: block;
    line-height: 1.3;
  }
}

  .html-login-page .title {
    font-family: var(--primary-font);
    max-width: calc(100% - 4px);
    font-size: 26px;
    line-height: 28px;
    color: var(--text-primary);
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
  }

.login-page .custom-form {
  min-height: 313px;
  margin-top: 16px;
  padding-block-end: 32px;
  padding-block-start: 26px;
  padding-inline: 16px;
  width: calc(40% - 15px);
}
    .login-page .custom-form.register-block {
      padding: 26px 16px;
      width: calc(59% - 15px);
    }

  .login-page .register-block .text {
    margin-top: 30px;
    height: 58px;
    font-weight: 400;
    margin-bottom: 30px
  }

  .myralis-background-login-page {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
  }

  .myralis-title-header {
    background: var(--el-secondary);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    margin-inline: 10px;
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 22px;
    color: var(--text-primary);
    text-align: center
  }

  .myralis-border-formLogin-login-page {
    border-radius: 8px !important;
    box-shadow: 0px 3px 10px 0px #0000001A !important;
  }

  .myralis-border-formRegister-login-page {
    border-radius: 8px !important;
    box-shadow: 0px 3px 10px 0px #0000001A !important;
  }

  /*#endregion*/

  /*#region Myralis: Cadastro*/

  /*#region Home Cadastro*/
  .html-registration-page .container {
    max-width: 694px;
  }

  .login-page .myralis-visit-inputs-area,
  .registration-page .myralis-visit-inputs-area {
    display: flex;
    margin-top: 8px;
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    flex-wrap: wrap;
    padding-inline: 10px;
  }
    .registration-page .myralis-visit-inputs-area span {
      font-weight: 400;
    }
  .login-page .myralis-accept-area,
  .registration-page .myralis-accept-area {
    padding-inline: 10px;
  }
  
  .registration-page .myralis-visit-inputs-label {
    min-width: 45.2%;
    display: flex;
    align-items: center;
  }
  .registration-page .myralis-visit-inputs-label span {
    color: var(--text-default);
  }
  
  .registration-page .custom-form .inputs label {
    width: unset;
  }

  .login-page .date-of-birth select,
  .registration-page .date-of-birth select{
    min-width: 66px;
  }

  .myralis-background-registration-page {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
  }

  .myralis-border-form-registration-page {
    border-radius: 8px !important;
    padding: 30px;
    box-shadow: 0px 3px 10px 0px #0000001A !important;
  }

  .myralis-mainTitle-registration-page {
    color: #009CC7;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px !important;
  }

  .myralis-margin-inputs-registration-page {
    padding: 16px 10px 0 10px;
  }

  .myralis-formOrientation-registration-page {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }

  .myralis-UF-container {
    margin-right: 10px;
  }

  .myralis-UF-label {
    width: 50px !important;
  }

  .myralis-Especialidade-container {
    flex-grow: 3 !important;
  }

  .myralis-label-register {
    padding-block: 8px;
    font-family: var(--secondary-font);
    color: var(--text-default) !important;
  }

  .myralis-Email-label {
    padding-left: 40px
  }

/*#region Email autocomplete*/

.scroll-container {
  height: 107px;
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: #ccc #fff;
  margin-bottom: 8px;
}

.scroll-item {
  padding: 10px;
  font-size: 16px;
  color: var(--text-default);
  cursor: pointer;
}

.myralis-emails-sugestion {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: white;
  top: 88px;
  left: 10px;
  width: calc(100% - 20px);
  border: 1px solid var(--blue3);
  border-top: none;
  text-align: left;
  padding-left: 8px;
  border-radius: 0% 0 10px 10px;
}
.html-customer-register-evento-escolha-page .myralis-emails-sugestion,
.html-password-recovery-page .myralis-emails-sugestion {
  width: 100%;
  left: 0;
  top: 56px;
}
.html-customer-register-evento-escolha-page .myralis-emails-sugestion{
    top: 78px;
}

#email-validation-message {
  display: none;
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--myracolors-1);
  font-weight: 700;
  text-align: left;
  white-space: normal;
  height: auto;
}

.scroll-container::-webkit-scrollbar {
  width: 0.5em;
}

/* #endregion */

#password-requirements {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 100;
  color: black;
  top: 8px;
  border-radius: 8px;
  border: 1px solid var(--myracolors-password-bg, #F4F5FF);
  background: var(--myracolors-password-bg, #F4F5FF);
  display: none;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transform: translateY(-100%)
}

  #password-requirements::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    transform: translateY(100%);
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid var(--myracolors-password-bg, #F4F5FF);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  #password-requirements ul {
    list-style-type: none;
    padding: 0;
  }

  #password-requirements li {
    color: var(--text-default);
  }

    #password-requirements li.valid {
      color: var(--green-succes);
    }

.password-criteria {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: var(--12px);
  font-weight: 400;
}
  .password-criteria.valid {
    color: var(--green-succes);
  }

.myralis-validation-itens {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}

.myralis-validate-title {
  font-size: var(--14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

  /*#endregion*/

  /*#region Finalização do Cadastro*/
  .html-registration-result-page .text {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
    color: var(--text-secondary);
  }


  /*#endregion*/

  /*#region Myralis: Evento Widget */
   body:has(.event-widget),
  .master-wrapper-content:has(.event-widget),
  .master-wrapper-page:has(.event-widget){
    background-color: transparent;
  }
    body:has(.event-widget) .container{
      max-width: 100%;
      padding-inline: 0;
    }
    .page.event-welcome.event-widget {
      margin: 0;
    }
  .event-success.event-widget .container,
  .event-welcome.event-widget .container{
    padding: 0;
    padding-block: 1rem;
  }
  /*#endregion */

  /*#region Myralis: Registro Evento*/
  .event-success .container,
  .event-welcome .container {
    display: flex;
    justify-content: center;
    padding-top: 48px;
  }

.html-registration-result-page .card,
.event-success .card,
.event-welcome .card {
  max-width: 480px;
  gap: 16px;
  padding: 24px 42px;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  border: none;
  width: 480px;
}

  .event-welcome .image-wrapper,
  .event-success .image-wrapper {
    margin: 0 auto;
    margin-bottom: 12px;
  }

    .event-success .image-wrapper img,
    .image-wrapper img {
      max-width: 52x;
      max-height: 52px;
    }

    .event-success .image-wrapper img {
      top: calc(var(--size-y-pattern) - 42px);
      left: 4px;
    }

  .event-success .card span,
  .event-welcome .card span {
    color: var(--text-header-2);
    font-family: var(--primary-font);
    font-size: 24px;
    line-height: 20px;
  }

  .event-success .card p,
  .event-welcome .card p {
    color: var(--text-default);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .event-welcome .card p.sub-header{
    font-weight: 400;
  }

  .event-welcome .card .field-validation-error,
  .event-welcome .card .field-validation-error span {
    color: var(--red-error);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--secondary-font);
  }

  .event-welcome label {
    margin-bottom: 8px;
  }

.event-welcome .inputs {
  margin: var(--8px) 0;
  width: 100%;
}

.event-welcome .form-fields {
  display: flex;
  width: 100%;
}

  .event-welcome .buttons{
    display: flex;
    margin-top: var(--12px);
  }

  .event-success .text-wrapper {
    margin: 36px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .event-success .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--16px);
  }

  .registro-evento .image-wrapper {
    background-color: var(--bg-primary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .registro-evento .image-wrapper .img {
      margin-left: 12px;
    }

  .registro-evento h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--primary-font);
    text-align: center;
    color: var(--text-primary);
    padding: 25px 0px 0px 0px;
  }


  .registro-evento .myralis-event-gap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 8px;
  }

  .registro-evento .myralis-visit span,
  .registro-evento #group-want-visits span,
  .registro-evento #group-want-freesample span {
    color: var(--text-default);
  }
  .registro-evento .myralis-visit-inputs-area,
  .registro-evento .myralis-accept-area,
  .registro-evento .authorization-flags-area {
    padding-inline: 6px;
  }

#group-want-freesample {
  margin-top: 10px;
}


  .myralis-visit-inputs-area {
    display: flex;
    margin-top: 5.3%;
    width: 100%;
    flex-direction: column;
  }

  .myralis-visit-inputs-label {
    min-width: 64.5%;
  }

  .myralis-visit-inputs-2 {
    display: flex;
    flex-direction: row;
    gap: 45px;
    align-items: baseline;
  }

  .myralis-visit-inputs-3 {
    display: flex;
    gap: 45px;
    align-items: baseline;
  }

  #warning-want-visits {
    display: flex;
    align-items: unset;
    text-align: end;
    width: 100%
  }

  .myralis-changepassword-pagebody {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 67px;
  }

  .myralis-mobile-preferences-flex-direction {
    justify-content: end;
  }

  .myralis-changepass-myaccount-titles {
    display: flex;
    flex-direction: column;
  }

  .myralis-account-changepassword-subtitle {
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--text-default);
  }

  .myralis-close-modal button.close {
    display: flex;
    justify-content: right;
    position: relative;
    font-size: 35px;
    margin-right: 18px;
  }
  .myralis-close-modal button.close > span{
    font-size: inherit;
  }

  .myralis-register-resident {
    display: none;
  }

  .html-password-recovery-page .button.btn.button-3 {
    color: var(--text-primary);
  }

  button.btn.myralis-modalBlog-buttonVoltar {
    font-family: 'Ubuntu';
  }

  .myralis-modalBlog-footer input.btn.myralis-modalBlog-buttonVoltar {
    min-width: unset;
  }

  .myralis-formFlex-column {
    gap: 15px;
  }

  .myralis-flexGrow-1-infoPage-container {
    gap: 5px;
  }

  .myralis-changepassword-pagebody .field-validation-error {
    margin-top: 0px !important;
  }

  .myralis-card-footer .button-1 {
    min-width: unset;
  }

  .product-tab-items .button-1 {
    min-width: unset;
  }

  .password-recovery-myralis-page p.text {
    font-size: 20px;
    text-align: center;
  }

.myralis-return-options {
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  font-size: 16px;
  color: var(--text-secondary);
}

  .myralis-selected-option-img-area-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .myralis-selected-option-img-area-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 25px;
  }

  .myralis-select-actual-line-title {
    color: var(--text-primary);
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }

  .customer-info-page .myralis-formOrientation-registration-page {
    width: 100%;
  }

.myralis-lines-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  font-family: 'Ubuntu';
}

.myralis-option {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--button-alternative);
  color: var(--text-primary);
  cursor: pointer;
}

.myralis-regions-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
  font-family: 'Ubuntu';
}

  input#CRM:hover {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border: 1px solid #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  }

  a.btn.button-3.d-flex.align-items-center {
    color: var(--button-secondary);
  }

  .myralis-success-shared-area {
    display: none;
    margin-top: 6px;
  }

@media (max-width: 1024px) {
  .html-registration-result-page .card,
  .event-success .card,
  .event-welcome .card {
    padding: 24px;
  }

    .form-fields.myralis-forms-info-crm-2 {
      display: block;
    }

    #ocarousel-oqhadenovo .owl-item.active {
      padding: 15px;
    }

    .footer-block .title {
      max-width: unset;
      font-size: unset;
      line-height: unset;
      text-align: unset;
      margin-top: unset;
      margin-bottom: unset;
    }

    .myralis-eye-slash-changepassword-newpassword {
      left: 85%;
    }

    .myralis-eye-slash-changepassword-confirmnewpassword {
      left: 85%;
    }

    .password-recovery-myralis-page p.text {
      font-size: 16px;
    }

    .registration-page .d-flex {
      display: flex !important;
      align-items: baseline !important;
    }


    .form-fields.myralis-forms-info-crm-1 {
      display: block !important;
    }

    .myralis-formOrientation-registration-page {
      width: 100%;
    }

    .password-recovery-myralis-page .myralis-eye-changepassword-newpassword {
      left: 85%;
    }

    .password-recovery-myralis-page .myralis-eye-changepassword-confirmnewpassword {
      left: 85%;
    }

    .header-upper .d-flex.align-items-end {
      display: flex !important;
      align-items: normal !important;
      justify-content: center;
    }

    .myralis-blog-post {
      /*padding: 0px 20px;*/
    }

    .footer-upper .row {
      gap: 15px;
      position: relative;
      z-index: 200;
    }


    .myralis-btn-avatar {
      display: flex;
      justify-content: center;
    }

    .myralis-changepassword-pagebody {
      width: 100%;
      margin-top: 35px;
    }

    .avatar-page input {
      font-size: small;
    }

    .avatar-page .image {
      display: flex;
      justify-content: center;
    }


    span.myralis-area-subtitle {
      text-align: center;
    }

    #message-specialty-limit, #message-specialty-empty {
      width: 100% !important;
      margin: 10px 0px !important;
    }

    .myralis-modalExperience-body {
      padding: 1rem 1rem;
    }

    .myralis-firstaccess-preferences-modal {
      padding: 0px 15px 0px 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .myralis-modalExperience-body {
      border: none;
      padding: 1rem 1rem;
    }

    .myralis-modalBlog-subtitle {
      padding: 16px 15px;
    }

    .myralis-modalBlog-title {
      width: 300px;
    }

    .html-password-recovery-page .social-login .text {
      text-align: center;
    }

    .myralis-avatar-subtitle {
      text-align: center;
    }

    .myralis-subtitle-info-page {
      text-align: center;
      margin-bottom: 32px;
    }

    .myralis-title-info-page {
      text-align: center;
    }

    .myralis-area-subtitle {
      align-items: center;
      justify-content: center;
    }

    .myralis-minhaConta-experiencia-button:disabled {
      width: 100%;
    }

    .customer-info-checks {
      flex-direction: column-reverse;
    }

    .myralis-formOrientation-registration-page .myralis-visit-inputs-2 {
      margin-left: -2%;
    }

    .myralis-visit-area {
      margin-left: 0%;
    }
  }

  @media (max-width: 1080px) {
    .myralisClass-filter-background-container {
      padding: 15px !important;
    }
  }
  /*#endregion*/

/*#region Myralis: Registro Evento Perguntas*/
.event-details span.call-to-question {
  color: var(--text-default-dark);
  font-size: var(--16px);
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: var(--16px);
}

.culture-question {
  padding: 0 10px;
}

  .registro-evento .culture-question {
    margin-inline: 6px;
  }

  .culture-question .culture-question {
    padding: 0;
  }

  .culture-question a.regulation {
    color: var(--text-secondary);
    text-decoration: underline;
    text-align: right;
  }

    .culture-question a.regulation:hover {
      color: var(--text-primary);
      cursor: pointer;
      text-decoration: underline;
    }

  .culture-question span.call-to-question {
    color: var(--text-default-dark);
    text-align: center;
    font-size: var(--16px);
    font-weight: 500;
    display: block;
    text-align: left;
    margin-bottom: var(--16px);
  }

  .culture-question span.poll-intro {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: var(--18px);
    color: var(--text-default);
    display: inline-block;
    width: 100%;
  }

  .culture-question span.poll-display-text {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: var(--16px);
    text-align: justify;
    color: var(--text-default);
    padding-top: 12px;
    display: inline-flex;
  }

  .culture-question span.myralis-modalTerms-title {
    color: var(--text-secondary)
  }

  .culture-question .poll-options {
    margin-top: 16px;
    margin-bottom: 0;
  }

    .culture-question .poll-options .answer {
      margin-bottom: 12px;
      gap: 0;
    }

  .culture-question .answer label {
    font-weight: 400;
    font-size: var(--16px);
    color: var(--text-default);
    margin-bottom: 8px;
  }

  .culture-question .answer input[type="radio"] + label {
    position: relative;
  }

  .culture-question .answer input[type="radio"]:not(:checked) + label::before {
    color: var(--gray);
    margin-left: 0;
  }

  .culture-question .answer input[type="radio"][data-answer='True']:checked + label::before,
  .culture-question .answer input[type="radio"][data-answer='True']:checked + label::after {
    color: var(--green-success);
    margin-left: 0;
  }

  .culture-question .answer input[type="radio"][data-answer='False']:checked + label::before,
  .culture-question .answer input[type="radio"][data-answer='False']:checked + label::after {
    color: var(--red-error);
    margin-left: 0;
  }

  .culture-question .answer span[class^='error-pollanswers-'] {
    color: var(--red-error);
  }

  .culture-question .answer span[class^='right-pollanswers-'] {
    color: var(--green-success);
  }

.culture-question .answer span[class^='right-pollanswers-'],
.culture-question .answer span[class^='error-pollanswers-'] {
  font-size: var(--16px);
  font-family: var(--secondary-font);
  font-weight: 400;
  display: block;
}

@media (max-width: 1024px){
  .event-details span.call-to-question {
    text-align: center !important;
  }
}
/*#endregion */

  /*#region Myralis: Registro Evento Live */
  .live-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--16px);
  }

    .live-info-wrapper h2 {
      font-family: var(--primary-font);
      font-size: var(--22px);
      font-weight: 400;
      color: var(--text-primary);
    }

    .live-info-wrapper span.d-flex {
      display: flex !important;
      gap: var(--10px);
      align-items: center !important;
    }

      .live-info-wrapper span.d-flex img {
        width: var(--20px);
        height: var(--20px);
      }

      .live-info-wrapper span.d-flex p {
        font-size: var(--18px);
        font-weight: 400;
      }

        .live-info-wrapper span.d-flex p b {
          font-weight: 500;
        }

  .registro-evento h1.live {
    font-size: var(--20px);
  }

  /*#endregion Myralis: Registro Evento Live */


  /*#region Educa+: Recuperar Senha */
  .html-password-recovery-page nav.breadcrumb {
    margin: 0 auto;
    margin-top: 62px;
    max-width: min(100%,620px);
  }

  .html-password-recovery-page .custom-form {
    width: min(100%,620px);
  }

  .myralis-card,
  .html-password-recovery-page .myralis-recovery-card {
    box-shadow: 0px 4px 12px 0px #00000029;
    border-radius: 16px;
    padding: 24px 42px;
  }

  .html-password-recovery-page .image-wrapper {
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .password-recovery-myralis-page .page-title {
    font-size: 22px;
    text-align: center;
    font-family: var(--primary-font);
    color: var(--text-header-2);
    margin-bottom: 24px;
  }

  .password-recovery-myralis-page .form-password i {
    top: 64px;
  }

  .password-recovery-myralis-page .page-title.success {
    font-weight: 400;
  }

  .html-password-recovery-page .ExtendedAuthentication .social .networks {
    margin-top: 42px;
  }

  .html-password-recovery-page .confirm .text,
  .html-password-recovery-page .social-login .text {
    margin: 0 auto;
    margin-top: 26px;
    font-size: 18px;
    line-height: 24px;
    max-width: 442px;
    font-weight: 400;
    color: var(--text-primary);
  }

  .html-password-recovery-page .confirm .text {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 52px;
  }

  .html-password-recovery-page .confirm .password .text {
    text-align: left;
    margin-left: 10px;
    margin-top: 26px;
    margin-bottom: 0;
  }

  .html-password-recovery-page .errormyralis {
    color: #F92626;
    font-size: 16px;
    line-height: 18px;
    min-height: 0;
    border: none;
    background-color: transparent;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .html-password-recovery-page .text-error-myralis {
    margin-top: 0;
  }

  .html-password-recovery-page .text {
    margin-bottom: 16px;
  }

  .html-password-recovery-page .inputs {
    margin-bottom: 32px;
  }

  .html-password-recovery-page .social-login .alternative-title {
    display: none;
  }

  .html-password-recovery-page .buttons {
    gap: 24px;
  }

  .html-password-recovery-page .btn {
    width: 300px;
  }




  /*#endregion*/
  /*#endregion*/

  /*#region Myralis: Minha Conta*/
  .html-account-page .block-account-navigation ul {
    margin-left: 12px;
  }

    .html-account-page .block-account-navigation ul li {
      margin-top: 8px;
    }

    .html-account-page .block-account-navigation ul a {
      color: var(--text-default);
      font-size: 18px;
    }

      .html-account-page .block-account-navigation ul a.active {
        color: var(--text-primary);
      }
  /*#region Detalhes do Medico*/
  .master-wrapper-page,
  .master-wrapper-content {
    background: #f7f7f7;
  }

  button.btn.btn-link.btn-block {
    margin-top: 30px;
  }

  .myralis-title-info-page strong,
  .myralis-title-info-page {
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-primary);
    padding: 5px 10px;
    margin-top: 32px;
  }

    .myralis-title-info-page strong {
      padding-left: 0;
    }

  .html-account-page .myralis-title-info-page {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .myralis-subtitle-info-page strong,
  .myralis-subtitle-info-page {
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-default);
    padding: 5px 10px;
    margin-bottom: 26px;
  }

    .myralis-subtitle-info-page strong {
      padding: 0;
      margin: 0;
    }

  .myralis-form-info-page {
    margin: 30px 0;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .myralis-button-infoAvatarPassword-page {
    background: var(--button-primary) !important;
    border: none;
    border-radius: 8px !important;
    padding: 8px 24px;
    font-size: 16px;
  }

  .myralis-input-border {
    border: solid 1px #CCC;
  }

  .miralys-info-page-required-position {
    padding-top: 0px !important;
    top: 50px;
  }

  .myralis-info-password-error {
    color: #F97700;
    background: #FFF3C7;
    text-align: center;
    align-items: center;
    border-radius: 8px;
    display: table;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
  }

  .myralis-button-infoAvatar-style {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .myralis-flexGrow-1-infoPage-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .myralis-flexGrow-3-infoPage-container {
    flex-grow: 3;
    padding: 10px;
  }

  .myralis-name-lastname-inputs-info {
    margin-bottom: 15px;
  }

  .customer-info-page input#save-button {
    margin-bottom: 10px;
  }

  .myralis-formFlex {
    display: flex;
    flex-wrap: wrap;
  }

  .myralis-basis-200 > div {
    flex-basis: 200px
  }

  .myralis-formFlex-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 23px;
  }

  .myralis-preferences-title {
    font-size: 18px;
    line-height: 22px;
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
  }

  .myralis-minhaConta-experiencia-card {
    margin-left: 10px;
    margin-right: 10px;
    border: none;
  }

  .myralis-minhaConta-experiencia-button:disabled {
    background-color: var(--button-primary) !important;
    pointer-events: none;
  }

  .authorization-flags-area {
    margin-top: 16px;
    align-items: baseline;
    padding-inline: 10px;
  }

  .authorization-flags-wrapper {
    margin-top: 12px;
    margin-left: 10px;
    padding: 12px;
    border-radius: 8px;
    background-color: #f8f8f8;
    max-width: 312px;
  }

  #authorization-flags-options {
    transition: opacity,height,display 300ms linear;
    overflow: hidden;
  }

  @media (prefers-reduced-motion) {
    #authorization-flags-options {
      transition: opacity,display 300ms ease-out;
    }
  }

  label.authorization-flags {
    font-weight: 400;
  }

  .html-account-page.html-customer-info-page .myralis-visit-inputs-radios {
    min-width: 48px
  }

  /*#endregion*/

  /*#region Avatar*/

  .myralys-avatar-style {
    vertical-align: middle;
    border-radius: 50%;
    max-width: 42px;
  }

  .myralis-avatarImageText-style {
    display: flex;
    align-items: center;
  }

  .myralis-avatarText-style {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-size: 14px;
    font-family: var(--secondary-font);
  }

  .myralis-div-modal {
    background: #F0F0F0;
    font-size: 14px
  }

  .myralis-title-modal {
    text-align: center;
    margin-top: 15px;
    color: var(--button-secondary);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--primary-font);
    line-height: 27.58px;
  }

  .myralis-body-modal {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin: 4px 10px;
    line-height: 1.2;
  }

  .btn-termos-condicoes {
    border: 1px solid #CCCCCC !important;
    border-radius: 8px !important;
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 18.38px !important;
    color: var(--button-secondary) !important;
    gap: 20px !important;
  }
  /*#endregion*/

  /*#region Myralis: Meu Endereço*/
  :is( .html-address-edit-page, .html-address-list-page) .edit-address {
    padding-inline: 10px;
  }

  .html-address-list-page .buttons {
    padding-inline: 10px;
    margin-inline: 15px;
  }

  .button-input {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-black-60);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

    .button-input:has(.input-validation-error) {
      border-color: red;
    }

    .button-input:has(input:focus) {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .custom-form .inputs .button-input .form-control,
    .button-input .form-control {
      height: 100%;
      border: 0;
    }

      .button-input .form-control:focus {
        border: 0;
        box-shadow: none;
      }

    .button-input button {
      position: absolute;
      top: 0;
      right: 0;
      padding: 8px;
      height: 38px;
      width: 38px;
      min-width: 40px;
      border-radius: 0 3px 3px 0;
    }
  /*#endregion*/

  /*#endregion*/

  /*#region Myralis: Trocar Senha*/

  .myralis-resultPassword-border-form {
    border-radius: 8px !important;
    padding: 30px !important;
    box-shadow: 0px 3px 10px 0px #0000001A !important;
  }

  .myralis-resultPassword-title {
    color: #FB9E31;
    font-size: 24px;
    font-weight: bold;
  }

  .myralis-resultPassword-alert {
    color: #FB9E31;
    font-size: 18px;
    font-weight: bold;
  }

  .external-auth-errors {
    color: red;
  }

  .myralis-form-background-page,
  .myralis-product-filter,
  .myralis-tag-filter {
    margin-top: 30px;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  a.link-rss {
    display: none;
  }

  /*#endregion*/

  /*#region Myralis: Customização Post Page*/

  .myralis-form-background-post-page {
    margin: 30px 0 0 0;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    background: #fff;
  }

  .myralis-form-coments-post-page {
    padding-top: 5px !important;
    margin-bottom: 30px;
  }

  .myralis-titleComment-post-page {
    background: transparent !important;
    color: var(--text-primary) !important;
    padding: 0px 0px 24px 0px !important;
    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .myralis-subtitleComment-post-page {
    color: var(--text-secondary);
    margin-bottom: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: var(--primary-font);
  }

  .myralis-usernameComment-post-page {
    color: #666666 !important;
    font-weight: 500 !important;
    font-size: 20px;
  }

  .myralis-dateTitle-post-page {
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 1rem;
  }

    .myralis-dateTitle-post-page::first-letter {
      text-transform: uppercase;
    }

  .myralis-textArea-post-page {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 10px 10px;
  }

  .myralis-button-post-page {
    border-radius: 8px;
    border-style: none;
  }

  .myralis-buttonPosition-post-page {
    display: flex;
    justify-content: end;
  }

  .myralis-avatar-post-page {
    border-radius: 50%;
  }

  .myralis-comment-post-page {
    display: flex;
    align-items: center;
    padding: 24px !important;
  }

  .comment-body {
    margin-top: 20px;
    font-weight: 400;
  }

  .myralis-textComment-post-page {
    margin-left: 30px;
    line-height: 22px;
  }

  .myralis-commentTime-post-page {
    color: #999999;
    font-weight: 400;
  }

  .myralis-iframe-border {
    border-radius: 6px;
    border: 1px solid #C4C4C4;
  }

  .myralis-videoTitle-post-page {
    margin-top: 10px;
    color: #009CC7;
    font-size: 24px;
    font-weight: bold;
  }

  .myralis-title-breadcrumb {
    padding-top: 30px;
    text-align: center;
    color: #009CC7;
  }

  .myralis-title-style {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--text-primary);
  }

  .myralis-title-style-blue {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-primary);
    padding: 62px 0px 6px 0px !important;
    border-bottom: solid 1px;
    border-bottom-color: var(--text-primary);
  }

  /*#endregion*/

  /*#region Myralis: Myralis Class*/

  .myralis-card-border {
    border-radius: 10px;
  }

  .myralis-image-border {
    border-radius: 8px 8px 0px 0px;
    max-height: 300px;
    min-height: 300px;
  }

  .myralis-card-subtitle {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .myralis-tags {
    text-align: left;
    color: var(--el-secondary);
    text-transform: uppercase;
    font-size: 14px;
    min-height: 32px;
  }

  .myralis-blogTitle-style {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--text-primary) !important;
    display: inline-flex;
    align-items: center;
    font-family: var(--primary-font);
  }

  .myralis-tags-style {
    background: rgba(0, 156, 199, 0.2) !important;
    border-radius: 8px !important;
    color: var(--text-primary) !important;
  }

  .myralis-button-myralisClass-page {
    background: var(--button-primary) !important;
    border: none;
    border-radius: 8px !important;
    /* padding: 4px 24px; */
    font-size: 16px;
  }

  .myralis-comment-padding {
    margin-left: 5px;
  }

  button.owl-prev {
    border-radius: 8px !important;
  }

  button.owl-next {
    border-radius: 8px !important;
  }

  .myralis-style-post-card {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
  }

  .myralis-card-body {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .myralis-padding-footer {
    margin-top: 10px;
  }

  a.button-1.myralis-button-info-page {
    color: #fff;
  }

    a.button-1.myralis-button-info-page:hover {
      color: #fff;
    }

  .myralis-container-video-image {
    position: relative;
  }

    .myralis-container-video-image > span {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
    }

  .myralis-menu-style {
    text-align: initial !important;
    background: #009CC7 !important;
    border-radius: 6px !important;
  }

  .myralis-title {
    font-family: var(--primary-font) !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 32px !important;
    line-height: 39px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #272D61 !important;
    margin-bottom: 30px;
  }

  div.myralis-title {
    background: var(--el-secondary) !important;
    border-radius: 8px !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
    font-size: 18px;
    color: var(--text-primary);
    font-family: var(--text-primary);
    text-align: center;
  }

  .alternative-title {
    font-family: var(--text-primary);
    text-align: center;
    font-size: 18px;
    color: var(--text-primary);
    position: relative;
    background: inherit;
    margin-top: 32px;
  }

    .alternative-title > * {
      position: relative;
      z-index: 2;
      display: inline-block;
      background-color: #fff;
      padding: 0 22px;
    }

    .alternative-title::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      border-bottom: 1px solid #ccc;
      max-width: 230px;
    }

  .external-authentication:not(:has(li)) .ExtendedAuthentication,
  .external-authentication:not(:has(li)) .alternative-title {
    display: none;
  }

  .myralis-blog-post {
    margin-bottom: 8px;
  }

  .html-favorite-page .myralis-blog-post {
    height: 100%;
  }

  .myralis-blog-post .card {
    box-shadow: 0px 3px 10px 0px #0000001A;
    border-radius: 8px;
    border: 0;
  }

    .myralis-product .card-wrapper,
    .myralis-blog-post .card-wrapper,
    .myralis-blog-post .card .card-wrapper {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

  .html-favorite-page .myralis-blog-post .card-wrapper {
    height: calc(100% - 300px);
  }

  .myralis-blog-post .post-date {
    font-size: 14px;
    line-height: 16px;
    color: var(--text-black-90);
  }

  .myralis-product .post-title,
  .myralis-blog-post .post-title {
    color: var(--text-black-100);
    font-family: var(--primary-font);
    font-size: 16px;
    height: 50px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
  }

  .myralis-product .post-title {
    color: var(--text-primary);
  }

  .myralis-blog-post .post-info-prefix {
    font-size: 14px;
    line-height: 16px;
    color: var(--text-black-90);
    margin-right: 2px;
  }

  .myralis-blog-post .post-info {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-black-100);
  }

  .myralis-blog-post .myralis-single-blog {
    height: 100px;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .html-favorite-page .myralis-blog-post .myralis-single-blog {
    height: 100%;
  }

  .myralis-blog-post .card-body-text {
    font-size: 14px;
    height: 48px;
    line-height: 16px;
    font-weight: 400;
    color: var(--text-black-90);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
  }

  .myralis-product .card-body-text {
    font-size: var(--16px);
    height: calc(var(--16px) * 3);
    line-height: var(--16px);
    font-weight: 400;
    color: var(--text-gray-00);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
  }

  .myralis-favorite-body .myralis-product .card-body-text {
    margin-bottom: 37px;
    line-height: 20px;
    height: 60px;
  }

  .myralis-favorite-body {
    padding: 16px;
  }

  .myralis-blog-post .online-imageTag {
    position: absolute;
    top: -1px;
    left: -1px;
    max-width: 120px;
  }

  .myralis-blog-post .mask-video {
    width: 45% !important;
    max-height: 300px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .myralis-blog-post .mask-live-effect {
    width: 100%;
    height: 100%;
    max-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 40%, rgba(0,0,0, 0.5) 98.89%);
    mix-blend-mode: luminosity;
  }

  .myralis-blog-post .mask-live-wrapper {
    position: absolute;
    width: 100%;
    height: 300px;
  }

  .myralis-blog-post .mask-live {
    width: 94% !important;
    position: absolute;
    bottom: 6%;
    left: 3%;
    z-index: 3;
  }

  .myralis-blog-post .myralis-card-footer a {
    width: 100%;
  }

  .myralis-page-margin {
    margin: 30px 0;
  }

  .myralis-filters-style {
    margin: 25px 25px 10px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-myralis-blogTitle-style {
    display: none;
  }

  .myralisClass-banner {
    margin: 30px 0;
    border-radius: 8px;
  }

  .myralisClass-banner-mobile {
    display: none;
  }

  .myralisClass-filtro-position-mobile {
    display: none;
  }

  .favoritos-banner {
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .favoritos-banner-mobile {
    display: none;
  }
  /*#endregion*/

  /*#region Myralis: Favoritos*/

  /*#region Home Favoritos*/
  .myralis-favorites-title {
    font-size: 26px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--text-primary);
    margin-bottom: 20px;
  }

  .popover {
    background-color: var(--button-secondary);
    border-color: var(--button-secondary);
  }

  .bs-popover-top .arrow::after {
    border-top-color: var(--button-secondary);
  }

  .html-live-page .popover {
    background-color: var(--text-primary);
    border-color: var(--text-primary);
  }

  .html-live-page .bs-popover-top .arrow::after {
    border-top-color: var(--text-primary);
  }

  .myralis-filtersFavorite-background {
    padding: 15px 20px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  .myralis-removeFavorite-button {
    background: #FFF;
    border: 1px solid #009CC7;
    border-radius: 4px;
    cursor: pointer
  }

    .myralis-removeFavorite-button:hover {
      background: #009CC7;
      color: #FFF;
    }

  .myralis-specialtyFavorite-space {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    flex-direction: column;
  }

  .myralis-filter-row {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
  }

  .myralis-custom-form {
    background: none !important;
    box-shadow: none !important;
    width: 70%;
  }

  .myralis-filter-notfound-container {
    width: 100%;
    border-radius: 8px;
    background: #FFF;
  }

  .myralis-favorite-notfound {
    display: flex;
    max-width: 804px;
    padding: 24px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 16px;
    background: #FFF;
    margin-top: 52px;
  }

  .myralis-favorite-notfound-details {
    display: flex;
    padding: 24px 56px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #FFF;
  }

  .myralis-favorite-notfound-description {
    color: var(--text-default);
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 446px;
  }

  .myralis-favorite-notfound-action {
    display: flex;
    max-width: 804px;
    padding-top: 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 16px;
    background: #FFF;
  }

  .myralis-favorite-notfound-title {
    color: var(--text-header);
    text-align: center;
    font-family: Ubuntu;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 446px;
  }

  .myralis-input-group {
    flex-grow: 3;
    padding: 10px;
    width: auto !important
  }

  .myralis-favorite-checkboxFilter {
    flex-wrap: wrap;
    flex-grow: 1;
    display: flex;
    align-self: center;
    width: 250px;
    padding-top: 5px;
  }

    .myralis-favorite-checkboxFilter .checkboxFilter {
      padding-left: 0px;
    }

  .myralis-favorite-orderFilter {
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: baseline;
  }

  .myralis-favorite-checkbox-container {
    display: flex;
    text-align: center;
  }

  .myralis-favorite-btnFilter {
    display: flex;
    text-align: center;
    width: 130px;
  }

  .myralis-favorite-btnLimpar {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: red;
    background-color: white;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .myralis-favorite-viewItensFilter {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: baseline;
  }

  .myralis-favorite-especialtiesFilter {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 250px;
  }

  .myralis-favorite-searchFilter {
    text-align: center;
    width: 195px;
  }

  .myralis-favorite-backgroundFilter {
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
  }

  .myralis-favorite-image-container {
    position: relative;
  }

    .myralis-favorite-image-container img {
      display: block;
    }

  .myralis-live-orderFilter {
    flex-grow: 1;
    justify-content: left;
    display: flex;
    text-align: left;
    align-items: baseline;
    padding: 10px;
  }

  .myralis-live-pageFilter {
    flex-grow: 1;
    text-align: left;
    justify-content: left;
    display: flex;
    align-items: baseline;
    padding: 10px;
  }

  .myralis-live-orderFilter {
    flex-grow: 1;
    text-align: left;
    justify-content: left;
    display: flex;
    padding: 10px;
  }

  .myralis-live-especialtiesFilter {
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 250px;
  }

  .myralis-live-btnFilter {
    display: flex;
    text-align: center;
    width: 130px;
  }

  .myralis-live-btnLimpar {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: red;
    background-color: white;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .myralisclass-backgroundFilter {
    margin-left: auto;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .myralisClass-filtro-position {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px;
  }

  .formOrdenar-control-mobile {
    width: 100%;
  }

  .myralisclass-SpecialtyNavigationModel {
    font-size: 16px;
  }

    .myralisclass-SpecialtyNavigationModel input[type=checkbox]:before {
      color: var(--text-black-60);
    }

    .myralisclass-SpecialtyNavigationModel input[type=checkbox]:checked:after {
      color: var(--text-black-60);
    }


    .myralisclass-SpecialtyNavigationModel ul {
      padding: 0px;
      margin: 0px;
    }

      .myralisclass-SpecialtyNavigationModel ul li {
        font-size: 14px;
      }

  .myralis-listbox > ul > li > a > input {
    vertical-align: top;
    margin-top: 4px;
  }

  .myralis-listbox ul li a label {
    display: inline;
    white-space: normal;
    vertical-align: top;
    line-height: 1.4;
  }

  .myralisclass-SpecialtyNavigationModel-limpar {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: red;
    background-color: white;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

    .myralisclass-SpecialtyNavigationModel-limpar:hover {
      background: red;
      color: white;
    }

  .myralisclass-backgroundFilter .filtroOrdenacao .filtroslabels {
    width: 120px;
    text-align: center;
    vertical-align: middle;
    font-family: var(--primary-font);
    font-weight: 400;
  }

  .myralisclass-backgroundFilter .filtroOrdenacao .push {
    margin-left: auto;
  }

  .html-favorite-page .favorite-bookmark,
  .myralis-favorite-image-container .favorite-bookmark,
  .myralis-container-video-image .favorite-bookmark {
    position: absolute;
    padding: 12px;
    top: 0;
    right: 0;
    left: 0;
  }

  .myralis-favorite-viewItensFilter select,
  .myralis-favorite-orderFilter select,
  .myralis-favorite-viewItensFilter select,
  .select2-search__field {
    outline-color: #999;
  }

  .myralis-favorites-search {
    padding: 10px;
    flex-grow: 8;
  }

  .myralis-favorite-viewsItensFilter-rightLabel {
    margin-left: 5px;
    margin-right: 5px;
    width: 60px;
  }

  .myralis-favorite-viewsItensFilter-CenterLabel {
    width: 90px;
  }

  .myralis-favorite-viewsItensFilter-leftLabel {
    margin-right: 5px;
    width: 80px;
  }

  .myralisFavorite-button-cleanFilter {
    font-size: 14px;
    background: #fff;
    border: 1px solid #E42528;
    border-radius: 6px;
    color: #E42528;
    font-family: var(--secondary-font);
    font-weight: 600;
    padding: 0.5rem;
    line-height: 17px;
    cursor: pointer;
    height: 36px;
    min-width: 117px;
  }

  .myralisFavorite-button-cleanFilter-margin {
    margin: 12px 10px 12px 0;
  }

  .myralisFavorite-button-cleanFilter:hover {
    background: #E42528;
    color: #fff;
  }

  /*#endregion*/

  /*#region Icone de Notificação*/

  .myralis-label-areainteresse-blog {
    font-size: 18px;
  }

  .myralis-areainteresse-blog {
    font-size: 18px;
    color: var(--text-secondary);
  }

    .myralis-areainteresse-blog:hover {
      color: var(--text-secondary);
    }

  .numberCircle {
    text-align: center;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-color: var(--icons-primary);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }


  .count-notif {
    vertical-align: middle;
    margin-top: -34px;
    margin-left: -20px;
    font-size: 10px;
    color: #fff;
  }

  /*#endregion*/

  /*#endregion*/

  /*#region Myralis: Produtos*/

  /*#region Home Produtos*/
  .icon-filter-products {
    content: url("../images/icon-filter-products.svg?v=4.43");
    width: 40px;
    height: 40px;
  }

    .icon-filter-products:before {
      content: url("../images/icon-filter-products.svg?v=4.43");
      width: 40px;
      height: 40px;
    }

  .myralis-product-tags {
    font-family: var(--secondary-font);
    font-style: normal;
    line-height: 17px !important;
    color: var(--text-primary) !important;
    border-radius: 8px;
    padding: 8px !important;
    margin: 0 !important;
  }

  .myralis-product-tags-active {
    font-family: var(--secondary-font);
    font-style: normal;
    line-height: 17px !important;
    color: #FFFFFF !important;
    background: var(--el-alternative) !important;
    border-color: var(--el-alternative) !important;
    border-radius: 8px;
    padding: 8px !important;
    margin: 0 !important;
  }

  .myralis-product-button {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    background: #009CC7;
    border-radius: 8px;
    padding: 0.5rem 1rem;
  }

    .myralis-product-button:hover {
      color: #fff;
    }

  .product-title {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0;
    text-transform: capitalize;
  }

  .myralis-product-breadcrumb {
    display: inline-flex;
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }

  .myralisProduct-order,
  .myralisProduct-page-label1 {
    padding-right: 10px;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--text-default);
  }

  .myralisProduct-page-label2 {
    font-size: 14px;
    padding-left: 10px;
  }

  /*#endregion*/

  /*#region Detalhes dos Produtos*/

  .myralis-filter-button {
    display: none !important;
    width: 100%;
    border: 1px solid transparent;
  }

  .myralis-product-details-background {
    background: #fff;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  }

  .myralis-product-details-title {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: var(--text-primary);
  }

  .action-product-details-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 42px;
    margin-bottom: 16px;
    gap: 10px;
  }

  .action-product-details-desk {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .action-product-details-mobile {
    display: none;
  }

  .myralis-thumbnail-image {
    height: auto;
    width: 10%;
  }

  .myralis-button-productDetails-whereBuy {
    justify-content: center;
    display: flex;
    font-style: normal;
    background: var(--button-primary);
    border: 1px solid var(--button-primary);
    border-radius: 8px;
    padding: 4px 24px;
    color: var(--button-primary-fg);
    cursor: pointer;
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    height: 32px;
    align-items: center;
  }

    .myralis-button-productDetails-whereBuy:hover {
      filter: contrast(0.8);
      transition: 0.4s, 0.4s;
    }

  .myralis-button-productDetails-downloadBule {
    background: #fff;
    border: 1px solid var(--el-secondary);
    border-radius: 8px;
    padding: 4px 15px;
    font-size: 14px;
    color: var(--text-primary);
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    height: 32px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    display: flex;
  }

  .myralis-button-productDetails-share {
    background: #fff;
    border: 1px solid var(--el-secondary);
    border-radius: 8px;
    padding: 4px 15px;
    font-size: 14px;
    color: var(--text-primary);
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    height: 32px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    display: flex;
  }

  .myralis-product-breadcrumb-style {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 25px;
  }

  .modal {
    padding-right: 0px !important;
  }

  /*#endregion*/

  /*#region Produtos na Home*/

  .myralisProduct-title-home {
    color: var(--text-primary);
    font-family: var(--primary-font);
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
  }

  /*#endregion*/

  /*#endregion*/

  /*#region Myralis: Myralis Live*/

  /*#region Home Live*/
  .html-live-page :is(.master-wrapper-page, .master-wrapper-content) {
    background: var(--white);
  }

  .html-live-page .favorite,
  .html-live-page .live-share {
    border-radius: 8px;
    border: 1px solid var(--button-alternative);
    margin-left: 10px;
  }

  .html-live-page .old-live-wrapper .favorite,
  .html-live-page .old-live-wrapper .live-share {
    border-color: var(--button-primary-2);
    max-height: 40px;
    height: 40px !important;
    width: 40px !important;
  }

  .html-live-page .favorite {
    padding: 8px 10px;
    font-size: 0;
    margin: 0;
  }

  .html-live-page .breadcrumb-live button:hover .no-hover,
  .html-live-page .breadcrumb-live .with-hover {
    display: none;
  }

  .html-live-page .breadcrumb-live .no-hover,
  .html-live-page .breadcrumb-live button:hover .with-hover,
  .html-live-page .breadcrumb-live button .with-hover:hover {
    display: inline-flex;
  }

  .html-live-page .info-wrapper .buttons {
    display: flex;
    gap: var(--24px);
  }

    .html-live-page .info-wrapper .buttons a {
      min-width: 168px;
    }

  :is(.live-see-too, .old-live-wrapper) .info-wrapper .buttons {
    justify-content: unset;
    gap: 24px;
  }

  .html-live-page .info-wrapper .buttons > div {
    gap: 12px;
  }

  .live-wrapper,
  .live-wrapper .title-wrapper,
  .main-live-wrapper,
  .main-live-wrapper2,
  .next-live-wrapper,
  .old-live-wrapper,
  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper) .info-wrapper,
  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper) .info-wrapper :is(dl,dl div),
  .old-live-wrapper .info-wrapper ul {
    display: flex;
  }

  .live-wrapper {
    position: relative;
    padding: var(--24px) 42px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: var(--42px);
    z-index: 1;
  }

  .live-wrapper-background {
    border-radius: 32px 32px 0px 0px;
    position: absolute;
    background: var(--bg-live);
    top: 0;
    left: 0;
    width: 100%;
    height: 394px;
    z-index: -1;
  }

  .live-wrapper .title-wrapper {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: var(--60px);
    margin-top: var(--44px);
  }

    .live-wrapper .title-wrapper h1 {
      font-size: clamp(var(--32px),var(--16px) + 2.62vw, var(--42px));
      font-weight: 500;
      color: var(--text-primary);
    }

    .live-wrapper .title-wrapper p {
      font-size: clamp(var(--18px),var(--8px) + 1.62vw, var(--24px));
      line-height: 1.25;
      font-weight: 400;
      color: var(--text-primary);
    }

  .main-live-wrapper {
    flex-direction: column;
  }

    .main-live-wrapper:has(.no-live) {
      flex-direction: row;
    }

  .main-live-wrapper2 {
    justify-content: space-between;
  }

  .detail-live-wrapper,
  .main-live-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 32px 42px;
    background-color: var(--bg-secondary);
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    min-width: min(1100px, 80vw);
  }

  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper, .detail-live-wrapper) .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: calc(50% - 12px);
  }

  .live-see-too h2,
  .live-past-events h2,
  .main-live-wrapper .live-header__next,
  .main-live-wrapper h2 {
    color: var(--text-primary);
    font-weight: 500;
    font-size: clamp(var(--24px), var(--12px) + 1.42vw, var(--26px));
    margin-bottom: var(--14px);
  }

  .main-live-wrapper .live-header__next,
  .main-live-wrapper h2 {
    margin-bottom: var(--16px);
  }

  :is( .main-live-wrapper, .detail-live-wrapper) .live-header__live {
    width: fit-content;
    padding: 4px 16px;
    border-radius: 16px;
    background-color: var(--red-error2);
    color: var(--white);
    font-size: clamp(var(--18px), var(--8px) + 1.42vw, var(--22px));
    font-weight: 400;
    margin-bottom: 10px;
  }

  .live-past-events h2 {
    font-size: clamp(var(--24px), var(--16px) + 1.62vw, var(--32px));
    min-width: 70%;
    margin-bottom: 28px;
  }

  .main-live-wrapper .info-wrapper h3 {
    color: var(--fg-live-warning);
    font-weight: 400;
    font-size: clamp(var(--20px), var(--8px) + 1.42vw, var(--22px));
  }

  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper) .info-wrapper h3.title {
    font-size: var(--22px);
    line-height: 1.3;
    color: var(--text-primary);
    font-weight: 400;
    min-height: calc(var(--22px) * 3 * 1.3);
    -webkit-line-clamp: 3;
  }

  .main-live-wrapper .info-wrapper h3.title {
    font-size: var(--24px);
    min-height: calc(var(--24px) * 3);
  }

  .next-live-wrapper .info-wrapper h3.title {
    max-width: 428px;
  }

  .old-live-wrapper .info-wrapper h3.title {
    margin-top: calc(-1 * var(--10px));
    min-height: calc(var(--22px) * 3 * 1.25);
    line-height: 1.25;
    margin-bottom: calc(-1 * var(--6px));
  }

  .old-live-wrapper .info-wrapper .live-duration {
    /* margin-top: calc(-1 * var(--36px)); */
  }

  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper) .info-wrapper p {
    color: var(--text-default);
    font-weight: 400;
    font-size: var(--18px);
    margin-bottom: var(--14px);
  }

  .main-live-wrapper .info-wrapper.no-live p {
    max-width: 350px;
    line-height: 1.5;
  }

  :is( .main-live-wrapper, .next-live-wrapper) .info-wrapper dl {
    gap: 32px;
  }

  .old-live-wrapper .info-wrapper dl {
    gap: 16px;
  }

  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper) .info-wrapper dl div {
    gap: 10px;
    align-items: center;
  }

  :is( .main-live-wrapper, .next-live-wrapper, .old-live-wrapper) .info-wrapper dl img {
    width: var(--20px);
    height: var(--20px);
    object-fit: contain;
  }

  :is( .main-live-wrapper, .next-live-wrapper) .info-wrapper dd {
    color: var(--text-default);
    font-size: clamp(var(--16px),var(--8px) + 1.01vw, var(--18px));
  }

  .main-live-wrapper .picture-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(calc(50% - 12px), 100vw);
  }

  :is(.main-live-wrapper, .detail-live-wrapper) .picture-wrapper img {
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
  }

  .live-see-too {
    margin-top: 40px;
  }

  .old-live-wrapper,
  .next-live-wrapper {
    gap: 24px;
    flex-wrap: wrap;
  }

  :is(.next-live-wrapper, .old-live-wrapper) .picture-wrapper img {
    border-radius: 16px;
  }

  .next-live-wrapper .auto-gap {
    height: 100%;
  }

  .next-live-wrapper .info-wrapper {
    height: 250px;
  }

  .live-past-events {
    margin-top: 82px;
  }

    .live-past-events .title-header {
      flex-direction: row;
      justify-content: space-between;
    }

    .live-past-events h2 {
      margin-bottom: 42px;
    }

    .live-past-events .cards-wrapper {
      flex-direction: row;
      gap: 62px 24px;
      margin-bottom: 54px;
    }

  .old-live-wrapper {
    width: calc(100% / 2 - 12px);
    flex-wrap: wrap;
  }

    .old-live-wrapper .info-wrapper {
      max-width: calc(100% - 250px - 24px);
      height: 250px;
    }

      .old-live-wrapper .info-wrapper ul {
        gap: 10px;
      }

        .old-live-wrapper .info-wrapper ul li {
          font-size: var(--16px);
          font-weight: 500;
          color: var(--fg-live-tag);
          padding: 4px 6px;
          background: var(--bg-live-tag);
          border-radius: 8px;
        }

      .old-live-wrapper .info-wrapper dl {
        flex-direction: column;
      }

  :is( .old-live-wrapper, .next-live-wrapper) .picture-wrapper img {
    height: 250px;
    max-width: 250px;
  }
  /*#endregion*/

  /*#region Detalhe Live*/
  .detail-live-wrapper {
    display: flex;
    flex-direction: row;
  }

    .detail-live-wrapper .info-wrapper h3 {
      color: var(--text-primary);
      font-weight: 500;
      line-height: 1.40;
      font-size: clamp(var(--20px), var(--8px) + 1.62vw, var(--24px));
    }

    .detail-live-wrapper .info-wrapper p {
      color: var(--text-default);
      font-weight: 400;
      font-size: clamp(var(--18px), var(--8px) + 1.21vw, var(--20px));
      line-height: 1.40;
      margin-top: 12px;
      text-align: justify;
      margin-bottom: 24px;
    }

    .detail-live-wrapper .info-wrapper dl {
      display: flex;
      flex-direction: column;
      gap: var(--16px);
    }

      .detail-live-wrapper .info-wrapper dl div {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
      }

      .detail-live-wrapper .info-wrapper dl :is(dt,dd) {
        display: flex;
        gap: 10px;
        /* width: fit-content; */
        font-size: var(--18px);
        align-items: center;
      }

      .detail-live-wrapper .info-wrapper dl dt {
        font-weight: 500;
      }

        .detail-live-wrapper .info-wrapper dl dt img {
          width: var(--20px);
          height: var(--20px);
        }

      .detail-live-wrapper .info-wrapper dl dd {
        font-weight: 400;
      }

    .detail-live-wrapper .actions-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      max-width: min(calc(50% - 12px), 100vw);
    }

      .detail-live-wrapper .actions-wrapper .buttons {
        display: flex;
        gap: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
        flex-direction: column;
      }

    .detail-live-wrapper .picture-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
    }

  .countdown-title {
    font-size: clamp(var(--20px), var(--8px) + 1.42vw,var(--22px));
    font-weight: 400;
    color: var(--text-primary);
  }

  .countdown-itens-wrapper {
    gap: 16px;
    margin: 0 auto;
    margin-top: 12px;
  }

  .countdown-wrapper {
    gap: 10px;
    align-items: center;
  }

  .countdown-number {
    font-size: var(--24px);
    font-weight: 500;
    color: var(--text-primary)
  }

  .countdown-label {
    font-size: var(--16px);
    font-weight: 400;
    color: var(--text-alternative)
  }

  /*#endregion Detalhe Live */

  /*#region Home Lives Inscritas*/

  .myralis-live-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .myralisLive-filter-container {
    background: #fff;
    border-radius: 8px;
  }

  .myralisLive-fontSize-specialty {
    font-size: 14px;
  }

  .myralisLive-button-cancelSubscription {
    background: #FFF;
    border: 1px solid #009CC7;
    border-radius: 4px;
    cursor: pointer
  }

    .myralisLive-button-cancelSubscription:hover {
      background: #009CC7;
      color: #FFF;
    }

    .myralisLive-button-cancelSubscription:disabled {
      background-color: rgba(239, 239, 239, 0.3);
      color: rgba(16, 16, 16, 0.3);
      border-color: rgba(118, 118, 118, 0.3);
      cursor: default;
    }

  /*#endregion*/

  /*#region Detalhes das Lives*/

  .myralisLive-details-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 10px;
  }

  .myralisLive-details-icon-maxsize {
    width: 20px;
    height: 20px
  }

  .myralisLive-details-card-footer {
    padding: 0 50px 50px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .myralisLive-details-subscribe-button,
  .myralisLive-details-subscribe-button:hover {
    background: #009CC7;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 8px 34px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
  }

  .myralisLive-details-submit-button {
    background: #009CC7;
    border-radius: 8px;
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    cursor: pointer;
    width: 194px;
    height: 50px;
  }

  .myralisLive-details-contador {
    font-size: 12px;
    color: #333333;
    margin-top: 12px;
  }

  .myralisLive-details-submit-button-disabled {
    background: #666666;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 1.25rem 3.125rem;
  }

  .myralisLive-details-backButton,
  .myralisLive-details-backButton-2 {
    color: #009CC7;
    font-weight: 700;
    background: #FFF;
    border: 1px solid #009CC7;
    border-radius: 8px;
    padding: 10px 4.5rem;
    cursor: pointer;
  }

  .myralisLive-details-sendButton {
    background: #009CC7;
    font-weight: 700;
    color: #FFF;
    border: 1px solid #009CC7;
    border-radius: 8px;
    padding: 10px 4.5rem;
    cursor: pointer;
  }

  .myralisLive-details-date::first-letter {
    text-transform: uppercase;
  }

  .myralisLive-details-imgGradient img {
    display: block;
  }

  .myralisLive-details-imgGradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(360deg, rgba(39, 45, 97, 0.9) -1.57%, rgba(39, 45, 97, 0) 100.97%);
  }

  .myralisLive-details-img-padding {
    padding: 3.125rem;
  }

  .myralisLive-details-title {
    font-weight: 700;
    font-size: 36px;
  }

  .myralisLive-details-bannerBreadcrumb-link,
  .myralisLive-details-bannerBreadcrumb-link:hover {
    font-weight: 400;
    font-size: 18px;
  }

  .myralisLive-details-register-success-title {
    font-weight: 700;
    font-size: 26px;
  }

  .myralisLive-details-register-success-subtitle {
    margin: 12px 0;
  }

  .myralisLive-details-image {
    height: 390px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }

  .myralis-icon-maxsize {
    width: 1.125rem;
  }

  .myralisLive-details-date-icon {
    padding: 3px 0;
  }

  .myralis-chat-border {
    border-radius: 0 8px 8px 0;
  }

  .myralis-videoPlayer-border {
    border-radius: 8px 0 0 8px;
  }

  .myralis-videoPlayer-height,
  .myralis-videoPlayerFull-height {
    height: min(min(100vh, 100vw), 640px);
    max-height: calc(min(100vh, 60vw) - 30px);
  }

  .myralis-videoPlayer {
    padding-right: 0;
  }

  .myralis-chat {
    padding-left: 0;
  }

  .myralisLive-videoTitle-size {
    font-size: clamp(var(--24px), var(--12px) + 1.42vw, var(--26px));
  }

  .live-speaker label,
  .live-speaker {
    font-size: var(--18px);
  }

  .myralisLive-banner-mobile-container {
    display: none;
  }

  .myralisLive-banner-web {
    height: 390px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }

  .myralisLive-banner-mobile {
    height: 96px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }

  .myralisLive-details-card-body {
    padding: 40px 50px 36px 50px;
  }

  .myralisLive-interestLives-title-container {
    margin: 34px 0 12px 0;
  }

  /*#endregion*/

  /*#region Accordeon NPS*/

  .myralisLive-accordeon-card {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
  }

  .myralisLive-accordeon-card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .myralisLive-accordeon-card-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    font-style: normal;
    width: 100%
  }

  .myralisLives-accordeon-title {
    padding: 24px;
  }

  .myralisLive-nps-container {
    display: flex;
    gap: 8px;
  }

  .myralisLive-nps-title,
  .myralisLive-nps-text {
    padding: 26px 24px 24px 24px;
    width: 100%;
  }

  .myralisLive-accordeon-arrows-container {
    display: flex;
    align-items: center;
    padding: 26px 24px 24px 0;
    gap: 16px;
  }

  .myralisLive-carousel-indicators {
    margin: 34px 0 8px 0;
    padding: 0;
    justify-content: flex-start;
    position: initial;
  }

  #myralisLive-accordeon-card-arrow {
    width: 24px;
  }

  #carouselArrows {
    gap: 4px;
  }

  .carousel-indicators > li {
    width: 98px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 4px;
    cursor: default;
  }

    .carousel-indicators > li.active {
      background: #009CC7;
      border-radius: 4px;
    }

  .myralisLive-accordeon-leftArrow-button,
  .myralisLive-accordeon-rightArrow-button {
    background: #009CC7;
    padding: 4.4px;
    border-radius: 4px;
    width: 22px;
    height: 22px;
  }

  .myralisLive-accordeon-card-body {
    padding: 0 24px 24px 24px;
  }

  .myralisLive-nps-detractor,
  .myralisLive-nps-neutral,
  .myralisLive-nps-promoter {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

    .myralisLive-nps-detractor:hover,
    .myralisLive-nps-detractor:focus,
    .myralisLive-nps-neutral:hover,
    .myralisLive-nps-neutral:focus,
    .myralisLive-nps-promoter:hover,
    .myralisLive-nps-promoter:focus {
      border: 2px solid #000;
      color: #fff;
    }

  .myralisLive-nps-detractor {
    background: #D52029;
  }

  .myralisLive-nps-neutral {
    background: #F99500;
  }

  .myralisLive-nps-promoter {
    background: #66B44E;
  }

  .myralisLive-nps-question-subtitle {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }

  .myralisLive-nps-buttons-container {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
  }

  .myralisLive-nps-textCounter {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
  }

  .myralisLive-nps-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 34px;
    height: 40px;
    border: 1px solid #009CC7;
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #009CC7;
    margin-right: 10px;
    cursor: pointer;
  }

  .myralisLive-nps-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 34px;
    height: 40px;
    background: #009CC7;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    border: none;
    margin-left: 10px;
    cursor: pointer;
  }

  .myralisLive-nps-finish {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin: 34px auto;
    padding: 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
  }

  /*#endregion*/

  /*#endregion*/

  /*#region Myralis: Modais*/

  /*#region Modal de Compartilhamento*/

  .myralis-modal-content {
    border: none !important;
    border-radius: 8px !important;
  }

  .myralis-modal-header {
    border: none !important;
    align-items: center !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .myralis-modal-title {
    font-size: 24px;
    font-family: var(--primary-font);
    color: var(--text-primary);
    font-weight: bold;
  }

  .myralis-icones-compartilhar-style {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .myralis-titulos-icones-justify {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .myralis-linkCopy-sucess {
    text-align: center;
    color: var(--text-secondary);
    font-weight: bold;
    display: flex;
  }

  /*#endregion*/

  /*#region Modal de Login Obrigatorio*/

  .myralis-modalBlog-content {
    border-radius: 8px;
  }

  .myralis-modalBlog-title {
    font-size: 24px;
    color: var(--text-header-2);
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    font-family: 'Ubuntu';
  }

  .form-fields.myralis-forms-info-crm-2 {
    display: flex;
  }

  .form-control {
    height: 40px;
  }

  .myralis-modalBlog-subtitle {
    text-align: center;
    margin-bottom: 0 !important;
    padding: 18px 0;
    color: var(--text-default);
  }

  .miralys-modalBlog-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 60px 0px 60px;
  }

  .myralis-modalBlog-footer {
    border: none !important;
    justify-content: center !important;
    padding-bottom: 18px;
  }

  .myralis-modalBlog-buttonLogin {
    color: var(--button-primary-fg);
    font-weight: bold;
    background: var(--button-primary);
    border-radius: 8px;
    margin-left: 10px !important;
    padding: 5px 25px;
    font-family: 'Ubuntu';
  }

  .myralis-modalBlog-buttonVoltar {
    font-weight: bold;
    border: 1px solid var(--button-alternative);
    background-color: white;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 10px !important;
    padding: 5px 25px;
    color: var(--text-primary);
  }

  .myralis-requiere-login-modal {
    padding: 15px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  input.btn.myralis-modalBlog-buttonVoltar {
    min-width: 144px;
    font-family: 'Ubuntu';
  }

  .modal-backdrop.show {
    background: #272D61;
    opacity: 0.6;
  }

  /*#endregion*/

  /*#region Modal de Termos e Condições*/

  .myralis-modalTerms-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .myralis-modalTerms-header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    padding: 20px;
  }

  .myralis-modalTerms-title {
    color: var(--text-secondary);
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: var(--primary-font);
  }

  .myralis-modalTerms-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin: 0 60px;
  }

  .myralis-modalTerms-footer {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 30px 0;
  }

  .myralis-modalTerms-button {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--button-secondary);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
  }

  /*#endregion*/

  /*#region Modal de Experiência do Usuário*/

  .modal-experience-onboarding {
    max-width: 864px;
  }

  .myralis-modalExperience-content {
    border: none !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important
  }

  .myralis-modalExperience-body {
    border: none;
    padding: 1rem 2rem;
  }

  .myralis-modalExperience-body-list {
    background: #F4FFED;
    border-radius: 8px;
    padding: 10px 15px;
  }

  .myralis-modalExperience-body-listItems {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  .myralis-modalExperience-body-item-disabled {
    pointer-events: none;
    background: var(--gray) !important;
    border-radius: 5px !important;
    margin: 5px !important;
    color: #FFF !important;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    border: none !important;
  }

  .myralis-modalExperience-body-itens {
    background: unset !important;
    border-radius: 5px !important;
    margin: 5px !important;
    color: var(--text-primary) !important;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 20px;
    border: 1px solid var(--button-alternative) !important;
  }

    .myralis-modalExperience-body-itens.active {
      background: var(--button-secondary) !important;
      color: #FFF !important;
      border-color: var(--button-secondary) !important;
    }

  .myralis-modalSucess-title {
    color: #009CC7;
    text-align: center;
    padding: 0 70px;
    margin-top: 20px;
  }

  #icon-close {
    display: none;
  }

  .active #icon-close {
    padding-left: 20px;
    display: inline-block;
  }

  #message-specialty-limit,
  #message-specialty-empty {
    display: none;
    background: #FFE5BD;
    padding: 8px 12px !important;
    margin: 10px 4px !important;
    color: #F99500;
    font-size: 14px;
    width: 50%;
    border-radius: 5px;
  }

  #message-specialty-success {
    display: none;
    background: #FFE5BD;
    padding: 8px 12px !important;
    margin: 10px 4px !important;
    color: #F99500;
    font-size: 14px;
    width: 50%;
    border-radius: 5px;
  }

  #message-specialty-count {
    font-size: 18px;
    margin: 5px;
  }

  /*#endregion*/

  /*#region Modal de Detalhes das Lives*/

  .myralisLive-details-button {
    border: none;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
  }

  .myralisLive-details-modal-size {
    max-width: 1256px;
    max-height: 423px;
  }

  .myralisLive-details-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border-radius: 0.625rem;
  }

  .myralisLive-details-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .myralisLive-details-modal-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
  }

  .myralisLive-details-modal-description-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #009CC7;
  }

  .myralisLive-details-modal-button {
    background: #009CC7;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding: 14px 3.5rem;
    font-weight: 600;
    cursor: pointer;
  }

  .myralisLive-details-mobileShow {
    display: none;
  }

  .myralisLive-details-modal-button:hover {
    color: #fff;
  }

  /*#endregion*/

  /*#region Fix para Modal*/

  body {
    padding-right: 0 !important
  }

  /*#endregion*/

  /*#endregion*/

  /*#region Myralis: Barras de Filtros*/

  /*#region Filtros*/

  .myralis-secondaryFilter-title {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: left !important;
    border-radius: 6px !important;
    text-transform: none !important;
  }

  /*#endregion*/

  /*#region Filtros do Class*/

  .myralisClass-filter-title {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--text-primary);
    display: none;
  }

  .myralisClass-filter-background-container {
    margin: 30px 0 0 0;
    padding: 24px 24px 20px 24px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .myralis-listbox {
    margin: 15px 0 0 0;
  }

  .myralis-filter-tag {
    margin: 30px 0;
  }

  /*#endregion*/

  /*#region Filtros de Favoritos*/

  .myralisFavorite-filters-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
    justify-content: space-between;
    margin-top: 16px;
  }

  .myralisFavorite-mediaFilter-cleanButton-container {
    margin: 12px 0;
  }

  .myralisFavorite-orderFilter-label,
  .myralisFavorite-pageFilter-label {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--text-default);
  }

  .myralisFavorite-mediaFilter-container {
    display: flex;
  }

  .myralisFavorite-mediaFilter {
    margin-right: 20px;
  }

  .myralisFavorite-cleanFilter-container {
    display: flex;
    align-items: center;
  }

  .myralisFavorite-orderFilter-container,
  .myralisFavorite-pageFilter-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .myralisFavorite-orderFilter-span {
    width: 50%;
  }

  .myralisFavorite-searchFilter {
    display: flex;
    align-items: center;
    width: 100%;
  }

    .myralisFavorite-searchFilter .select2-selection__placeholder {
      font-weight: 400;
    }

  .myralisFavorite-orderFilter-pageFilter-specialtyFilter-searchFilter-container,
  .myralisFavorite-orderFilter-pageFilter-container,
  .myralisFavorite-mediaFilter-cleanButton-container {
    display: contents;
  }

  /*#endregion*/

  /*#region Filtros de Produtos*/

  .myralisProduct-filter-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
    color: var(--text-primary);
    display: none;
    margin: auto;
    width: 50%;
    text-align: center;
    font-family: var(--primary-font);
  }

  .tags-list {
    margin-left: 0 !important;
  }

  .myralisProduct-orderFilter-pageFilter-container {
    display: contents;
  }

  .myralis-tag-filter {
    margin-bottom: 30px;
  }

  .myralisProduct-secondary-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .myralisProduct-secondary-filter-item {
    display: flex;
    background-color: #009CC7;
    padding: 4px 12px;
    border-radius: 5px;
  }

    .myralisProduct-secondary-filter-item:not(:first-child) {
      margin-left: 8px;
    }

    .myralisProduct-secondary-filter-item:first-child {
      margin-left: 10px;
    }

  .myralisProduct-secondary-filter-label {
    margin: 0 10px 0 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
  }

  .myralisProduct-secondary-filter-clean {
    padding: 5.5px 12px;
  }

  .myralisProduct-secondary-filter-clean-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: var(--text-primary);
    font-family: var(--primary-font);
  }

  .myralis-button-clean-filter {
    border-radius: 8px;
    border: 1px solid var(--button-alternative);
    display: flex;
    height: 36px;
    padding: 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-top: 22px;
    margin-bottom: 32px;
  }
  /*#endregion*/
  /*#region Filtros de Lives Inscritas*/
  .myralisLivesIncritas-filters-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 3px 20px;
  }

  .myralisLivesIncritas-orderFilter-container,
  .myralisLivesIncritas-pageFilter-container {
    display: flex;
    align-items: center;
    margin: 12px 10px;
  }

  .myralisSubscribedLive-orderFilter-label,
  .myralisSubscribedLive-pageFilter-label1 {
    font-size: 14px;
    margin-right: 10px;
  }

  .myralisSubscribedLive-pageFilter-label2 {
    font-size: 14px;
    margin-left: 10px;
  }

  select#SortFilter {
    min-width: 110px;
  }

  select#PageSize {
    min-width: 63px;
    font-size: 14px;
    height: 36px;
  }

  .myralisLivesIncritas-specialtyFilter {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 12px 10px;
  }

  .myralisLivesIncritas-nameFilter {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 12px 0;
  }

  .myralisSubscribedLive-clearFilters-container {
    display: block !important;
  }

  .myralisSubscribedLive-mobile-clearFilters-container {
    display: none !important;
  }
  /*#endregion*/

  /*#region Filtros Myralis Search */
  /* fix for .modified-accordion */
  .modified-accordion .normalize-collapse .collapse:not(.show) {
    display: none;
  }

  .modified-accordion .normalize-collapse .collapse.show {
    display: block;
  }
  /* fix end */
  .title-search {
    text-align: left;
    font-family: var(--primary-font);
    font-size: 20px;
    color: var(--text-primary);
  }

  .wrapper-filter {
    margin-top: 12px;
  }

  /*#endregion
/*#endregion*/

  /*#region Myralis: Utils*/

  /*region Educa+: 404 Not found não encontrada*/
  .html-not-found-page .container {
    max-width: 734px;
  }

  .html-not-found-page .page-title {
    color: var(--text-header-2);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 22px;
  }

  .html-not-found-page .text {
    text-align: center;
    line-height: 22px;
    color: var(--text-default);
  }

  .html-not-found-page .button-2 {
    color: var(--text-primary) !important;
    border-color: var(--button-alternative);
    outline: var(--button-alternative);
    font-family: var(--primary-font);
  }

  .myralis-filter-notfound-title {
    font-family: var(--primary-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-primary);
    padding: 0px 0px 12px 0px;
  }

  .myralis-filter-notfound-description {
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-default);
    padding: 0px 0px 68px 0px;
  }

  .myralis-filter-notfound-description-text {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-default);
  }

  /*#endregion*/

  /*#region Menu Hamburguer*/

  .hamburger {
    padding: 5px 0 0 0 !important;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: var(--el-primary) !important;
    width: 24px !important;
    height: 2px !important;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: var(--el-primary) !important;
  }

  .hamburger.is-active:hover,
  .hamburger:hover {
    opacity: inherit !important;
  }

  .hamburger-box {
    height: 20px !important;
  }

  /*#endregion*/

  /*#region MyralisSearch*/
  .html-search-page .myralisClass-filter-title {
    display: none;
  }

  .html-search-page .myralisclass-backgroundFilter.myralis-boxShadow {
    margin-top: 30px;
  }

  .myralis-search-filters {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 20px;
    gap: 20px;
    width: 292px;
    height: 567px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .myralis-search-listbox {
    margin: 5px 0 15px 0;
  }

  .myralis-search-filters-TituloFiltro {
    width: 241px;
    height: 32px;
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #009CC7;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  /*#endregion*/

  span.myralis-shared-btn {
    background-color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    height: 40px;
    border-radius: 8px;
    width: 35%;
    color: white;
    cursor: pointer;
  }

  .shared-btn-area {
    display: flex;
    justify-content: center;
  }


  /*#region Imagem de Fundo Newsletter (Desabilitada)*/
  .col-sm-10.col-md-7.col-lg-5.m-auto.p-3.p-md-5 {
    display: none;
  }

  /*#endregion*/



  /*#region Bordas*/

  .myralis-border-radius-8 {
    border-radius: 8px;
  }

  .myralis-border-radius-10 {
    border-radius: 8px;
  }

  /*#endregion*/

  /*#region Kendo UI - Datepicker*/

  .k-calendar-view {
    width: 250px !important;
  }

  .k-calendar-container, .k-datetime-container {
    right: 20%;
  }

  .myralisLive-datepicker-container {
    max-width: 120px;
    margin: 10px;
  }

  .k-i-calendar::before {
    content: url('../images/calendar-white.svg?v=4.43') !important;
  }

  .myralisLive-datepicker {
    background-color: #009CC7 !important;
    border: none !important;
    border-radius: 0 !important;
    flex-direction: row-reverse !important;
    color: #fff !important;
    cursor: pointer;
    caret-color: transparent;
  }

  .k-calendar > .k-header {
    background-color: #fff !important;
    box-Shadow: none !important;
    border: none !important;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 1rem !important;
  }

  .k-calendar-view {
    margin: 0 1rem 1rem 1rem !important;
  }

  button.k-input-button.k-button.k-icon-button.k-button-md.k-button-outline.k-button-outline-base {
    padding-left: .5rem !important;
    background: rgba(0, 156, 199, 0.2);
  }

  .k-input-button {
    border-inline-start-width: 0 !important;
  }

  /*Myralis: Customização Menu Mobile*/
  span.k-datepicker.k-input.myralisLive-datepicker.k-input-outline.k-input-md.k-rounded-md {
    max-width: 120px;
    border-radius: 6px !important;
    background: #009CC7 !important;
  }


  .k-calendar .k-calendar-td.k-selected .k-link, .k-calendar .k-calendar-td.k-state-selected .k-link {
    background-color: #009CC7 !important;
    box-shadow: none !important;
  }

  .k-calendar .k-calendar-td.k-hover .k-link, .k-calendar .k-calendar-td.k-state-hover .k-link, .k-calendar .k-calendar-td:hover .k-link {
    background-color: #99D7E8 !important;
    border-color: #99D7E8 !important;
    color: #009CC7 !important;
  }

  .k-calendar .k-calendar-td.k-selected.k-hover .k-link, .k-calendar
  .k-calendar-td.k-selected:hover .k-link, .k-calendar .k-calendar-td.k-state-selected.k-state-hover
  .k-link, .k-calendar .k-calendar-td.k-state-selected:hover .k-link {
    background: #99D7E8 !important;
    box-shadow: none !important;
    color: #009CC7 !important;
  }

  .k-calendar .k-calendar-td.k-focus .k-link, .k-calendar .k-calendar-td.k-state-focus
  .k-link, .k-calendar .k-calendar-td.k-state-focused .k-link {
    box-shadow: none !important;
  }

  a#nav-up:hover, a.k-nav-next.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button:hover,
  a.k-nav-prev.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button:hover {
    color: #009CC7 !important;
  }

  .k-calendar .k-calendar-caption, .k-calendar .k-calendar-th, .k-calendar .k-meta-header, .k-calendar .k-month-header {
    color: #000;
    font-weight: 700;
  }

  div#datepicker_dateview, .k-calendar-container .k-calendar, .k-datetime-container .k-calendar {
    box-shadow: 0px 4px 10px rgb(0 14 51 / 35%);
    border-radius: 8px;
  }

  .k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    font-size: 14px;
    padding: 4px 6px !important;
  }

  .k-today {
    color: #000 !important;
  }

  .k-disabled, .k-state-disabled, .k-widget[disabled] {
    opacity: 1 !important;
    color: #CCCCCC !important;
  }

  a.k-link {
    margin-bottom: 0.25rem;
  }

  /*#endregion*/

  /*#endregion*/
