/*!
 * Carroll's v6 Local Styles
 * Copyright 2008-2017 Punchmark
 */

/* ============= Header ========== */
@media (min-width: 1600px) {
    header a#logo {
        max-width: 360px;
        width: 360px;
    }
}
body:not(#home) header {
    background: var(--primary) !important;
}
.alert-global .btn-close {
    color: var(--primary) !important;
    filter: invert(0) grayscale(100%) brightness(0);
}
.alert-global {
    z-index: 500;
    background: #E6EBF2 !important;
    color: var(--primary) !important;
}

@media (max-width: 767px) {
    section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -80px !important;
    }
}

 @media (min-width: 768px) {
    section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -114px !important;
    }
}

@media (min-width: 992px) {
    section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -125px !important;
    }
}


@media (min-width: 1200px) {
    section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -108px !important;
    }
}

@media (min-width: 1600px) {
    section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -127px !important;
    }
}

header {
    box-shadow: none !important;
}

header .content-toolbar a i {
    color: #fff !important;
}
header .content-toolbar a:hover i, header .content-toolbar a:focus i {
    color: #fff !important;
}

@media (max-width: 991px) {
    nav.navbar #main-navigation {
        background: var(--primary) !important;
    }
    nav.navbar .navbar-nav .nav-item:hover .nav-link, nav.navbar .navbar-nav .nav-item:hover .nav-link i, nav.navbar .navbar-nav .nav-item:focus .nav-link, nav.navbar .navbar-nav .nav-item:focus .nav-link i, nav.navbar .navbar-nav .nav-item.dropdown-is-open .nav-link, nav.navbar .navbar-nav .nav-item.dropdown-is-open .nav-link i {
        color: var(--light) !important;
    }
    nav.navbar #main-navigation .mobile-bottom .nav-bottom-buttons .btn-flex {
        color: var(--light) !important;
    }
    nav.navbar #main-navigation .mobile-bottom .nav-bottom-buttons .btn-flex:hover, nav.navbar #main-navigation .mobile-bottom .nav-bottom-buttons .btn-flex:focus {
        background: var(--secondary) !important;
        border-color: var(--secondary) !important;
    }
    nav.navbar .navbar-nav .nav-item {
        border-top: 1px solid #D5D5D5;
    }
    nav.navbar .navbar-nav {
        border-bottom: none !important;
    }
    nav.navbar ul.navbar-nav .dropdown.show>.dropdown-menu {
        background: var(--light) !important;
    }
    nav.navbar .navbar-nav .nav-item>.nav-link-and-plus-wrap .dropdown-plus>i, nav.navbar .navbar-nav .nav-item>.nav-link-and-plus-wrap .dropdown-plus>i::before {
        color: var(--light) !important;
    }
    nav.navbar #main-navigation .mobile-top .input-group .form-control {
        color: var(--light) !important;
        border-color: transparent !important;
    }
    nav.navbar #main-navigation .mobile-top .input-group .form-control::placeholder {
        color: var(--light) !important;
        opacity: 0.8;
    }
    nav.navbar #main-navigation .mobile-bottom .social-networks .network {
        border: none !important;
    }
    nav.navbar #main-navigation .mobile-bottom .social-networks .network i {
        transition: color 0.15s linear;
        color: var(--secondary) !important;
    }
    nav.navbar #main-navigation .mobile-bottom .social-networks .network:hover, nav.navbar #main-navigation .mobile-bottom .social-networks .network:focus {
        color: var(--light) !important;
    }
    nav.navbar #main-navigation .mobile-top .input-group .btn {
        color: var(--secondary) !important;
    }
    nav.navbar #main-navigation .mobile-top .input-group .btn:hover i, nav.navbar #main-navigation .mobile-top .input-group .btn:focus i {
        color: var(--light) !important;
    }
    nav.navbar #main-navigation .btn-close+.mobile-top .mobile-top-search {
        border-color: var(--primary) !important;
    }
    nav.navbar #main-navigation .mobile-top .input-group {
        border-color: rgba(255,255,255,0.8) !important;
    }
    nav.navbar .navbar-collapse .mobile-container .btn-close {
        filter: invert(1) grayscale(100%) brightness(200%);
    }
}

@media (max-width: 767px) {
    header .content-toolbar.inline-right {
        padding-right: 0 !important;
    }
    header .content-toolbar .content-toolbar-inner>ul>li.item-account {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    header .content-toolbar .content-toolbar-inner>ul>li>a>i::before {
        font-size: 20px !important;
    }
    header .content-toolbar .content-toolbar-inner>ul>li>a>i {
        width: 19px !important;
    }
}

nav.navbar {
    width: auto;
}

/* nav.navbar #main-navigation>.container-fluid {
    padding-right: 15px !important;
} */


/* @media (min-width: 992px) {
    nav.navbar .navbar-nav .nav-item {
        padding-left: 2.2rem;
        padding-right: 2.2rem;
        
    }
    nav.navbar .navbar-nav .nav-item a.nav-link {
        font-size: 1.4rem;
        font-weight: 400;
    }
    nav.navbar .navbar-nav .nav-item .nav-link, nav.navbar .navbar-nav .nav-item .nav-link:hover, nav.navbar .navbar-nav .nav-item .nav-link:focus, nav.navbar .navbar-nav .nav-item .nav-link:active {
        color: #fff !important;
    }
    nav.navbar .navbar-nav .nav-item .nav-link:hover, nav.navbar .navbar-nav .nav-item .nav-link:focus, nav.navbar .navbar-nav .nav-item .nav-link:active {
        opacity: 0.75;
    }
} */

@media (min-width: 992px) {
    nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.dropdown-menu-wide {
        background: #e6ebf2 !important;
    }
    nav.navbar .navbar-nav.navbar-left {
        padding-right: 0 !important;
    }
    nav.navbar .navbar-nav .nav-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        
    }
    nav.navbar .navbar-nav .nav-item a.nav-link {
        font-size: 1rem;
        font-weight: 400;
    }
    nav.navbar .navbar-nav .nav-item .nav-link, nav.navbar .navbar-nav .nav-item .nav-link:hover, nav.navbar .navbar-nav .nav-item .nav-link:focus, nav.navbar .navbar-nav .nav-item .nav-link:active {
        color: #fff !important;
    }
    nav.navbar .navbar-nav .nav-item .nav-link:hover, nav.navbar .navbar-nav .nav-item .nav-link:focus, nav.navbar .navbar-nav .nav-item .nav-link:active {
        opacity: 0.75;
    }
}

@media (min-width: 1190px) {
    /* nav.navbar .navbar-nav .nav-item {
        padding-left: 30px;
        padding-right: 30px;
        
    } */
    nav.navbar .navbar-nav .nav-item a.nav-link {
        font-size: 1.25rem;
        font-weight: 400;
    }
}

@media (min-width: 1320px) {
    nav.navbar .navbar-nav .nav-item {
        padding-left: 30px;
        padding-right: 30px;
        
    }
    nav.navbar .navbar-nav .nav-item a.nav-link {
        font-size: 1.5rem;
        font-weight: 400;
    }
}

 /* @media (min-width: 1400px) {
    nav.navbar .navbar-nav .nav-item {
        padding-left: 34px;
        padding-right: 34px;
        
    }
}  */
@media (min-width: 1560px) {
    nav.navbar .navbar-nav .nav-item {
        padding-left: 35px;
        padding-right: 35px;
        
    }
    nav.navbar .navbar-nav .nav-item a.nav-link {
        font-size: 1.75rem;
        font-weight: 400;
    }
}

@media (min-width: 1750px) {
    nav.navbar .navbar-nav .nav-item {
        padding-left: 40px;
        padding-right: 40px;
        
    }
    nav.navbar .navbar-nav .nav-item a.nav-link {
        font-size: 1.95rem;
        font-weight: 400;
    }
}

/* ====== General ====== */
p,.p {
    font-size: calc(0.955rem + 0.06vw)
}

@media (min-width: 1200px) {
    p,.p {
        font-size:1.25rem
    }
}

.btn-secondary {
    color: var(--light) !important;
}

.btn-light {
    color: var(--primary) !important;
}

@media (max-width: 767px) {
    section[data-pagebuilder="section"].hero-container .mobile-full-width {
        /* width: 100% !important;
        max-width: 100% !important; */
        display: none !important;
    }
}

section[data-pagebuilder="section"].hero-container .green-background {
    background: #81C0C5 !important;
}

.mobile-hero-text {
    display: none !important;
}

@media(max-width: 767px) {
    .mobile-hero-text {
        display: block !important;
    }
}

#home .hero-container {
    position: relative;
}

#home .hero-container:after {
    content: '';
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
    bottom: -110px;
    background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/gabriel-model.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    width: 26vw;
    /* max-width: 380px; */
    background-position: bottom center;
    z-index: 51;
}

#home .hero-container:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #81C0C5;
    height: 100%;
    width: 43%;
    z-index: 50;
}

@media (max-width: 1200px) {
    #home .hero-container:after {
        width: 25vw;
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    #home .hero-container:before {
        width: 50%;
    }
    #home .hero-container:after {
        left: 50%;
        width: 38vw;
    }
}

@media (max-width: 500px) {
    #home .hero-container:after {
        width: 37vw;
        min-width: 120px;
        max-width: 230px;
    }
}

/* ==== Category Slider Section ====== */
section.category-slider-section .btn-link {
    text-decoration: none;
    color: var(--primary) !important;
    margin-top: 15px;
}

section.category-slider-section .btn-link:hover, section.category-slider-section .btn-link:focus {
    /* color: var(--secondary) !important; */
    opacity: 0.75;
}

section.category-slider-section .btn-link:after {
    display: none !important;
}
section.custom-border {
    border-bottom: 30px solid var(--primary);
}
@media (max-width: 767px) {
    section.custom-border {
        border: none !important;
    }
}
.category-slider-section .owl-carousel {
    z-index: 51;
}
.category-slider-section .owl-carousel p {
    font-weight: 400;
}
.category-slider-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #E6EBF2;
    height: 100%;
    width: 43%;
    z-index: 50;
}

@media (max-width: 767px) {
    .category-slider-section:before {
        /* width: 100%;
        background: #81C0C5 !important; */
        display: none;
    }
}

.category-slider-section .owl-nav .owl-prev {
    background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/slider-arrow-left.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
   height: 62px;
    width: 36px;
}

.category-slider-section .owl-nav .owl-next {
    background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/slider-arrow-right.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
   height: 62px;
    width: 36px;
}

.category-slider-section .owl-nav .owl-prev i, .category-slider-section .owl-nav .owl-next i {
    display: none !important;
}

/* ==== Services Icon Section ====== */

section.services-icon-section img {
    height: 105px;
    width: auto;
    max-width: 100%;
}

/* ==== Testinomials Section ====== */

section .testimonials-owl-carousel .owl-item>.d-flex {
    background: transparent !important;
    border-radius: 20px;
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
}


.testimonials-owl-carousel .owl-stage {
    align-items: center;
}
.testimonials-owl-carousel .owl-stage .owl-item {
    padding: 5px 15px !important;
}

.testimonials-owl-carousel .owl-item .review-description {
    color: var(--primary) !important;
    font-weight: 300;
    font-size: 20px;
    padding-top: 60px !important;
    margin-bottom: 15px !important; 
}

.testimonials-owl-carousel .owl-item .review-description:after {
    content: ',,';
    transform: rotate(180deg);
    display: block;
    /* width: 50px;
    height: 2px; */
    color: var(--primary);
    top: 0;
    left: 55px;
    font-size: 100px;
    position: absolute;
    font-family: 'amandine', serif;
    font-weight: 700;
}

.testimonials-owl-carousel .owl-item:nth-child(odd) .review-description:after {
    color: var(--secondary);
}

.testimonials-owl-carousel .owl-item .star-rating {
    display: none !important;
}
.testimonials-owl-carousel .owl-item>.d-flex {
    padding: 30px;
}
@media (min-width: 768px) {
    .testimonials-owl-carousel .owl-item>.d-flex {
        padding: 30px 40px;
    }
}
.testimonials-owl-carousel .small {
    display: block;
    width: 100%;
    font-size: 20px;
    color: var(--primary);
    position: relative;
}

.testimonials-owl-carousel .small:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background: var(--primary);
    height: 1px;
    width: 100%;
}

.testimonials-owl-carousel .review-heading {
    font-weight: 700;
    font-size: 20px;
    display: block;
    color: var(--primary) !important;
    margin-top: 15px !important;
}

.testimonials-owl-carousel .owl-nav .owl-prev {
    background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/slider-arrow-left.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
   height: 62px;
    width: 36px;
    left: 0 !important;
}

.testimonials-owl-carousel .owl-nav .owl-next {
    background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/slider-arrow-right.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
   height: 62px;
    width: 36px;
    right: 0 !important;
}

@media (max-width: 767px) {
    .testimonials-owl-carousel .owl-nav .owl-prev {
        left: -14px !important;
    }
    .testimonials-owl-carousel .owl-nav .owl-next {
        right: -14px !important;
    }
}


.testimonials-owl-carousel .owl-nav i {
    display: none !important;
}

.testimonials-owl-carousel {
    padding: 0 50px !important;
}

@media(max-width: 767px) {
    .testimonials-owl-carousel {
        padding: 0 20px !important;
    }
}

/* ====== Image Overlay Section ====== */
section.image-overlay-section .image-grid-overlay.widget[data-widget-index="1"] {
    width: 459px;
    max-width: 80%;
    margin-bottom: 150px;
}
section.image-overlay-section .image-grid-overlay.widget[data-widget-index="2"]  {
    position: absolute;
    left: 48% !important;
    top: 280px !important;
    width: 310px;
    max-width: 50%;
}
@media (max-width: 450px) {
    section.image-overlay-section .image-grid-overlay.widget[data-widget-index="1"] {
        margin-bottom: 190px;
    }
    section.image-overlay-section .image-grid-overlay.widget[data-widget-index="2"] {
        max-width: 42%;
        left: 52% !important;
    }
}

section.image-overlay-section .image-grid-overlay.widget .link-container .btn-link {
    text-decoration: none;
    color: var(--primary) !important;
    margin-top: 15px;
}

section.image-overlay-section .image-grid-overlay.widget .link-container .btn-link:hover, section.image-overlay-section .image-grid-overlay.widget .link-container .btn-link:focus {
    /* color: var(--secondary) !important; */
    opacity: 0.75;
}

section.image-overlay-section .image-grid-overlay.widget .link-container .btn-link:after {
    display: none !important;
}

/* ====== Image Overlay Section - Right Side ====== */
section.image-overlay-section-right {
    background: var(--primary) !important;
}
/* section.image-overlay-section-right .image-grid-overlay.widget[data-widget-index="1"] {
    width: 385px;
    max-width: 80%;
    margin-bottom: 100px;
}
section.image-overlay-section-right .image-grid-overlay.widget[data-widget-index="2"]  {
    position: absolute;
    left: 47% !important;
    top: 260px !important;
    width: 310px;
    max-width: 50%;
} */

section.image-overlay-section-right .image-grid-overlay.widget .link-container .btn-link {
    text-decoration: none;
    color: var(--primary) !important;
    margin-top: 15px;
}

section.image-overlay-section-right .image-grid-overlay.widget .link-container .btn-link:hover, section.image-overlay-section-right .image-grid-overlay.widget .link-container .btn-link:focus {
    color: var(--secondary) !important;
}

section.image-overlay-section-right .image-grid-overlay.widget .link-container .btn-link:after {
    display: none !important;
}

/* @media (max-width: 600px) {
    section.image-overlay-section-right .image-grid-overlay.widget[data-widget-index="2"] {
        max-width: 52.5%;
    }
} */

@media (max-width: 991px) {
    section.image-overlay-section-right .image-grid-overlay.widget[data-widget-index="1"] {
        /* margin-top: 60px; */
        width: 525px;
        margin: 60px auto 0;
        max-width: 100%;
    }
    /* .arrow-grid {
        flex-wrap: wrap;
    } */
}

.arrow-grid .widget {
    position: relative;
}

.arrow-grid .widget:after {
    content: '';
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
    background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/white-arrow.png');
    height: 62px;
    width: 36px;
    z-index: 50;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow-grid .widget:last-child:after, .arrow-grid .widget:first-child:after {
    display: none !important;
}
.arrow-grid  {
    align-content: center;
}
.arrow-grid img {
    height: 105px;
    width: auto;
    max-width: 100%;
    /* margin: 0 !important; */
}

@media (max-width: 767px) {
    .arrow-grid .widget:after {
        width: 18px;
        height: 31px;
    }
    .arrow-grid img {
        height: 65px;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .arrow-grid .w-33 {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .arrow-grid .widget:after {
        display: none !important;
    }
}

/* ======== Footer ========= */
footer {
    padding: 30px 0 0;
}
footer p.copyrights {
    margin-bottom: 0;
    padding-bottom: 1px !important;
}
footer .input-group>input.form-control+.input-group-btn>.btn {
    background: var(--secondary) !important;
    color: #fff !important;
    border: 2px solid var(--secondary) !important;
}


footer .form-control::placeholder {
    color: #fff !important;
}

footer .input-group>input.form-control+.input-group-btn>.btn:hover, footer .input-group>input.form-control+.input-group-btn>.btn:focus {
    background: #24858c !important;
    border-color: #24858c !important;
}

footer .form-control {
    background: transparent !important;
    color: #fff !important;
    border-color: var(--secondary) !important;
    border-width: 2px !important;
    border-right: none !important;
}

footer .social-networks .network {
    color: var(--secondary) !important;
    transition: color 0.15s linear;
}

footer .social-networks .network:hover, footer .social-networks .network:focus {
    color: var(--light) !important;
}

footer .subscribe-widget {
    max-width: 300px;
}

@media (max-width: 767px) {
    footer [data-bs-toggle="collapse"]:after {
        content: '';
        height: 1px;
        background: #D5D5D5;
        width: calc(100% + 20px);
        left: -10px;
        top: 0;
        position: absolute;
    }
    footer [data-bs-toggle="collapse"], footer [data-bs-toggle="collapse"]:focus {
        position: relative;
        justify-content: flex-start !important;
        border-top: none !important;
    }
    footer [data-bs-toggle="collapse"] h6, footer [data-bs-toggle="collapse"] .h6 {
        justify-content: flex-start !important;
    }
    footer [data-bs-toggle="collapse"] h6:after, footer [data-bs-toggle="collapse"] .h6:after {
        content: '' !important;
        background: url('https://cdn.jewelryimages.net/static/domains/thefriendlyjewelerv6/images/store-pics/footer-arrow.png') !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        width: 30px;
        height: 17px;
        position: relative;
        left: 9px;
        /* transition: all 0.15s linear; */
    }
    footer .h6, footer h6 {
        padding-left: 10px !important;
        align-items: center;
    }
    footer a h6:after, footer a .h6:after {
        transform: rotate(180deg) !important;
    }
    footer a.collapsed h6:after, footer a.collapsed .h6:after {
        transform: rotate(0deg) !important;
        top: 2px;
    }

    footer [data-bs-toggle="collapse"] + div {
        padding: 0 20px 0 10px !important;
    }

    footer .row > div:last-child {
        padding-left: 20px !important;
    }

    footer .row > div:last-child h6, footer .row > div:last-child .h6 {
        padding-left: 0 !important;
    }
    
    footer p.copyrights {
        text-align: left !important;
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
    footer .h6, footer h6 {
        margin-bottom: 13px;
    }
}


/* ======================

Hyperion Locally

====================== */

@font-face {
    font-family: 'hyperion';
    src:  url('fonts/hyperion.eot?qv1jb0');
    src:  url('fonts/hyperion.eot?qv1jb0#iefix') format('embedded-opentype'),
      url('fonts/hyperion.ttf?qv1jb0') format('truetype'),
      url('fonts/hyperion.woff?qv1jb0') format('woff'),
      url('fonts/hyperion.svg?qv1jb0#hyperion') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  [class^="hyperion-"], [class*=" hyperion-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hyperion' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .hyperion-metal:before {
    content: "\e900";
  }
  .hyperion-camera:before {
    content: "\e901";
  }
  .hyperion-ring-alt:before {
    content: "\e902";
  }
  .hyperion-diamond:before {
    content: "\e903";
  }
  .hyperion-gemstone:before {
    content: "\e904";
  }
  .hyperion-necklace:before {
    content: "\e905";
  }
  .hyperion-pendant:before {
    content: "\e906";
  }
  .hyperion-engagement-ring:before {
    content: "\e907";
  }
  .hyperion-gift:before {
    content: "\e908";
  }
  .hyperion-earring:before {
    content: "\e909";
  }
  .hyperion-earring-alt:before {
    content: "\e90a";
  }
  .hyperion-bracelet:before {
    content: "\e90b";
  }
  .hyperion-bangle:before {
    content: "\e90c";
  }
  .hyperion-diamond-care:before {
    content: "\e90d";
  }
  .hyperion-diamond-remove:before {
    content: "\e90e";
  }
  .hyperion-linked:before {
    content: "\e90f";
  }
  .hyperion-link:before {
    content: "\e910";
  }
  .hyperion-mail-open:before {
    content: "\e911";
  }
  .hyperion-gift-check:before {
    content: "\e912";
  }
  .hyperion-question:before {
    content: "\e913";
  }
  .hyperion-news:before {
    content: "\e914";
  }
  .hyperion-minus:before {
    content: "\e915";
  }
  .hyperion-ipad:before {
    content: "\e916";
  }
  .hyperion-desktop:before {
    content: "\e917";
  }
  .hyperion-edit:before {
    content: "\e918";
  }
  .hyperion-repair:before {
    content: "\e919";
  }
  .hyperion-wishlist-add:before {
    content: "\e91a";
  }
  .hyperion-diamond-edit:before {
    content: "\e91b";
  }
  .hyperion-ring-size:before {
    content: "\e91c";
  }
  .hyperion-security:before {
    content: "\e91d";
  }
  .hyperion-price-settings:before {
    content: "\e91e";
  }
  .hyperion-financing:before {
    content: "\e91f";
  }
  .hyperion-verified:before {
    content: "\e920";
  }
  .hyperion-user-add-male:before {
    content: "\e921";
  }
  .hyperion-user-add-female:before {
    content: "\e922";
  }
  .hyperion-education:before {
    content: "\e923";
  }
  .hyperion-user-add:before {
    content: "\e924";
  }
  .hyperion-ring:before {
    content: "\e925";
  }
  .hyperion-edit-alt:before {
    content: "\e926";
  }
  .hyperion-diamond-settings:before {
    content: "\e927";
  }
  .hyperion-diamond-price:before {
    content: "\e928";
  }
  .hyperion-female:before {
    content: "\e929";
  }
  .hyperion-male:before {
    content: "\e92a";
  }
  .hyperion-idea:before {
    content: "\e92b";
  }
  .hyperion-view:before {
    content: "\e92c";
  }
  .hyperion-edit-design:before {
    content: "\e92d";
  }
  .hyperion-book:before {
    content: "\e92e";
  }
  .hyperion-burger:before {
    content: "\e92f";
  }
  .hyperion-calendar-alt:before {
    content: "\e930";
  }
  .hyperion-calendar:before {
    content: "\e931";
  }
  .hyperion-chat-alt:before {
    content: "\e932";
  }
  .hyperion-shopping-cart:before {
    content: "\e933";
  }
  .hyperion-chat:before {
    content: "\e934";
  }
  .hyperion-shopping-cart-alt:before {
    content: "\e935";
  }
  .hyperion-shopping-bag:before {
    content: "\e936";
  }
  .hyperion-diamond-male:before {
    content: "\e937";
  }
  .hyperion-diamond-female:before {
    content: "\e938";
  }
  .hyperion-male-alt:before {
    content: "\e939";
  }
  .hyperion-female-alt:before {
    content: "\e93a";
  }
  .hyperion-diamond-info:before {
    content: "\e93b";
  }
  .hyperion-gemstone-info:before {
    content: "\e93c";
  }
  .hyperion-diamond-remove-alt:before {
    content: "\e93d";
  }
  .hyperion-diamond-repair:before {
    content: "\e93e";
  }
  .hyperion-watch-remove:before {
    content: "\e93f";
  }
  .hyperion-watch-repair:before {
    content: "\e940";
  }
  .hyperion-watch:before {
    content: "\e941";
  }
  .hyperion-watch-battery:before {
    content: "\e942";
  }
  .hyperion-engagement:before {
    content: "\e943";
  }
  .hyperion-mobile:before {
    content: "\e944";
  }
  .hyperion-chevron-right:before {
    content: "\e945";
  }
  .hyperion-arrow-up:before {
    content: "\e946";
  }
  .hyperion-chevron-up:before {
    content: "\e947";
  }
  .hyperion-arrow-down:before {
    content: "\e948";
  }
  .hyperion-chevron-down:before {
    content: "\e949";
  }
  .hyperion-check:before {
    content: "\e94a";
  }
  .hyperion-close:before {
    content: "\e94b";
  }
  .hyperion-plus:before {
    content: "\e94c";
  }
  .hyperion-search:before {
    content: "\e94d";
  }
  .hyperion-mail:before {
    content: "\e94e";
  }
  .hyperion-heart:before {
    content: "\e94f";
  }
  .hyperion-star:before {
    content: "\e950";
  }
  .hyperion-user:before {
    content: "\e951";
  }
  .hyperion-burger-alt:before {
    content: "\e952";
  }
  .hyperion-diamond-alt:before {
    content: "\e953";
  }
  .hyperion-truck:before {
    content: "\e954";
  }
  .hyperion-page:before {
    content: "\e955";
  }
  .hyperion-trash:before {
    content: "\e956";
  }
  .hyperion-gift-alt:before {
    content: "\e957";
  }
  .hyperion-thumbs-up:before {
    content: "\e958";
  }
  .hyperion-thumbs-down:before {
    content: "\e959";
  }
  .hyperion-phone:before {
    content: "\e95a";
  }
  .hyperion-diamond-search:before {
    content: "\e95b";
  }
  .hyperion-chart:before {
    content: "\e95c";
  }
  .hyperion-edit-list:before {
    content: "\e95d";
  }
  .hyperion-pulse:before {
    content: "\e95e";
  }
  .hyperion-book-keeping:before {
    content: "\e95f";
  }
  .hyperion-vacation:before {
    content: "\e960";
  }
  .hyperion-annoucement:before {
    content: "\e961";
  }
  .hyperion-home-plus:before {
    content: "\e962";
  }
  .hyperion-chart-alt:before {
    content: "\e963";
  }
  .hyperion-money:before {
    content: "\e964";
  }
  .hyperion-image:before {
    content: "\e965";
  }
  .hyperion-pie-chart:before {
    content: "\e966";
  }
  .hyperion-ring-select:before {
    content: "\e967";
  }
  .hyperion-lcoked:before,
  .hyperion-locked:before {
    content: "\e968";
  }
  .hyperion-unlocked:before {
    content: "\e969";
  }
  .hyperion-map-marker:before {
    content: "\e96a";
  }
  .hyperion-map-marker-alt:before {
    content: "\e96b";
  }
  .hyperion-arrow-left:before {
    content: "\e96c";
  }
  .hyperion-chevron-left:before {
    content: "\e96d";
  }
  .hyperion-arrow-right:before {
    content: "\e96e";
  }
  .hyperion-check-circle:before {
    content: "\e96f";
  }
  .hyperion-play:before {
    content: "\e970";
  }
  .hyperion-devices:before {
    content: "\e971";
  }
  .hyperion-castle:before {
    content: "\e972";
  }
  .hyperion-sketch:before {
    content: "\e973";
  }
  .hyperion-mobile-search:before {
    content: "\e974";
  }
  .hyperion-female-user:before {
    content: "\e975";
  }
  .hyperion-male-user:before {
    content: "\e976";
  }
  .hyperion-gear:before {
    content: "\e977";
  }
  .hyperion-gear-alt:before {
    content: "\e978";
  }
  .hyperion-home-alt:before {
    content: "\e979";
  }
  .hyperion-home:before {
    content: "\e97a";
  }
  