/*!
 * Diny Jewelers
 * Copyright 2008-2023 Punchmark
 */



/*  ===================================
    HELPERS
===================================  */

.toolbar > .toolbar-inner > ul > li > a {
    font-size: 12px !important;
    letter-spacing: 0.05rem;
}

.progress {
	background: #e0e0e0 !important;
}

.toolbar > .toolbar-inner > ul > li, 
.toolbar > .toolbar-inner > ul > li > a,
.toolbar > .toolbar-inner > ul > li > a > span,
.toolbar > .toolbar-inner > ul > li > a > i {
    color: var(--primary) !important;
}

.social-networks.outline-circles .network:hover,
.social-networks.outline-circles .network:focus {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}
.social-networks.outline-circles .network:hover i,
.social-networks.outline-circles .network:focus i {
    color: #304b33 !important;
}

.widget-custom-jewelry-grid .hover-layer {
    display: none !important;
    visibility: hidden !important;
    z-index: -1 !important;
}

/*  ===================================
    NAV
===================================  */

nav.navbar .nav-item .nav-link {
    font-size: 16px !important;
}

/*  ===================================
    FOOTER
===================================  */

footer h6 {
    color: var(--primary) !important;
}

footer p, 
footer p a strong, 
footer address,
footer address a strong,
footer .footerlinks li a,
footer p.copyrights a,
footer #ctct_button_footer,
.social-networks .network i {
    color: #ffffff !important;
}

footer p.copyrights a:hover, 
footer p.copyrights a:focus,
footer address a:hover strong,
footer address a:focus strong,
.social-networks .network:hover i,
.social-networks .network:focus i,
footer .footerlinks li a:hover, 
footer .footerlinks li a:focus {
    color: var(--primary) !important;
}