@charset "UTF-8";
.customer-response ul.nav-tabs li {
  margin-left: 0;
}

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

.c-orange {
  color: #F66013;
}

.pagination-page:hover,
.pagination-page.active,
.btn-orange {
  background: #f66013;
  border-color: #f66013;
  color: white;
}

.category-page .item-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.start h2,
.blog-page .categories ul li i,
.faq-page .accordion:hover,
.faq-page .element-faq .accordion-open,
.blog-page .categories ul li a:hover,
.btn-orange:hover,
.action-icon a i.fa-heart,
.c-orange {
  color: #f66013;
}

.blog-page .categories span,
.question-bg {
  background-color: #f66013;
}

.question a.def-btn {
  background-color: #27211a;
}

.question a.def-btn {
  border-color: #27211a;
}

.action-icon a:hover i.fa-heart {
  color: #27211a;
}

.question a.def-btn:hover {
  border-color: #fff;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.single-product.thumbnail:hover .buy-hover {
  transform: translateY(80%);
}

.btn-orange {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  border: 2px solid #f66013;
}

.btn-orange:hover {
  background: white;
}

.inner-menu.brand input[type=checkbox] + label,
.submit-button .def-btn,
.form-sec ul.nav-tabs > li > a {
  font-weight: normal;
}

.feature-product .feature-product-list img {
  position: static;
}

.feature-product .feature-product-list .image-product {
  position: absolute;
  left: 0;
  width: 70px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.feature-product .feature-product-list .image-product img {
  max-height: 100%;
  max-width: 100%;
}

.carousel-inner .item {
  max-height: 440px;
}

.carousel-inner .item .img-holder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#variacoes .variacao {
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
  margin-left: 5px;
}

#variacoes .variacao.active {
  border: 3px solid #f66013;
}

#variacoes .variacao {
  width: 70px;
  height: 70px;
  float: left;
}

#variacoes .variacao img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.input__label-content--yoshiko::after,
.area-pessoal .open-morada:hover {
  color: #f66013;
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
  border-color: #f66013;
}

.contact-detail a {
  color: #F66013;
}

.contact-detail a:hover {
  color: #372E24;
}

.submit-button .def-btn[disabled], .submit-button .def-btn[disabled=disabled], .submit-button .def-btn[disabled=true] {
  opacity: 0.65;
  cursor: not-allowed;
}

.soc-login ul li a.instagram {
  background: #e4405f;
}

.soc-login ul li a.instagram {
  border-color: #e4405f;
}

.soc-login ul li a.instagram:hover {
  color: #e4405f;
}

.modal-login-content {
  display: flex;
}

.modal-login-content form {
  width: 100%;
}

.modal-login-content .bg-left {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.pretty span {
  z-index: 999999;
}

#modal-login-registo .pretty {
  margin: 0 5px 5px 0;
}

#modal-login-registo .termos {
  font-size: 13px;
}

.area-pessoal .control-label {
  font-weight: normal;
}

.form-group .form-control {
  border: 2px solid #efefef;
  border-radius: 0;
  min-height: 50px;
  height: 50px;
  line-height: 50px;
  color: #191919;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.area-pessoal .open-morada {
  cursor: pointer;
}

.morada-header a.def-btn {
  padding: 5px;
  color: white;
  border: 2px solid #F66013;
}

.morada-header a.def-btn:hover {
  color: #F66013;
}

.morada-header a.def-btn i {
  padding: 0;
  font-size: 18px;
}

.area-pessoal table th {
  font-weight: normal;
}

.cart .old-price {
  text-decoration: line-through;
  font-size: 0.8em;
  color: #666;
}

/*tracking*/
.tracking {
  position: relative;
  height: 65px;
  color: #666666;
  width: 600px;
  margin: 35px auto 54px auto;
}

.tracking .progress-type, .tracking .progress-number {
  display: none;
}

.tracking .tracking-list {
  width: 100%;
  position: absolute;
  z-index: 8;
  display: flex;
  justify-content: space-between;
}

.tracking .tracking-list .location .status {
  display: table;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  background-color: #e1e4e9;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

.tracking .tracking-list .location .text-wrap {
  display: table;
  width: 90px;
  margin: auto;
  padding-top: 9px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

.tracking .tracking-list .location {
  position: relative;
}

.tracking .tracking-list .location .fa-check {
  display: none;
}

.tracking .tracking-list .location.checked {
  color: #5d9e0e;
}

.tracking .tracking-list .location.checked .status {
  background-color: #5d9e0e;
}

.tracking .tracking-list .location.checked .fa-check {
  display: inline-block;
}

.tracking .tracking-list .location.checked .number {
  display: none;
}

.tracking .tracking-list .location.step1 .status {
  margin-left: -3px;
}

.tracking .tracking-list .location.step1 .text-wrap {
  position: absolute;
  left: -33px;
}

.tracking .tracking-list .location.step4 .status {
  margin-right: -3px;
}

.tracking .tracking-list .location.step4 .text-wrap {
  position: absolute;
  right: -33px;
}

.tracking ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tracking .progress-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  margin-top: 9px;
  background-color: #e1e4e9;
  z-index: 6;
}

.tracking .progress-bar .progress-line.status5 {
  width: 50%;
}

.tracking .progress-bar .progress-line.status5 {
  width: 50%;
}

.tracking .progress-bar .progress-line {
  display: block;
  height: 12px;
  background-color: #5d9e0e;
}

.tracking-mobile .order-tracking {
  border-left: 5px solid #e1e4e9;
  margin-left: 10px;
}

.tracking-mobile ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tracking-mobile .order-tracking:before {
  content: "";
  background-color: #5d9e0e;
  height: 10px;
  width: 5px;
  position: absolute;
  left: -5px;
  top: 0;
}

.tracking-mobile .order-tracking li {
  clear: left;
  margin-bottom: 15px;
  margin-left: 22px;
  font-size: 14px;
  min-height: 30px;
  color: #ccc;
}

.tracking-mobile .order-tracking li strong {
  color: #ccc;
}

.tracking-mobile .order-tracking li.step-0:before {
  content: "1";
}

.tracking-mobile .order-tracking li.step-1:before {
  content: "2";
}

.tracking-mobile .order-tracking li.step-2:before {
  content: "3";
}

.tracking-mobile .order-tracking li.step-3:before {
  content: "4";
}

.tracking-mobile .order-tracking li.step-4:before {
  content: "5";
}

.tracking-mobile .order-tracking li.step-5:before {
  content: "6";
}

.tracking-mobile .order-tracking li.step-6:before {
  content: "7";
}

.tracking-mobile .order-tracking li.step-7:before {
  content: "8";
}

.tracking-mobile .order-tracking li.step-8:before {
  content: "9";
}

.tracking-mobile .order-tracking li.step-9:before {
  content: "10";
}

.tracking-mobile .order-tracking li:last-child:before {
  bottom: 0;
}

.tracking-mobile .order-tracking li.checked, .tracking-mobile .order-tracking li.checked strong {
  color: #666 !important;
}

.tracking-mobile .order-tracking li:before {
  position: absolute;
  left: -15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  content: "";
  background-color: #e1e4e9;
  margin-right: 20px;
  text-align: center;
  line-height: 25px;
}

.tracking-mobile .order-tracking li.checked:before {
  background: #5d9e0e;
  content: "";
  font-family: "FontAwesome";
}

.tracking-mobile .order-tracking li .status-title {
  float: left;
  line-height: 16px;
  padding-bottom: 15px;
}

.tracking-mobile .order-tracking li strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

/*tracking*/
strong,
th,
h1, h2, h3, h4, h5,
.def-btn,
.sign-in .sign-in-hover a.login,
.shop-banner-bg a.a-view-all,
.footer-pay-p a,
.cart-item .cart-item-hover .cart-total h6,
.cart-item .cart-item-hover .cart-total p,
.cart-item .cart-item-hover .cart-item-list p {
  font-weight: 600 !important;
}

.Deals .img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Deals .img-holder img,
#Beautyshop .img-holder img {
  max-width: 100%;
  height: 200px;
}

/*region proteses*/
.site-proteses-capilares {
  padding-top: 120px;
}
.site-proteses-capilares .navbar-default .main-nav li span {
  background-color: white;
  color: #333;
  position: static;
}

.site-proteses-capilares.m-home {
  padding-top: 0;
}

.site-proteses-capilares.m-contactos,
.site-proteses-capilares.m-freepage,
.site-proteses-capilares.m-url,
.site-proteses-capilares.m-consulta,
.site-proteses-capilares.m-cart,
.site-proteses-capilares.m-utilizadores,
.site-proteses-capilares.m-encomendas,
.site-proteses-capilares.m-dicas,
.site-proteses-capilares.m-faq,
.site-proteses-capilares.m-pesquisa {
  padding-top: 138px;
}

.site-proteses-capilares.m-home .main-menu-no-home {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(125, 185, 232, 0) 100%) !important;
}
.site-proteses-capilares.m-home .fixed-header .main-menu-no-home {
  background-color: #000 !important;
}

.site-proteses-capilares .footer-bg {
  background-color: #212121;
}

/*endregion*/
.offer-list i.static {
  position: static;
  color: black;
  font-size: 10px;
}

.offer-list i.static.fa-star {
  margin-right: 2px;
}

.offer-list i.static.flaticon2-shape-1:before,
.offer-list i.static.flaticon2-shape:before {
  margin-left: 5px;
  font-size: 12px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.categories-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}

.categories-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sign-in .sign-in-hover .new-user {
  margin-top: 0;
}

.action-icon a i.fa-heart,
.action-icon a i.fa-heart-o {
  margin-right: 0;
}

.owl-buttons {
  display: flex;
  align-self: center;
  justify-content: center;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  color: #fff;
  font-size: 0;
}

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
  background-color: #F66013;
  color: #fff;
  font-family: FontAwesome;
  padding: 8px 12px;
  font-size: 16px;
  transition: all ease 0.5s;
}

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  background-color: #27211a;
}

.owl-buttons .owl-prev:before {
  content: "";
  margin-right: 5px;
}

.owl-buttons .owl-next:before {
  content: "";
}

.sign-in .user-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  position: relative;
  top: 5px;
  margin-top: -2px;
}

.preco-riscado-area {
  font-size: 12px;
}

.preco-riscado-area .percentage-change {
  padding-right: 5px;
  color: #27ae60;
}

.cart-item {
  margin-left: 20px;
}

#nprogress {
  z-index: 999999;
  position: absolute;
}

#nprogress .bar {
  background: #F66013;
}

#nprogress .peg {
  box-shadow: 0 0 10px #F66013, 0 0 5px #F66013;
}

#nprogress .spinner-icon {
  border-top-color: #F66013;
  border-left-color: #F66013;
  background-color: transparent;
}

.cart-item-list img {
  max-width: 75px;
  max-height: 75px;
}

.img-cart-holder {
  width: 75px;
  text-align: center;
}

/*region ohsnap*/
#ohsnap {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9999999999;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*right: 21px;*/
  /* Each alert has its own width */
  float: right;
  clear: right;
  background-color: white;
}

.alert-red {
  color: white;
  background-color: #DA4453;
}

.alert-green {
  color: white;
  background-color: #27ae60;
}

.alert-blue {
  color: white;
  background-color: #4A89DC;
}

.alert-yellow {
  color: white;
  background-color: #F6BB42;
}

.alert-orange {
  color: white;
  background-color: #F66013;
}

/*endregion*/
.preco-riscado {
  text-decoration: line-through;
}

.no-margin {
  margin: 0;
}

.cart .btn {
  height: 50px !important;
}

.cart.table .quantity-box,
.cart-table-mobile.table .quantity-box {
  width: 180px;
}
.cart.table td,
.cart-table-mobile.table td {
  vertical-align: middle;
}
.cart.table .quantity-box .field1 button.sub,
.cart-table-mobile.table .quantity-box .field1 button.sub {
  margin-right: -1px;
  float: left;
}
.cart.table .quantity-box #field1 button.add,
.cart-table-mobile.table .quantity-box #field1 button.add {
  margin-left: -1px;
  float: left;
}
.cart.table .quantity-box .field1 button,
.cart-table-mobile.table .quantity-box .field1 button {
  border: 1px solid #e7e7e7;
  background-color: transparent;
  font-size: 22px;
  height: 46px;
  width: 42px;
  text-align: center;
}
.cart.table .quantity-box .field1 input,
.cart-table-mobile.table .quantity-box .field1 input {
  border: 1px solid #e7e7e7;
  width: 66px;
  text-align: center;
  height: 46px;
  float: left;
}
.cart.table .edit-postal,
.cart-table-mobile.table .edit-postal {
  position: relative;
}

.search-bar-item {
  position: relative;
}
.search-bar-item .search-grid-result {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-y: scroll;
}
.search-bar-item .search-grid-result.visible {
  opacity: 1;
  visibility: visible;
}
.search-bar-item .search-grid-result .grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px;
  position: fixed;
  background: white;
  width: 100%;
  z-index: 999;
}
.search-bar-item .search-grid-result .grid-header svg {
  fill: #000;
}
.search-bar-item .search-grid-result .grid-header a {
  display: inline-block;
}
.search-bar-item .search-grid-result .grid-header .selected svg,
.search-bar-item .search-grid-result .grid-header a:hover svg {
  fill: #F66013;
}
.search-bar-item .search-grid-result .results {
  box-sizing: border-box;
  padding-top: 34px;
}
.search-bar-item .search-grid-result .results img {
  margin: 0 auto;
}
.search-bar-item .search-grid-result .results.list a {
  display: flex;
  align-items: center;
}
.search-bar-item .search-grid-result .results strong, .search-bar-item .search-grid-result .results .title {
  font-size: 16px;
}
.search-bar-item .search-grid-result .results .result {
  margin-bottom: 10px;
}

.thumbcarousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.thumbcarousel .item .thumb {
  margin: 0 2.5px;
}

.novidades-home .owl-controls, .top-vendas .owl-controls, .Beautyshop .owl-controls {
  display: none !important;
}
.novidades-home .thumbnail, .top-vendas .thumbnail, .Beautyshop .thumbnail {
  margin-bottom: 55px;
}

.blog-slider h3 {
  padding-right: 100px;
}

.owl-wrapper-outer {
  overflow-y: visible !important;
}

.single-product .media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-link .active {
  color: #333;
  font-size: 13px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.btn-custom,
.categories > div .sub-menu a.main-a,
.pagination-page {
  font-weight: 500 !important;
}

.product-view span,
.sort span,
.item-body p {
  font-weight: 600 !important;
}

.xzoom-thumbs {
  margin-top: 15px;
}

#reviews,
#information {
  font-size: 15px !important;
  line-height: 22px !important;
}
#reviews span, #reviews p, #reviews a,
#information span,
#information p,
#information a {
  font-size: 15px !important;
  line-height: 22px !important;
}
#reviews span *, #reviews p *, #reviews a *,
#information span *,
#information p *,
#information a * {
  font-size: 15px !important;
  line-height: 22px !important;
}

.fz-18 {
  font-size: 18px;
}

.fz-21 {
  font-size: 21px;
}

.price-text-final {
  font-weight: 600;  
}

.fz-16 {
    font-size: 16px;
}

.no-padding{
  padding: 0 !important;
}

.paymento-session{
    position: absolute;
    margin-top: 36px;
    padding-bottom: 44px;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .testimonial-body {
    text-align: center !important;
  }
  .testimonial-body h3 {
    padding: 0;
  }

  .testimonial-slider .simple blockquote p {
    min-height: 80px;
    height: auto;
    display: block !important;
  }

  .blog-slider .slick-slider {
    text-align: center;
  }

  .novidades-home {
    padding-top: 40px !important;
  }

  .faq-page .accordion.accordion-open span {
    top: 25% !important;
  }

  .faq-page .accordion span {
    top: 35% !important;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/*# sourceMappingURL=file:///Users/matheus/Projetos/beautyshop-novo/css/custom.css.map */
