/* Transition for Hover & Focus states */
a,
a:hover,
.trsn,
.trsn:hover,
.trsn:focus,
input.text,
input.text:focus,
button.trsn:hover,
select.select,
select.select:hover {
  text-decoration: none !important;
}

b,
strong {
  font-weight: bold;
}

hr {
  margin: 2em 0;
}
a,
a > *,
.trsn,
.trsn a,
.trsn div,
.trsn h1,
.trsn h2,
.trsn h3,
.trsn h5,
.trsn img {
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -ms-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}

ol,
ul {
  list-style: none;
}

h1.page-header {
  text-align: center;
  font-weight: 700;
  margin: 1em 0;
}

h1.page-header small {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

h2.block-header,
h2.legend {
  margin-bottom: 2rem;
  font-weight: 800;
}

.page-body img {
  max-width: 100%;
  height: auto !important;
}

blockquote {
  font-size: 1.1em;
  width: 100%;
  margin: 50px auto;
  font-style: italic;
  color: #555;
  padding: 1.5em 30px 1.5em 65px;
  border-left: 8px solid #ddd;
  line-height: 1.6;
  position: relative;
  background: #f7f7f7;
}

blockquote::before {
  font-family: Arial;
  content: '\201C';
  color: #ccc;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

.page-body ul,
.category-description ul {
  list-style: disc;
}

.page-body ol,
.category-description ol {
  list-style: decimal;
}

.blog .list-group-flush li {
  background: transparent;
}

/**Disable Sevenspots and Lisbon Press - Maps**/

a[href*="https://baixachiadonline.com/lojas?id=5366814"]{
	display: none;
}

a[href*="https://baixachiadonline.com/lojas?id=5366532"]{
	display: none;
}

/** Forms **/
.form-control {
  height: 44px !important;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  z-index: 2;
  width: 100%;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: #333 !important;
  background: transparent;
}

#contactpage .form-control {
  background: #fff;
}

form .actions {
  text-align: center;
}

form .actions p {
  margin: 0;
}

.quantity {
  position: relative;
}

form .form-field,
form .field {
  margin-bottom: 1rem;
}

p.required {
  color: #f00;
  font-size: 0.875em;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 100%;
  background-color: #fff !important;
  line-height: 1.65;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.quantity input[type='number']::-webkit-inner-spin-button,
.quantity input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  height: 45px;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.quantity-button {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 42px;
  text-align: center;
  line-height: 43px;
  top: 1px;
  color: #333;
  font-size: 1em;
  font-family: 'Trebuchet MS', Helvetica, sans-serif !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  right: 1px;
  border-left: 1px solid #ced4da;
  border-radius: 0 3px 3px 0;
}

.quantity-button.quantity-down {
  left: 1px;
  border-right: 1px solid #ced4da;
  border-radius: 3px 0 0 3px;
}

.quantity-button:hover {
  color: #fff;
}

textarea.form-control {
  height: 10em !important;
}

.select {
  position: relative;
}

.select i {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.select-field i {
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 1;
}

.cart table .select i {
  right: 10px;
}

/** Buttons **/
.btn {
  border-width: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 1em;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
  .btn {
    font-size: 0.875rem;
  }
}

.btn-sm {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}

/** Header **/
.message-top {
  min-height: 3rem;
  color: #fff;
  padding: 10px 0;
  min-height: 40px;
  font-size: 14px;
}

.message-top a {
  color: #fff;
}

@media (min-width: 991px) {
  .message-top {
    font-size: 1rem;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .message-top {
    left: 70px;
  }
}

.header-block .row {
  min-height: 10.71rem;
}

.header-block .navbar-brand,
.header-block .text-logo,
.cart .navbar-brand {
  color: #000;
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.header_actions > li {
  margin-right: 5px !important;
  text-align: center;
  min-width: 20px;
}

.header_actions .header_actions > li i {
  width: 1.25em;
}

.header_actions .header_actions-link {
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  min-width: auto;
  border: 0;
  background: transparent;
}

.header_actions .dropdown-item {
  text-transform: uppercase;
}

@media (min-width: 991px) {
  .header-block .store-image {
    max-width: 300px;
    max-height: 150px;
  }
}

.cart .store-image {
  max-width: 300px;
  max-height: 150px;
}

.cart-size {
  display: inline-block;
  color: #fff;
  border-radius: 13px;
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  padding: 2px;
  font-size: 12px;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-form input.form-control {
  margin: 0;
  padding-right: 40px;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
}

.search-form button {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  z-index: 2;
}

/** Footer **/
footer .text-logo,
footer .navbar-brand {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

footer .navbar-brand {
  max-width: 200px;
}

footer .footer-description,
footer .powerd-by {
  font-size: 0.875em;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer h5 {
  font-size: 1em;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer ul li a {
  padding: 0 0 5px 0 !important;
  word-break: break-all;
  font-size: 0.875em;
  display: block;
}

footer .social-footer a i {
  font-size: 1.5em;
}

footer ul.payment li {
  display: inline-block;
}

footer ul.payment li span {
  display: block;
  border: 1px solid #e1e1e1;
  width: 55px;
  height: 33px;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

footer ul.payment li span img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

footer ul.payment li span::before {
  content: '';
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 0;
  transform: rotate(60deg);
  top: -76px;
  left: -50px;
  border: 1px solid #eee;
}

footer #mc_embed_signup_scroll {
  position: relative;
}

footer #newsletter .email {
  padding-right: 45px;
  background-color: #fff;
}

footer #newsletter button {
  position: absolute;
  right: 10px;
  color: #333;
  top: 0;
  z-index: 2;
}

/** Menu **/
.navbar {
  border-radius: 0;
}

.navbar-header h1 {
  margin: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.mobilenav {
  width: 320px;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 100;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}

.mobilenav-inner {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 60px;
  height: 100%;
  width: 255px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobilenav.open {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.mobilenav .menu-header {
  height: 60px;
  width: 320px;
  background: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e1e1e1;
}

body.menuopen .nav-bg-opacity {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.mobilenav .menu-header .item {
  width: 85px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 60px;
  float: left;
  z-index: 2;
  display: table;
  text-transform: uppercase;
}

.mobilenav .menu-header .item.active {
  background: #f9f9f9;
}

.mobilenav .menu-header .item-1 i {
  font-size: 1.5em;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.mobilenav .menu-header .item-2 i,
.mobilenav .menu-header .item-3 i {
  position: absolute;
  top: 20px;
}

.mobilenav .menu-header .item-2 i {
  left: 145px;
}

.mobilenav .menu-header .item-3 i {
  left: 230px;
}

.mobilenav .menu-header .item-2 span,
.mobilenav .menu-header .item-3 span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
}

.mobilenav .menu-header .item-1 {
  text-align: center;
}

.mobilenav .lang-menu {
  background: #f9f9f9;
  width: 255px;
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translateX(-255px);
  transform: translateX(-255px);
  z-index: 5;
}

.mobilenav .menu-header .item-2.active .lang-menu,
.mobilenav .menu-header .item-3.active .lang-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobilenav .lang-menu a {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  color: #333;
  display: block;
}

.menu-header .item-1.active #search_mini_form_mobile {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#search_mini_form_mobile {
  background: #f9f9f9;
  padding: 0 20px;
  height: 60px;
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  width: 255px;
  left: 0;
  top: 60px;
  z-index: 1;
  -webkit-transform: translateX(-255px);
  transform: translateX(-255px);
}

#search_mini_form_mobile input {
  background: none;
  border-width: 0 0 1px 0;
  border-color: #333;
  border-style: solid;
  height: 35px;
  padding: 0;
  margin: -10px 0 0 0;
  width: 100%;
  border-radius: 0 !important;
}

.nav-icon {
  width: 25px;
  height: 20px;
  position: absolute;
  right: -45px;
  top: 20px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 8px;
}

.nav-icon span:nth-child(4) {
  top: 16px;
}

.nav-icon.open {
  right: 20px;
}

.nav-icon.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.open .nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .nav-icon span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.mobilenav .menu-mobile {
  padding: 0;
  margin: 0;
}

.mobilenav .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobilenav .menu-mobile li a {
  padding: 15px 20px;
  height: auto;
  line-height: 24px;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  color: #333;
  display: block;
  cursor: pointer;
}

.mobilenav .menu-mobile li.has-dropdown .dropdown {
  position: absolute;
  background: #fff;
  padding: 0;
  width: 255px;
  right: -255px;
  display: none;
  top: 0;
}

.mobilenav .menu-mobile li.has-dropdown .dropdown.active {
  display: block;
}

.mobilenav .menu-mobile li.has-dropdown ul.dropdown a {
  text-transform: none;
}

.mobilenav .menu-mobile li.has-dropdown ul.dropdown a.top-category {
  background: #f9f9f9;
  font-weight: 600;
  text-transform: uppercase;
}

.mobilenav .menu-mobile li.has-dropdown ul.dropdown a.goto span {
  text-transform: uppercase;
}

.mobilenav .menu-mobile li.has-dropdown.active .dropdown {
  display: block;
}

.mobilenav .menu-mobile li.has-dropdown a.first-trigger i,
.mobilenav .menu-mobile li.has-dropdown a.last-trigger i {
  float: right;
  top: 5px;
  position: relative;
}

.mobilenav .menu-mobile.active {
  -webkit-transform: translateX(-255px);
  transform: translateX(-255px);
}

.mobilenav .menu-mobile.level-2 {
  -webkit-transform: translateX(-510px);
  transform: translateX(-510px);
}

.mobilenav .menu-mobile.level-3 {
  -webkit-transform: translateX(-765px);
  transform: translateX(-765px);
}

.mobilenav .menu-mobile.level-4 {
  -webkit-transform: translateX(-1020px);
  transform: translateX(-1020px);
}

.mobilenav .menu-mobile.level-5 {
  -webkit-transform: translateX(-1020px);
  transform: translateX(-1020px);
}

.mobilenav .menu-mobile.level-6 {
  -webkit-transform: translateX(-1275px);
  transform: translateX(-1275px);
}

.mobilenav .menu-mobile.level-7 {
  -webkit-transform: translateX(-1530px);
  transform: translateX(-1530px);
}

.mobilenav .menu-mobile li.social-item a {
  display: block;
  font-size: 0.88rem;
  border-right: 1px solid #e1e1e1;
  position: relative;
  padding: 10px 20px;
}

#navbarsContainer .nav-item {
  float: left;
}

.navbar-expand-md .navbar-nav {
  display: block;
}

.navbar-expand-md .collapse {
  height: auto;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  line-height: 3.571rem;
  text-transform: uppercase;
}

.navbar-expand-md .dropdown {
  position: initial;
}

.navbar-expand-md.vertical_menu .dropdown {
  position: relative;
}

.navbar-expand-md.vertical_menu .dropdown-toggle::after {
  right: 15px;
  position: absolute;
  top: 26px;
}

.navbar-expand-md.vertical_menu ul.dropdown-menu.multi-level .dropdown-toggle::after {
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  right: 10px;
  position: absolute;
  top: 18px;
}

.navbar-expand-md .navbar-collapse {
  position: relative;
}

.navbar-expand-md .navbar-collapse li a {
  padding: 0 1.143rem !important;
  color: #fff;
  font-weight: 500;
}

.navbar-expand-md.vertical_menu .navbar-collapse li.dropdown a {
  padding-right: 40px !important;
}

.navbar-expand-md .navbar-collapse li a:hover {
  background: #f9f9f9;
}

ul.dropdown-menu.multi-level {
  margin: -1px 0 0 0;
  padding: 0;
  border: 0;
  top: 100%;
  border-radius: 0;
  background: #f9f9f9;
  min-width: 100%;
  line-height: 2.8rem;
}

.navbar-expand-md.vertical_menu ul.dropdown-menu.multi-level {
  position: absolute;
  left: auto;
  min-width: 160%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
}

.navbar-expand-md.vertical_menu ul.dropdown-menu.multi-level .multi-level {
  top: 1px;
  left: 100%;
  min-width: 100%;
}

ul.dropdown-menu.multi-level li.nav-item {
  float: left;
}

.navbar-expand-md.vertical_menu ul.dropdown-menu.multi-level li.nav-item {
  float: none !important;
  min-width: 100%;
}

li.sfhover,
ul.dropdown-menu.multi-level li.nav-item a:hover {
  background: #eee;
}

.navbar-light {
  min-height: 51px;
}

.sfhover > ul.dropdown-menu {
  display: block;
}

.dropdown-menu li a.nav-link {
  padding: 5px 0;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

ul.nav > li.dropdown > ul > li {
  position: relative;
}

ul.nav > li.dropdown > ul > li > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

ul.nav > li.dropdown > ul > li:hover > .dropdown-menu {
  display: block;
}

ul.nav > li.dropdown > ul > li > .icon::after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

/** Slider Home **/
#carousel-home .item .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#carousel-home .owl-nav button {
  color: #fff !important;
  opacity: 0.5;
  font-size: 3em !important;
  z-index: 2;
  position: absolute;
  height: 50px;
  margin-top: -25px;
  top: 50%;
}

#carousel-home .owl-nav {
  display: none;
}

#carousel-home .owl-nav button.disabled {
  display: none;
}

#carousel-home .owl-nav button.owl-prev {
  left: 15px;
  transform: translateX(-100px);
}

#carousel-home .owl-nav button.owl-next {
  right: 15px;
  transform: translateX(100px);
}

#carousel-home:hover .owl-nav button.owl-prev,
#carousel-home:hover .owl-nav button.owl-next {
  transform: translateX(0);
}

#carousel-home .owl-nav button:hover {
  opacity: 1;
}

#carousel-home .owl-dots {
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 100%;
  text-align: center;
}

#carousel-home button.owl-dot {
  width: 14px;
  height: 14px;
  border: 2px solid #666;
  margin: 10px 5px 0 5px;
  border-radius: 7px;
}

#carousel-home button.owl-dot.active {
  background-color: #666;
}

#carousel-home .item-background {
  height: 550px;
  background-size: cover;
  background-position: center;
}

#carousel-home .item .carousel-info {
  height: 100%;
  display: table;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

#carousel-home .item .carousel-info.center {
  transform: translate(-50%, -50%);
  left: 50%;
}

#carousel-home .item .carousel-info .carousel-info-inner {
  display: table-cell;
  vertical-align: middle;
}

#carousel-home .item .carousel-info h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  font-size: 1.5rem !important;
}

@media (min-width: 414px) {
  #carousel-home .item .carousel-info h2 {
    font-size: 2rem !important;
  }
}

@media (min-width: 768px) {
  #carousel-home .item .carousel-info {
    width: 550px;
  }

  #carousel-home .item .carousel-info.left {
    left: 50px;
    text-align: left;
  }

  #carousel-home .item .carousel-info.right {
    right: 50px;
    text-align: right;
  }

  #carousel-home {
    overflow: hidden;
  }

  #carousel-home .owl-nav {
    display: block;
  }

  #carousel-home .owl-dots {
    bottom: 0;
  }

  #carousel-home button.owl-dot {
    border-color: #fff;
    margin-top: 0;
  }

  #carousel-home button.owl-dot.active {
    background-color: #fff;
  }
}

@media (min-width: 1680px) {
  #carousel-home .item-background {
    height: 575px;
  }
}

@media (max-width: 1280px) {
  #carousel-home .item-background {
    height: 360px;
  }
}

/** Banners **/
#banners img {
  width: 100%;
}

#banners div > a {
  display: block;
  position: relative;
  overflow: hidden;
}

#banners div > a h3 {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -10px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 10px 20px 10px;
  font-weight: 800;
}

#banners div > a:hover h3 {
  bottom: 0;
}

#banners div > a:hover img {
  opacity: 0.75;
}

.no-banner{
  display: none;
}

/** Pages **/
#blog-list img {
  width: 100%;
}

#blog-list div > a h5 {
  font-weight: 600;
}

#blog-list div > a:hover img {
  opacity: 0.75;
}

/*
.videoWrapper {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  margin: 0 auto 30px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
*/

.blog-post .img-fluid {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}

figure {
  text-align: center;
}

.blog-post .page-body ul {
  list-style: disc;
}

.blog-post .page-body ol {
  list-style: decimal;
}

.page-body p:empty {
  min-height: 1.5em;
}

/** Instagram Feed **/
#instagram {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#instagram div {
  display: inline-block;
  height: 0;
  background: #eee 50% 50% no-repeat;
  background-size: cover;
  width: 16.666%;
  padding-bottom: 16.666% !important;
}

/** Category Page **/
.plus-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url('plus.png');
  display: block;
  right: 15px;
  top: 15px;
}

.dropdown-filter.show .plus-icon {
  background-position: 0 -13px;
}

.dropdown-filter {
  line-height: 45px;
}

.dropdown-filter.show .dropdown-filter-label {
  background-color: #f9f9f9;
}

.dropdown-filter .dropdown-filter-label {
  padding: 0 40px 0 20px;
  height: 45px;
  border: 1px solid #e1e1e3;
  display: block;
  position: relative;
  width: 100%;
  outline: none;
  font-weight: 700;
}

.dropdown-filter .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 0;
  border-color: #e1e1e1;
  width: 100%;
  padding: 0;
}

.dropdown-filter .dropdown-menu a {
  display: block;
  color: #333;
  border-top: 1px solid #e1e1e1;
  background: #f9f9f9;
  padding: 0 20px;
}

.dropdown-filter .dropdown-menu a.first {
  border: 0;
}

h2.category-description {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1rem !important;
  line-height: 1.5em;
  font-weight: normal;
}

.category-pager {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  display: table;
  border: 1px solid #e1e1e1;
  margin-top: 2em;
}

.category-pager > * {
  display: table-cell;
  width: 70px;
  height: 70px;
  vertical-align: middle;
}

.category-pager a {
  font-size: 2em;
}

.category-pager a.disabled {
  color: #e6e6e6 !important;
  cursor: default;
}

.category-pager .count {
  border-width: 0 1px;
  border-color: #e1e1e1;
  border-style: solid;
}

/** Product Block **/
.product-block .caption h4 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.product-block .caption .list-price {
  font-weight: 700;
  margin: 10px 0 5px 0;
}

.product-block .caption .list-price .from_price {
  font-weight: 300;
  color: #888;
  font-size: 90%;
}

.product-block a.product-image img {
  display: block;
  width: 100%;
}

.product-block a.product-image:hover img {
  opacity: 0.75;
}

.product-block a.product-image {
  position: relative;
}

.product-block .status-tag {
  position: absolute;
  text-transform: uppercase;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 10px;
  z-index: 2;
  background-color: #333;
}

.product-block .status-tag.sale {
  top: 10px;
  right: auto;
  left: 10px;
  bottom: auto;
  color: #fff;
}

/** Product page **/
.product-page .product-images {
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  background: url(loader.gif) no-repeat center;
  background-size: 60px;
}

.product-page .form-price_desktop .product-form-price {
  font-size: 2.125em;
  font-weight: 700;
}

.maxStockQty {
  border-color: red !important;
}

.product-page #product-form-price-2 {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 1em;
  display: inline-block;
}

.product-page #product-form-discount {
  font-size: 1.255em;
}

.product-page .form-price_desktop .product-form-discount {
  font-size: 1.5em;
}

.product-page .disclaimer {
  display: none;
  color: red;
}

.product-page #product-form .form-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
}

.product-page #product-form .field-group {
  margin-bottom: 10px;
}

.product-page .description p:last-child {
  margin-bottom: 0;
}

.product-page .brand {
  font-size: 1.125em;
  font-weight: 600;
}

.product-page .form-control-label {
  font-weight: 600;
}

.product-page .bootstrap-filestyle .btn {
  max-width: 45px;
  min-width: 45px;
  text-indent: -999px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 3px 3px 0;
  margin: 0;
}

.product-page .bootstrap-filestyle i {
  font-size: 1.25em !important;
  text-indent: 0 !important;
  top: 13px;
  left: 15px;
  position: absolute;
}

#product-sharing a i {
  font-size: 1em;
}

.product-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 40;
}

.product-slider .owl-nav button {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 48%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-slider .owl-nav button.owl-prev {
  left: 0;
}

.product-slider .owl-nav button.owl-next {
  right: 0;
}

.product-slider .owl-nav button:hover {
  background: rgba(255, 255, 255, 1) !important;
}

.product-page-no-image img {
  width: 100%;
}

.product-page .owl-thumbs a {
  float: left;
  display: block;
  width: 20%;
}

.product-page .owl-thumbs img {
  width: 100%;
  opacity: 0.8;
}

.product-page .owl-thumbs img:hover,
.product-page .owl-thumbs .active img {
  opacity: 1;
}

.maxStockAdc {
  background: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
  pointer-events: none;
  cursor: default;
}

.hidden {
  /**display: none !important;**/
  pointer-events: none !important;
}

.product-block-discount,
.product-form-discount,
.product-form-discount-2,
.discount {
  text-decoration: line-through;
}

.description img {
  max-width: 100%;
}

.description ol {
  list-style: decimal;
}

.description ul {
  list-style: disc;
}

@media (max-width: 736px) {
  .product-page h2.product-name {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .product-page .product-page-thumbs .thumbs img {
    opacity: 1;
  }
}

/** Contact **/
#contactpage h2.success,
#contactpage h2.error {
  font-size: 1rem !important;
  font-weight: normal;
}

ul#contact-list {
  padding: 0;
  margin-bottom: 20px;
}

form span.error {
  font-size: 0.85em;
}

form span.error a {
  text-decoration: underline !important;
}

.contact h2 {
  font-size: 1.563rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.contact iframe {
  width: 100%;
  border: 0;
}

/** Customer **/
.customer h2.block-header {
  margin-bottom: 1rem;
}

.customer .billing_address,
.customer .shipping_address {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.customer .billing_address:last-child,
.customer .shipping_address:last-child {
  padding-bottom: 0;
}

.customer .add {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/** Cart **/
.cart .cart-header a.logo .navbar-brand {
  display: block;
  line-height: 1em;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.page-actions {
  text-transform: uppercase;
}

.cart .cart-header .cart-steps > * {
  display: inline-block;
  text-transform: uppercase;
  color: #999;
  height: 25px;
}

.bullet {
  margin: 0 5px;
}

.cart .cart-header .cart-steps .active {
  color: #333;
  font-weight: 600;
}

.cart h1,
.cart h2 {
  font-size: 1.25rem !important;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.cart .cart-totals {
  position: relative;
}

@media (min-width: 992px) {
  .cart .cart-totals .cart-actions.fixed {
    position: fixed;
    top: 30px;
  }
}

.cart .checkout-container .cart-totals table.products h3,
.cart .checkout-container .cart-totals table.products .text-right {
  font-weight: 600;
  text-transform: uppercase;
}

.cart .checkout-container .cart-totals table.products {
  margin: 0;
}

.cart .checkout-container .cart-totals table.products td {
  padding: 10px 0;
}

.cart .checkout-container .cart-totals table.products td img {
  margin-right: 5px;
}

.cart .checkout-container .cart-totals table.products h3,
.cart .checkout-container .cart-totals table.products span {
  display: block;
  font-size: 14px;
  margin: 0;
  line-height: 1.2em;
}

#cart-update-form h3 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

#cart-update-form .table-responsive table th {
  border: 0;
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
}

#cart-update-form .table-responsive table td {
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 1em;
}

#cart-update-form .table-responsive table td span {
  display: block;
}

#cart-update-form .table-responsive table td.product_info span {
  font-size: 0.75em !important;
  line-height: 1.5;
}

#cart-update-form .table-responsive table td .select {
  max-width: 65px;
}

#cart-update-form .table-responsive table td .order-product-price,
#cart-update-form .table-responsive table td .order-product-subtotal,
#cart-update-form .table-responsive table td .cart-product-discount {
  font-weight: 600;
}

.cart #estimate_shipping_form {
  overflow: hidden;
}

.cart #estimate_shipping_results {
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}

.cart #estimate_shipping_results dt {
  float: left;
  margin-right: 10px;
}

.cart-block .cart-block-inside label {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.cart-block .cart-block-inside label.badge {
  display: none;
}

.cart .actions {
  overflow: hidden;
}

.cart.checkout .actions {
  display: none;
}

.cart .actions .cart-actions {
  text-align: center;
  float: right;
  margin-left: 10px;
}

.cart table.review {
  text-transform: uppercase;
}

.cart table.review tr td {
  border-color: #e1e1e1;
  padding: 0.75rem 0;
  font-size: 0.875em;
}

.cart table.review .totals.key {
  font-size: 1.25em;
}

.cart table.review .totals.key,
.cart table.review .text-right {
  font-weight: 600;
}

.cart table.review {
  padding: 0 15px;
}

.cart-totals .error {
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  font-weight: 300;
  font-size: 16px !important;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.cart-totals .success {
  border: 1px solid #c3e6cb;
  color: #155724;
  background-color: #d4edda;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  font-weight: 300;
  font-size: 16px !important;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

/** Checkout **/
#checkout {
  margin-bottom: 1.5rem;
}

.checkout-container p.required {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1.25rem;
  right: 25px;
}

.checkout-container label.control-label em {
  font-style: inherit;
}

.success-page .table-responsive .fa-image {
  font-size: 4em;
}

#contacts_accepts_marketing label {
  font-size: 13px !important;
  font-weight: normal;
}

#payments_options,
#shipping_options {
  position: relative;
}

#payments_options .radiobox,
#shipping_options .radiobox {
  position: absolute;
  top: 15px;
  left: 1.25rem;
}

#payments_options span,
#shipping_options span {
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
}

#payments_options .payment_information,
#shipping_options .shipping_information {
  padding: 0 0 0 20px;
  font-size: 0.875rem;
}

#payments_options .payment_information img {
  max-width: 100%;
  margin-top: 10px;
}

#review-cart-totals h5 {
  font-weight: bold;
}

.checkout-container .checkbox input[type='checkbox'],
.checkout-container .checkbox-inline input[type='checkbox'],
.checkout-container .radio input[type='radio'],
.checkout-container .radio-inline input[type='radio'] {
  margin-left: 0;
  margin-top: 13px;
}

.checkbox label {
  display: inline;
}

.loader {
  border: 4px solid #ccc;
  border-top: 4px solid #999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 7px auto 0;
  left: 0;
  right: 0;
  animation: spin 2s linear infinite;
  position: absolute;
}

h2.card-title {
  font-size: 20px !important;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.alert-box.alert {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 3px 0 0 1px;
  font-size: 11px;
  color: #f00;
}

.badge {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: normal;
}

.badge a {
  color: #fff;
  text-decoration: underline !important;
}

#send-to-messenger {
  margin-bottom: 20px;
}

/** Customer **/
#credentials {
  overflow: auto;
}

#credentials .label-danger {
  margin: 10px 0 0 0;
  float: left;
  padding: 5px 10px;
}

#credentials .error {
  color: #721c24;
  background-color: #f8d7da;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  text-align: center;
}

#customer_details .error {
  color: #721c24;
  background-color: #f8d7da;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
}

#customer_details #customer_contacts .error {
  display: block;
  margin-bottom: 1rem;
}

#credentials .notice {
  color: #0c5460;
  background-color: #d1ecf1;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #bee5eb;
  border-radius: 0.25rem;
  text-align: center;
}

#credentials .warning {
  color: #856404;
  background-color: #fff3cd;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #ffeeba;
  border-radius: 0.25rem;
  text-align: center;
}

a.product_digital {
  font-size: 12px;
}

#cust omer-order-table .table > tbody > tr > td {
  padding: 20px 8px;
}

#customer-order-table .badge {
  font-size: 13px;
  line-height: 13px;
  float: right;
}

#customer-order-table strong {
  font-weight: 700;
}

#customer-summary .orders h2 {
  font-size: 1.563rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}

#customer-summary .orders {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#customer-summary .orders:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

#customer-summary .orders_header,
#customer-summary .orders_body {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  position: relative;
}

.orders_header .collapsed .show {
  display: block;
}

.orders_header .collapsed .hide {
  display: none;
}

.orders_header .show {
  display: none;
}

#customer-summary .orders_header .reorder-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#customer-summary a.tracking_number {
  text-decoration: underline !important;
}

#customer-summary .orders_header .reorder-btn:hover {
  background: #c51c1c;
}

#customer-summary .orders_body {
  border-top: 1px solid #ccc;
}

#customer-summary .orders_body label {
  font-weight: bold;
  margin: 0;
}

#customer-summary .orders_body .ordered_product {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}

#customer-summary .ordered_product h4 {
  margin: 0;
}

#customer-summary .ordered_product h4.float-left {
  font-weight: 600;
}

#customer-summary .order_amounts {
  background: #f5f5f5;
  padding: 15px;
  border-top: 3px solid #ccc;
  margin-top: 15px;
  position: relative;
  margin: 20px -20px -20px -20px;
}

@media (max-width: 640px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }

  #payments ul li,
  #shipping ul li {
    font-size: 1.2em;
  }

  #cart-update-form .select-qty {
    min-width: 60px;
  }
}

@media (max-width: 991px) {
  /** Menu **/
  #login-link span.customer-name {
    width: 100%;
    display: inline;
    float: none;
  }
}

@media (max-width: 768px) {
  /* General */
  .message-top {
    display: flex;
    position: relative;
    z-index: 0;
    top: 60px;
  }

  .header-block {
    width: 100%;
    height: 60px;
    margin-top: 0;
    position: fixed !important;
    background: #fff;
    z-index: 99;
    max-width: 100% !important;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .header-block .row {
    height: 60px;
    width: 100%;
    min-height: 60px;
  }

  .header-block .navbar-brand,
  .header-block .text-logo,
  .cart .navbar-brand {
    font-size: 1.563rem !important;
  }

  .header-block .store-image {
    width: auto;
    height: 60px;
    padding: 5px 0;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  #carousel-home .item-background {
    height: 290px;
  }

  #carousel-home .home_slider {
    margin-top: 60px;
  }

  #carousel-home .owl-nav button {
    font-size: 2em !important;
  }

  /* Instagram Feed */
  #instagram div {
    width: 33.333%;
    padding-bottom: 33.333% !important;
  }
}

@media only screen and (min-width: 667px) and (max-width: 736px) {
  #carousel-home .item-background {
    height: 280px;
  }
}

@media (max-width: 667px) {
  #carousel-home .item-background {
    height: 200px;
  }

  /* Products */
  .product-block .caption {
    min-height: 65px;
  }

  .header-block .row {
    min-height: 60px;
  }
}

@media (max-width: 481px) {
  #carousel-home .item-background {
    height: 130px;
  }

  #customer_contacts #contacts_accepts_marketing label {
    max-width: 95%;
  }
}

@media (max-width: 479px) {
  #carousel-home .item-background {
    height: 200px;
  }

  .category-pager {
    width: 100%;
    margin: -1px 0 0 0;
  }

  .category-pager > * {
    width: 33.333%;
    height: 90px;
  }
}

/* Filters */
#show_filters {
  border-width: 1px;
}

.category_menu_list .count::before {
  content: '(';
}

.category_menu_list .count::after {
  content: ')';
}

.parent-2 {
  display: none;
}

#side_filters {
  display: none;
}

@media (min-width: 768px) {
  #side_filters {
    display: block !important;
  }
}

#side_filters h4 {
  font-size: 1.25em;
  font-weight: 700;
}

#side_filters h5 {
  font-size: 1em;
  font-weight: 700;
}

#side_filters .side_filters_selected .clearAll {
  text-decoration: underline;
}

#side_filters .clearFilter {
  background: #eee;
}

#side_filters .badge {
  font-size: 75% !important;
}

#side_filters .badge a {
  color: #fff;
  opacity: 0.7;
}

#side_filters .badge a:hover {
  opacity: 1;
}

.category_menu_list .count {
  color: #aeaeae;
}

.category_menu_trigger_child.active i {
  transform: rotate(180deg);
}

#side_filters .side_filters_selected .clearFilter {
  margin-bottom: 2px;
}

#side_filters .filter_wrapper > ul {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: auto;
}

#side_filters .filter_wrapper > ul li > ul {
  margin: 0 0 10px 5px;
  padding: 0;
  display: none;
}

#side_filters .filter_wrapper > ul li > .custom-control {
  line-height: 1.9;
}

#side_filters .category_menu_trigger_child {
  display: block;
  position: relative;
}

#side_filters .category_menu_trigger_child i {
  float: right;
  margin-right: 10px;
}

#side_filters #price_filter .price_message {
  display: none;
}

/* ADBP poop */
body { background: #ebebeb url('https://assets.jumpseller.com/store/baixa-chiado-online/themes/254334/pat3.png?1588788466');  }
.header-block .row { min-height: 6rem; }
.header-powered-by { text-align: right; font-size: 0.625rem; margin-bottom: 0; }
.header-powered-by img { width: 4rem; }
.navbar-expand-md .navbar-collapse { background-color: #2196f3; border: 0; }
h2.block-header.section-events-title { font-weight: 500; margin-bottom: 1rem;  } 
h2.block-header.section-title { font-weight: 500; margin-bottom: 1rem;  }
.custom-search-wrapper { background-color: #97dfff; padding: 1rem 0; margin-bottom: 2rem; }
.label-category { text-transform: uppercase; color: #2196f3; }
.footer-contact-list-address { margin: 1rem 0; }
.footer-contact-list { margin-bottom: 2rem; }
.color-footer { background: linear-gradient(90deg, #0081e5 50%, #0090ff 0); }
.color-footer .footer-description,
.color-footer .footer-contact-list { font-size: .75rem; }
.flex-footer { background-color: #005fa8; padding: 1rem 0; margin-top: 3rem; }
.color-footer h5 { border: 0; }
.flex-cols {
  font-size: small;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-cols p { margin: 0; }
.navbar-expand-md .navbar-collapse .dropdown-menu.multi-level li a { color: #2196f3; }
.navbar-expand-md .navbar-collapse li a:hover { color: #2196f3; }
.product-block .caption { margin-top: 1rem; }
.product-block .caption h4 { text-transform: none; }
img.btn-loja { box-shadow: 0 5px 5px rgba(0,0,0,.15); }
.custom-search-wrapper label { color: #000; font-weight: 600; display: block; }
.custom-search-wrapper input[type=text] { padding: 10px 10px; border: 0; border-radius: 3px; flex: 1; }
.custom-search-wrapper [type=submit] { padding: 10px 15px; background-color: #2196f3; color: #fff; border: 0; border-radius: 3px; margin-left: 5px; flex: .2; }
.custom-search-wrapper select { background-color: #fff; border: 0; }
.custom-search-wrapper select + i { z-index: 2; pointer-events: none; }
.custom-search-wrapper select.select:hover {
    cursor: pointer;
    background: #fff;
}
.custom-search-wrapper .form-flex-h {
	max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.custom-search-wrapper .block-label,
.custom-search-wrapper [type=submit] { margin: 0; }
.custom-search-wrapper [type=text] { margin: 0 1rem; }
.custom-search-wrapper .form-flex-h { display: flex; }
.flex-h { display: flex; }
.powered-by-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.powered-by-wrapper .powered-by {
	display: inline-block;
  background-color: #2196f3;
  font-size: small;
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.powered-by-wrapper .powered-by a { color: #fff; }
li.sfhover, ul.dropdown-menu.multi-level li.nav-item a:hover {
    background: #2196f3; color: #fff;
}
.powered-by-wrapper-v2 {
	background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.powered-by-wrapper-v2 a {
	color: #fff;
}
.navbar-expand-md .navbar-collapse li a { font-weight: 600; }
ul.dropdown-menu.multi-level { line-height: 2; }
.sort-me { opacity: 0; }
.fade-in { animation: fadein 1s forwards .5s; }
@keyframes fadein {
  to { opacity: 1; }
}

.btn-link-cat { display: block; }
.btn-link-cat + .btn-link-cat { margin-top: -5px; }

#carousel-home .item .carousel-info h2 { text-shadow: 2px 0 3px rgba(0,0,0,.8); }

.level-1.dropdown.active li:last-of-type { display: none; }

/* slider video */
.video-wrapper {
  background-color: #000;
}
.video-wrapper iframe {
  height: 100%;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1905/800;
}


/* FHD and up */
        @media (min-width: 1920px) {
            .video-wrapper {
                height: 575px;
            }
        }

        /* mobile */
        @media (max-width: 767px) {
            .video-wrapper {
                height: 200px;
            }
        }

        /* ipad */
        @media (width: 768px) {
            .video-wrapper {
                height: 290px;
            }
        }

        @media (width: 1024px) {
            .video-wrapper {
                height: 360px;
            }
        }

        /* ipad pro */
        @media (width: 1366px) {
            .video-wrapper {
                height: 550px;
            }
        }

				/* 1440 */
        @media (width: 1440px) {
            .video-wrapper {
                height: 550px;
            }
        }
/*end slider video */

/* Tutorial */

.tutorial strong { color: #2196f3; }
        .tutorial .cols { display: grid; grid-template-columns: auto 1fr; grid-gap: 1rem }
        .tutorial .title { font-size: 2rem; }
        .tutorial .description { font-size: 1.125rem; line-height: 1.2; }
				.tutorial .preview { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1rem;}
				.tutorial .preview article:nth-child(1) { width:100px; }
				.tutorial .preview article:nth-child(2) { width:106px; }
        /*.tutorial .preview img { max-width: 100%; max-height: 200px; }*/
				.tutorial .preview img { max-width: 100%; max-height: 100%; }
        .tutorial h3 { display: flex; align-items: center; text-transform: uppercase; }
        .tutorial h4 { margin-top: 1rem; }
        .tutorial .icon { margin-right: 1rem; }
        .tutorial .icon { width: 2rem; }
        .tutorial .steps {
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
        .tutorial .section ol { padding: 0; }
        .tutorial .section { margin-top: 2rem; }
        .tutorial .steps { margin-top: 1rem; }
        .tutorial .steps img { width: 100%; }
        .tutorial .steps p { font-weight: bold; }
        .tutorial ul, tutorial ol { padding: 0; list-style: none; }

				@media (max-width: 460px) {
            .tutorial .cols { grid-template-columns: 1fr; }
          	.tutorial .preview { display: flex; justify-content: space-around;}
        }
/*End Tutorial */

/*Baixa Pombalina */
.destaque-text{
		display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  	background-color: rgba(211, 211, 211, 0.4);
  	padding: 1rem;
  	margin-bottom: 8px;
}

.destaque-text figure{
		margin: 0 1rem 0 0;
}

.destaque-spacing{
		width: 100%;
    height: 50px;
}

.destaque-album{
		display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/*End Baixa Pombalina */

/* Banners */
#banners div > a h3 {
  background-color: rgba(33, 150, 243, .8);
  color: #fff;
  font-weight: 500;
}

/* banners */
.destaque {
  padding: 1rem;
  background-color: #c1c1c1;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.3;
}
.destaque img { float: left; margin-right: 10px;  max-width: 200px; }
img { width: 100%; max-width: 500px; }
.cols {
  display: grid;
  column-gap: 1rem;
}
.cols img { margin-bottom: 1rem; }
.col-left  { grid-template-columns: 300px 1fr; }
.col-left p { grid-column: 2; }
.col-right p { width: 80%; }
.banner-destaque h3 { margin-top: 2rem; margin-bottom: 1rem; }
.banner-destaque h2 { margin-top: 2rem; }
.banner-destaque strong { color: #2196f3; }
.banner-destaque .big { font-size: 1.5rem; line-height: 1.3; }

@media (max-width: 768px) {
  .destaque-text{
    flex-direction: column;
  }
  .destaque-text figure{
		margin: 0 1rem 1rem 0;
	}
  .col-left  { display:flex; flex-direction:column; }
  .col-right p { width: 100%; }
  .destaque-album{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: none;
	}
}

/* Mapa parques */

#floating-panel span {
  font-weight: bold;
  margin-bottom: 2px;
  color: #2196f3;
}
#floating-panel select {
	padding: 5px;
  background: #eaeaea;
  border: 0;
}
.map-wrapper {
  position: relative;
}

#map {
  height: 400px;
  width: 100%;
}

#floating-panel {
  background: #fff;
  padding: 5px;
  font-size: 14px;
  font-family: sans-serif;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
  position: absolute;
  top: 10px;
  left: 10px;
}

.map-directions {
  overflow: auto;
  background: #fff;
}

#lista-parques {
	list-style: none;
  padding: 0;
}
#lista-parques a {
	font-weight: bold;
  display: block;
}
#lista-parques {
  margin: 2rem 0;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
}
#lista-parquesX li + li {
	margin-top: 1rem;
}
.map-directions table.adp-directions { width: 100%; }

/* Mapa locais de interesse */

#touristMap {
    height: 400px;
  	width: 100%;
}

#tourist-floating-panel {
        background: #fff;
        padding: 5px;
        font-size: 14px;
        font-family: sans-serif;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
        position: absolute;
        top: 10px;
        left: 10px;
}
.lista-natal {
  list-style: none;
  padding: 0;
  margin: 2rem 1rem;
  display: grid;
  gap: 2em;
  /*grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));*/
}
.bts-container{
  	margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.bts-container button{
  	margin-right: 5px;
}

/* Mapa Cultural */

#lista-cultural {
  margin: 2rem 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  list-style: none;
  padding: 0;
}

#lista-parques li img,
#lista-cultural li img {
  object-fit: cover;
  object-position: top center;
  height: 248px!important;
}

#lista-cultural img {
  margin-top: 10px;
}

#lista-cultural a {
	font-weight: bold;
  display: block;
}

#lista-cultural a:first-of-type {
	display: flex;
  gap: 5px;
}

.cultural-desc-box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 5px;
}

.cultural-desc {
  margin: 0;
 }

/* Previsão do Tempo */

.current-weather{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  	margin-bottom: 30px;
}

.current-weather h2 {
  	color: #000;
}

.current-weather figure{
  	background-color: #fff;
    border-radius: 50%;
    padding: 20px;
  	width: 140px;
  	height: 140px;
}

.current-weather h3{
  	text-transform: capitalize;
}

.current-weather-details h2{
    font-size: 36px;
  	color: #2196f3;
    text-align: center;
}

.current-weather-details img{
    width: 100px;
}

.current-weather-minmax{
    display: flex;
}

.current-weather-minmax p:first-child{
    margin-right: 3px;
  	font-weight: 700;
}

.current-weather-minmax p:nth-child(2){
    margin-right: 10px;
}

.current-weather-minmax .minmax-container{
    display: flex;
    flex-direction: row;
}

.next-weather{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.next-weather-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
  	margin-bottom: 1rem;
    border-radius: 5px;
}

.next-weather-container h3{
		font-size: 17px;
  	color: #000;
}

.next-weather-container img{
		width: 30px;
  	margin-bottom: 5px;
}

.next-weather-container p{
		text-transform: capitalize;
    margin-bottom: 0;
}

/* NEWS */

.news-cols{}

.news-col {
  display: flex;
  flex-direction: column;
}
.news-col label {
  margin-bottom: 10px;
  font-weight: bold;
}
.news-cols strong {
  color: #2196f3;
}
.news-col input,
.news-col select {
  padding: 10px 10px;
  border: 0;
  border-radius: 3px;
}

.news-cols p {
  text-align: center;
}
.news-cols p:first-child {
  font-weight:600;
}

.news-header{
	text-align: center;
}

.news .footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.news .btn-agendamento {
  padding: 10px 15px;
  background-color: #2196f3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  width: 25%;
  display: inline-block;
  text-transform: uppercase;
}
.first-form{
    /*display: none;*/
}
.second-form{
    display: none;
}
.third-form{
    display: none;
}
.form-container{
		display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.sobre-container{
		display: flex;
  	flex-direction: row;
}
.sobre-container figure{
		flex: 0.5;
    margin-right: 35px;
}
.sobre-container p{
		flex: 1;
  	text-align: left;
}

.news-cols .footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.news-cols .footer button{
		padding: 10px 15px;
    background-color: #2196f3;
    color: #fff;
    border: 0;
    border-radius: 3px;
    /*width: 25%;*/
    display: block;
    text-transform: uppercase;
}

@media  (max-width: 530px) {
	.form-container{
		display: flex;
    flex-direction: column;
}
  .sobre-container{
		display: flex;
  	flex-direction: column;
}
  .sobre-container figure {
    margin-right: 0;
}
  .sobre-container p {
    text-align: center;
}
}


/* AGENDAMENTOS VISITAS */
.agendamento-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.agendamento-col {
  display: flex;
  flex-direction: column;
}
.agendamento-col:nth-child(3) {
  grid-column: 1 / span 2;
}
.agendamento-col label {
  margin-bottom: 10px;
  font-weight: bold;
}
.agendamento-cols strong {
  color: #2196f3;
}
.agendamento-col input,
.agendamento-col select {
  padding: 10px 10px;
  border: 0;
  border-radius: 3px;
}

.agendamento-cols p {
  text-align: center;
}
.agendamento-cols p:first-child {
  font-weight:600;
}

.agendamento-header{
	text-align: center;
}

.agendamento .footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.agendamento .btn-agendamento {
  padding: 10px 15px;
  background-color: #2196f3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  /*width: 25%;*/
  display: inline-block;
  text-transform: uppercase;
}
.agendamento-cols .footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media  (max-width: 530px) {
	.agendamento-cols {
  grid-template-columns: 1fr;
	}
  
  .agendamento-col:nth-child(3) {
  grid-column: unset;
}
}

/* END AGENDAMENTOS VISITAS */

/* CRM */
.crm .footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.crm .btn-agendamento {
  padding: 10px 15px;
  background-color: #2196f3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  width: 25%;
  display: block;
  text-transform: uppercase;
}
.crm-checkbox {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crm strong {
  color: #2196f3;
}
.crm-checkbox label {
  margin-bottom: 0;
  font-weight: bold;
}
.crm [type=checkbox] {
  padding: 10px 10px;
  border: 0;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
.crm-notificacoes {
  margin-top: 40px;
}
.multiple label {
  margin-left: 10px;
}
.crm .subtitle {
  margin: 40px 0 20px;
}
.multiple {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}
.crm .multiple label,
.crm .multiple [type=checkbox],
.crm .single label,
.crm .single [type=checkbox]{
  margin: 0;
}
.crm .multiple label,
.crm .single label { display: flex; align-items: center; margin-bottom: 10px; }
.crm .single [type=checkbox],
.crm .multiple [type=checkbox] {
  margin-right: 10px;
}
/* END CRM */

@media  (max-width: 768px) {
  .header-powered-by { display: none; }
  .header-block .row { min-height: auto; }
	.color-footer { background: #0081e5; }
  .blog-post h1.page-header { margin-top: 5rem; }
  .flex-footer { margin: 0; text-align: center; }
  .flex-cols { display: block; }
  .flex-cols p:first-of-type { margin-bottom: 10px; }
  .flex-h { margin-bottom: 1rem; flex-direction: column; }
  .custom-search-wrapper [type=submit] { flex: 1; margin-left: 0; margin-top: 1rem; }
  .custom-search-wrapper { padding-top: 2.5rem; }
  .custom-search-wrapper .form-flex-h { flex-direction: column; }
  .custom-search-wrapper .form-flex-h .block-label { margin-bottom: 1rem; }
  .custom-search-wrapper .form-flex-h [type=text],
  .custom-search-wrapper .form-flex-h [type=submit] { width: 100%; }
  
 	/* Weather Features*/
	.next-weather{ display: flex; flex-direction: column;}
  .current-weather h2{text-align: center;}
  
  /* Maps Features*/
  
  .sugestoes-instrucoes{flex-direction:column; align-items: center;}
  .sugestoes-instrucoes p{margin-bottom:0;}
}

@media  (min-width: 769px) {
  #carousel-home button.owl-dot { box-shadow: 0 0 0 2px rgba(0,0,0,.5); }
}

/* ADICIONAR ATALHO */

.aside-popup[aria-hidden=true] {
	display: none;
}

.aside-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 10px;
  line-height: 1;
}

.aside-popup .aside-container{
    position: relative;
    max-width: 365px;
    margin: 0 auto;
}
.aside-popup .aside-popup-wrapper {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: 90px;
  background-color: rgba(0,0,0,.5);
  padding: 10px;
  border-radius: 5px;
  max-width: 365px;
  margin: 0 auto;
}

.aside-popup .col-icon {
  background-color: #2196f3;
  border-radius: 5px 0 0 5px;
  background-image: url('https://assets.jumpseller.com/store/baixa-chiado-online/themes/254334/icon-mobile.svg'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDggMTciIHdpZHRoPSI4cHQiIGhlaWdodD0iMTdwdCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJfY2xpcFBhdGhfbEVDRjVlQlF6SEZMcWlMSWJWRGpvSWc0QklXQmdFelciPjxyZWN0IHdpZHRoPSI4IiBoZWlnaHQ9IjE3Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF9sRUNGNWVCUXpIRkxxaUxJYlZEam9JZzRCSVdCZ0V6VykiPjxwb2x5Z29uIHBvaW50cz0iOCwwLDgsMTcsMCw4LjUiIGZpbGw9InJnYigyNTUsMjU1LDI1NSkiLz48L2c+PC9zdmc+');
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 7px;
  background-position: center, right center;
}
.aside-popup .col-txt {
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  font-weight: 700;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  font-size: 1.1em;
  position: relative;
}
.aside-popup .col-txt span {
  pointer-events: none;
}
.aside-popup .col-txt .color {
  color: #2196f3;
}
.aside-popup .btn-times {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDkwIDkwIiB3aWR0aD0iOTBwdCIgaGVpZ2h0PSI5MHB0Ij48Zz48cGF0aCBkPSIgTSA4Ny42NSAxNC40NzIgTCA1Ni41NSA0NSBMIDg3LjY1IDc1LjUyOCBDIDkwLjY1IDc4LjQ4OCA5MC42NSA4My4zODkgODcuNjUgODYuMzUgTCA4Ni4yNSA4Ny42NzcgQyA4My4yNSA5MC42MzggNzguMjUgOTAuNjM4IDc1LjI1IDg3LjY3NyBMIDQ0Ljk1IDU3Ljk2NyBMIDE0LjY1IDg3Ljc3OSBDIDExLjY1IDkwLjc0IDYuNjUgOTAuNzQgMy42NSA4Ny43NzkgTCAyLjI1IDg2LjQ1MiBDIC0wLjc1IDgzLjQ5MSAtMC43NSA3OC41OSAyLjI1IDc1LjYzIEwgMzMuMzUgNDUgTCAyLjI1IDE0LjQ3MiBDIC0wLjc1IDExLjUxMiAtMC43NSA2LjYxMSAyLjI1IDMuNjUgTCAzLjY1IDIuMzIzIEMgNi42NSAtMC42MzggMTEuNjUgLTAuNjM4IDE0LjY1IDIuMzIzIEwgNDQuOTUgMzIuMDMzIEwgNzUuMjUgMi4yMjEgQyA3OC4yNSAtMC43NCA4My4yNSAtMC43NCA4Ni4yNSAyLjIyMSBMIDg3LjY1IDMuNTQ4IEMgOTAuNzUgNi42MTEgOTAuNzUgMTEuNDEgODcuNjUgMTQuNDcyIFogIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM3ZjdmN2YiLz48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  background-size: 20px;
}
/* END ADICIONAR ATALHO */

/* Sugestões */
.sugestoes #lista-parques a {
    font-weight: normal;
}

.sugestoes .nav-pills {
	text-transform: uppercase;
  justify-content: center;
  margin-top: 1rem;
}

.sugestoes .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2196f3;
  	font-weight: bold;
}
.sugestoes .nav-pills .nav-link {
	font-weight: bold;
}
.sugestoes-instrucoes {
  display: flex;
  justify-content: center;
}
.sugestoes-instrucoes strong {
  color: #2196f3;
}

.sugestoes-instrucoes p:nth-child(2) {
  margin: 0 20px;
}
/* End Sugestões */

/* Icon meteorologia */
.icon-sun {
  width: 1.25rem; /* 20px */
  filter: contrast(200%) grayscale(200%);
}
/* End Icon meteorologia */

/* Menu QRCode */
/** { outline: 1px solid tomato; }*/
.menu { counter-reset: list-counter; }
.menu-logo {
  display: block;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 19px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.menu-title { margin-top: 2rem; line-height: 1; }
.menu-title, .menu-date { text-align: center; }
.menu-date { margin-bottom: 1rem; }
.menu-logo img { max-width: 100%; }
.menu-date { text-transform: uppercase; }
.menu-cat-title {
  line-height: 1;
  margin: 1.375rem  0 .625rem 0;
}
.menu-list {
  list-style: none;
  padding: 0;
}
.menu-list li {
  display: flex;
  line-height: 1;
}
.menu-list li + li { margin-top: .625rem; }
.menu-list li::before {
  font-weight: bold;
  counter-increment: list-counter;
  content: counter(list-counter) ".";
}
.menu-plate { margin-left: .625rem; margin-right: auto; }
.menu-value { padding-left: 10px; flex-shrink: 0; }
.menu-value::after { content: "€"; margin-left: 5px; }

@media (min-width: 600px) {
  .menu {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
}
/* End Menu QRCode */

/* Override Mailchimp Form */

.mce_inline_error{
	color: tomato;
}

#mce-success-response{
		padding: 20px;
    background-color: #2196f3;
    color: #fff;
    text-align: center;
}

/* Swiper */

.swiper-img{
	display: none;
}


/* Ultimas-2col */
.ultimas-2col {
  margin-top: 40px;
	display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.text-center {
	text-align: center;
}
.indicates-required {
	margin-bottom: 10px;
}
.mc-field-group {
	display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.mc-field-group label {
	font-weight: bold;
}
.mc-field-group input,
.mc-field-group select {
	padding: 10px 10px;
	border: 0;
	border-radius: 3px;
}
#mc-embedded-subscribe {
  margin-top: 20px;
	padding: 10px 15px;
  background-color: #2196f3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 600px) {
	.ultimas-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  #mc-embedded-subscribe {
  	display: inline-block;
    width: auto;
  } 
}
.btn-simple {
	padding: 10px 15px;
    background-color: #2196f3;
    color: #fff;
    border: 0;
    border-radius: 3px;
}
.btn-simple:hover {
	color: #000;
}
/* End Ultimas-2col */

/* Hide menu option */
/*#navbar .nav-item:nth-last-child(2) {
  display: none;
}*/

img.icon-location { height: 23px!important; }

/* Store location map */

.location_name {
  text-align: center; 
  font-size: 1.1rem;
margin-top: 10px; 
}

/* hide digital products price */
.digital-prod .list-price {
  display: none;
}

.btn-add-cart {
  display: inline-flex;
  padding: 10px 15px;
  background-color: #2196f3;
  color: #fff;
  border: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.btn-add-cart .icon {
  width: 18px;
  margin-left: 10px;
}

.avatar {
  border-radius: 50%;
}

.flex-cols-wrap {
  display: flex;
  gap: 1em;
  align-items: center;
  padding: 1em;
}
.flex-cols-wrap .avatar {
  max-width: 300px;
}

@media  (max-width: 530px) {
	.flex-cols-wrap {
    flex-direction: column;
  }
}

.columns {
  margin: 1em 0;
  columns: 400px 2;
  column-gap: 1rem;
}

/* Carousel video */
.custom-video-wrapper {
  background: #000;
}
.custom-video-wrapper video {
  width: 100%;
  max-height: 575px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  object-position: bottom center;
}

/* Parques estacionamwnto v2 */
.tag {
  display: inline-nblock;
  padding: 5px 8px;
  background-color: #eaeaea;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.tag-badge {
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
}
.badges {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
  gap: 15px;
}
.badges > * {
  margin: 0;
}
.badges p {
  background-color: #fff;
}
.btn-marker {
  background-color: #2196f3;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-decoration: none;
  display: inline-flex!important;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
.btn-marker:hover {
  background-color: #222;
  color: #fff;
}
.bg-200 { background-color: #949494; }
.bg-400 { background-color: #00bcd4; }
.bg-600 { background-color: #4caf50; }

[hidden] { display: none; }

#lista-parques li img {
  margin: 10px 0;
}

/* Transportes */
.transportes-cols {
  display: flex;
  flex-flow: row wrap;
  gap: 2em;
  margin: 1em 0;
}
.transportes-col {
  flex: 1;
}
.transportes-cols .horarios {
  border: 10px solid #fff;
}
.transportes-mapa ul {
  list-style: none!important;
  padding: 0;
}
.transportes-mapa a {
  text-decoration: none;
  color: #fff;
}

.transportes-mapa .transportes-col {
  background-color: #005fa8;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

.page-body .logo-metro {
  width: 35px;
  height: 42px!important;
}

.lista-estado {
  list-style: none!important;
  padding: 0;
  background: #fff;
  border: 10px solid #fff;
  display: flex;
  gap: 10px;
  flex-flow: column wrap;
}
.lista-estado li {
  display: flex;
  gap: 10px;
  outline: 1px solid #ddd;
}
.lista-estado span {
  flex: 1;
  padding: 1em;
  display: flex;
  align-items: center;
}

.lista-estado span:nth-child(1) {
  flex: 1;
}

.lista-estado span:nth-child(2) {
  flex: 2;
}

.lista-estado span:nth-child(3) {
  background: #8bc34a;
  color: #fff;
  justify-content: center;
  flex: .5;
}

.lista-estado li:first-of-type span:first-child {
  color: #3e8ede;
}
.lista-estado li:nth-of-type(2) span:first-child {
  color: #f7a800;
}
.lista-estado li:nth-of-type(3) span:first-child {
  color: #00a19b;
}
.lista-estado li:last-of-type span:first-child {
  color: #ea1d76;
}

.lista-estado li span:first-child {
  font-weight: bold;
}

/* Associacoes */
#associacoes {
  display: flex;
  gap: 2em;
  list-style: none;
  padding: 0;
}
#associacoes img {
  object-fit: cover;
  width: 348px;
  height: 248px!important;
  margin: 1em 0;
}
.lojas-cols {
  display: flex;
  gap: 2em;
}
.lojas-col {
  flex: 1;
}
.lojas-col ul {
  list-style: none!important;
}
.lojas-col strong {
  text-transform: uppercase;
}
.lojas-col p strong {
  text-transform: none;
}
.lojas-col ul {
  padding: 0;
  margin-top: 1em;
}
.loas-col a {
  background-color: #2196f3;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 1em;
}
.lista-lojas h3 {
  margin-top: 1em;
}

/* Loja Detalhe */
.detalhes-cols {
  display: flex;
  flex-flow: row wrap;
  gap: 2em;
}
.detalhes-col {
 flex: 1; 
}
.detalhes-cols .logo {
  width: 150px;
}
.detalhes-col .maps {
  width: 100%;
  height: 450px;
  border: 10px solid #fff!important;
}
.detalhes-col .video {
  width: 100%;
  aspect-ratio: 560 / 315;
  margin-top: 1em;
  
}
.detalhes-col .title {
  font-size: 1.25em;
  margin: 1em 0;
}
.detalhes-col ul {
  list-style: none!important;
  padding: 0;
}

.gmaps { border: 10px solid #fff; }
.mt-md { margin-top: 2em; }

/* Aderir loja form */
.form-aderir input {
 background-color: #fff;
}

.form-aderir textarea {
 background-color: #fff;
}

.form-aderir [type="submit"] {
  width: 100%;
}

.form-aderir .form-control:hover {
  background-color: #fff;
}

.form-aderir {
  margin-block-end: 1.25rem;
}

.form-aderir label ~ [required] {
  opacity: .5;
}

.form-aderir label:has(+ input[required])::after {
  content: "*";
  margin-inline-start: .313rem;
}
