/* Header style variations for Magzinos */

/* Common: CTA button in main nav */
#navbarSupportedContent .header-cta-wrap {
	float: right;
	margin-left: auto;
	padding: 0.5rem 0;
}

#navbarSupportedContent .header-cta-wrap .header-cta-btn {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.5rem 1.25rem;
	border-radius: 0.25rem;
	transition: all 0.3s ease;
}

/* Header hero section */
.header-hero-section {
	position: relative;
	width: 100%;
	min-height: 380px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0,0,0,0.35);
}

.header-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 2rem;
}

.header-hero-title {
	font-size: 4rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.1;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
	.header-hero-section {
		min-height: 260px;
	}
	.header-hero-title {
		font-size: 2.5rem;
	}
}

/* =========================================================
   Default Light (NewsExo-style white header)
   ========================================================= */

body.magzinos-header-style-default .site-header {
	background: #ffffff !important;
	border-top: 1px solid rgba(0,0,0,0.05) !important;
	border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}

body.magzinos-header-style-default .head-contact-info li,
body.magzinos-header-style-default .site-header .custom-social-icons .followus,
body.magzinos-header-style-default .site-header .custom-social-icons li > a {
	color: #2c2f34 !important;
}

body.magzinos-header-style-default .custom-social-icons .followus:before,
body.magzinos-header-style-default .custom-social-icons .followus:after {
	background: #2c2f34 !important;
}

body.magzinos-header-style-default .logo-banner {
	background: #f8f9fa !important;
}

body.magzinos-header-style-default .logo-banner-overlay::before {
	background: transparent !important;
}

body.magzinos-header-style-default .navbar {
	background: #ffffff !important;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

body.magzinos-header-style-default .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-default .navbar.navbar-dark .theme-search-block > a {
	color: #2c2f34 !important;
}

body.magzinos-header-style-default .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-default .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-default .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-default .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ff214f !important;
	color: #ffffff !important;
}

body.magzinos-header-style-default .header-cta-btn {
	background: #ff214f !important;
	color: #ffffff !important;
	border: 1px solid #ff214f !important;
}

body.magzinos-header-style-default .header-cta-btn:hover {
	background: #d91a3f !important;
	border-color: #d91a3f !important;
}

/* =========================================================
   Dark (Sports-style black header with red accents)
   ========================================================= */

body.magzinos-header-style-dark .site-header {
	background: #111111 !important;
	border-color: rgba(255,255,255,0.08) !important;
}

body.magzinos-header-style-dark .head-contact-info li,
body.magzinos-header-style-dark .site-header .custom-social-icons .followus,
body.magzinos-header-style-dark .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-dark .custom-social-icons .followus:before,
body.magzinos-header-style-dark .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-dark .logo-banner {
	background: #111111 !important;
}

body.magzinos-header-style-dark .logo-banner-overlay::before {
	background: #111111 !important;
}

body.magzinos-header-style-dark .navbar {
	background: #1a1a1a !important;
	border-color: rgba(255,255,255,0.05);
}

body.magzinos-header-style-dark .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-dark .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-dark .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-dark .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-dark .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-dark .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #e53935 !important;
	color: #ffffff !important;
}

body.magzinos-header-style-dark .header-cta-btn {
	background: #e53935 !important;
	color: #ffffff !important;
	border: 1px solid #e53935 !important;
}

body.magzinos-header-style-dark .header-cta-btn:hover {
	background: #c62828 !important;
	border-color: #c62828 !important;
}

/* =========================================================
   Sports Red
   ========================================================= */

body.magzinos-header-style-sports-red .site-header {
	background: #1a1a1a !important;
	border-color: rgba(255,255,255,0.08) !important;
}

body.magzinos-header-style-sports-red .head-contact-info li,
body.magzinos-header-style-sports-red .site-header .custom-social-icons .followus,
body.magzinos-header-style-sports-red .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-sports-red .custom-social-icons .followus:before,
body.magzinos-header-style-sports-red .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-sports-red .logo-banner {
	background: #1a1a1a !important;
}

body.magzinos-header-style-sports-red .logo-banner-overlay::before {
	background: #1a1a1a !important;
}

body.magzinos-header-style-sports-red .navbar {
	background: #b71c1c !important;
	border-color: rgba(255,255,255,0.1);
}

body.magzinos-header-style-sports-red .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-sports-red .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-sports-red .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-sports-red .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-sports-red .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-sports-red .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ffffff !important;
	color: #b71c1c !important;
}

body.magzinos-header-style-sports-red .header-cta-btn {
	background: #ffffff !important;
	color: #b71c1c !important;
	border: 1px solid #ffffff !important;
}

body.magzinos-header-style-sports-red .header-cta-btn:hover {
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
}

/* =========================================================
   Fashion Magenta
   ========================================================= */

body.magzinos-header-style-fashion-magenta .site-header {
	background: #880e4f !important;
	border-color: rgba(255,255,255,0.1) !important;
}

body.magzinos-header-style-fashion-magenta .head-contact-info li,
body.magzinos-header-style-fashion-magenta .site-header .custom-social-icons .followus,
body.magzinos-header-style-fashion-magenta .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-fashion-magenta .custom-social-icons .followus:before,
body.magzinos-header-style-fashion-magenta .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-fashion-magenta .logo-banner {
	background: #ad1457 !important;
}

body.magzinos-header-style-fashion-magenta .logo-banner-overlay::before {
	background: #ad1457 !important;
}

body.magzinos-header-style-fashion-magenta .navbar {
	background: #c2185b !important;
	border-color: rgba(255,255,255,0.1);
}

body.magzinos-header-style-fashion-magenta .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-fashion-magenta .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-fashion-magenta .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-fashion-magenta .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-fashion-magenta .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-fashion-magenta .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ffffff !important;
	color: #c2185b !important;
}

body.magzinos-header-style-fashion-magenta .header-cta-btn {
	background: #ffffff !important;
	color: #c2185b !important;
	border: 1px solid #ffffff !important;
}

body.magzinos-header-style-fashion-magenta .header-cta-btn:hover {
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
}

/* =========================================================
   Green
   ========================================================= */

body.magzinos-header-style-green .site-header {
	background: #1b5e20 !important;
	border-color: rgba(255,255,255,0.1) !important;
}

body.magzinos-header-style-green .head-contact-info li,
body.magzinos-header-style-green .site-header .custom-social-icons .followus,
body.magzinos-header-style-green .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-green .custom-social-icons .followus:before,
body.magzinos-header-style-green .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-green .logo-banner {
	background: #2e7d32 !important;
}

body.magzinos-header-style-green .logo-banner-overlay::before {
	background: #2e7d32 !important;
}

body.magzinos-header-style-green .navbar {
	background: #2e7d32 !important;
	border-color: rgba(255,255,255,0.1);
}

body.magzinos-header-style-green .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-green .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-green .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-green .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-green .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-green .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ffffff !important;
	color: #2e7d32 !important;
}

body.magzinos-header-style-green .header-cta-btn {
	background: #ffffff !important;
	color: #2e7d32 !important;
	border: 1px solid #ffffff !important;
}

body.magzinos-header-style-green .header-cta-btn:hover {
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
}

/* =========================================================
   Newsio Red
   ========================================================= */

body.magzinos-header-style-newsio-red .site-header {
	background: #b71c1c !important;
	border-color: rgba(255,255,255,0.1) !important;
}

body.magzinos-header-style-newsio-red .head-contact-info li,
body.magzinos-header-style-newsio-red .site-header .custom-social-icons .followus,
body.magzinos-header-style-newsio-red .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-newsio-red .custom-social-icons .followus:before,
body.magzinos-header-style-newsio-red .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-newsio-red .logo-banner {
	background: #c62828 !important;
}

body.magzinos-header-style-newsio-red .logo-banner-overlay::before {
	background: #c62828 !important;
}

body.magzinos-header-style-newsio-red .navbar {
	background: #d32f2f !important;
	border-color: rgba(255,255,255,0.1);
}

body.magzinos-header-style-newsio-red .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-newsio-red .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-newsio-red .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-newsio-red .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-newsio-red .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-newsio-red .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ffffff !important;
	color: #d32f2f !important;
}

body.magzinos-header-style-newsio-red .header-cta-btn {
	background: #ffffff !important;
	color: #d32f2f !important;
	border: 1px solid #ffffff !important;
}

body.magzinos-header-style-newsio-red .header-cta-btn:hover {
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
}

/* =========================================================
   Hero Light
   ========================================================= */

body.magzinos-header-style-hero-light .site-header {
	background: rgba(255,255,255,0.95) !important;
	border-color: rgba(0,0,0,0.08) !important;
}

body.magzinos-header-style-hero-light .head-contact-info li,
body.magzinos-header-style-hero-light .site-header .custom-social-icons .followus,
body.magzinos-header-style-hero-light .site-header .custom-social-icons li > a {
	color: #2c2f34 !important;
}

body.magzinos-header-style-hero-light .custom-social-icons .followus:before,
body.magzinos-header-style-hero-light .custom-social-icons .followus:after {
	background: #2c2f34 !important;
}

body.magzinos-header-style-hero-light .logo-banner {
	background: transparent !important;
	position: absolute;
	z-index: 10;
	width: 100%;
}

body.magzinos-header-style-hero-light .logo-banner .site-branding .site-title a,
body.magzinos-header-style-hero-light .logo-banner .site-branding .site-description {
	color: #2c2f34 !important;
}

body.magzinos-header-style-hero-light .navbar {
	background: rgba(255,255,255,0.95) !important;
	border-color: rgba(0,0,0,0.08);
}

body.magzinos-header-style-hero-light .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-hero-light .navbar.navbar-dark .theme-search-block > a {
	color: #2c2f34 !important;
}

body.magzinos-header-style-hero-light .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-hero-light .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-hero-light .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-hero-light .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ff214f !important;
	color: #ffffff !important;
}

body.magzinos-header-style-hero-light .header-cta-btn {
	background: #ff214f !important;
	color: #ffffff !important;
	border: 1px solid #ff214f !important;
}

body.magzinos-header-style-hero-light .header-hero-overlay {
	background: rgba(255,255,255,0.35);
}

body.magzinos-header-style-hero-light .header-hero-title {
	color: #2c2f34;
	text-shadow: 0 2px 4px rgba(255,255,255,0.5);
}

/* =========================================================
   Hero Dark
   ========================================================= */

body.magzinos-header-style-hero-dark .site-header {
	background: rgba(0,0,0,0.75) !important;
	border-color: rgba(255,255,255,0.1) !important;
}

body.magzinos-header-style-hero-dark .head-contact-info li,
body.magzinos-header-style-hero-dark .site-header .custom-social-icons .followus,
body.magzinos-header-style-hero-dark .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-hero-dark .custom-social-icons .followus:before,
body.magzinos-header-style-hero-dark .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-hero-dark .logo-banner {
	background: transparent !important;
	position: absolute;
	z-index: 10;
	width: 100%;
}

body.magzinos-header-style-hero-dark .logo-banner .site-branding .site-title a,
body.magzinos-header-style-hero-dark .logo-banner .site-branding .site-description {
	color: #ffffff !important;
}

body.magzinos-header-style-hero-dark .navbar {
	background: rgba(0,0,0,0.8) !important;
	border-color: rgba(255,255,255,0.05);
}

body.magzinos-header-style-hero-dark .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-hero-dark .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-hero-dark .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-hero-dark .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-hero-dark .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-hero-dark .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ff214f !important;
	color: #ffffff !important;
}

body.magzinos-header-style-hero-dark .header-cta-btn {
	background: #ff214f !important;
	color: #ffffff !important;
	border: 1px solid #ff214f !important;
}

body.magzinos-header-style-hero-dark .header-hero-overlay {
	background: rgba(0,0,0,0.45);
}

body.magzinos-header-style-hero-dark .header-hero-title {
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* =========================================================
   Editorials (clean blue header)
   ========================================================= */

body.magzinos-header-style-editorials .site-header {
	background: #007bff !important;
	border-color: rgba(255,255,255,0.15) !important;
}

body.magzinos-header-style-editorials .head-contact-info li,
body.magzinos-header-style-editorials .site-header .custom-social-icons .followus,
body.magzinos-header-style-editorials .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-editorials .custom-social-icons .followus:before,
body.magzinos-header-style-editorials .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-editorials .logo-banner {
	background: #ffffff !important;
}

body.magzinos-header-style-editorials .logo-banner .site-branding .site-title a,
body.magzinos-header-style-editorials .logo-banner .site-branding .site-description {
	color: #007bff !important;
}

body.magzinos-header-style-editorials .logo-banner-overlay::before {
	background: #ffffff !important;
}

body.magzinos-header-style-editorials .navbar {
	background: #007bff !important;
	border-color: rgba(255,255,255,0.15);
}

body.magzinos-header-style-editorials .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-editorials .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-editorials .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-editorials .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-editorials .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-editorials .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ffffff !important;
	color: #007bff !important;
}

body.magzinos-header-style-editorials .header-cta-btn {
	background: #ffffff !important;
	color: #007bff !important;
	border: 1px solid #ffffff !important;
}

body.magzinos-header-style-editorials .header-cta-btn:hover {
	background: #e6f0ff !important;
	border-color: #e6f0ff !important;
}

/* =========================================================
   Editorials Hero (light hero with blue accents)
   ========================================================= */

body.magzinos-header-style-editorials-hero .site-header {
	background: rgba(255,255,255,0.85) !important;
	border-color: rgba(0,0,0,0.08) !important;
}

body.magzinos-header-style-editorials-hero .head-contact-info li,
body.magzinos-header-style-editorials-hero .site-header .custom-social-icons .followus,
body.magzinos-header-style-editorials-hero .site-header .custom-social-icons li > a {
	color: #2c2f34 !important;
}

body.magzinos-header-style-editorials-hero .custom-social-icons .followus:before,
body.magzinos-header-style-editorials-hero .custom-social-icons .followus:after {
	background: #2c2f34 !important;
}

body.magzinos-header-style-editorials-hero .logo-banner {
	background: transparent !important;
	position: absolute;
	z-index: 10;
	width: 100%;
}

body.magzinos-header-style-editorials-hero .logo-banner .site-branding .site-title a,
body.magzinos-header-style-editorials-hero .logo-banner .site-branding .site-description {
	color: #007bff !important;
}

body.magzinos-header-style-editorials-hero .navbar {
	background: rgba(255,255,255,0.92) !important;
	border-color: rgba(0,0,0,0.08);
}

body.magzinos-header-style-editorials-hero .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-editorials-hero .navbar.navbar-dark .theme-search-block > a {
	color: #2c2f34 !important;
}

body.magzinos-header-style-editorials-hero .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-editorials-hero .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-editorials-hero .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-editorials-hero .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #007bff !important;
	color: #ffffff !important;
}

body.magzinos-header-style-editorials-hero .header-cta-btn {
	background: #007bff !important;
	color: #ffffff !important;
	border: 1px solid #007bff !important;
}

body.magzinos-header-style-editorials-hero .header-cta-btn:hover {
	background: #0056b3 !important;
	border-color: #0056b3 !important;
}

body.magzinos-header-style-editorials-hero .header-hero-overlay {
	background: rgba(255,255,255,0.25);
}

body.magzinos-header-style-editorials-hero .header-hero-title {
	color: #2c2f34;
	text-shadow: 0 2px 4px rgba(255,255,255,0.4);
}

/* =========================================================
   Provo News (dark with pink navigation)
   ========================================================= */

body.magzinos-header-style-provo-news .site-header {
	background: #1a1a1a !important;
	border-color: rgba(255,255,255,0.08) !important;
}

body.magzinos-header-style-provo-news .head-contact-info li,
body.magzinos-header-style-provo-news .site-header .custom-social-icons .followus,
body.magzinos-header-style-provo-news .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-provo-news .custom-social-icons .followus:before,
body.magzinos-header-style-provo-news .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-provo-news .logo-banner {
	background: #111111 !important;
}

body.magzinos-header-style-provo-news .logo-banner-overlay::before {
	background: #111111 !important;
}

body.magzinos-header-style-provo-news .navbar {
	background: #e91e63 !important;
	border-color: rgba(255,255,255,0.1);
}

body.magzinos-header-style-provo-news .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-provo-news .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-provo-news .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-provo-news .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-provo-news .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-provo-news .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #ffffff !important;
	color: #e91e63 !important;
}

body.magzinos-header-style-provo-news .header-cta-btn {
	background: #ffffff !important;
	color: #e91e63 !important;
	border: 1px solid #ffffff !important;
}

body.magzinos-header-style-provo-news .header-cta-btn:hover {
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
}

/* =========================================================
   Provo Red (red header with dark menu)
   ========================================================= */

body.magzinos-header-style-provo-red .site-header {
	background: #b71c1c !important;
	border-color: rgba(255,255,255,0.12) !important;
}

body.magzinos-header-style-provo-red .head-contact-info li,
body.magzinos-header-style-provo-red .site-header .custom-social-icons .followus,
body.magzinos-header-style-provo-red .site-header .custom-social-icons li > a {
	color: #ffffff !important;
}

body.magzinos-header-style-provo-red .custom-social-icons .followus:before,
body.magzinos-header-style-provo-red .custom-social-icons .followus:after {
	background: #ffffff !important;
}

body.magzinos-header-style-provo-red .logo-banner {
	background: #b71c1c !important;
}

body.magzinos-header-style-provo-red .logo-banner-overlay::before {
	background: #b71c1c !important;
}

body.magzinos-header-style-provo-red .navbar {
	background: #111111 !important;
	border-color: rgba(255,255,255,0.08);
}

body.magzinos-header-style-provo-red .navbar.navbar-dark .nav .nav-link,
body.magzinos-header-style-provo-red .navbar.navbar-dark .theme-search-block > a {
	color: #ffffff !important;
}

body.magzinos-header-style-provo-red .navbar.navbar-dark .nav .menu-item:hover .nav-link,
body.magzinos-header-style-provo-red .navbar.navbar-dark .nav .menu-item.active .nav-link,
body.magzinos-header-style-provo-red .navbar.navbar-dark .nav .nav-link:hover,
body.magzinos-header-style-provo-red .navbar.navbar-dark .nav .nav-link:focus {
	background-color: #b71c1c !important;
	color: #ffffff !important;
}

body.magzinos-header-style-provo-red .header-cta-btn {
	background: #b71c1c !important;
	color: #ffffff !important;
	border: 1px solid #b71c1c !important;
}

body.magzinos-header-style-provo-red .header-cta-btn:hover {
	background: #8b1313 !important;
	border-color: #8b1313 !important;
}
