/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */



/*====================

Header

====================*/

header a#logo {
    max-width:220px;
    padding: 20px 2px !important;
}
header a#logo img {
    max-height: none !important;
}

@media(min-width:992px){
    header a#logo {
        padding: 25px 2px !important;
        max-width: 250px;
    }
}
@media(min-width:1200px){
    header a#logo {
        max-width: 270px;
    }
}


.toolbar .social-networks .network i {
  color: var(--bs-light) !important;
  transition: opacity 0.15s linear;
}

.toolbar .social-networks .network i:hover,
.toolbar .social-networks .network i:focus {
  opacity: 0.75 !important;
}

.toolbar .social-networks .network i {
    font-size: 1.2rem !important;
}

/*====================

Footer

====================*/

footer .btn {
    border: none !important;
}

#jewelry-details-brand-image > img {
display: none; !important
}