/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.27t
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/* header */
body .shoptimizer-cart a.cart-contents:hover .count, .shoptimizer-cart a.cart-contents:hover .count {
	background-color: #fff;
	color: #000;
}
@media (min-width: 993px) {
    body .shoptimizer-cart a.cart-contents:hover .count {
        color: #000;
    }
}
.shoptimizer-mini-cart-wrap {
	z-index: 90000;
}
/* Category Banner */
.shoptimizer-category-banner {
  height: 500px;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center; 
  justify-content: flex-start; 
}

.shoptimizer-category-banner h1 {
  text-transform: uppercase;
  margin: 0 !important; 
  padding-left: 20px !important; 
  font-size: 2.5em; 
  color: white; 
  text-align: left; 
}

.shoptimizer-category-banner .col-full {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  max-width: 1200px; /* Ajuste para corresponder ao limite de largura do tema */
  width: 100%;
  box-sizing: border-box; /* Garante que padding não quebre a largura */
}

.shoptimizer-category-banner .col-full h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  font-size: 2.5em;
  color: white;
  text-align: left;
}

@media (max-width: 768px) {
	.shoptimizer-category-banner {
		height: 250px !important;}
}

/* Category Banner END */



/* Divider */
.divider {
  display: flex;
  justify-content: center;	
}

/* Menu */
#menu-mainmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

#masthead > div.main-header.col-full > div.site-search.type-outline > div {
  border-radius: 20px;
}

#page > div.col-full-nav > div {
  justify-content: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  #menu-mainmenu {
    display: block; 
    justify-content: unset;
    align-items: unset;
  }
	

}

@media (max-width: 992px) {
  .m-search-bh .site-search, 
  .m-search-toggled .site-search, 
  .site-branding button.menu-toggle, 
  .site-branding button.menu-toggle:hover {
    background-color: #212121 !important;
  }
}

/* Search */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #fff;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}


.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #fff;
}

.dgwt-wcas-search-focused.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #000;
}


html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background-color: transparent;
}
/* Footer */
#springbot-embedded-form > form {	
  display: flex !important;
  flex-direction: column !important;	
  align-items: flex-start;
}






