/****
* Header code for positioning and styling elements
*/

.page-header {
    background-image: url('../images/bg-index-crystals.jpg');
}

.rd-navbar-static .rd-megamenu-list li > a:hover, .rd-navbar-static .rd-megamenu-list li > a::before, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #6d2f91;
}

.rd-navbar-static .rd-nav-link::before {
    background: #E7DDF5;
}

.rd-navbar-static .rd-megamenu-list li > a:hover {
    cursor: pointer;
}

.rd-navbar-static .rd-navbar-dropdown {
    border-bottom: 7px solid #6d2f91;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link, .rd-navbar-fixed .rd-megamenu-list > li:hover > a {
    background: #6d2f91;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #E7DDF5;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #6d2f91;
}

.logo-container {
	display: flex;
	align-items: center;
}

.logo-container .tagline {
    margin-left: 20px;
    font-weight: 600;
    font-family: "fairwater-script";
}

.header-info {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.header-info span {
    display: block;
}

.header-info .shipping {
    margin-bottom: 20px;
}

.diamond-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/crystal-bg.png');
    padding-right: 10px;
    background-repeat: no-repeat;
}

.diamond-container img {
    max-width: 170px;
    width: 100%;
}

footer {
    padding-top: 10px;
}

.footer-column {
    text-align: left;
    padding-top: 30px;
}

.footer-column .footer-column-title {
    color: #FFF100;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-column ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

footer .social-links {
    display: flex;
    flex-wrap: wrap;
}

footer .social-links a {
    margin-right: 15px;
}

footer .social-links a:last-of-type {
    margin-right: 0;
}

footer .social-links a img {
    max-width: 50px;
}

h2.section-title {
    text-align: left;
    font-size: 30px;
    color: #662C8F;
    text-transform: initial;
    font-family:"fairwater-script";
}

h2.section-title.section-title-join {
    font-family:"montserrat";
}

p.section-subtitle {
    color: #000;
    text-align: left;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
  
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-top {
    border-top: 7px solid #fff;
}

.separator-section, .page-content {
    background: #E7DDF5;
}

.diamond-image {
    width: 100px;
}

.diamond-separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.separator-line {
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.separator-line img {
    width: 30px;
    display: none;
}

.separator-line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px solid #6d2f91;
    border-bottom: 1px solid #6d2f91;
    left: 28px;
    background: #fff;
}

.birthstones-section .diamond-separator {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 30px;
}

/* .hexagons {
    min-height: 400px;
}

.hexagon {
    height: 200px;
    width: 240px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-1 {
    top: 150px;
    left: 40px;
}

.hexagon-2 {
    top: 50px;
    left: 230px;
}

.hexagon-3 {
    top: 248px;
    left: 230px;
}

.hexagon-4 {
    top: 150px;
    left: 410px;
}

.hexagon-5 {
    top: 50px;
    left: 590px;
}

.product-text {
    position: absolute;
    font-size: 14px;
    max-width: 220px;
}

.product-text-1 {
    top: 350px;
}

.product-text-2 {
    top: 20px;
    left: 435px;
}

.product-text-3 {
    top: 350px;
    left: 470px;
}

.product-text-4 {
    top: 420px;
    left: 430px;
}

.product-text-5 {
    top: 250px;
    right: 20px;
} */

.product-block {
    padding: 0 15px;
}

.products-image {
    margin: 0 0 0 70px;
}

.related-cats-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px 15px;
    margin-top: 20px;
}

.related-cats-list li a {
    color: #652B8E;
    font-family:"fairwater-script";
}

.email-subscribe {
    margin-top: 20px !important;
}

.email-subscribe p {
    margin-bottom: 20px;
}

.email-subscribe input {
    min-width: 300px;
    border: 1px solid #652B8E;
}

.sidebar {
    display: grid;
    align-items: start;
}

.join-club {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .logo-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo-container .tagline {
        margin: 20px 0 0 0;
    }


    .sidebar {
        display: none;
    }

    .separator-line::after {
        border-top: 1px solid #F8F5FF;
        border-bottom: 1px solid #F8F5FF;
    }

    .separator-line img {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .logo-container {
        align-items: center;
    }

    .products-image {
        margin-left: 0;
    }

    .related-cats-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .related-cats-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

