/*!
 * Tidwells
 * Copyright 2008-2023 Punchmark
 */

#product-details #my-store-popups {
  display: none !important;
}

.alert-global {
  background: var(--primary) !important;
}
.alert-global,
.alert-global * {
  color: white !important;
}

.toolbar > .toolbar-inner > ul > li, 
.toolbar > .toolbar-inner > ul > li > a {
  color: var(--dark) !important;
}
.toolbar > .toolbar-inner > ul > li > a:hover,
.toolbar > .toolbar-inner > ul > li > a:focus {
  color: var(--primary) !important;
}
.toolbar > .toolbar-inner > ul > li.dropdown .dropdown-menu a:hover,
.toolbar > .toolbar-inner > ul > li.dropdown .dropdown-menu a:focus {
  color: #ffffff !important;
}

hr,
.border {
  border-color: #d0dacf !important;
}

.display-4 {
  font-weight: 500 !important;
  font-size: 2.75rem !important;
}

section#home-slider {
  padding: 0 !important;
}

[data-pagebuilder="section"] .btn.btn-link {
  position: relative;
  color: var(--dark) !important;
}
[data-pagebuilder="section"] .btn.btn-link:hover,
[data-pagebuilder="section"] .btn.btn-link:focus {
  color: var(--secondary) !important;
}
[data-pagebuilder="section"] .btn.btn-link::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--secondary) !important;
}

#widget-about-store-hours h5 {
  color: var(--dark);
  letter-spacing: 0.06rem !important;
}

.social-networks.outline-circles .network {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 0.15rem;
  text-decoration: none;
}

.social-networks.outline-circles .network i {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  display: block;
  text-decoration: none;
}

.social-networks.outline-circles .network:hover,
.social-networks.outline-circles .network:focus {
  background: var(--secondary);
  border-color: var(--secondary);
}

.social-networks.outline-circles .network:hover i,
.social-networks.outline-circles .network:focus i {
  color: #ffffff;
}

footer {
  border-top: 5px solid var(--secondary);
}

footer .input-group {
  border-color: rgba(255,255,255,0.2) !important;
}

footer h6 {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06rem !important;
  color: rgba(255,255,255,1) !important;
}

footer p, 
footer address,
footer address a, 
footer address a strong,
footer label,
footer .footerlinks li a,
footer .input-group .btn, 
footer .input-group .btn i, 
footer .input-group .form-control {
  color: rgba(255,255,255,0.5) !important;
}

footer p, 
footer address,
footer address a, 
footer address a strong,
footer address > table tr > td > span,
footer address > table tr > td > strong,
footer label,
footer .footerlinks li a {
  font-size: 14px !important;
  font-weight: 400 !important;
}


footer p.copyrights, footer p.copyrights a, footer p.copyrights a:hover, footer p.copyrights a:focus {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.5) !important;
}

footer address a strong.text-uppercase.small {
  display: none !important;
}

footer .input-group .form-control::placeholder {
  color: rgba(255,255,255,0.3) !important;
}

footer address a:hover, 
footer address a:focus, 
footer .input-group .btn:hover i, 
footer .input-group .btn:focus i {
  color: var(--secondary) !important; 
}

footer .footerlinks li a:hover,
footer .footerlinks li a:focus,
footer address a:hover,
footer address a:focus,
footer address a:hover strong,
footer address a:focus strong {
  color: rgba(255,255,255,1) !important;
}

footer .social-networks {
  margin: 20px 0 0 0 !important;
}

footer .social-networks .network {
  width: 42px;
  height: 42px;
  border-radius: 3px !important;
}

footer .social-networks .network:hover,
footer .social-networks .network:focus {
  background: var(--secondary);
}  
footer .social-networks .network:hover i,
footer .social-networks .network:focus i {
  color: var(--light) !important;
}

[data-pagebuilder="section"] .btn.btn-link:hover,
[data-pagebuilder="section"] .btn.btn-link:focus {
  color: var(--primary) !important;
}
[data-pagebuilder="section"] .btn.btn-link::after {
  background: var(--primary) !important;
}

@media(max-width:767px){
	.mobile-stack .btn-outline-light {
	  border-color: var(--dark);
	  color: var(--dark);
	  background: none;
	}
	.mobile-stack .btn-outline-light:hover,
	.mobile-stack .btn-outline-light:focus {
	  border-color: var(--dark);
	  color: #ffffff;
	  background: var(--dark);
	}
	.mobile-stack .btn-light {
	  border-color: var(--dark);
	  color: #ffffff;
	  background: var(--dark);
	}
	.mobile-stack .btn-light:hover,
	.mobile-stack .btn-light:focus {
	  border-color: var(--dark);
	  color: var(--dark);
	  background: none;
	}
}