.single-product .titlebar,
.tax-product_cat .titlebar {
  display: none;
}

.single-product .hack-top-negative-single-product {
  margin-top: -30px !important;
}

.lqd-woo-single-summary .summary.entry-summary .lqd-woo-summary-top {
  display: none;
}

/* Pagina detalhe da instrutora */
.single-product .intro-produto {
  position: relative;
  display: flex;
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
}

.single-product .intro-produto .sidebar-produto {
  position: relative;
  width: 152px;
  padding-left: 24px;
  /* margin-top: 54px; */
}

.single-product .intro-produto:before {
  content: "";
  position: absolute;
  width: 130px;
  background: #fe5735;
  border-radius: 0 52px 52px 0;
  height: calc(100% - 54px);
  margin-left: -15px;
  margin-top: 54px;
}

.single-product .intro-produto .sidebar-produto .logo-produto {
  border: 2px solid #fe5735;
  /* position: absolute;
  right: -20px;
  top: -36px; */
  border-radius: 50%;
  height: 128px;
  width: 128px;
  object-fit: cover;
}

.single-product .intro-produto .sidebar-produto .olhi-stamp {
  position: absolute;
  top: 88px;
  width: 20% !important;
  /* height: 20% !important; */
}

.single-product .intro-produto .sidebar-produto img.olhi-stamp:nth-of-type(1) {
  right: 0;
}

.single-product .intro-produto .sidebar-produto img.olhi-stamp:nth-of-type(2) {
  left: 15%;
}

.single-product .intro-produto .resumo-produto {
  width: calc(100% - 168px);
  margin-top: 30px;
  height: auto;
}

.single-product .intro-produto .resumo-produto .nome-instrutora,
.single-product .intro-produto .resumo-produto .nome-instrutora-profissao {
  color: #fe5735;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 26px;
  margin-bottom: 10px;
}

.single-product .intro-produto .resumo-produto .nome-instrutora-profissao {
  font-size: 26px;
  line-height: 25px;
  margin-top: 0;
}

.calendario {
    /* margin-top: -40px; */
    width: 100%;
}

.calendario .services-div{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.calendario .services-list-div{
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  overflow: hidden;
  background-color: #dbdbdb;
}

.calendario #services-list{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.5s ease;
}

.calendario #services-list li {
  flex: 1 0 23%;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  padding: 1rem;
  margin: 1% 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendario #services-list li p {
  margin: 0 !important;
}

.calendario #services-list li.is-selected {
background-color: #f8f8f8;
border: 0.5px solid rgba(0, 0, 0, 0.04);
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
}

.calendario .services-div span.prev-service, span.next-service {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 20px;
}

.calendario .services-div span.prev-service{
  left: 0;
  border-radius: 8px 0 0 8px;
}

.calendario .services-div span.next-service{
  right: 0;
  border-radius: 0 8px 8px 0;
}

/* 1 ITEM NO CARROSEL PARA MOBILE */
@media (max-width: 768px) {
  .calendario #services-list li {
    flex: 0 0 100%; /* Exibir um item por vez */
  }
}

.calendario label {
  color: #fe5735;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
}

#fbuilder {
  /* margin-top: 30px; */
}

.calendario #field_1-0 > label{
  display: none;
}

.calendario .fieldCalendarService #ahbfield_service{
  /* display: none; */
}

.calendario .usedSlots.usedSlotsfieldname1_1 {
  background: white;
  padding: 10px 15px;
  border: 1px solid #fe5735;
  width: fit-content !important;
  font-size: 0.9rem;
  border-radius: 6px;
  margin: 20px 0 0 auto;
  flex-direction: column;
  align-items: end;
}

.ahb_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.calendario .usedSlots.usedSlotsfieldname1_1 .ahb_list_time .t {
  display: inline-block !important;
}

.ahb_m2 #fbuilder a.cancel {
  font-size: 0;
  display: flex;
  align-items: center;
  padding: 0 3px !important;
}

.ahb_m2 #fbuilder a.cancel::before {
  content: "✕" !important;
  position: static !important;
  background: none !important;
  margin: 0 !important;
  color: #fe5735 !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

.calendario .usedSlots.usedSlotsfieldname1_1 .totalCost {
  color: #fe5735;
  font-weight: 600;
  text-align: right;
  margin-top: 10px;
}

.calendario select {
  width: 100%;
  height: 50px;
  color: #fe5735;
  padding: 12px 25px 12px 10px;
  border-radius: 10px;
  border: 1px solid #fe5735;
  background: #fff
    url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23fe5735' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.calendario .ahb_m2 #fbuilder .ui-datepicker-inline {
  max-width: calc(100%);
}

.calendario .ui-datepicker-title span,
.calendario .ui-datepicker-calendar thead span,
.calendario .ahb_m2 #fbuilder td a,
.calendario .slotsCalendar .slots > span {
  color: #fe5735;
}

.calendario .slotsCalendar {
  width: 100% !important;
}

.calendario .pbSubmit {
  display: none !important;
  justify-content: center;
  border-radius: 5px;
  background: #fe5735 !important;
  color: #fff !important;
  padding: 12px !important;
  align-content: center;
  width: 250px;
  text-transform: uppercase;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin: 0 auto !important;
  -webkit-box-shadow: 0px 0px 5px 2px rgb(204 204 204);
  -moz-box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 5px 0px rgb(204 204 204);
}

.calendario .ahb_m2 #fbuilder .slots div a {
  width: 100% !important;
  border-radius: 100px !important;
  background: #f8f8f8 !important;
  color: #666666 !important;
  border: 1px solid #fe5735 !important;
  text-decoration: none !important;
  padding: 8px 12px !important;
}

.calendario .ahb_m2 #fbuilder .slots div.currentSelection.htmlUsed a {
  color: #fff !important;
  background: #fe5735 !important;
  border: 1px solid #fe5735 !important;
}

.calendario .ahb_m2 #fbuilder .slots div:not(.htmlUsed) a:hover {
  background: #ff6d56 !important;
  color: #fff !important;
}

.calendario .ahb_m2 #fbuilder .fieldCalendar {
  /* display: none; */
}

.precos_sidebar .extra-items{
  display: block !important;
}

.precos_sidebar .extra-items.hide-precos .ver-extra{
  display: none !important;
}

.precos_sidebar .extra-items:not(.hide-precos) .ver-mais:not(.ver-extra){
  display: none !important;
}

.extra-items span.ver-mais{
  cursor: pointer;
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #666666;
  line-height: 1rem;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
}

.preco {
  min-height: 22px;
  opacity: 0;
}

.preco p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  margin: 20px 0;
  margin-bottom: -10px;
}

.preco p span.duracao {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  margin: 20px 0;
  margin-bottom: -10px;
}

.corpo-produto {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #666666;
  width: 100%;
}

.corpo-produto h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color: #666666;
}

.actions {
  padding-bottom: 20px;
}

.actions {
  padding-bottom: 20px;
  width: 100%;
}

.actions .bt-calendario-submit {
  display: flex;
  justify-content: center;
  border-radius: 5px;
  background: #fe5735;
  color: #fff;
  padding: 12px;
  align-content: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
  margin-bottom: 10px;
}

.actions .bt-enviar-msg,
.archive-instrutoras .bt-enviar-msg {
  display: flex;
  border-radius: 5px;
  padding: 12px;
  align-content: center;
  width: 100%;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #fe5735;
  color: #fe5735;
  font-size: 16px;
  justify-content: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
}

.avaliacao-custom {
  width: 100%;
}

.social-share-custom {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-share-custom .norm_row.sfsi_wDiv {
  width: 100% !important;
}

.social-share-custom h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color: #666666;
}

/* archive-instrutoras  */
.archive-instrutoras .instrutora {
  display: flex;
  margin-bottom: 10px;
}

.archive-instrutoras .instrutora > div:nth-child(1) {
  width: 260px;
}

.archive-instrutoras .instrutora img.logo-produto {
  border-radius: 50%;
  border: 2px solid #fe5735;
  display: block;
  margin: 0 auto;
  height: 128px;
  object-fit: cover;
}

.archive-instrutoras .instrutora .precos {
  margin-top: 15px;
}

.archive-instrutoras .instrutora .precos div {
  display: flex;
  gap: 5px;
}

.archive-instrutoras .instrutora .precos div h4 {
  margin: 0;
}

.archive-instrutoras .instrutora .precos .duracao {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 1rem;
  min-height: 22px;
}

.archive-instrutoras .instrutora .precos .preco {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #666666;
  opacity: 1;
}

.archive-instrutoras .instrutora > div:nth-child(2) {
  width: 100%;
  padding-left: 10px;
}

.archive-instrutoras .instrutora .titulo {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fe5735;
  margin: 0;
}

.archive-instrutoras .instrutora > div:nth-child(2) h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fe5735;
  margin: 0;
  margin-bottom: 10px;
}

.archive-instrutoras .instrutora > div:nth-child(2) .ensinar_sobre {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}

.archive-instrutoras .instrutora > div:nth-child(2) .ensinar_sobre p {
  line-height: 1.2rem;
}

.archive-instrutoras .bt-enviar-msg {
  margin-bottom: 20px;
}

.ahb_m2 #fbuilder .ui-datepicker-next,
.ahb_m2 #fbuilder .ui-datepicker-prev {
  box-shadow: 2px -2px 0 1px #fe5735 inset;
}

.ahb_m2 #fbuilder .ui-datepicker-next {
  transform: rotate(-135deg) !important;
}

.ahb_m2 #fbuilder .ui-datepicker-prev {
  transform: rotate(40deg) !important;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
}

.woocommerce button.button,
.woocommerce-cart .checkout-button.button,
.woocommerce-cart
  .coupon.e-cart-section.shop_table
  .form-row.coupon-col
  .coupon-col-end
  .button.e-apply-coupon {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 30px !important;
  border-radius: 6px !important;
  background: #fe5735 !important;
  bottom: 0 !important;
  color: #fff !important;
  border: 0;
}

.woocommerce-cart td.product-name span.product-info .variation dt,
.woocommerce-cart .lqd-woo-steps,
.woocommerce-checkout .lqd-woo-steps,
.woocommerce-checkout td.product-name .variation dt,
.woocommerce-checkout td.product-name .variation dd p br {
  display: none !important;
}

.woocommerce-cart td.product-remove {
  text-align: center;
}

.woocommerce-cart
  .coupon.e-cart-section.shop_table
  .form-row.coupon-col
  .coupon-col-end
  .button.e-apply-coupon {
  margin: 0 !important;
}

.woocommerce-cart
  .coupon.e-cart-section.shop_table
  .form-row.coupon-col
  .coupon-col-end {
  flex: none;
}

.woocommerce-cart #lqd-site-content {
  padding-top: 0px;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #fe5735 !important;
}

.woocommerce-message a.button.wc-forward {
  background-color: #fe5735 !important;
}

.woocommerce .woocommerce-info a {
  color: #fe5735 !important;
}

.woocommerce-checkout .woocommerce button.button {
  margin-top: 0px !important;
  height: 45px !important;
}

/* Block times */

/* .block-times-screen .ahb-adintsection */
/* .block-times-screen p:nth-child(1), */
/* .block-times-screen .ahb-adintsection  */
/* .block-times-screen p:nth-child(2), */
/* .block-times-screen .wrap */
/* .block-times-screen h1:nth-child(1), */
/* .block-times-screen #formheader_1,  */
.block-times-screen #wpadminbar,
.block-times-screen .notice,
.block-times-screen .ahb-buttons-container,
.block-times-screen .ahb-breadcrumb,
.block-times-screen #adminmenumain,
.block-times-screen #wpfooter,
.block-times-screen #wpbody-content > div.wrap > h1,
.block-times-screen #setting-error-settings_updated {
  display: none !important;
}

.block-times-screen {
  overflow-y: auto;
}

.block-times-screen,
.block-times-screen #wpbody {
  padding-top: 0px !important;
}

.block-times-screen #wpwrap {
  background-color: #fff;
}

.calendario-block {
  border: 0 !important;
  margin: 0 !important;
  background-color: #fff !important;
}

.calendario-block .inside > p,
.calendario-block .ahbfield_quantity_div,
.calendario-block .totalCost {
  display: none;
}

.calendario-block .ahb-adintsection {
  padding: 0;
}

.calendario-block #fbuilder {
  margin-top: 0px;
}

.calendar-block-times {
  min-height: 1000px;
}

.calendario .pbSubmit.importantRule {
  display: block !important;
  font-family: Inter, Sans-serif;
  font-weight: bold;
  border: 0;
  border-radius: 10px;
  width: 100%;
  margin-top: 15px !important;
}

.ahb_m2 #fbuilder .ui-datepicker-next,
.ahb_m2 #fbuilder .ui-datepicker-prev {
  border: none !important;
}

.calendario-block.calendario .ahb_m2 #fbuilder .slots div.approved.old > a {
  border-color: #666666 !important;
  background: #d3d3d3 !important;
  opacity: 0.7;
  pointer-events: none;
}

.spinner-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
  z-index: 9999;
}

.show-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #fe5735;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite;
}

.pms-cross-promo {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ************** */

#yith-stripe-card-number,
#yith-stripe-card-expiry,
#yith-stripe-card-cvc {
  width: 100%;
}

.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
  width: 125px;
}
