/*
Theme Name: Listeo Child
Theme URI: http://listeo.pro/
Template: listeo
Author: Purethemes.me
Author URI: http://purethemes.net/
Description: Directory WordPress Theme by Purethemes
Tags: theme-options,translation-ready,two-columns
Version: 1.9.92.1741867817
Updated: 2025-03-13 12:10:17

*/

/* Common Styles */

body input[type='submit'] {
  background: #96C13D !important;
  border: #96C13D !important;
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  border: none;
  border-radius: 25px;
  color: #101920 !important;
  background-color: #f5f5f5;
}

.input-with-icon.location a i {
  background-color: transparent !important;
}

.main-search-input-item.location a {
  background-color: transparent !important;
}

body {
  background-image:
    url('https://barcelosmercadodigital.pt/wp-content/uploads/2025/12/Group-332.png'),
    url('https://barcelosmercadodigital.pt/wp-content/uploads/2025/12/Group-331.png'),
    url('https://barcelosmercadodigital.pt/wp-content/uploads/2025/12/Group-332.png'),
    url('https://barcelosmercadodigital.pt/wp-content/uploads/2025/12/Group-331.png');

  background-position: 
    left 1400px, right 800px, /* Define a posição inicial */
    left 2600px, right 2000px; /* Define a posição inicial */

  background-repeat: no-repeat; /* Repete verticalmente */
  background-size: auto;
  z-index: 10000;
  /* background-attachment: fixed; */
}

/* Header */

.hamburger.hamburger--collapse {
  padding: 0 !important;
}

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

/* Remove apenas fundos sólidos padrão do Elementor, sem afetar imagens */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    background-color: transparent !important;
}

/* Mantém imagens de fundo */
.elementor-section[style*="background-image"],
.elementor-container[style*="background-image"],
.elementor-column[style*="background-image"],
.elementor-widget-wrap[style*="background-image"] {
    background-color: inherit !important;
}

#wrapper {
  background: none;
}

#navigation.style-1 ul li a {
  color:#fff;
}

#navigation.style-1 > ul > li.current-menu-ancestor > a,
#navigation.style-1 > ul > li.current-menu-item > a,
#navigation.style-1 > ul > li.current-menu-item > a i,
#navigation.style-1 > ul > li:hover > a {
  background: rgba(239, 200, 177, 0.3) !important;
  color: #96C13D !important;
  font-weight: 500;
}

#navigation.style-1 > ul > li:hover > a {
  background: rgba(239, 200, 177, 0.3) !important;
  color: #101920 !important;
  font-weight: 400;
}

@media (min-width: 768px) {
  .user-menu .user-name span {
    display: none;
  }
}

.user-menu .user-name div {
  margin-left: -40px;
}

.wpcf7-form-control.wpcf7-submit {
  padding: 0 40px !important;
}

.listeo-cart-container .mini-cart-button {
  background: #F5F5F5;
}

.listeo-cart-container .mini-cart-button .badge {
  background-color: #96C13D !important;
  color: #fff;
  /* border: 1px solid #101920 */
}

#footer {
  border-radius: 50px;
  margin:20px;
}

#footer h4 {
  margin-bottom: 15px;
}

#footer ul.menu {
  width: 80%;
}

#footer ul.menu li a {
  color:#fff;
}

.elementor-element.elementor-element-3dbf4bcf:not(.elementor-motion-effects-element-type-background) {
  margin: 40px 50px 40px 40px;
}

/* #footer ul.menu li:before {
  content: none;
} */

#footer.custom-footer h4 {
  color:#fff;
  font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color:#101920;
}

.single-product-titlebar #breadcrumbs {
  border-radius: 50px !important;
  background: rgba(225, 147, 100, 0.2) !important;
}


.container.single-product-titlebar nav#breadcrumbs, 
.container.single-product-titlebar nav#breadcrumbs a, 
.container.single-product-titlebar nav#breadcrumbs span, 
.container.single-product-titlebar nav#breadcrumbs ul li:before { 
    color: #1E1E1E !important;
}

.listeo-products-slider ins, .product .price ins {
  background-color: #c6e28fff;
  padding: 10px;
}

.listeo-products-slider ins span bdi{
  color: #1e1e1e !important;
}
  
/* Input Placeholder Color */

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #1e1e1e;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1e1e1e;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1e1e1e;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1e1e1e;
  opacity: 1;
}

/* Product section */

.product section {
  padding: 27px 0;
  text-align: center;
  background-color: #FFF1E2;
  min-height: 69px;
  border-radius: 0 0 25px 25px;
}

.product section h5 a {
  color: #1E1E1E;
}

.listeo-products-slider .woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #96C13D;
  font-weight: bold;
}

.product .mediaholder,
.products .mediaholder {
  border-radius: 25px 25px 0 0;
}

.products .woocommerce-Price-amount {
  color: #96C13D;
  font-weight: bold;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border: 2px solid #96C13D;
}

.comment-form .form-submit {
    text-align: left !important;
    margin-top: 70px !important;
}

.comment-form .form-submit input[type="submit"] {
    margin-left: 0 !important;
}

.comment-reply-title {
  display: none !important;
}

/* Slider */

.slider-controls {
  background: #96C13D;
}

.slider-controls-container {
  bottom: -15px;
}

.slick-dots li {
  box-shadow: inset 0 0 0 2px #101920;
}

.slick-dots li.slick-active {
  box-shadow: inset 0 0 0 6px #101920;
}

.slick-dots li:after {
  background-color: #101920;
}

.slider-controls button.slide-m-next,
.slider-controls button.slide-m-prev {
  /* background-image: url(http://marketplace.olhao.pt//wp-content/uploads/2025/03/slider-right-arrow.png); */
  background-size: 30% !important;
}

.home-search-carousel .slider-controls button.slide-m-next,
.home-search-carousel .slider-controls button.slide-m-prev {
  /* background-image: url(http://marketplace.olhao.pt//wp-content/uploads/2025/03/slider-right-arrow.png); */
  background-size: 30% !important;
}

@media (max-width: 992px) {
  .main-search-input .menu-toggle {
    border-radius: 25px;
  }
}

.blog-compact-item-container {
  border-radius: 25px;
}

.blog-compact-item {
  border-radius: 25px;
}

.blog-compact-item:before {
  border-radius: 25px;
}

body .blog-compact-item img {
  border-radius: 25px;
}

/* Category-slider */

.category-box {
  border-radius: 25px;
}

/* Taxonomy Category Section */

.alternative-imagebox .img-box {
  border-radius: 40px;
}

.photo-box .photo-box-content {
  background: #5e3116a8;
  text-align: center;
  
}

.photo-box .photo-box-content:hover {
  background: #5e3116a8;
}

.photo-box {
  border-radius: 25px;
}

/**/


/* Listeo - Product page */

.claim-badge {
  display: none;
}

#listing-overview {
  padding: 20px;
  border-radius: 25px;
}

/* .single-product-titlebar s */f

.boxed-widget {
  background-color: #e8e8e9;
  border-radius: 20px !important;
}

.hosted-by-title {
  display: none;
}

.share-buttons {
  display: none;
}

.like-button {
  background-color: #96C13D4d !important;
  border: 1px solid #96C13D4d !important;
}

.listing-item {
  border-radius: 30px;
}

.panel-dropdown>a {
  border: 1px solid #96C13D;
}

.listeo-single-listing-sidebar.overflow-enabled.sticky-sidebar-enabled {
  overflow-y: unset;
  /* position: unset; */
}

.listeo-single-listing-sidebar.sticky-sidebar-enabled {
  position: unset;
}

/*** Whishlist ***/

.like-icon.liked {
  background-color: #96C13D;
}

.listing-item-container {
  background-color: transparent;
}

.listing-small-badge {
  display: none;
}

.listing-item-container span.like-icon:hover {
  background: #96C13D;
}

.listing-item-container.list-layout span.like-icon {
  background: #fff
}

.listing-item-container.list-layout span.like-icon.liked, .listing-item-container.list-layout span.like-icon:hover {
  background-color: #96C13D;
  color: #fff;
}

.listing-item-container.list-layout span.like-icon:hover {
  background: #96C13D;
}

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

.listing-details-sidebar li a {
  color: #101920 !important;
}

.dokan-store-phone a {
  color: #888 !important;
}

.button.vendors-listings-link {
  background: #96C13D !important;
  color:#fff !important;
}

#titlebar.listing-titlebar span.listing-tag {
  background-color: #96C13D !important;
}

#titlebar.listing-titlebar span.listing-tag a,
#titlebar.listing-titlebar span.listing-tag {
  color: #fff!important;
}

.woocommerce-Tabs-panel {
  border: 1px solid #000;
  border-radius: 35px;
}

div.product .woocommerce-tabs ul.tabs {
  background: #fff !important;
  margin-bottom: 25px !important;
}

div.product .woocommerce-tabs ul.tabs li.active {
  background: #96C13D;
  border-radius: 20px !important;
}

div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

div.product .woocommerce-tabs ul.tabs li:hover{
  /* background-color: rgba(251, 232, 15, 0.4); */
  border-radius: 20px;
}



/* Store page */

/* body input[type='submit'].dokan-btn-theme, body a.dokan-btn-theme, body .dokan-btn-theme {
  background-color: #96C13D !important;
  border-color: #96C13D !important;
}

body input[type='submit'].dokan-btn-theme, body a.dokan-btn-theme, body .dokan-btn-theme:hover {
  background-color: #96C13D !important;
  border-color: #96C13D !important;
} */

#widget_listing_owner-2 {
  display: none;
}

#widget_buttons_listings-2 {
  display: none;
}

.dokan-store-products-ordeby-select .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  color:#96C13D !important;
}

body #dokan-store-listing-filter-form-wrap {
  border-radius: 10px !important;
}

body #dokan-store-listing-filter-form-wrap .store-search .store-search-input {
  background: #fff !important;
  border-radius: 25px !important;
}

#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap {
  flex-wrap: nowrap !important;
}

#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box {
  padding: 0 !important;
}

#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box::after {
  background:transparent;
}

body #dokan-store-listing-filter-wrap .right .toggle-view .active {
  border-color: #96C13D !important;
}

#dokan-store-listing-filter-wrap .right .toggle-view .active::before {
  color: #96C13D !important;
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
  background: #96C13D !important;
  transition: 0.1s ease;
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover {
  background: #96C13D !important;
}

/*Stores Container*/
body #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  border-radius: 30px !important;
}

body #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
  display: none;
}

body #dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
  padding-top:100px !important;
  padding-bottom: 0px !important;
}

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

/* Checkout & Cart Page */

.wc-block-cart__submit-button {
	background: #96C13D !important;
  border-radius: 30px;
}

.wc-block-cart__submit-button:hover {
  background: #96C13DE6 !important;
}

.wc-block-components-checkout-place-order-button {
  background: #96C13D !important;
  border-radius: 30px;
  transition: 0.2s !important;
}
.wc-block-components-checkout-place-order-button:hover {
  background: #96C13DE6 !important;
}
/*****************/

/* Mercado Online - Main page */

#marketplace-launch {
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  position: relative;
  /* max-width: 1100px; */
  margin: 40px 35px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#marketplace-launch::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image: url('https://marketplace.olhao.pt/wp-content/uploads/2025/06/mercado-online-little-banner.png'); */
  background-image: 
  linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.75)); /* camada semi-transparente */
  /* url('https://marketplace.olhao.pt/wp-content/uploads/2025/06/mercado-online-little-banner.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.25; */
  z-index: 0;
}

#marketplace-launch > * {
  position: relative;
  z-index: 1;
}

.marketplace-logo {
  max-width: 120px;
  margin-bottom: 20px;
}

#marketplace-launch h2 {
  font-size: 36px;
  color: #0e1a2b;
  margin-bottom: 15px;
}

#marketplace-launch p {
  font-size: 24px;
  color: #333;
  margin-top: 15px;
}

.mercado-banner-logo {
  /* background-image: url('https://marketplace.olhao.pt/wp-content/uploads/2025/03/logo_hor.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px; /* ajusta conforme necessário */
  height: 50px;
  margin: 40px auto 20px auto;
  aspect-ratio: 5 / 2;
}

.progress-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 20px auto;
  height: 16px;
}

.progress-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 20px auto;
  height: 16px;
}

.progress-line-container .dot {
  width: 12px;
  height: 12px;
  background-color: #3A7B8C;
  border-radius: 50%;
  z-index: 2;
}

.progress-line-container .dot {
  width: 12px;
  height: 12px;
  background-color: #3A7B8C;
  border-radius: 50%;
  z-index: 2;
}

/* A linha base */
.progress-line-container .line {
  height: 6px;
  width: 160px;
  background-color: #d6e6eb; /* Static background lighter */
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Static Line*/
.progress-line-container .fill-static {
  height: 100%;
  width: 100%;
  background-color: #3A7B8C !important; 
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/* Animated Bar */
.progress-line-container .fill {
  height: 100%;
  width: 0%;
  background-color: #3A7B8C;
  animation: fillBar 2.5s ease-in-out infinite;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@keyframes fillBar {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 0%;
  }
}

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

/**********ComplianZ**********/
#cmplz-manage-consent {
  display: none !important;
}
/*****************************/

body.post-type-archive-listing #tax-listing_feature-panel,
body.tax-listing_category #tax-listing_feature-panel,
body.tax-listing_tag #tax-listing_feature-panel,
body.tax-listing_region #tax-listing_feature-panel {
  display: none !important;
}

.simple-slick-carousel.listeo-products-slider .slick-list.draggable {
    margin-bottom: 30px !important;
}