/* Add here all your CSS customizations */
.main {
  min-height: calc(100vh - 480px);
}

.form-control {
  padding: 20px 12px !important;
}
select.form-control {
  padding: 13px 12px !important;
}
input[type="file"].form-control {
  padding: 5px !important;
}

.btn-radius {
  border-radius: 3px !important;
}

.trigger_modal {
  position: fixed;
  right: 0;
  top: 80px;
  width: 460px;
  max-width: calc(100% - 15px);
  padding: 15px 15px 0 0;
  cursor: pointer;
  z-index: 2000;
}
.trigger {
  position: relative;
  width: 100%;
  padding: 21px;
  background: #ea5036;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.trigger_none {
  margin-bottom: 0;
}
.trigger p {
  margin-top: 10px;
}
.trigger_ajax {
  display: none;
  cursor: pointer;
}
/*
.trigger_success { background-color: #00B494; }
.trigger_info { background-color: #0E96E5; }
.trigger_alert { background-color: #FAAD50; }
.trigger_error { background-color: #F45563; }
*/
@media (min-width: 576px) {
  .trigger_modal {
    max-width: 80%;
    /*padding: 18px 18px 0 0;*/
  }
}

#headerAccount > a {
  color: #444;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.header-nav-feature > a:hover {
  opacity: 0.8;
}

.shop table.cart .product-thumbnail {
  width: 90px !important;
}
.shop table.cart .product-name {
  width: auto !important;
}
.shop table.cart .product-price {
  width: 110px !important;
}
.shop table.cart .product-quantity {
  width: 160px !important;
}
.shop table.cart .product-subtotal {
  width: 120px !important;
}
.shop table.resume_cart .product-thumbnail {
  width: 10% !important;
  min-width: 60px !important;
}
.shop .cart-totals th {
  width: 40%;
  min-width: 120px;
}

.worcontrol_useraddr {
  background: #fbfbfb;
  border: 2px solid #fff;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
.worcontrol_useraddr:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.wc_order_create .toggle > label:before {
  content: none !important;
}

#placesModal .modal-dialog {
  width: 90%;
  max-width: 940px;
}

.border-error {
  border-color: #ea5036 !important;
}

ul.pagination {
  width: min-content !important;
}

.btn {
  border-radius: 0.25rem !important;
}

.workcontrol_cardnumber {
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: 5px !important;
}

section.section.section-background-half-primary-half-light {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #ea4d2a),
    color-stop(50%, #f7f7f7)
  );
  background: linear-gradient(to right, ##ea4d2a 50%, #f7f7f7 50%);
}

.custom-image-position-1 {
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 250px;
  height: 100%;
}

.w-33 {
  width: 33% !important;
}

.tabs.tabs-simple .nav-tabs > li .nav-link {
  min-height: 105px;
}

@media (min-width: 576px) {
  .tabs.tabs-simple .nav-tabs > li .nav-link {
    min-height: 81px;
  }
}

@media (min-width: 1200px) {
  .tabs.tabs-simple .nav-tabs > li .nav-link {
    min-height: initial;
  }
}

.wc_cart_cupom_info,
.wc_cart_cupom_info span {
    color: #ea5036 !important;
}

.box-livro-lowfodmap {
  border: 20px solid #b9d2f0 !important;
}
.box-livro-lowfodmap img {
  width: 100%;
  max-width: 270px;
}



#home-banner {
  background-image: url(../img/home-bg.png);
  background-position: center;
  background-repeat: repeat-x;
  color: #333 !important;
}

#home-banner .mi_banner_border {
  border: 20px solid #fff;
  margin-top: -20px;
}

#home-banner .mi_banner_price {
  background-color: #fff;
}

#home-course {
  position: relative;
  background-color: #fafafa;
}

#home-course .mi_program_content {
  position: relative;
  background-color: #EFF1F3;
}

#home-course .mi_program_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  background-color: #EFF1F3;
}

@media (min-width: 1200px) {
  #home-course .mi_program_content::before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px;
      height: 100%;
      background-color: #EFF1F3;
  }
}

.icon-clock:before {
  content: "\e081";
}

.table_resume {
  text-align: center !important;
}