// PEIXOTO CUSTOM CSS

.enhanced-privacy-cookie-policy {
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    width: 860px;
    z-index: 1000;
}
@media (max-width:767px){
.enhanced-privacy-cookie-policy {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}
}

.sticky-menu:not(.active) .search-wrapper .block-search .action.search {
    border-radius: 0;
}

.osc .shipping-address-item.selected-item {
    padding: 10px 20px !important;
}

.action.primary {
  border-radius: 5px;
}
.footer-item a:link {
  color: #666;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
}
.footer-item a:hover {
  color: #e95225;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
}
.footer-item a:active {
  color: #666;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
}
.footer-item a:visited {
  color: #666;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
}
.footer-item p.h5 {
  font-size: 16px;
}
.page-footer {
  background: #eee;
}
.page-footer .footer-link li {
  padding: 5px 0 !important;
}
p.h5.expanded {
  margin-bottom: 25px !important;
}
p.h5 {
  font-weight: 400 !important;
}
div.faq-category a {
    color: darkblue !important
}
div.faq-category a:hover {
    color: #e95225 !important
}

a#faq-header:before { content: "\f059" !important;}
a#sl-header:before { content: "\f03a" !important;}
a#reward-header:before { content: "\f219" !important;}

.page-header .logo .small-logo {
    margin: 0;
}
.nav-open .nav-sections {
    background: #fff;
}
.nav-sections-item-title.active .nav-sections-item-switch {
    color: #e95225;
    font-weight: 600;
    border-bottom: 3px solid #0562c9;
}
.nav-sections-item-title.active .nav-sections-item-switch:hover {
    color: #e92552;
    text-decoration: none;
}
.nav-sections-item-title .nav-sections-item-switch {
    color: #e95225;
    font-weight: 600;
}
.nav-sections-item-title {
    background: #fff;
    width: 28%;
}
.nav-sections .header.links li>a {
    background: #282828;
}
.nav-sections div.switcher-trigger {
    background: #282828;
}

@media only screen and (max-width: 767px) {
.page-header .authorization-link.switcher .cdz-login-form-dropdown {
    background: #282828;
}
}
@media (max-width:767px){.hide-mobi{display:none!important}}
@media (min-width:768px){.hide-desk{display:none!important}}
