﻿body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
}

/* nav */
.sticky {
    position: fixed !important;
    top: 0;
    background-color: #fff !important;
    /* box-shadow: 1px 1px 9px 1px #1c346252; */
    color: #000;
}

/*
#custom-navbar {
    position: relative;
    left: 0;
    right: 0;
    color: #000;
    width: 100%;
    z-index: 101;
    padding: 10px 0;
    box-shadow: 1px 1px 3px 1px #1c346252;
} */

#custom-navbar {
    position: absolute;
    background: unset;
    border-bottom: 1px solid #cccccc2e;
    background: white;
    z-index: 999;
    width: 100%;
}

.header-color nav.navbar {
    padding: unset !important;
}

.sticky ul.navbar-nav.navbar-right li.custom-inline a.nav-link {
    color: #000;
}

nav #myNavbar {
    display: block;
    line-height: 24px;
}

nav .navbar-header .right_bar {
    justify-content: end !important;
}

nav .right_bar .social_icons .custom-inline a.dropdown-toggle svg {
    vertical-align: sub;
}

nav .right_bar .social_icons a svg {
    width: 22px;
    height: 22px;
    fill: #000;
    aspect-ratio: 1/1;
}

nav.sticky .right_bar .social_icons a svg {
    fill: #000;
}

nav ul.navbar-nav.navbar-right {
    width: 100%;
    gap: 35px;
}

nav li.inline-nav:nth-child(3) {
    padding-right: 5px;
    padding-left: 17px;
}

nav li.inline-nav:nth-child(2) {
    padding-left: 17px;
    padding-right: 5px;
}

nav li.inline-nav:nth-child(4) {
    padding-left: 17px;
}

nav .right_bar .social_icons {
    gap: 25px;
}

nav .right_bar .social_icons li.dropdown.login-drop.custom-inline {
    align-items: center;
    display: flex;
    gap: 5px;
    /* opacity: 80%; */
}

/* nav .right_bar .social_icons li.dropdown.login-drop.custom-inline .dropdown-toggle.show svg {
    fill: #fff;
} */

nav.sticky .right_bar .social_icons li.dropdown.login-drop.custom-inline svg {
    fill: #000;
}

/* nav .right_bar .social_icons a:hover span.badge {
    color: #4862a6 !important;
}

nav.sticky .right_bar .social_icons a:hover span.badge {
    color: #4862a6 !important;
}

nav.add-remove .right_bar .social_icons a:hover span.badge {
    color: #4862a6 !important;
} */
/* #custom-navbar .custom-navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
    transform: scaleX(1);
}
#custom-navbar .custom-navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 0%;
    transform: scaleX(0);
    height: 2px;
    left: 0px;
    margin: auto;
    background-color: #0a0a0a;
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    bottom: 5px;
} */

li.nav-item.custom-inline {
    position: relative;
}
#custom-navbar .custom-navbar-nav .nav-item .nav-link:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #fff;
    bottom: -2px;
    /* left: 14px; */
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    opacity: 80%;
}
.sticky#custom-navbar .custom-navbar-nav .nav-item .nav-link:before{
    background-color: #000;
}
.add-remove#custom-navbar .custom-navbar-nav .nav-item .nav-link:before{
    background-color: #000;
}

/* #custom-navbar .custom-navbar-nav .nav-item .nav-link:hover:before {
    width: 4%;
    transform: scaleX(1);
}
#custom-navbar .custom-navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 0%;
    --transform: scaleX(0); 
    height: 2px;
     --left: 0; 
    margin: auto;
    background-color: #0a0a0a;
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    bottom: 23px;
    --right: 2%; 
    == left: 34%; 
    transform: translateX(-50%);
} */

nav .right_bar .social_icons .custom-inline a {
    position: relative;
    color: #000 !important;
    font-size: 14px;
    /* opacity: 80%; */
}

nav .right_bar .social_icons ul.dropdown-menu a svg {
    fill: #000;
}

nav .dropdown-menu.show {
    /* width: max-content; */
    padding: 0px !important;
}

nav .dropdown-menu.show li {
    list-style-type: none;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

nav .right_bar .social_icons ul.dropdown-menu a {
    color: #000;
    padding: 10px !important;
    /* background-color: #000; */
    display: flex;
    /* justify-content: center; */
    width: 100%;
    font-size: 14px;
    text-align: left;
    gap: 5px;
    white-space: nowrap;
    /* gap: 10px; */
}
nav.sticky .right_bar .social_icons .custom-inline a {
    color: #000;
}
nav .right_bar .social_icons ul.dropdown-menu a.user svg {
    width: 28px;
    height: 22px;
}
nav .right_bar .social_icons ul.dropdown-menu a {
    color: #000;
}

nav.sticky .right_bar .social_icons ul.dropdown-menu a {
    color: #000;
}
nav .right_bar .social_icons ul.dropdown-menu a span {
    background-color: transparent !important;
    color: #000 !important;
    white-space: nowrap;
    position: unset;
    font-size: 14px;
    font-weight: 300;
    border: unset !important;
    min-height: unset !important;
    min-width: unset !important;
    border-radius: unset !important;
    justify-content: unset;
}
nav .right_bar .social_icons a span {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 7px;
    right: -16px;
    /* border: 1px solid #fff; */
    background-color: #000 !important;
    color: #fff !important;
    width: 100%;
    height: 100%;
    min-width: 23px;
    min-height: 23px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: auto;
    line-height: unset;
    justify-content: center;
}

nav.sticky .right_bar .social_icons a span {
    color: #fff;
    background-color: #000;
}

nav ul.navbar-nav.navbar-right li.custom-inline a.nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: unset !important;
    opacity: 80%;
}

/* a.remove_btn {
    display: none;
} */
/* nav ul.navbar-nav.navbar-right li.custom-inline a.active {
    color: #DBBC6D !important;
} */
/* nav ul.navbar-nav.navbar-right li.custom-inline a.nav-link:hover {
    color: #4862a6 !important;
} */

/* nav .right_bar .social_icons a:hover svg {
    fill: #4862a6 !important;
}

nav.sticky .right_bar .social_icons a:hover svg {
    fill: #4862a6 !important;
}

nav.sticky ul li a:hover {
    color: #4862a6 !important;
}

nav.add-remove .right_bar .social_icons a:hover svg {
    fill: #4862a6 !important;
} */

nav .right_bar .social_icons li#show-search {
    /* border-left: 1px solid #ccc; */
    padding-left: 17px;
}

.top-search .form-input {
    padding: unset !important;
    overflow: hidden;
    position: relative;
    top: 15px;
    left: -35px;
    right: 0;
}

.top-search #header-search {
    z-index: 1;
    position: relative;
    border: 1px solid #f0f0f0 !important;
    height: 33px;
    width: 260px;
    border-radius: 12px;
    overflow: hidden;
    outline: unset !important;
}

.top-search .form-input {
    padding: unset !important;
}

.form-input {
    background-color: unset !important;
    margin-top: 15px;
}

a.button-search.searchsubmit.productsearchsubmit {
    z-index: 1;
    position: absolute;
    border: unset !important;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0px 15px;
    background: #4862a6;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.button-search.searchsubmit.productsearchsubmit svg {
    fill: #fff !important;
}

a.button-search.searchsubmit.productsearchsubmit:hover svg {
    fill: #fff !important;
}

nav img.Image_fixed {
    display: none;
    opacity: 80%;
}

nav.navbar.sticky img.Image_fixed {
    display: none;
}

nav.navbar.sticky .Image_scroll {
    display: block;
}

nav img.Image_scroll {
    display: block;
}

/* header_end */

/* banner_section */
.banner-section {
    position: relative;
    margin-top: -24px !important;
    line-height: 0 !important;
}

.banner-section video.img-fluid {
    width: 100%;
    height: 100%;
    OBJECT-FIT: cover;
}

/* banner_section_end */
/* diamonds_section */
.home-ir234-shop-diamonds li a span {
    FONT-SIZE: 16PX;
    font-weight: 300;
}

/* diamonds_section_end */

/* section_welcome_diaexpression */
section#welcome_Blantons {
    padding: 90px 0 0px 0;
}

section#welcome_Blantons .row {
    text-align: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    /* gap: 25px; */
}

section#welcome_Blantons .row h3 {
    font-size: 55px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    margin-bottom: 40px;
}

section#welcome_Blantons .row p {
    line-height: 1.5;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
    /* margin-bottom: 60px; */
}

/* section_welcome_diaexpression_end */

/* section_images */
/* section.images_section .images_box {
    object-fit: contain;
    width: 640px;
    height: 289px;
    padding-left: unset !important;
} */
section.images_section {
    overflow: hidden;
    padding: 90px 0 0 0;
}

section.images_section .row {
    /* gap: 0 5px; */
    /* align-items: center;
        justify-content: flex-start;
        width: 100%; */
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

section.images_section .row img.img-fluid {
    height: 100%;
    object-fit: cover;
}

section.images_section .row a {
    padding: unset !important;
    overflow: hidden;
}

.images_section a:hover img {
    transform: scale(1.2);
}

.images_section a img {
    transition: transform 1s ease;
}

section.images_section .row.col-lg-8 {
    gap: 16px 0px;
    flex: 0 69%;
    justify-content: space-around;
    padding-left: unset !important;
    padding: unset;
}

/* section.images_section .images_box.last {
    object-fit: contain;
    width: 608px;
    height: 590px;

} */
.image_1 {
    grid-column: 1 / span 1;
    grid-row: 1;
}

.image_2 {
    grid-column: 2 / span 1;
    grid-row: 1;
}

.image_3 {
    grid-column: 1 / span 1;
    grid-row: 2;
}

.image_4 {
    grid-column: 2 / span 1;
    grid-row: 2;
}

.image_5 {
    grid-row: 1 / span 2;
}

/* section_images_end */

/* jewelry_detail */
.jewelry_detail .product-cart a.button-additional {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6 !important;
    padding: 12px 45px;
    border-radius: 4px !important;
    border: unset !important;
    border: 2px solid #4862a6 !important;
    width: 85%;
    transition: all 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
}
a.button-additional::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}
a.button-additional:hover::before {
    width: 100%;
}
a.button-additional::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
}
a.btn.button-additional.button-big.font-additional.font-weight-normal.text-uppercase.hvr-rectangle-out.hover-focus-bg.before-bg:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
}

.jewelry_detail .product-cart h4 {
    padding-bottom: 13px;
    /* padding-bottom: 40px; */
    font-size: 40px;
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
}
.jewelry_detail .product-options_header p span {
    font-size: 15px;
}
.jewelry_detail .product-options_desc {
    font-size: 15px;
    line-height: normal;
    color: black;
    font-weight: 400;
}

.jewelry_detail .product-options_header p {
    font-size: 18px;
    line-height: 25px;
    color: #5a5a5a;
    text-transform: initial;
    font-weight: 500;
    text-align: center;
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.main-content .product-overlay .quick-buy .product-share {
    display: flex;
    gap: 18px;
}

/* .jewelry_detail .product-options_header p.sku_number {
    font-size: 24px;
    color: #5a5a5a;
} */

/* #jewelry_collection_slider .slider-item .slider-img {
    border: 1px solid #ccc;
} */
.main_heading {
    display: flex;
    justify-content: space-between;
}

.main_heading svg {
    background-color: #4862a6;
    padding: 4px;
    border-radius: 5px;
    fill: #fff;
}

/* jewelry_detail_end */
/* jewelry_collection */
#jewelry_collection_slider {
    padding: 90px 0 0;
}

#jewelry_collection_slider .container {
    padding: unset;
}

#jewelry_collection_slider a {
    outline: unset;
}

#jewelry_collection_slider img.img-fluid.without_hover {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: fit-content;
    min-height: 299px;
}

#jewelry_collection_slider h2 {
    font-family: "Cormorant Upright", serif;
    font-size: 55px;
    font-weight: 300;
    color: #000;
}

#jewelry_collection_slider .slider-item {
    /* gap: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #ccc;
    /* margin-left: 0 !important; */
    /* max-width: 280px; */
    margin: 0 15px;
    /* width: 280px !important; */
}

/* #jewelry_collection_slider .slick-track {
    display: flex;
    align-items: center;
    gap: 20px;
} */
#jewelry_collection_slider .slider-item .slider-details a.name p {
    font-size: 16px;
    line-height: 25px;
    color: #363434;
    font-weight: 400;
    margin-bottom: 0px;
}

#jewelry_collection_slider .slider-item .slider-details a.discription p {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-transform: initial;
    font-weight: 300;
    text-align: justify;
}

#jewelry_collection_slider .slider-item .slider-details p.price.text-center {
    font-size: 18px;
    font-weight: 400;
    color: #000 !important;
    text-transform: uppercase;
}

#jewelry_collection_slider .slick-prev:before {
    content: '<';
    color: #000;
    font-family: monospace;
    font-size: 50px;
    font-weight: 100 !important;
}

#jewelry_collection_slider .slick-next:before {
    content: '>';
    color: #000;
    font-family: monospace;
    font-size: 50px;
    font-weight: 100 !important;
}

#jewelry_collection_slider .slider-item:hover .card_wrapper .product_title a {
    color: #4a6fa7;
}

#jewelry_collection_slider .slider-item:hover .card_wrapper .icon-top.d-flex a {
    color: #000 !important;
    border: 1px solid #eee;
    opacity: 1;
    /* border-radius: 50%; */
    padding: 18px;
    vertical-align: inherit;
    background-color: #fff;
    outline: unset;
}

#jewelry_collection_slider .icon.diamond_cart-btn .icons a svg {
    fill: #fff;
}

#jewelry_collection_slider .icon.diamond_cart-btn .icons a svg path {
    fill: #fff;
}

/* .slider-item:hover .card_wrapper .icon-top.d-flex a:hover{
    background-color:#0e1978;
} */

#jewelry_collection_slider .slider-item .card_wrapper .icon-top.d-flex a {
    color: #010101;
    border-radius: 0px;
    opacity: 0;
    padding: 12px 20px 12px !important;
}

/* position: absolute;
right: 26px;
top: -280px;
left: 175px;
bottom: 12%;
transition: opacity .6s cubic-bezier(.5,1,.89,1) .1s,transform .6s cubic-bezier(.5,1,.89,1) .1s!important;
transform: translateY(300%);
flex-direction: column;
z-index: 999;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center; */

#jewelry_collection_slider .slider-item .card_wrapper .icon-top.d-flex {
    position: absolute;
    right: 0;
    top: -300px;
    left: 0;
    /* bottom: 0; */
    transition: opacity .6s cubic-bezier(.5, 1, .89, 1) .1s, transform .6s cubic-bezier(.5, 1, .89, 1) .1s !important;
    transform: translateY(500%);
    /* flex-direction: column; */
    z-index: 999;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 6px;
}

#jewelry_collection_slider .card_wrapper {
    position: relative;
    width: 100%;
}

#jewelry_collection_slider .slider-item:hover .card_wrapper .icon-top.d-flex {
    transform: translateY(0%);
}

#jewelry_collection_slider .slider-item .card_wrapper .icon-top.d-flex a svg g path {
    /* fill: #000 !important; */
    stroke: #000 !important;
}

/* .slider-item .card_wrapper.icon-top.d-flex a:hover svg.wisthList g path, .slider-item  .icon-top.d-flex a:hover svg.search path, .slider-item  .icon-top.d-flex a:hover svg.view path {
    fill: #fff !important;
    stroke: #fff !important;
} */

#jewelry_collection_slider .slider-item .card_wrapper .icon-top.d-flex a:hover svg.cart g path {
    stroke: #000 !important;
    fill: #fff !important;
}

#jewelry_collection_slider a.text-uppercase.name.text-center {
    outline: unset !important;
}

#jewelry_collection_slider a.text-uppercase.discription.text-center {
    outline: unset !important;
}

#jewelry_collection_slider .icon.diamond_cart-btn {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translateY(45%);
}

#jewelry_collection_slider .slider-item:hover .icon {
    transform: translateY(5px);
    background-color: #4862a6;
}

#jewelry_collection_slider .slider-item .icon a {
    color: #fff;
    /* margin: 0px 10px; */
    padding: 15px 15px;
    border-radius: 0px;
    opacity: 0;
    vertical-align: inherit;
    text-decoration: none;
    width: 100%;
    display: flex;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    font-weight: 300;
    transition: 0.5s;
    text-align: center;
    border: unset !important;
    outline: unset;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#jewelry_collection_slider .slider-item .icon .icons {
    display: flex;
    align-items: center;
    /* gap: 12px; */
}

#jewelry_collection_slider .slider-item:hover .icon a {
    /* box-shadow: 1px 1px 9px 1px #1c346252; */
    opacity: 1;
    /* border-radius: 50%; */
    vertical-align: inherit;
    border: 1px solid #0b103a;
}

#jewelry_collection_slider .slider-item .icon .icons a {
    padding: 15px 10px;
}

/* jewelry_collection_end */

/* eternal_section */
#banner-section .halo_carousel_content_box_img {
    position: relative;
}

#banner-section p {
   
    font-size: clamp(17px, 1.16vw, 20px);
    line-height: 2;
    color: #636363;

}

#banner-section h1 {
    font-size: 55px;
    line-height: 1.1;
    padding-bottom: 15px;
    color: #000;
    font-family: "Cormorant Upright", serif;
    font-weight: 250;
}

#banner-section .halo_carousel_content_box_img img {
    /* position: absolute;
    right: 290px;
    left: 0;
    bottom: 72px; */
    height: 250px;
    width: 400px;
}

.banner-section-image {
    position: absolute;
    right: 22%;
    /* left: 0; */
    bottom: 15%;
}

#banner-section .row {
    background-image: url("../../assets/images/eternal_banner.jpg");
    height: 729px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* width:100%; */
}

#banner-section .eternal-caption {
    position: absolute;
    right: 0;
    color: #fff;
    text-align: center;
}

#banner-section .custom_text_slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    right: 0%;
    left: 42%;
    top: 18%;
    text-align: center;
}

#banner-section .image-collection-slider img.eternal-img {
    width: 433px;
    height: 278px;
    aspect-ratio: 1/1;
}

@media(max-width:1400px) {
    .banner-section-image {
        right: 17%;
    }

    #jewelry_collection_slider .slick-prev {
        left: -32px !important;
    }
}

@media(max-width:1200px) {

    .product-gallery_preview {
        width: 18% !important;
    }
    .banner-section-image {
        position: absolute;
        right: 20%;
        bottom: 15%;
    }

    #banner-section .halo_carousel_content_box_img img {
        height: 200px;
        width: 300px;
    }
}

@media(max-width:991px) {

    .product-detail.jewelry_detail .need-help {
        display: none !important;
    }

    .banner-section-image {
        right: 17%;
    }

    #banner-section .custom_text_slide {
        width: 60%;
        left: 35%;
    }

    ul.navbar-nav.navbar-right {
        flex-direction: column !important;
        display: flex;
    }

    nav ul.navbar-nav.navbar-right {
        /* padding-top: 20px; */
        gap: 20px !important;
        /* background-color: #fff; */
    }

    button.navbar-toggler {
        order: 3;
    }

    nav.sticky i.fa.fa-bars {
        color: #000 !important;
    }

    nav.sticky button.navbar-toggler {
        border-color: #000;
    }

    #cut_diamond .row {
        flex-wrap: wrap-reverse;
    }

    #jewelry_collection_slider .slider-item .icon .icons a {
        padding: 16px 4px;
    }

    #jewelry_collection_slider .icon.diamond_cart-btn .icons a svg {
        width: 20px;
        height: 20px;
    }

    #jewelry_collection_slider .slider-item .icon a {
        padding: 7px 4px;
    }

    #jewelry_collection_slider .icon.diamond_cart-btn {
        top: -59px;
    }
    a.add-cart::before {
        width: 32% !important;
        left: 4px !important;
    }
    .login-design .main{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 0px 45px 40px;
    }
    .login-design .main .panel-info>.panel-heading{
        /* background-color: #4862a6 !important; */
        width: 100%;
        /* margin: auto; */
        border-radius: 30px 30px 0 0;
    }
    .myAccount-tab .sidenav-user li a {
        width: 95%;
    }

}

@media(max-width:768px) {
    .banner-section-image {
        right: 13%;
        bottom: 50%;
    }

    #banner-section .custom_text_slide {
        top: 8%;
        justify-content: center;
    }

    #banner-section p {
        width: 100%;
    }
}

@media(max-width:576px) {

    .col-lg-6.col-md-6.col-sm-6.col-6.d-flex.justify-content-end {
        justify-content: center !important;
        width: 100%;
    }

    .breadcrumb-title.col-lg-6.col-md-6.col-sm-6.col-6 {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }

    .breadcrumb_edit .row {
        flex-direction: column;
    }

    #banner-section .custom_text_slide {
        width: 100%;
        left: 0;
    }

    .banner-section-image {
        right: 22%;
    }

    nav .nav-container {
        flex-wrap: wrap !important;
    }

    nav .navbar-header {
        flex: 0 100%;
    }
    #instagram_feed {
        padding: 50px 0px 0px !important;
    }
    #instagram_feed h4 { 
        padding-bottom: 30px !important;
    }
}

@media(max-width:420px) {

    #productDetails li {
        flex: 0 50% !important;
    }

    span.product-detail-head {
        flex: 0 0 auto !important;
    }
    #banner-section .halo_carousel_content_box_img img {
        height: 170px;
        width: 250px;
    }

    .banner-section-image {
        right: 15%;
    }

    #banner-section h1 {
        font-size: 50px;
    }
}

/* eternal_section_end */

/* cut_diamonds_section */
#cut_diamond {
    padding: 90px 0 0 0;
}

#cut_diamond .row h3 {
    font-size: 55px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
    color: #000;
}

#cut_diamond .row p {
    line-height: 1.5;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    opacity: 0.9;
}

.cut_diamond_image {
    height: 450px;
    width: 500px;
}

.cut_diamond_image img.diamonds-img {
    height: 100%;
    width: 100%;
}

@media(max-width:992px) {

    #productDetails li {
        flex: 0 25%;
    }

    .product-gallery_preview {
        width: 50% !important;
    }

    .product-detail.jewelry_detail .product-gallery_preview {
        flex-direction: row !important;
    }

    .product-detail.jewelry_detail .product-gallery.image_box {
        flex-direction: column !important;
    }
    .col-12.col-xxl-6.col-xl-6.col-lg-6.col-md-12.col-sm-12.diamond_image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* #jewelry_collection_slider .slick-next {
        right: -9px !important;
    }
    #jewelry_collection_slider .slick-prev {
        left: -9px !important;
    } */
    #jewelry_collection_slider .slick-prev:before {
        font-size: 27px;
    }

    #jewelry_collection_slider .slick-next:before {
        font-size: 27px;
    }

    #jewelry_collection_slider img.img-fluid.without_hover {
        min-height: 0px;
    }

    .reset-pass-box .panel-heading h4 {
        font-size: 38px !important;
    }

    #banner-section .custom_text_slide {
        background-color: #ffffff73;
        height: fit-content;
        padding: 20px;
    }

    .images_section .image_5 {
        display: none;
    }

    .product-detail.jewelry_detail .need-help {
        flex-direction: column;
        /* gap: 20px; */
        width: 100% !important;
        align-items: flex-start !important;
        padding: 8px;
    }

    .product-detail.jewelry_detail .share_product {
        justify-content: flex-start !important;
    }

    .product-detail {
        padding: 50px 0 15px !important;
    }

    .myAccount-tab .sidenav-user li {
        flex: 0 0 33% !important;
    }

}


@media(max-width:576px) {
    .product-gallery_preview {
        width: 60% !important;
    }
    .cut_diamond_image {
        height: 350px;
        width: 400px;
    }
}

@media(max-width:420px) {
    .product-gallery_preview {
        width: 80% !important;
    }
    .cut_diamond_image {
        height: 290px;
        width: 325px;
    }
}

/* cut_diamonds_section_end */

/* custom_design_section */
#custom_design {
    padding: 90px 0 0 0;
}

#custom_design .row h3 {
    font-size: 55px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
    color: #000;
}

#custom_design .row p {
    line-height: 1.5;
    font-size: 15px;
    opacity: 0.9;
    color: #000;
    font-weight: 300;
}

/* .custom_design_image {
        height: 350px; 
    width: 550px; 
    display: flex; 
    gap:20px;
} */
/* .custom_design_image img.diamonds-img {
    height: 100%;
    width: 100%;
} */
@media(max-width:1200px) {
    .product-details-narrow ul.product-links {
        padding-top: 0px !important;
    }
    .custom_design_image {
        height: 300px;
        width: 450px;
    }
}

@media(max-width:992px) {
    .col-12.col-xxl-4.col-xl-4.col-lg-4.col-md-12.col-sm-12.ms-xxl-5.ps-xxl-5.diamond_image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .similar-slider {
        padding: 0 0 40px 0 !important;
    }
}

@media(max-width:576px) {
    .custom_design_image {
        height: 260px;
        width: 400px;
    }
}

@media(max-width:420px) {
    .custom_design_image {
        height: 200px;
        width: 350px;
    }
}


/* custom_design_section */

/* 3_box_image */
#box_image {
    padding: 90px 0 0 0;
    overflow: hidden;
}

#box_image .row {
    flex-wrap: unset !important;
}

#box_image .container-fluid {
    padding: unset;
}

#box_image img.eternal-img {
    object-fit: cover;
    /* width: 624px; */
    /* height: 655px; */
    aspect-ratio: 1/1;
    padding: unset;
    /* flex: 1; */
}

@media (max-width:1700px) {
    #box_image .row img {
        height: unset !important;
    }
    nav .right_bar .social_icons {
        gap: 15px !important;
        flex: 1;
        justify-content: space-evenly;
    }
}

/* 3_box_image_end */

/* insta_feed */

#instagram_feed {
    padding: 100px 0px 0px;
} 
#instagram_feed .container-fluid {
    padding: 0;
}
#instagram_feed h4 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 55px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
}
#instagram_feed .card {
    border-radius: 0 !important;
    border-width: 0px !important;
}
#instagram_feed .instructions {
      line-height: 1.5;
    }
  
    #instagram_feed .images {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(1, 1fr);
      /* grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem; */
      /* max-width: 64rem;
      margin: auto; */
    }
  
    #instagram_feed .images a {
      display: block;
    }
  
    #instagram_feed .images .image {
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        /* height: 100%; */
        object-fit: cover;
        position: relative;
        /* transform: scale(0.99);
        transition: all .2s linear; */
    }
    #instagram_feed .images .insta_logo_box {
        background-color: transparent;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        transition: all .2s linear;
        cursor: pointer;
    }
    #instagram_feed .images .insta_logo_box:hover {
        background-color: rgba(0,0,0,.5);
        opacity: 1;
    }
    /* #instagram_feed .images a:hover .image:after {
        background-color: rgba(0,0,0,.5);
    } */
    #instagram_feed .images img.insta_logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        transition: all .2s linear;
        opacity: 0;
    }
    #instagram_feed .images a:hover img.insta_logo{
        opacity:1;
    }
    #instagram_feed .images a svg {
        position: absolute;
        top: 3%;
        right: 3%;
        left: auto;
        bottom: auto;
        opacity:1;
        transition: all .2s linear;
        fill: #4862a6;
        stroke: #4862a6;
    }
    #instagram_feed .images a:hover svg {
        opacity:0;
    }
  
    #instagram_feed .images .url {
      display: inline-block;
      background: #DDD;
      padding: 0.5rem;
    }
  
    #instagram_feed code {
      display: inline-block;
      border-radius: 0.25rem;
      padding: 0.3rem 0.4rem;
      line-height: 1;
      font-family: monospace;
      background: rgba(209, 230, 185, 0.5);
    }
/* footer */
footer#footer hr {
    color: #ccc;
}

footer#footer {
    background-color: #000;
    opacity: 80%;
    padding: 100px 0 0 0;
    margin: 0px 0 0 0;
}

#footer {
    background-color: #F5F5EE;
    /* padding-top: 50px; */
}

.footer_logo .navbar-brand img {
    object-fit: contain;
}

.footer__ .container {
    max-width: 1410px;
    width: 100%;
    margin: auto;
    margin: 0 auto 80px auto;
    padding: unset;
}
footer#footer .container.footer_container-fluid.px-0 {
    margin-bottom: 0;
}

.footer__ .container.footer_container-fluid.px-0 {
    padding: 10px 0 15px 0;
}

.footer__ .text-panel .text-center,
.footer-column {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer__ .address {
    text-align: left;
    line-height: 22px;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.8px;
}

.footer__ .text-panel .text-center .img-tag img {
    width: 36px;
    height: 36px;
}

.footer-column .img-tag img {
    width: 20px;
    height: 20px;
}

.footer__ .text-panel .text-center .img-tag {
    padding: 8px;
    background: #4862a6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid #4862a6;
}
/* .footer__ .text-panel .text-center .img-tag:hover{
    background-color: white !important;
    fill: #4862a6 !important;
}  */

.border-column {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/* a.footer-column {
    margin-bottom: 8px;
} */

a.footer-column p {
    color: #fff;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.7px;
}

.text-panel {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 290px;
}

.footer-column .img-tag {
    padding: 8px;
    background: #4862a6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid #4862a6;
}

.footer_container-fluid .policy-link {
    display: flex;
    /* list-style: none; */
    gap: 25px;
    justify-content: end;
}

.copyright-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
    overflow: hidden;
    /* flex-wrap: wrap;
    flex-direction: column-reverse; */
}

.copyright-sec p {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    text-transform: capitalize;
}

.footer_container-fluid .policy-link li:nth-child(1) {
    list-style: none;
}


.vertical-pipe {
    /* border-right: 1px solid #ddd !important; */
    padding-right: 16px !important;
}

.footer_container-fluid .policy-link li:last-child a {
    border-right: unset !important;
    padding-right: unset !important;
}

.footer_container-fluid .policy-link li {
    /* list-style: disc; */
    color: #fff;
    font-size: 7px;
    /* border-right: 1px solid #ddd; */
    /* padding-right: 18px; */
}

/* .footer_container-fluid .policy-link a:nth-child(1){
    margin-left: unset;
} */

.footer_container-fluid .policy-link a {
    font-size: 14px;
    color: #fff;
    margin-left: 25px;
    font-weight: 200;
    text-transform: uppercase;
}

.footer_container-fluid .policy-link a:before {
    content: "";
    font-size: 35px;
    width: 28px;
    height: 35px;
    /* display: block; */
    text-decoration: dotted;
}

@media(max-width:1120px) {

    .footer__ p.address,
    a.footer-column p {
        font-size: 15px;
    }

    /* .footer_logo .navbar-brand img {
        width: 198px;
        height: 160px;
    } */

    .footer__ .text-panel .text-center,
    .footer-column {
        gap: 10px;
    }

    .footer__ .text-panel .text-center .img-tag img {
        width: 32px;
        height: 32px;
    }

    .footer__ .text-panel .text-center .img-tag {
        padding: 10px;
    }

    .footer-column .img-tag img {
        width: 18px;
        height: 18px;
    }

    .footer-column .img-tag {
        padding: 6px;
    }
}

@media (max-width:992px) {
    /* .border-column {
        border-right: 1px solid #ddd;
        border-left: none;
    } */

    /* .footer_logo .navbar-brand img {
        width: 160px;
        height: 130px;
    } */

    .address-box {
        padding: 50px;
    }

    .footer_logo {
        text-align: center;
        /* margin-bottom: 20px; */
    }

    .copyright-sec p {
        font-size: 12px;
    }

    .footer_container-fluid .policy-link a {
        font-size: 12px;
        white-space: nowrap;
    }

    /* section.images_section .container-fluid {
        height: 500px;
    }
    section.images_section .row {
        height: 500px;
    } */
}

/* footer_end */

/* edit_profile */
.breadcrumb_edit {
    background-color: #00000036 !important;
    padding: 15px 0 !important;
}

.breadcrumb_edit .row {
    display: flex;
    flex-wrap: unset !important;
    /* width: 100%; */
    justify-content: space-between;
    align-items: center;
}

.breadcrumb_edit h2 span {
    font-size: 32px;
    padding: 0 10px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    color: #000;
}

.breadcrumb_edit a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.breadcrumb_edit ul.nav {
    display: flex;
    align-items: center;
}

.breadcrumb_edit ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding: unset;
}

.breadcrumb_edit span {
    font-size: 18px;
    padding: unset;
    margin: 0 10px;
}

.breadcrumb_edit ul li span {
    font-size: 18px;
    padding: unset;
    margin: 0 10px;
}

.breadcrumb_edit span.page-title {
    font-size: 16px;
    padding: unset;
    margin: 0 0px;
    font-weight: 300;
}

.login-design {
    padding: 90px 0;
}

.main {
    /* box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05); */
    box-shadow: 0 15px 16.83px 18px rgba(0, 0, 0, .05);
    padding: 40px 45px;
    background-color: #fff;
    border-radius: 30px;
    /* box-shadow: 0px 0px 5px 1px #ccc; */
    margin: 80px 0;
}

.main .panel-info>.panel-heading h4 {
    padding: 18px 0px;
    font-size: 16px;
    /* width: 85%; */
    font-weight: 500;
    letter-spacing: 0.7px;
    font-family: 'Poppins';
}

.main .panel-info>.panel-heading {
    background-color: #4862a6 !important;
    width: 30%;
    margin: auto;
    border-radius: 5px;
}

.main .form-group {
    width: 100%;
    margin: auto;
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}

.main .panel-footer {
    display: flex;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 30px;
}

.main .panel-footer button {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 8px 40px;
    border-radius: 5px;
}

.main label {
    font-size: 15px;
    line-height: 25px;
    color: #707181;
    text-transform: initial;
    font-weight: 500;
    /* text-decoration: underline !important; */
}

.main .form-control {
    font-size: 15px;
    line-height: 25px;
    color: #000 !important;
    text-transform: initial;
    font-weight: 300;
    padding-left: 35px;
    /* border: 1px solid #f2f2f5  !important; */
    height: 50px;
    /* border-bottom-left-radius: 5px !important; */
    padding-right: 50px;
    padding-left: 40px;
}

.main .box-body {
    padding: 40px 0 30px 0;
}

/* edit_profile_end */
/* profile_tabs */
.sidenav-user ul li a {
    color: #707181 !important;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ccc;
    letter-spacing: 0.8px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    width: 80%;
    display: block;
}

.sidenav-user ul li a:hover {
    background-color: #4862a6;
    color: #fff !important;
    border: 1px solid #4862a6;
}

.sidenav-user ul li {
    list-style: none;
}

.sidenav-user ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-right: 20px;
}

/* profile_tabs_end */
/* address */
.address_box.main .box-body {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}

.address_box.main .address-box {
    background-color: #00000036 !important;
    color: #000 !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto !important;
    padding: 0;
}

.address_box.main .address {
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address_box.main .cell.edit {
    display: flex;
    padding: 0px 10px 10px;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.address_box.main .check-address {
    padding-left: 40px;
    padding-bottom: 20px;
}

.address_box.main button {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 12px 0px !important;
    border-radius: 5px;
    width: 100%;
}

.address_box.main .edit-btn button {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 12px 0px !important;
    border-radius: 5px;
    width: 100%;
}

.address_box.main .add-address-btn button {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 12px 0px !important;
    border-radius: 5px;
    width: 100%;
}

.address_box.main .cell {
    padding-top: 20px;
}

.address_box.main .cell h5 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    /* padding-bottom: 40px; */
}

.address_box.main .address-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

form#address-form {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

form#address-form {
    padding: 70px 0 !important;
}

.address_box.main .form-group {
    align-items: flex-start;
}

/* address_end */
/* orders */
.your_order_box.main span#total_records {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding-bottom: 40px;
}

.your_order_box.main .panel-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.your_order_box.main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.your_order_box.main form#form_order {
    display: flex;
}

.your_order_box.main button {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 8px 40px;
    border-radius: 5px;
}

/* orders_end */
/* user_login */
.alert {
    /* padding: 20px 30px; */
    /* text-align: center; */
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    width: 70%;
    margin: 0 auto 30px auto;
}

/* .alert.alert-danger.alert-dismissible {
    padding: 18px;
} */

.main_box .video_background {
    position: absolute;
    z-index: -1;
    line-height: 0;
    min-height: 100vh;
    height: 100vh;
    background-color: #f8f3df;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.main_box {
    position: relative;
}

.main_box .video_background video {
    height: 100%;
    /* object-fit: cover; */
    width: 100%;
}

/* .main_box{
    background-image: url(../images/jewelers-board-of-trade.png);
    background-size: cover;
    min-height: 100vh;
} */

/* section#pageContent {
    background-color: #fbf8f19c;
} */
/* #breadcrumb {
    background-color: #fbf8f19c;
} */
.row.cart-body form.form-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.cart-body form .login-box {
    box-shadow: 0 15px 16.83px .17px rgba(0, 0, 0, .05);
    padding: 40px 45px;
    background-color: #fff;
    border-radius: 30px;
}

.panel-heading h4 {
    font-family: "Cormorant Upright", serif;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

.panel-heading p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding-bottom: 20px;
}

.row.cart-body form .login-box .panel-body {
    gap: 22px;
    display: flex;
    flex-direction: column;
}

.row.cart-body .panel-body .form-group .form-control {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-transform: initial;
    font-weight: 300;
    padding-left: 35px;
    border: 1px solid #f2f2f5 !important;
    height: 50px;
    border-radius: 5px !important;
    padding-right: 50px;
    padding-left: 40px;
}

/* .row.cart-body .panel-body .form-group {
    display: flex;
    justify-content: space-around;
    
} */
::placeholder {
    color: #c7c8ce !important;
    font-size: 16px;
    font-weight: 400;
    /* opacity: 0.4; */
}

.row.cart-body .form-group:nth-child(4) {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
}

.row.cart-body .login_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.cart-body .login_button button.btn {
    padding: 12px 50px;
    font-size: 16px;
    width: 85%;
    font-weight: 500;
    letter-spacing: 0.7px;
}

/* .row.cart-body .login_button button.btn:hover {
    background-color: #ff9933 !important;
    border-color: #ff9933 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    transform: scale(1.05);
    text-decoration: underline;
} */

.row.cart-body .form-group:nth-child(4) label a {
    font-size: 15px;
    line-height: 25px;
    color: #707181;
    text-transform: initial;
    font-weight: 500;
    text-decoration: underline !important;
}

.row.cart-body .form-group:nth-child(4) label {
    font-size: 15px;
    line-height: 25px;
    color: #707181;
    text-transform: initial;
    font-weight: 400;
    text-align: center;
    display: flex;
    gap: 5px;
}

.horizontal span {
    font-weight: 400;
}

.horizontal hr.flex-grow-1 {
    margin: 1rem 40px;
}

.signup_text a {
    text-decoration: underline !important;
    color: #32344b !important;
    font-weight: 600;
}

/* .signup_text span {
    color: #42455a;
    font-weight: 400;
} */

.forgot_password_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.login-box label a {
    font-size: 15px;
    line-height: 25px;
    /* color: #000; */
    text-transform: initial;
    font-weight: 300;
}

.login-box label:nth-child(2) {
    padding-top: 25px;
}

.login-box .custom_input_block.d-flex.align-items-center {
    width: 100%;
    /* border-bottom: 1px solid #D2A66E; */
    padding: 0 2px;
    position: relative;
}

.login-box .show-pwd-icon {
    position: absolute;
    right: 10px;
    display: none;
    transform: translateY(-50%);
    top: 50%;
}

.login-box .hide-pwd-icon {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}

.login-box .show-pwd-icon svg,
.login-box .hide-pwd-icon svg {
    position: relative !important;
}

.login-box .password-hide-showToggle .show-pwd-icon,
.login-box .password-hide-showToggle .hide-pwd-icon {
    right: 20px;
}

.login-box .custom_input_block.d-flex.align-items-center svg {
    width: 20px;
    position: absolute;
    margin-left: 5px;
}

.login-box svg path {
    fill: #c7c8ce !important;
}

.login-box .form-group:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .form-group:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:900px) {
    .breadcrumb a.nav-link {
        font-size: 14px;
    }

    .breadcrumb ul.nav li.nav-item:nth-child(2) a {
        font-size: 14px;
    }

    .panel-heading h4 {
        font-size: 45px;
    }

    .panel-heading p {
        font-size: 18px;
    }
}

@media(max-width:567px) {
    /* .breadcrumb ul.nav {
        flex-direction: column-reverse;
    } */

    /* .breadcrumb .about-us {
        align-items: baseline !important;
    } */

    .breadcrumb ul.nav li.nav-item:nth-child(2) {
        padding: 8px 30px;
    }

    .register_box_text .panel-body {
        flex-direction: column;
        flex-wrap: unset;
    }

    .register_box_text button {
        padding: 12px 30px !important;
    }
}

@media(max-width:449px) {
    .breadcrumb .about-us {
        flex-direction: column;
        align-items: center !important;
        gap: 20px;
    }

    .register_box_text button {
        padding: 12px 20px !important;
    }
}

/* user_login_end */

/* register */
.register_box .panel-body .form-group .form-control {
    padding-left: 12px !important;
}

.register_box .form-horizontal .register_box_text {
    box-shadow: 0 15px 16.83px .17px rgba(0, 0, 0, .05);
    padding: 30px 45px;
    background-color: #fff !important;
    border-radius: 30px;
}


.register_box .row.cart-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_box_text .panel-heading h4 {
    font-size: 50px;
}

.register_box_text .panel-body {
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    flex-wrap: wrap;
}

.register_box_text .form-group {
    flex: 0 47%;
}

.register_box_text .form-group:nth-child(4) {
    padding: unset !important;
}

.register_box_text .signup_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_box_text button {
    padding: 12px 50px;
    font-size: 16px;
    width: 50%;
    font-weight: 500;
    letter-spacing: 0.7px;
}

/* .register_box_text button:hover {
    background-color: #ff9933 !important;
    border-color: #ff9933 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    transform: scale(1.05);
} */

.register_box_text .form-group.dropdown .countries {
    width: 100%;
    height: 50px;
    color: #c7c8ce !important;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #f2f2f5;
    border-radius: 5px;
    padding: .375rem .75rem;
}

.register_box_text .custom_input_block.d-flex.align-items-center {
    width: 100%;
    /* border-bottom: 1px solid #D2A66E; */
    padding: 0 2px;
    position: relative;
}

.register_box_text .show-pwd-icon {
    position: absolute;
    right: 10px;
    display: none;
    transform: translateY(-50%);
    top: 50%;
}

.register_box_text .hide-pwd-icon {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}

.register_box_text .password-hide-showToggle .show-pwd-icon,
.login-box .password-hide-showToggle .hide-pwd-icon {
    right: 20px;
}

.register_box_text svg path {
    fill: #c7c8ce !important;
}

/* register_end */
/* forgot */
.page-content.forgot {
    padding: 100px 0;
}

.forgot .custom_input_block.d-flex.align-items-center {
    width: 100%;
    /* border-bottom: 1px solid #D2A66E; */
    padding: 0 2px;
    position: relative;
}

.forgot .custom_input_block.d-flex.align-items-center svg {
    width: 20px;
    position: absolute;
    margin-left: 5px;
}

.row.cart-body form .forgot_box {
    box-shadow: 0 15px 16.83px .17px rgba(0, 0, 0, .05);
    padding: 40px 45px;
    background-color: #fff;
    border-radius: 30px;
}

.forgot .panel-info .panel-heading {
    background-color: unset !important;
    text-align: center;
}

.forgot .panel-info .panel-heading h4 {
    font-family: "Cormorant Upright", serif;
    font-size: 55px;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.forgot .panel.panel-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forgot .submit_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.forgot .submit_text button {
    padding: 12px 50px;
    font-size: 16px;
    width: 35%;
    font-weight: 500;
    letter-spacing: 0.7px;
}

/* forgot_end */
/* contact */
.contact-padding {
    padding: 90px 0 90px 0 !important;
}

.contact-padding .row {
    justify-content: space-evenly;
}

.contact-padding .left_text .form-bag h2 {
    font-family: "Cormorant Upright", serif;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
}

.contact-padding .left_text input {
    font-size: 15px !important;
    line-height: 40px;
    color: #000 !important;
    text-transform: initial;
    font-weight: 300;
    height: 50px;
    padding-right: 50px;
    min-height: 0 !important;
    padding-bottom: 0;
    margin-top: 20px;
}

.contact-padding .left_text textarea {
    font-size: 15px !important;
    line-height: 40px;
    color: #000 !important;
    text-transform: initial;
    font-weight: 300;
    height: 50px;
    padding-right: 50px;
    min-height: 0 !important;
    padding-bottom: 0;
    margin-top: 20px;
}

.contact_section {
    padding: 0 0 90px 0;
}

.contact_section .row {
    justify-content: space-evenly;
}

.contact_section .right_text h2 {
    font-family: "Cormorant Upright", serif;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

.contact_section .right_text p.text-med-large {
    font-size: 25px;
    font-weight: 300;
    color: #000;
    padding-bottom: 20px;
    border: unset !important;
    padding: 0 15px 20px 15px !important;
}

.contact-padding .contact-form button.btn {
    font-size: 15px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 12px 50px;
    border-radius: 5px;
    border: 1px solid #4862a6;
    transition: 0.3s;
    border-radius: 4px;
}


.contact_section .right_text p.text-med {
    color: #42455a;
    font-weight: 400;
}

.contact_section .right_text .text-med p {
    border: 1px solid #ccc;
    padding: 20px 15px;
    /* border-radius: 25px 0; */
    border-radius: 25px 4px 25px 4px;
    transition: all 0.3s ease;
    display: flex;
    gap: 3px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}

.contact_section .right_text .text-med p a {
    color: #000;
}

.contact_section .right_text .text-med p:hover {
    background-color: #4862a6;
    border: 1px solid #4862a6;
    color: #fff !important;
}
.contact_section .right_text .text-med p:hover svg{
    fill: #fff;
}

.contact_section .right_text .text-med p:hover a {
    color: #fff !important;
}

.contact_section .text-med p.text-med-large:hover {
    background-color: unset !important;
    border: unset !important;
    color: unset !important;
}

.contact_section .text-med p.text-med-large {
    padding: unset !important;
    /* padding-bottom: 20px !important; */
}

.contact_section svg {
    width: 20px;
    height: 20px;
}

@media(max-width:1400px) {
    .contact_section .right_text .text-med p {
        padding: 10px 15px;

    }
}

@media(max-width:1199px) {
    .contact_section .right_text p.text-med {

        font-size: 14px;
    }

    .contact_section .right_text p.text-med-large {
        font-size: 20px;

    }

    .contact_section .right_text .text-med p {

        margin-bottom: 15px;
    }

    .contact_section .right_text .text-med p a {
        font-size: 12px;
    }

    nav li.inline-nav:nth-child(3) {
        padding-left: 10px;
    }

    nav li.inline-nav:nth-child(2) {
        padding-left: 10px;
    }

    nav .right_bar .social_icons li.dropdown.login-drop.custom-inline {
        padding-right: 10px;
    }

    footer#footer {
        padding: 50px 0 0 0;
    }

    .footer__ .container.py-5 {
        margin: 0 auto 50px auto;
    }

    span.product-detail-head {
        flex: 0 0 44% !important;
    }

    #productDetails li {
        flex: 0 40%;
    }
}


@media (max-width: 1199px) {
    .contact_section .right_text h2 {
        font-size: 40px;
    }

    .contact_section .right_text p.text-med-large {
        font-size: 20px;
    }

    .contact_section .right_text .text-med p {
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .contact_section .right_text .text-med p a {
        font-size: 12px;
    }

    .contact_section .right_text p.text-med {
        font-size: 14px;
    }

    .contact-padding .left_text .form-bag h2 {
        font-size: 40px;
    }

    .contact-padding .left_text input,
    .contact-padding .left_text textarea {
        font-size: 14px;
        height: 45px;
        padding-right: 15px;
        margin-top: 15px;
    }

    /* .contact-padding .contact-form button.btn {
        padding: 10px 30px;
        font-size: 14px;
    } */

    .contact-padding {
        padding: 60px 0 !important;
    }

    .contact_section {
        padding: 0 0 60px 0;
    }

    .contact_section .right_text h2 {
        padding-bottom: 0px;
    }

    .contact_section .right_text p.text-med {
        margin-bottom: 0px;
    }

}

@media (max-width: 991px) {
    .contact_section .row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .contact-padding .row {
        flex-direction: column-reverse;
        align-items: center;
        gap: 45px;
    }

    .contact_section .right_text {
        width: 100%;
        text-align: center;
    }

    .contact-padding .left_text {
        width: 60%;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 20px;
        border-radius: 10px;
    }

    .contact-padding .left_text .form-bag h2,
    .contact_section .right_text h2 {
        font-size: 35px;
        padding-bottom: 10px !important;
    }

    .contact_section .right_text p.text-med-large {
        font-size: 35px;
    }

    .contact-padding .left_text input,
    .contact-padding .left_text textarea {
        width: 100%;
        padding-right: 10px;
    }

    .contact-padding .contact-form button.btn {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .contact_section .right_text .text-med p {
        align-items: center;
        border-radius: 6px;
    }

    .contact_section .right_text .text-med p.text-med-large {
        align-items: center;
        justify-content: center;
        font-family: "Cormorant Upright", serif;
    }

    .contact_section .right_text .text-med p a {
        font-size: 12px;
    }

    .contact-us-page .custom-container {
        max-width: 1500px;
    }

    .contact-padding {
        padding: 0px 0 !important;
    }

    .contact_section .image-column {
        display: none;
    }

    .contact_section {
        padding: 45px 0px 45px 0;
    }

    #footer .main-row .inner-column {
        padding: 13px !important;
    }

    .border-column {
        border-left: none !important;
        border-right: none;
    }

    .text-panel {
        width: 300px;
    }

    .footer__ .text-panel .text-center .img-tag {
        padding: 6px;
    }

    .address-panel .img-tag svg {
        width: 20px;
        height: 20px;
    }

    .c-footer-col {
        width: 64% !important;
        margin: auto;
    }

    .custom-container {
        max-width: 1500px;
    }

    span.product-detail-head {
        flex: 0 0 30% !important;
    }
}

@media(max-width:767px) {

    #productDetails li {
        flex: 0 35%;
    }
    .contact-padding .row {
        gap: 35px;
    }

    .contact-padding .left_text {
        width: 75%;
    }

    .myAccount-tab .sidenav-user li a {
        padding: 10px 6px !important;
    }

    #welcome_section .row h1 {
        font-size: 45px;
    }

    span.product-detail-head {
        flex: 0 0 40% !important;
    }
}

@media(max-width:462px) {
    span.product-detail-head {
        flex: 0 0 auto !important;
    }
}

@media (max-width: 575px) {

    #welcome_section .row h1 {
        font-size: 40px;
    }

    .contact-padding .left_text .form-bag h2,
    .contact_section .right_text h2 {
        font-size: 28px;
    }

    .contact_section .right_text p.text-med-large {
        font-size: 28px;
    }

    .contact-padding .left_text input,
    .contact-padding .left_text textarea {
        font-size: 12px;
    }

    .contact-padding .contact-form button.btn {
        font-size: 12px;
    }

    .contact-padding .left_text {
        width: 85%;
    }

    .contact_section {
        padding: 0 0 30px 0;
    }

    /* .breadcrumb_edit .row {
        display: block;
    } */

    .breadcrumb_edit h2 span {
        font-size: 20px !important;
        padding: 0px;
        margin: 0;
        white-space: nowrap;
    }

    .breadcrumb_edit a {
        font-size: 12px !important;
    }

    /* .breadcrumb_edit .col-lg-6.col-md-6.col-sm-6.col-6.d-flex.justify-content-end {
        justify-content: flex-start !important;
        width: 100%;
    } */

    .login-breadcrumb .d-flex.justify-content-between.about-us.col-md-4.w-100.responsive-breadcrumb {
        flex-direction: column;
        gap: 20px;
    }

    .panel-heading p {
        font-size: 12px;
    }

    .panel-heading h4 {
        font-size: 35px !important;
        padding-bottom: 10px;
    }
    .padding-90 {
        padding: 50px 0;
    }
    .login-design .main  {
        width: 98%;
        margin: auto !important;
    }
}

@media(max-width:350px) {
    nav .dropdown-menu.show {
        top: 133%;
        left: 98px;
    }
}

@media(max-width:756px) {
    #banner-section .row {
        height: 566px;
        /* width: 100%; */
        display: flex;
        align-items: center;
        gap: 139px;
    }
}

/* @media(max-width:368px){
    .contact_section .right_text .text-med p a {
        font-size: 12px;
        white-space: nowrap;
    }
} */

/* contact_end */
/* cart_page */
.cart_page {
    padding: 30px 0 50px;
}

/* cart_page_end */
/* jewelry_page */

.similar-slider {
    padding: 0 0 60px 0;
}

.product-detail {
    padding: 60px 0 50px;
}

.product-detail.jewelry_detail .image_box li a img, .product-detail.jewelry_detail .image_box li a video {
    max-height: 480px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
}

.product-detail.jewelry_detail .image_box li {
    border: 1px solid #ccc;
}

.product-detail.jewelry_detail .product-gallery.image_box {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    /* align-items: center; */
    justify-content: left;
    float: unset;
}

.product-detail.jewelry_detail .product-gallery_preview a {
    width: 100% !important;
    padding: unset;
    margin: unset;
}

.product-detail.jewelry_detail .product-gallery.image_box ul {
    padding: unset;
}

.product-detail.jewelry_detail .product-gallery_preview {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-height: 450px;
    overflow: auto;
}
/* Target the entire scrollbar */
.product-detail.jewelry_detail .product-gallery_preview::-webkit-scrollbar {
    width: 6px; /* Width of the vertical scrollbar */
    height: 6px; /* Height of the horizontal scrollbar */
  }
  
  /* Track (background of the scrollbar) */
  .product-detail.jewelry_detail .product-gallery_preview::-webkit-scrollbar-track {
    background: #f0f0f0; /* Light gray background */
    border-radius: 3px;
  }
  
  /* Thumb (the draggable part of the scrollbar) */
  .product-detail.jewelry_detail .product-gallery_preview::-webkit-scrollbar-thumb {
    background: #888; /* Darker gray for the thumb */
    border-radius: 3px;
  }
  
  /* Thumb when hovered */
  .product-detail.jewelry_detail .product-gallery_preview::-webkit-scrollbar-thumb:hover {
    background: #555; /* Slightly darker when hovered */
  }
.product-detail.jewelry_detail .product-options_header h3 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
}

.row.narrow-content {
    padding: 0 !important;
    /* gap: 10px; */
    justify-content: space-around;
}

.product-detail.jewelry_detail .need-help {
    display: flex;
    justify-content: center;
    width: 90%;
    align-items: center;
}

.need-help-tin {
    display: none;
}

.product-detail.jewelry_detail .share_product {
    display: flex;
    justify-content: end;
}

.product-detail.jewelry_detail .product-details-narrow .product-options_cart {
    border: unset !important;
    /* padding-top: 40px; */
}

.product-detail.jewelry_detail ul.product-links li a {
    text-transform: capitalize !important;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    padding: unset;
    align-items: center;
    display: flex;
    gap: 10px;
    transition: all 1.5s ease-in;
}

.product-detail.jewelry_detail ul.product-links li a:hover span {
    color: #fff;
    background-color: #4862a6;
}

.product-details-narrow ul.product-links {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

#productDetails li {
    list-style: none;
    width: fit-content;
    /* flex: 0 30%; */
}

#productDetails ul.social-list li a:hover {
    background-color: #4862a6 !important;
    border: 1px solid #4862a6 !important;
}

#productDetails ul.social-list li a {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.product-detail.jewelry_detail .need-help .link-wrapper a i.fa.fa-envelope {
    /* font-size: 17px; */
    top: 0px;
}

.product-detail.jewelry_detail .need-help .link-wrapper a i {
    border: 1px solid #ccc;
    padding: 10px;
    transition: all 0.3s ease;
}

.product-detail.jewelry_detail .need-help .link-wrapper a:hover i {
    background-color: #4862a6;
    border: 1px solid #4862a6;
    color: #fff;
}

.product-detail.jewelry_detail .need-help h4 {
    font-size: 25px;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
}

.product-detail.jewelry_detail .product-details-narrow .product-options_body {
    padding-top: 15px;
    padding-bottom: 0px;
}

.product-detail.jewelry_detail .jewelry_detail .product-options_header p {
    margin-bottom: 0;
}

/* .jewelry_detail .product-cart a.button-additional.wish_btn {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    font-weight: 500;
    transition: all 0.3s ease;
} */

.jewelry_detail .product-cart a.button-additional.wish_btn:hover {
    background-color: #4862a6 !important;
    color: #fff !important;
}

/* .jewelry_detail .product-cart a.button-additional {
    width: 40% !important;
} */

.product-detail.jewelry_detail .cart_button {
    display: flex !important;
    gap: 10px;
}

.product-detail.jewelry_detail ul.social-list {
    display: flex;
}

.product-detail.jewelry_detail ul.product-links li a span {
    padding: unset;
    margin: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in;

}

.slider-products h3.title {
    font-size: 35px !important;
    font-weight: 400;
    color: #000;
    padding-bottom: 40px;
    font-family: "Cormorant Upright", serif;
}

.slider-products .product-col {
    border: 1px solid #ccc;
}

/* #add_data .card-body a {
    color: #000 !important;
    text-transform: uppercase;
} */

#add_data .card-body a {
    color: #fff !important;
    text-transform: uppercase;
}

body #add_data .card-body span.price.price--withoutTax.login a, body #add_data .card-body h4.card-title.fixed-height a {
    color: #000 !important;
}

/* jewelry_page_end */

/* search_page */
section#product-showcase {
    margin-top: 0px;
    padding: 50px 0;
}

#product-showcase .custom-1500 {
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0px 30px;
}

section#product-showcase h1 {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 400;
}

section#product-showcase h2 {
    font-size: 40px;
    font-family: 'Cormorant Upright';
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    color: #000 !important;
}

.custom-dheight.row {
    justify-content: center;
    gap: 15px;
}

section#product-showcase svg path {
    fill: #fff !important;
}

#grid-view .grid-view-products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.search-product .heading {
    flex: 0 100%;
}

#grid-view .grid-view-products .box {
    padding: 0;
    max-width: 285px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}
.stone-found-custom {
    margin-left: 12px;
}

#grid-view .grid-view-products .box .box_img {
    width: 250px;
    height: 250px;
    margin: 0px auto 12px auto;
    object-fit: contain;
}

.search-product .box .box_img,
.cart-product .box_img {
    background: #fff !important;
    margin: 0 !important;
    padding: 14px;
    width: 100% !important;
    /* height: auto!important; */
    margin-bottom: 10px !important;
    /* border-radius: 20px!important; */
}
.search-product .box .box_img{
    border-bottom: 1px solid #ddd;
}

.search-product .box .box_img img,
.cart-product .box_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

#grid-view .grid-view-products .box .icon {
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;
    transform: translateY(50%);
}

#grid-view .box:hover .icon {
    translate: 0px -26px;
}

#grid-view .grid-view-products .box:hover .icon {
    background: #4862a6;
}

#grid-view .grid-view-products .box:hover .icon a {
    /* background: #4862a6; */
    /* box-shadow: 1px 1px 9px 1px #c79f5852; */
    opacity: 1;

}

#grid-view .grid-view-products .box .icon a {
    padding: 10px;
    /* background: #fff; */
    padding: 5px;
    border-radius: 0px;
    opacity: 0;
    color: #fff;
    /* width: 46px; */
    /* height: 46px; */
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    /* box-shadow: 0 0 2px lightgray; */
    text-transform: uppercase;
}

.search-product .box .box_detail
 {
    border-top: none !important;
    padding: 0 10px 0px !important;
}

.cart-product .box_detail {
    border-top: none !important;
    padding: 0 10px 10px !important;
}

#grid-view .inner_details {
    min-height: 35px;
    color: #c79f58;
    padding: 7px 5px;
    font-weight: 400;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
    text-align: center;
}

#grid-view .inner_details .shape,
#grid-view .inner_details .carat,
#grid-view .inner_details .color,
#grid-view .inner_details .clarity {
    /* height: 20px; */
    border-right: 1px solid #000000;
    color: #000000;
    padding: 0 8px;
    white-space: normal;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    /* justify-content: space-between; */
}

.search-product .box .inner_details .shape {
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px;
    font-size: 17px !important;
}
.search-product .box .inner_details .shape a {
    color: #000 !important;
}

.search-product .box .inner_details span {
    display: block;
    border-right: none !important;
    padding: 0 !important;
    line-height: 22px !important;
}

.search-product span.carat {
    display: block;
    border-right: none !important;
    padding: 0 !important;
    line-height: 22px !important;
    padding-left: 5px !important;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

/* search_page_end */

/* information_page */
#welcome_section .row {
    background-image: url(../../assets/images/store_value_banner.jpg);
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 8rem 1rem 5rem 1rem;
    text-align: center;
    background-color: #000;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    justify-content: left;
    align-items: center;
    /* text-align: justify; */
}

#welcome_section .row h3 {
    display: flex;
    /* justify-content: center; */
}

#welcome_section .row span {
    display: flex;
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    color: #fff;
}

#welcome_section .row svg.icon-md {
    transform: rotate(180deg);
}

#welcome_section .row svg.icon-dm {
    /* transform: rotate(180deg); */
    /* transform: scale(-1, 1); */
    transform: scaleY(-1);
}

#welcome_section .row h1 {
    color: white;
    /* letter-spacing: 5px; */
    /* font-size: 40px; */
    font-size: 55px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    /* letter-spacing: 5px; */
    white-space: nowrap;
}

/* #welcome_section .row .text {
    position: absolute;
    left: 10%;
    
} */
#welcome_section .row p {
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: left;
}

#welcome_section .row h3 {
    display: flex;
    /* justify-content: center; */
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

#contact_section {
    padding: 40px 0;
}

a.btn {
    color: #000;
    background: unset;
    font-size: 30px;
    width: 100%;
}

/* .inner_text {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: flex-start;
} */
.inner_text {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    /* border: 1px solid #ccc; */
}

.text h3 {
    font-size: 55px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
}

.inner_text h5 {
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: 400;
}

#sparkling_section {
    padding: 90px 0 40px;
}

#custom_section {
    padding: 0px 0;
}

#quality_section {
    padding: 50px 0;
}

#contact_section svg {
    fill: #fff;
}

#contact_section svg.user {
    fill: #fff;
    stroke: #fff;
    stroke-width: 30px;
}

#contact_section span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

/* modal */
#myModaljewelryinquiry h4.modal-title,
#myModaljewelry h4.modal-title {
    font-size: 12px;
    /* padding-bottom: 13px; */
    font-size: 30px;
    padding-left: 13px;
    font-weight: 500;
    color: #000;
    /* padding-bottom: 40px; */
    font-family: 'Cormorant Upright';
}

#myModaljewelryinquiry .cls-btn,
#myModaljewelry .cls-btn,
#myModalappointment .cls-btn {
    padding-right: 13px;
}

#myModaljewelryinquiry .form-horizontal .form-group,
#myModaljewelry .form-horizontal .form-group {
    margin-left: 0px;
    width: 100%;
    display: flex;
    font-size: 25px;
    height: 60px;
    font-family: 'Cormorant Upright';
    font-weight: 500;
}

#myModaljewelryinquiry input.form-control,
#myModaljewelry input.form-control {
    font-size: 18px;
}

#myModaljewelryinquiry textarea.form-control,
#myModaljewelry textarea.form-control {
    font-size: 18px;
}

#myModaljewelryinquiry .form-design,
#myModaljewelry .form-design {
    display: flex;
    flex-direction: column;
    margin: auto;
}

/* #myModaljewelryinquiry button.btn,
#myModaljewelry button.btn {
    background: #4862a6 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6;
    padding: 15px 40px;
    border-radius: 5px !important;
    border: unset !important;
    margin: auto;
    margin-top: 20px;
} */
#myModaljewelryinquiry button.btn,
#myModaljewelry button.btn {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6 !important;
    padding: 12px 50px;
    border-radius: 4px !important;
    border: unset !important;
    border: 2px solid #4862a6 !important;
    width: 50%;
    transition: 0.5s;
    margin: auto;
    margin-top: 20px;
}

#myModaljewelryinquiry button.btn:hover,
#myModaljewelry button.btn:hover,#myModalappointment .button-set button:hover{
    background-color: white !important;
    color: #4862a6 !important;
}

#myModaljewelryinquiry .modal-body,
#myModaljewelry .modal-body {
    padding: 0 25px;
}

.modal-footer.bg-site {
    display: none;
}

/* #myModaljewelryinquiry .radius-flat,
#myModaljewelry .radius-flat {
    border-radius: 10px !important;
} */

#myModaljewelryinquiry button.btn-close,
#myModaljewelry button.btn-close {
    font-size: 13px;
}

/* modal_end */
/* appointment */
/* #myModalappointment .modal-dialog {
    width: 100%;
    max-width: 555px;
} */

#myModalappointment h4.modal-title {
    /* padding-bottom: 13px; */
    font-size: 30px;
    padding-left: 13px;
    font-weight: 500;
    color: #000;
    /* padding-bottom: 40px; */
    font-family: 'Cormorant Upright';
}

#myModalappointment button.btn-close {
    font-size: 13px;
}

#myModalappointment .modal-body {
    padding: 0 25px;
}

#myModalappointment .form-group {
    margin-left: 0px;
    width: 100%;
    display: flex;
    font-size: 18px;
    height: 60px;
    font-family: 'Cormorant Upright';
    font-weight: 700;
}

#myModalappointment select#dropdownval {
    margin-left: 0px;
    width: 100%;
    display: flex;
    font-size: 16px;
    /* height: 60px; */
    color: #ccc;
    padding-left: 12px;
}

#myModalappointment textarea {
    margin-left: 0px;
    width: 100% !important;
    display: flex;
    font-size: 18px !important;
    /* height: 60px; */
}

#myModalappointment .button-set {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}


#myModalappointment .button-set button {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4862a6 !important;
    padding: 12px 50px;
    border-radius: 4px !important;
    border: unset !important;
    border: 2px solid #4862a6 !important;
    width: 55%;
    transition: 0.5s;
    margin-top: 25px;
}

#myModalappointment input {
    /* padding-bottom: 13px; */
    font-size: 18px !important;
    padding-left: 13px;
    font-weight: 500;
    color: #000;
    /* padding-bottom: 40px; */
}

/* appointment_end */

/* old_code */
ul#ir234-shop-diamond {
    display: flex;
    text-align: center;
    margin: auto;
    float: none;
    align-items: center;
    justify-content: center;
}

ul#collapse3 li i {
    width: 20px;
    text-align: center;
}

ul#ir217-braintree li a {
    color: #337ab7;
}

ul#ir217-copyright li,
ul#ir217-braintree li {
    font-size: 15px;
}

ul.subnav-three.clearfix li {
    float: left;
    width: 50%;
}


[class^="icon-"],
[class*=" icon-"] {
    background-image: url(../images/spirit.png);
    background-position: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    width: 25px
}

.ir251-heading {
    font-size: 30px;
    color: #59554f;
    text-align: center;
    text-transform: capitalize
}

.ir251-heading a {
    color: #000 !important;
    text-decoration: none;
    font-family: "Cormorant Upright", serif;
    font-size: 55px;
    font-weight: 300;
}

@media(max-width:767px) {
    .ir251-heading {
        font-size: 22px
    }

    .reset-pass-box .panel-heading h4 {
        font-size: 30px !important;
    }

    .footer__ p.address,
    a.footer-column p {
        font-size: 14px;
    }

    .col-lg-3.col-md-12.col-sm-12.address-box.d-flex.align-items-center.inner-column.custom-col {
        width: 64%;
        margin: auto;
    }

    #footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_container-fluid .policy-link a {
        margin-left: 7px !important;
    }

    .footer__ .text-panel .text-center .img-tag {
        padding: 10px;
    }

    /* section.images_section .row {
        height: 455px;
    }
    section.images_section .container-fluid {
        height: 455px;
    } */
    .footer__ .container.py-5 {
        margin: 0px auto 40px auto !important;
    }

    footer#footer {
        padding: 40px 0 0 0 !important;
    }

    .text h3 {
        font-size: 45px;
        padding-bottom: 1rem !important;
    }
}

.d-flex.enteries-inner-block {
    gap: 15px;
}

@media(max-width:500px) {
    .col-lg-3.col-md-12.col-sm-12.address-box.d-flex.align-items-center.inner-column.custom-col {
        width: 100%;
    }

    .c-footer-col {
        width: 100% !important;
    }
}

.icons-chevron-left-black {
    width: 10px;
    height: 17px;
    background-position: 0 -40px
}

.icons-chevron-right-black {
    width: 10px;
    height: 17px;
    background-position: -22px -40px
}

.btn--ir251-home-hero {
    font-size: 24px;
    color: white;
    background-color: #4862a6;
    border-color: #4862a6;
    padding: .65em 1.3em .45em;
    letter-spacing: 1px
}

.btn--ir251-home-hero:hover {
    color: white;
    background-color: #428bca;
    border-color: #428bca
}

.thumbnail--ir251-features {
    font-size: 16px;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 15px 0px;
}

.jewel-education button.btn.btn-info.btn-lg {
    background-color: #4862a6;
    border-color: #4862a6;
}

.thumbnail--ir251-features .h2 {
    color: #000 !important;
    font-size: 30px;
    font-family: inherit;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: capitalize
}

.thumbnail--ir251-features .h3 {
    padding-top: 3px
}

.thumbnail--ir251-features p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px
}

.thumbnail--ir251-features a:hover p {
    color: #333 !important
}

.thumbnail--ir251-features .text-large {
    font-size: 14px
}

.thumbnail--ir251-features a:hover .ir251-link-text {
    color: #4862a6
}

@media(max-width:767px) {
    .thumbnail--ir251-features {
        font-size: 14px
    }

    .thumbnail--ir251-features .h2 {
        font-size: 22px
    }

    .thumbnail--ir251-features .h3 {
        padding-top: 5px;
        padding-bottom: 2px
    }

    .thumbnail--ir251-features .caption {
        padding-left: 0;
        padding-right: 0
    }

    .thumbnail--ir251-features .ir251-link-text {
        margin-left: 6px;
        margin-right: 6px
    }
}

.ir251-link-text {
    font-size: 18px;
    color: #333;
    letter-spacing: .75px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    /*margin-left: .5em;
	margin-right: .5em;*/
    display: inline-block
}

.ir251-link-text:hover {
    color: #4862a6
}

.ir251-home-hero2 {
    background: url("../images/home-hero3.jpg") top center no-repeat
}

.ir251-home-hero2 .hero-link {
    height: 480px;
    display: block;
    max-width: 1280px;
    margin: auto
}

.ir251-home-hero2__cont {
    text-align: center
}

.ir251-home-hero2__heading {
    margin-bottom: -2em;
    padding-top: 9em;
    position: relative;
    z-index: 0
}


@media(min-width:768px) {
    .ir251-home-hero2__cont {
        float: right;
        padding-right: 4.5%
    }
}

@media(max-width:767px) {
    .ir251-home-hero2 {
        background-image: url(../images/home-hero3-xs.jpg);
        background-position: center top;
        background-size: auto 360px;
        height: 360px
    }

    .ir251-home-hero2 img {
        display: block;
        max-width: 390px;
        margin: auto
    }

    .ir251-home-hero2__cont {
        float: none;
        padding-right: 0
    }

    .ir251-home-hero2__heading {
        padding-top: 30px;
        height: 292px
    }

    .ir251-home-hero2 .btn--ir251-home-hero {
        padding: .65em 1.3em .45em;
        font-size: 16px;
        margin-top: .7em
    }
}

.ir257-home-hero {
    background: url("../images/home-hero.jpg");
    background-size: cover
}

.ir257-home-hero .hero-link {
    height: 100vh;
    display: block;
    margin: auto
}

.ir257-home-hero__cont {
    text-align: center
}

.ir257-home-hero__heading {
    margin-bottom: -1em;
    padding-top: 9em;
    position: relative;
    z-index: 0
}

@media(min-width:992px) {
    .ir257-home-hero__cont {
        position: relative;
        left: -210px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ir257-home-hero__cont {
        float: left;
        margin-left: 5%
    }
}

@media(max-width:767px) {
    .ir257-home-hero {
        height: 360px
    }

    .ir257-home-hero img {
        display: block;
        max-width: 290px;
        margin: auto
    }

    .ir257-home-hero__cont {
        float: none;
        padding-right: 0
    }

    .ir257-home-hero__heading {
        padding-top: 120px;
        height: 308px
    }

    .ir257-home-hero .btn--ir251-home-hero {
        padding: .65em 1.3em .45em;
        font-size: 16px;
        margin-top: .7em
    }
}

.ir257-home-hero2 {
    background: url("../images/home-hero2-cache1.jpg") top center no-repeat;
    background-size: 1320px auto
}

.ir257-home-hero2 .hero-link {
    height: 480px;
    display: block;
    max-width: 1280px;
    margin: auto;
    overflow: hidden
}

.ir257-home-hero2__cont {
    text-align: center
}

.ir257-home-hero2__heading {
    margin-bottom: -1em;
    padding-top: 9em;
    position: relative;
    z-index: 0
}

@media(min-width:992px) {
    .ir257-home-hero2__cont {
        position: relative;
        left: -210px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ir257-home-hero2__cont {
        float: left;
        margin-left: 5%
    }
}

@media(max-width:767px) {
    .ir257-home-hero2 {
        background-image: url(../images/home-hero2-xs-cache1.jpg);
        background-position: center top;
        background-size: auto 360px;
        height: 360px
    }

    .ir257-home-hero2 img {
        display: block;
        max-width: 290px;
        margin: auto
    }

    .ir257-home-hero2__cont {
        float: none;
        padding-right: 0
    }

    .ir257-home-hero2__heading {
        padding-top: 120px;
        height: 308px
    }

    .ir257-home-hero2 .btn--ir251-home-hero {
        padding: .65em 1.3em .45em;
        font-size: 16px;
        margin-top: .7em
    }
}

.ir251-home-cyo {
    height: 588px;
    background: url("../images/home-cyo2.jpg") center center no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.ir251-home-cyo-1 {
    height: 284px;
    background: url("../images/wedding-rings-cache1.jpg") center center no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
}

.ir251-home-cyo-2 {
    height: 284px;
    background: url("../images/gemstone-rings-cache1.jpg") center center no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
}

.ir251-home-cyo-1 .headline img {
    position: absolute;
    bottom: 336px;
    left: 0;
    right: 0;
    margin: auto;
}

.ir251-home-cyo-2 .headline img {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}


.ir251-home-cyo__links a {
    margin-bottom: .5em
}

.ir251-home-cyo__links a:last-child {
    margin-bottom: 0
}

.ir251-home-cyo__links a {
    color: #333
}

.ir251-home-cyo__links a:hover,
.ir251-home-cyo__links a:focus {
    color: #4862a6
}

/*
.ir251-home-cyo .headline {
	margin-top: 6.8em
}
*/

.ir251-home-cyo p {
    max-width: 395px;
    margin: .4em auto 1.8em;
    font-size: 18px;
    letter-spacing: .6px;
    font-weight: 600;
}

@media(min-width:768px) {
    .ir251-home-cyo__body {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 0;
        top: 54%;
    }
}

@media(max-width:767px) {
    .ir251-home-cyo {
        /*	background: url("../images/home-cyo2-xs.jpg") center top no-repeat;*/
        background-size: 100% auto;
        height: auto
    }

    .ir251-home-cyo__body {
        position: static
    }

    .ir251-home-cyo p {
        font-size: 3.5vw;
        margin-left: 0;
        margin-top: 0
    }

    .ir251-home-cyo__links {
        width: auto;
        font-size: 5vw;
        padding-left: 0;
        padding-bottom: 4%;
        line-height: 1.8em
    }

    .ir251-home-cyo .headline {
        width: 67%;
        margin-top: 19%;
        padding-left: 6%;
        text-align: left;
        height: 74vw
    }

    .ir251-home-cyo .headline h2 {
        font-size: 1.5vw;
        color: #000;
        line-height: 1
    }

    .ir251-home-cyo .headline small {
        color: #333;
        font-size: 350%
    }

    .ir251-home-cyo .headline i {
        font-style: normal;
        font-size: 655%;
        margin-top: .15em;
        margin-bottom: .1em;
        margin-left: -0.08em;
        display: block
    }

    .ir251-home-cyo__links a {
        margin-bottom: 0;
        font-size: inherit
    }

    .ir251-home-cyo p {
        max-width: none;
        font-size: 3.5vw;
        margin-left: 0;
        margin-top: 0
    }

    .ir251-home-cyo img {
        width: 86%
    }
}

.ir251-home-beyond {
    width: 100%;
    font-size: 16px
}

.ir251-home-beyond sup {
    font-size: 10px;
    vertical-align: super;
    position: static
}

.ir251-home-beyond li {
    vertical-align: middle;
    text-align: center
}

.ir251-home-beyond li.fore {
    font-size: 15px;
    text-transform: capitalize
}

@media(min-width:768px) {
    .ir251-home-beyond .ir251-heading {
        text-align: left
    }

    .ir251-home-beyond .ir251-heading sup {
        font-size: 13px;
        padding-left: .4em
    }
}

@media(min-width:1280px) {
    .ir251-home-beyond li.fore {
        white-space: nowrap;
        padding-right: 10px
    }
}

@media(max-width:1279px) {
    .ir251-home-beyond li span {
        display: block
    }
}

@media(max-width:767px) {
    .ir251-home-beyond {
        font-size: 14px
    }

    .ir251-home-beyond li.fore {
        width: 33%;
        max-width: 90px
    }

    .ir251-home-beyond li.fore:nth-child(3) {
        position: relative;
        right: -6px
    }
}

.ir251-home-our-mission a {
    color: #333
}

.ir251-home-our-mission a:hover {
    color: #4862a6
}

.ir251-home-our-mission span {
    vertical-align: middle;
    padding: 5px
}

.ir212-our-mission .h2 {
    font-size: 36px
}

.ir251-home-beyond .headline p {
    color: black
}

@media(min-width:768px) {
    .ir251-home-beyond .headline p {
        font-size: 16px
    }

    .ir251-home-beyond {
        font-size: 14px
    }

    .ir251-home-beyond .headline {
        width: 34%;
        text-align: left
    }

    .ir251-home-our-mission {
        display: table;
        width: 100%
    }

    .ir251-home-our-mission li {
        display: table-cell;
        vertical-align: middle
    }
}

@media(max-width:767px) {
    .ir251-home-beyond .ir251-heading {
        font-size: 22px
    }

    .ir251-home-beyond .headline {
        width: 100%;
        display: block;
        margin-bottom: 1em
    }

    .ir251-home-beyond .imitate-table {
        height: auto;
        padding: 20px 0
    }

    .ir251-home-our-mission {
        text-align: center;
        margin: auto
    }

    .ir251-home-our-mission li {
        display: inline-block;
        width: 32%;
        vertical-align: top
    }

    .ir251-home-our-mission span {
        font-size: 12px;
        padding-bottom: 10px;
        margin: auto -5px
    }

    .ir251-home-our-mission img {
        height: 55px
    }
}

.ir251-home-difference {
    text-align: center;
    max-width: 100%;
    /* background-color: #00000036; */
    padding: 90px 0 0;
    letter-spacing: .5px;
    margin-top: 10px;
}

.ir251-home-difference .heading {
    font-size: 38px;
    text-transform: inherit;
    margin: 0 0 19px;
}

.ir251-home-difference p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px
}

@media(max-width:767px) {

    /* .ir251-home-difference {
	padding: 25px 40px 35px
} */
    .ir251-home-difference p {
        font-size: 14px
    }

    .ir251-home-difference .heading {
        font-size: 28px
    }

    .ir251-home-difference .col-md-12 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ir251-home-difference__lists li {
        font-size: 14px;
        width: 48%
    }

    .ir251-home-difference__lists img {
        width: 55px
    }
}

@media(min-width:1025px) {
    .ir251-featured-in-lists {
        overflow: hidden;
        height: 48px
    }
}

.ir251-featured-in-lists {
    text-align: center
}

.ir251-featured-in-lists__heading {
    color: #000;
    font-style: normal;
    width: 160px;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 50px;
    vertical-align: top;
    letter-spacing: 1px
}

.ir251-featured-in-lists li {
    margin: 0 16px;
    opacity: .5
}

.ir251-featured-in-lists li h3 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px
}

@media(max-width:767px) {
    .ir251-featured-in-lists li h3 {
        top: 5px
    }
}

.ir251-featured-in-lists li:first-child {
    opacity: 1 !important
}

@media(max-width:1300px) {
    .ir251-featured-in-lists li {
        margin: 0 4px
    }

    nav .right_bar .social_icons {
        gap: 0px;
    }

    nav li.inline-nav:nth-child(2) {
        padding-left: 8px;
        padding-right: 15px;
    }

    nav li.inline-nav:nth-child(3) {
        padding-right: 15px;
        padding-left: 8px;
    }

    nav .right_bar .social_icons li#show-search {
        padding-left: 8px;
    }

    nav .right_bar .social_icons li.dropdown.login-drop.custom-inline {
        padding-right: 0px;
    }
}

.icon-featured-in-boston-globe {
    background-image: url('../images/sprite-2.png');
    background-position: 0 -47px;
    width: 179px;
    height: 48px
}

.icon-featured-in-brides {
    background-image: url('../images/sprite-2.png');
    background-position: 0 -142px;
    width: 110px;
    height: 48px
}

.icon-featured-in-buzzfeed {
    background-image: url('..images/sprite-2.png');
    background-position: 0 -95px;
    width: 135px;
    height: 48px
}

.icon-featured-in-forbes {
    background-image: url('../images/sprite-2.png');
    background-position: -213px -94px;
    width: 101px;
    height: 48px
}

.icon-featured-in-the-knot {
    background-image: url('../images/sprite-2.png');
    background-position: -213px 0;
    width: 109px;
    height: 48px
}

.icon-featured-in-vogue {
    background-image: url('../images/sprite-2.png');
    background-position: -213px -47px;
    width: 108px;
    height: 48px
}

.icon-featured-in-washington-post {
    background-image: url('../images/sprite-2.png');
    background-position: 0 0;
    width: 213px;
    height: 48px
}

@media(max-width:767px) {
    .ir251-featured-in-lists li {
        margin: 0
    }

    .ir251-featured-in-lists li:first-child {
        display: block
    }

}

.ir251-home-visit-our-showroom .fore1 {
    padding-right: 40px
}

.ir251-home-showrooms {
    font-size: 16px;
    overflow: hidden
}

.ir251-home-showrooms h3 {
    margin-bottom: .6em;
    text-align: left
}

.ir251-showroom-list {
    text-transform: normal;
    padding: 0;
    margin: 0;
    margin-left: -25px;
    margin-top: 1em;
    margin-bottom: 1.8em
}

.ir251-showroom-list li {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    white-space: nowrap
}

.ir251-showroom-list li:before {
    position: absolute;
    content: '';
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #4862a6;
    top: 50%;
    margin-top: -2px
}

@media(max-width:767px) {
    .ir251-home-showrooms {
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 30px;
        margin-top: 0
    }

    .ir251-showroom-list {
        margin-bottom: 1em
    }
}

.ir249-home-lela-rose {
    position: relative;
    overflow: hidden;
    height: 425px;
    margin-bottom: 30px
}

.ir249-home-lela-rose .link {
    color: white;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: .75px;
    margin-bottom: 10px
}

.ir249-home-lela-rose .link:hover {
    color: #4862a6
}

.ir249-home-lela-rose .hero-meta {
    z-index: 20;
    text-align: center
}

.ir249-home-lela-rose .h1 {
    font-size: 48px;
    font-family: DidotLTStd-Roman;
    color: #fff;
    letter-spacing: .2px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.4
}

.ir249-home-lela-rose .h1 small {
    font-family: ZapfHumanist601BT-Roman;
    font-size: 21px;
    color: inherit;
    display: block;
    letter-spacing: 7px;
    text-transform: uppercase
}

.ir249-home-lela-rose .hero-intro {
    font-size: 16px;
    font-family: ZapfHumanist601BT-Roman;
    color: #fff;
    letter-spacing: .75px;
    max-width: 360px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto
}

.ir249-home-lela-rose video {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

@media(min-width:768px) {
    .ir249-home-lela-rose .hero-meta {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        display: block;
        width: auto
    }
}

@media(min-width:1465px) {
    .ir249-home-lela-rose .hero-meta {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        display: block;
        width: auto
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ir249-home-lela-rose .hero-meta {
        left: 3%
    }
}

@media(max-width:991px) {
    .ir249-home-lela-rose {
        height: 374px;
        padding-bottom: 0
    }

    .ir249-home-lela-rose .h1 {
        font-size: 42px;
        margin-bottom: 10px;
        background-size: 50px auto;
        background-position: 52% 38%
    }
}

@media(max-width:767px) {
    .ir249-home-lela-rose {
        margin-bottom: 25px;
        height: 330px;
        background: black
    }

    .ir249-home-lela-rose video {
        height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .ir249-home-lela-rose .hero-meta {
        position: absolute;
        width: 100%;
        bottom: 10px
    }

    .ir249-home-lela-rose .h1 {
        font-size: 50px;
        margin-top: 35px;
        background-size: 60px auto;
        background-position: 51% 38%
    }

    .ir249-home-lela-rose .hero-intro {
        font-size: 15px;
        line-height: 1.2
    }
}

@media(max-width:374px) {
    .ir249-home-lela-rose .h1 {
        font-size: 42px
    }
}

.ir252-home-promo-bar {
    line-height: 1.35;
    color: #333;
    text-align: center
}

.ir252-home-promo-bar .heading__main {
    text-transform: capitalize
}

.ir252-home-promo-bar .time {
    font-size: 13px
}

.ir252-home-promo-bar .heading__main {
    font-size: 260%
}

.ir252-home-promo-bar .heading__sub {
    font-size: 160%
}

@media(min-width:768px) {
    .ir252-home-promo-bar {
        background: url(../images/ering-UnityPendant.jpg) center center no-repeat;
        height: 110px
    }

    .ir252-home-promo-bar .heading {
        font-size: 10px;
        padding-top: 5px
    }

    .ir252-home-promo-bar .imitate-table {
        width: auto;
        margin: auto;
        height: inherit
    }

    .ir252-home-promo-bar .imitate-table>div {
        padding: 0 30px
    }

    .ir252-home-promo-bar .time {
        padding-top: 5px
    }
}

@media(max-width:767px) {
    .ir252-home-promo-bar .product img {
        width: 94%;
        margin-left: auto;
        margin-right: auto
    }

    .ir252-home-promo-bar {
        background: url(../images/ering-UnityPendant.jpg) center center no-repeat;
        background-size: cover;
        padding: 0 10px
    }

    .ir252-home-promo-bar .describe {
        width: 55%;
        text-align: left
    }

    .ir252-home-promo-bar .imitate-table>div {
        padding: 15px 10px
    }

    .ir252-home-promo-bar .heading {
        font-size: 2vw;
        line-height: 1.3
    }

    .ir252-home-promo-bar .heading__sub {
        font-size: 220%;
        line-height: 1.3;
        display: block
    }

    .ir252-home-promo-bar .time {
        font-size: 13px;
        margin-top: .2em
    }
}

.home-ir234-shop-diamonds {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.list_carousel--ir234-shape {
    margin-left: 0;
    position: relative
}

.list_carousel--ir234-shape .prev {
    left: 50%
}

.list_carousel--ir234-shape .next {
    right: 50%
}

.list_carousel--ir234-shape .prev,
.list_carousel--ir234-shape .next {
    top: 0;
    width: 50px;
    outline: 0;
    height: 100px;
    position: absolute
}

.list_carousel--ir234-shape .prev i,
.list_carousel--ir234-shape .next i {
    margin-top: 40px;
    opacity: .5
}

.list_carousel--ir234-shape .prev i {
    margin-left: 30%
}

.list_carousel--ir234-shape .next i {
    margin-right: 30%;
    float: right
}

@media(min-width:1290px) and (max-width:1366px) {
    .list_carousel--ir234-shape .prev {
        left: 0
    }

    .list_carousel--ir234-shape .next {
        right: 0
    }
}

@media(max-width:1086px) {
    .list_carousel--ir234-shape .prev {
        left: 0
    }

    .list_carousel--ir234-shape .next {
        right: 0
    }
}

@media(max-width:767px) {
    .list_carousel--ir234-shape .prev {
        left: -15px
    }

    .list_carousel--ir234-shape .next {
        right: -15px
    }
}

.home-ir234-shop-diamonds li {
    display: flex !important;
    text-align: center;
    width: 100px;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.home-ir234-shop-diamonds li a {
    color: #59554f
}

.home-ir234-shop-diamonds li a i {
    background-image: url(../images/home2017-shop-diamonds-v2.png);
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 15px
}

.home-ir234-shop-diamonds .fore1 i {
    background-position: 0 0
}

.home-ir234-shop-diamonds .fore2 i {
    background-position: 11% 0
}

.home-ir234-shop-diamonds .fore3 i {
    background-position: 22% 0
}

.home-ir234-shop-diamonds .fore4 i {
    background-position: 33% 0
}

.home-ir234-shop-diamonds .fore5 i {
    background-position: 44% 0
}

.home-ir234-shop-diamonds .fore6 i {
    background-position: 55.4% 0
}

.home-ir234-shop-diamonds .fore7 i {
    background-position: 66.6% 0
}

.home-ir234-shop-diamonds .fore8 i {
    background-position: 77.6% 0
}

.home-ir234-shop-diamonds .fore9 i {
    background-position: 89% 0
}

.home-ir234-shop-diamonds .fore10 i {
    background-position: 100% 0
}

.home-ir234-shop-diamonds li a:hover {
    text-decoration: none;
    color: #000
}

.home-ir234-shop-diamonds .fore1:hover i {
    background-position: 0 100%
}

.home-ir234-shop-diamonds .fore2:hover i {
    background-position: 11% 100%
}

.home-ir234-shop-diamonds .fore3:hover i {
    background-position: 22% 100%
}

.home-ir234-shop-diamonds .fore4:hover i {
    background-position: 33% 100%
}

.home-ir234-shop-diamonds .fore5:hover i {
    background-position: 44% 100%
}

.home-ir234-shop-diamonds .fore6:hover i {
    background-position: 55.4% 100%
}

.home-ir234-shop-diamonds .fore7:hover i {
    background-position: 66.6% 100%
}

.home-ir234-shop-diamonds .fore8:hover i {
    background-position: 77.6% 100%
}

.home-ir234-shop-diamonds .fore9:hover i {
    background-position: 89% 100%
}

.home-ir234-shop-diamonds .fore10:hover i {
    background-position: 100% 100%
}

@media(min-width:768px) {
    .home-ir234-shop-diamonds {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .ir212-home-shape .h2 {
        font-size: 18px
    }

    .home-ir234-shop-diamonds {
        font-size: 12px;
        margin: auto
    }

    .home-ir234-shop-diamonds li {
        width: 64px
    }

    .home-ir234-shop-diamonds li a {
        padding-left: 0;
        padding-right: 0
    }

    /* .home-ir234-shop-diamonds li a i {
        background-size: 500px auto;
        width: 50px;
        height: 50px
    } */

    .home-ir234-shop-diamonds .search {
        font-size: 14px;
        display: block;
        width: 66.66% !important;
        margin-top: 15px;
        margin-bottom: 0
    }

    .home-ir234-shop-diamonds .search a {
        border: 1px solid #333;
        font-size: 13px;
        margin: auto;
        padding: 16px 15px 16px 27px;
        position: relative;
        text-align: left;
        width: 140px
    }

    .ir234-make-appointment-link .arrow {
        position: absolute;
        margin-top: 4px
    }

    .list_carousel--ir234-shape .prev i,
    .list_carousel--ir234-shape .next i {
        margin-top: 27px
    }
}

.swiper-container {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.swiper-container span {
    font-size: 14px
}

.swiper-container .swiper-slide li {
    list-style: none
}

.swiper-container li a:hover {
    text-decoration: none;
    color: #4862a6
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    opacity: .5;
    position: absolute;
    top: 0;
    margin: 0
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-image: none;
    right: 0
}

.swiper-container .swiper-button-next {
    right: -9px
}

.swiper-container .swiper-button-prev {
    left: -9px
}

.swiper-container .icons-chevron-right-black,
.swiper-container .icons-chevron-left-black {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px
}

.index-swiper {
    margin: 0 0 25px 0
}

.index-swiper li a i {
    background-image: url("../images/home2017-shop-diamonds-v2.png");
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    background-size: 500px auto;
    width: 50px;
    height: 50px
}

.index-swiper .fore1 i {
    background-position: 0 0
}

.index-swiper .fore2 i {
    background-position: 11% 0
}

.index-swiper .fore3 i {
    background-position: 22% 0
}

.index-swiper .fore4 i {
    background-position: 33% 0
}

.index-swiper .fore5 i {
    background-position: 44% 0
}

.index-swiper .fore6 i {
    background-position: 55.4% 0
}

.index-swiper .fore7 i {
    background-position: 66.6% 0
}

.index-swiper .fore8 i {
    background-position: 77.6% 0
}

.index-swiper .fore9 i {
    background-position: 89% 0
}

.index-swiper .fore10 i {
    background-position: 100% 0
}

.index-swiper .fore1:hover i {
    background-position: 0 100%
}

.index-swiper .fore2:hover i {
    background-position: 11% 100%
}

.index-swiper .fore3:hover i {
    background-position: 22% 100%
}

.fore4:hover i {
    background-position: 33% 100%
}

.index-swiper .fore5:hover i {
    background-position: 44% 100%
}

.index-swiper .fore6:hover i {
    background-position: 55.4% 100%
}

.index-swiper .fore7:hover i {
    background-position: 66.6% 100%
}

.index-swiper .fore8:hover i {
    background-position: 77.6% 100%
}

.index-swiper .fore9:hover i {
    background-position: 89% 100%
}

.index-swiper .fore10:hover i {
    background-position: 100% 100%
}

.ir251-home-shop-diamonds {
    text-transform: capitalize
}

@media(max-width:767px) {
    .ir251-home-shop-diamonds li a i {
        margin-bottom: 10px
    }

    .ir251-home-shop-diamonds .swiper-slide span {
        font-size: 14px
    }
}

@media(min-width:768px) {
    .ir251-home-shop-diamonds {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .ir251-link-text {
        font-size: 16px
    }
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.site-top-alert {
    font-family: "ZapfHumanist601BT-Roman";
    color: white;
    background: rgba(0, 0, 0, 0.1);
    font-size: 10px;
    padding: 1px 0;
    min-height: 34px;
    position: absolute !important;
    z-index: 1002;
    width: 100%;
    left: 0;
    right: 0;
}

.king-navgation a {
    color: #FFF !important
}

.subnav-content.dropdown-menu li a,
.king-navgation .h2 a {
    color: #444 !important
}

.king-navgation .dropdown-menu {
    background: rgba(255, 255, 255, .8) !important;
    border-radius: 0
}

.king-navgation a:hover {
    color: #4862a6 !important;
}

/* .blue-bg {
    background-image: url(../images/blue-bg.jpg);
} */
.footer-email button.btn.btn-success.btn-default {
    background-color: #4862a6 !important;
    border-color: #4862a6 !important;
}

video#home_video {
    width: 100%;
}

/*--- new-header---*/
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.navbar img {
    width: 230px;
    height: auto;
    padding: 5px;
}

.nav a {
    color: #fff;
}

.navbar-right .dropdown-menu {
    left: 0;
    width: 100%;
}

ul.nav.navbar-nav.navbar-right {
    position: relative
}

ul.nav.navbar-nav.navbar-right li {
    position: initial
}

/*.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none; 
     background-color: transparent !important; 
    color: white;
}*/
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.subnav-item ul li a,
.subnav-item .h2 a {
    color: #000;
}

.dropdown-menu {
    padding: 10px 22px !important;
}

.subnav-item ul li {
    list-style: none !important;
}

.subnav-sfd li {
    float: left;
    width: 50%;
}

/* nav ul li a:hover {
    color: #4862a6 !important
} */

.ir251-home-visit-our-showroom .fore2 {
    margin-bottom: 25px;
}

.navbar {
    margin-bottom: 0px !important;
}

body .header-color.position-remove.add-remove {
    position: inherit !important;
}

ul.nav.navbar-nav.navbar-right .dropdown .h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.subnav-item .nav a,
.subnav-item .nav .subnav-three {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 35px;
}

.subnav-three-ad {
    margin-top: 15px;
}

.ir217-footer a {
    font-size: 15px;
}

.ir217-footer h3 {
    font-size: 16px;
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background: #FFF !important;
}

.form-design {
    /* margin-bottom: 25px; */
    padding: 50px 0 50px 0;
}


.btn-primary {
    color: #fff;
    background-color: #4862a6 !important;
    border-color: #4862a6 !important;
}

/*.form-horizontal a {
    color: #4862a6 !important;
    text-decoration: none;
}*/

.format-terms h2 {
    color: #4862a6 !important;
    font-size: 32px;
    padding-left: 0px;
}

.breadcrumb ul.nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.breadcrumb ul.nav li.nav-item:nth-child(2) {
    background-color: #4862a6;
    padding: 5px 40px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    border: 2px solid #4862a6;
}

.breadcrumb ul.nav li.nav-item:nth-child(2):hover {
       background-color: #000;
       border: 2px solid #000;
} 
.breadcrumb ul.nav li.nav-item:nth-child(2) a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.breadcrumb a,
.breadcrumb .page-title {
    font-size: 15px;
    text-transform: none;
    color: #000 !important;
}

.breadcrumb .about-us {
    align-items: center;
}

.breadcrumb span {
    font-size: 32px;
    padding: 0 10px;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    color: #000;
}

.breadcrumb ul span {
    font-size: 22px;
    padding: unset;
}

.breadcrumb a.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
}



@media (max-width: 767px) {

    nav .navbar .nav>li>a {
        padding: 8px 5px !important;
    }

    .subnav-item ul li a,
    .subnav-item .h2 a {
        color: #FFF;
    }

    .subnav-three-ad a img {
        display: none;
    }

    .inline-nav {
        display: inline-block !important;
    }

    .ir251-home-cyo {
        background-position: 57% 21% !important;
        background-size: cover !important;
    }

    /*
  .ir251-home-cyo {
    height: 702px !important;
}
*/
    .thumbnail--ir251-features img {
        margin: 0px;
        width: 100%;
    }

    .different-link {
        margin: 20px;
    }

    .ir251-home-cyo p {
        display: none;
    }

    #content img.thumbnail {
        margin: 0px;
        width: 100%;
        padding-right: 4px;
    }

    .about-contain-same,
    .ir217-footer {
        padding: 0px 10px;
    }

    .headline {
        width: 67%;
        margin-top: 0% !important;
        padding-left: 17% !important;

        position: absolute;
        top: 0px;
        right: 0px;
    }
}

@media (max-width:768px) {
    .ir251-home-cyo {
        background-position: 57% 28%;
        background-size: cover;
    }

    .headline h2 img {
        width: 82% !important;
    }

    .ir251-home-cyo p {
        max-width: 318px;
        margin: .4em auto 4.8em;
        font-size: 16px;
        letter-spacing: .6px;
    }

    ul.nav.navbar-nav.navbar-right .dropdown .h2 {
        color: #fff;
    }

    .breadcrumb_edit h2 span {
        font-size: 28px;
    }

    .breadcrumb_edit a {
        font-size: 14px;
    }

    .breadcrumb_edit span {
        font-size: 16px;
    }
}


#accordion {
    padding: 0px 10px;
}

@media (max-width:445px) {
    #tiny h3 {
        font-size: 38px !important;
    }

    .thumbnail--ir251-features .caption h3 {
        font-size: 15px;
    }
}

ul.nav.nav-pills {
    margin: 20px 0px;
}

.ring-guide h1 {
    color: #4862a6 !important;
}

.proposal-guide-items2 h3 a {
    color: #4862a6 !important;
}

/*.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #4862a6 !important;
}*/
table.dataTable thead th {
    border: none;
}

/* .cart-table .table-condensed>thead {
    background-color: #4862a6 !important;
    color: #fff;
} */
.button-set {
    margin-bottom: 10px;
}

.btn-success {
    color: #fff;
    background-color: #4862a6 !important;
    border-color: #4862a6 !important;
}

.ir251-showroom-list {
    text-decoration: none !important;
}

#back-top,
#back-top-destop {
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 30px;
    display: none;
    width: 60px;
}

#back-top img,
#back-top-destop img {
    width: 100%;
    height: auto;
}

#back-top {
    right: 5px;
    bottom: 15px;
}

@media (min-width: 768px) {
    .ir217-footer-links .collapse {
        display: block !important;
    }
}

.ir217-footer-links .submenu>li {
    letter-spacing: .3px;
    margin-bottom: 9px;
}

.ir217-footer a {
    color: inherit;
    text-decoration: none;
}

.ir217-footer-links .submenu {
    line-height: 1.2;
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 14px 0 20px;
}

.ir217-footer-links .h3 {
    font-size: 15px;
    font-family: inherit;
    color: inherit;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media(max-width:355px){
    .main-row .inner-column.custom-col .text-panel:nth-child(1), .main-row .inner-column.custom-col .text-panel:nth-child(2) {
        padding-left: 0px !important;
    }
    #footer .main-row .inner-column {
        padding: 30px 10px 0 !important;
    }
}
@media (min-width: 768px) {

    /*
.ir217-footer-links .row>div.fore1 {
    width: 27%;
}
*/
    .ir217-footer-links .row>div.fore1 {
        width: 18% !important;
    }

    .ir217-footer-links .row>div.fore2 {
        width: 23%;
    }

    /*
    .ir217-footer-links .row>div.fore3 {
    width: 18%;
}
*/
    .ir217-footer-links .row>div.fore3 {
        width: 22%;
    }

    .ir217-footer-links .row>div.fore5 {
        width: 32%;
    }
}

.email-address-group .input-group-btn .btn {
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px 21px;
    background-image: url(../images/arrow-email-search.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
}

.mt-30 {
    margin-top: 30px;
}

.different-link__behind {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.position-relative {
    position: relative;
}

.thumbnail>img,
.thumbnail a>img,
.thumbnail .modal-product-superposition img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.text-med .clock i {
    padding-right: 10px;
    font-size: 20px;
}

i.fa.fa-map-marker.location {
    font-size: 20px;
}

.padding-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.login-drop {
    position: relative !important;
}

/* .col-md-3.col-sm-6.col-xs-12.product-col.product-space.item.position-relative.product-overlay {
    min-height: 350px;
} */

.panel-info>.panel-heading {
    background-color: #4862a6 !important;
    border-color: #4862a6 !important;
}

.panel-info>.panel-heading h4 {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
}

.panel-info {
    border-color: #CCC !important
}

.wish-list-view .product-grid .pr-i img {
    width: 100%;
    height: 222px;
    object-fit: contain;
}

.inner-outer {
    min-height: 343px;
    margin-bottom: 10px;
}

.ir219-popup-contact-us a,
.ir219-popup-contact-us .text-66 a {
    color: #000 !important;
}

table th {
    padding: 9px 10px;

}

.ir217-footer-links .h3 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.product-cart a.button-additional {
    background: #4862a6 !important;
}

.tabs-panel .nav-tabs li a {
    background-color: #4862a6 !important;
    border: 2px solid #4862a6 !important;
}

.btn-danger {
    color: #fff;
    background-color: #6bb5e4 !important;
    border-color: #6bb5e4 !important;
}

.modal {
    top: 15% !important;
}

.modal-content button i {
    color: #fff !important;
    padding: 10px;
}

@media (min-width: 768px) {
    .ir216-join-our-newsletter {
        padding-top: 64.5px;
    }

    .ir216-join-our-newsletter .modal-dialog {
        width: 500px;
        margin: 0 auto;
    }

    .ir216-join-our-newsletter .modal-body {
        text-align: center;
    }

    .ir216-join-our-newsletter .join-cont {
        margin: auto;
        /*    max-width: 300px;*/
        color: #FFF;
    }

    .ir216-join-our-newsletter .privacy-info {
        font-size: 13px;
        margin-top: 25px;
    }
}

/* @media(min-width:1200px) and (max-width:1236px) {
    nav li.inline-nav:nth-child(2) {
        padding-left: 5px !important;
        padding-right: 8px !important;
    }

    nav li.inline-nav:nth-child(3) {
        padding-right: 8px !important;
        padding-left: 5px !important;
    }

    nav .right_bar .social_icons li#show-search {
        padding-left: 5px !important;
    }

    nav .right_bar .social_icons {
        gap: 5px !important;
    }

    nav .right_bar .social_icons li.dropdown.login-drop.custom-inline {
        padding-right: 5px !important;
    }
} */

.ir216-join-our-newsletter .modal-content {
    border: 0;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative;
    border-top: 6px solid #6bb5e4;
}

.more-information {
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ir216-join-our-newsletter .modal-content .close {
    top: 15px;
    right: 8px;
    color: #FFF;
}

.modal-content .close {
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 2;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.ir216-join-our-newsletter .modal-body {
    padding: 34px 39px 21px;
}

.ir216-join-our-newsletter .h2 {
    margin: 25px 0;
    color: inherit;
    letter-spacing: -1px;
    font-size: 33px;
    line-height: 1.04em;
}

.ir216-join-our-newsletter p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.ir216-join-our-newsletter .privacy-info {
    margin-bottom: 0;
}

.ir216-join-our-newsletter .privacy-info a {
    color: inherit;
    text-decoration: underline;
}

/*.ir216-join-our-newsletter .join-cont {
    color: #000;
}*/

@media (max-width: 767px) {
    .ir216-join-our-newsletter .modal-body {
        padding: 24px 65px 22px !important;
    }

    .ir216-join-our-newsletter .h2 {
        font-size: 22px
    }

    .ir216-join-our-newsletter .modal-dialog {
        text-align: center;
    }

    .btn.btn-success.blue-color.btn-default {
        background-color: #4862a6 !important;
        padding: 21px 0px !important;
        line-height: 0;
    }
}

a.checkout {
    color: #FFF !important
}

.star_list i.fa.fa-star {
    color: #4862a6
}

.panel-info>.panel-heading {
    background-color: #4862a6 !important
}

.address-box {
    /* border: 1px solid #CCC !important; */
    /* background-color: #f5f5f5; */
    margin-top: 5px;
    /* margin-bottom: 5px;
    padding-bottom: 18px; */
    color: #fff;
}

.step_line.step_complete {
    border-left-color: #4862a6 !important
}

span.step.step_complete {
    background: #4862a6 !important
}

ul.nav.nav-pills.nav-stacked.col-md-2.full-screen-width li a {
    background: #6bb5e4;
}

ul.nav.nav-pills.nav-stacked.col-md-2.full-screen-width li a:hover {
    background: #4862a6 !important
}

.dropdown-menu>li>a:focus {
    background-color: transparent !important
}

.dropdown-menu>li>a:hover {
    background-color: #c1c1c1 !important;
}


.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 50px 0;
    background-color: #c4d7e6;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    /*padding: 40px 20px;*/
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #FFF;
    cursor: pointer;
    font-size: 2em;
    top: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}


.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #444;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #000;
    border-color: #000;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 10px 0;
    opacity: 0;
    width: 100%;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}


.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

/*Instagram css*/

.photo-thumb {
    width: 100%;
    height: 275px !important;
    object-fit: cover;
}

.insta-column-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 5px !important;
}

.insta-paragraph {
    position: absolute;
    opacity: 0;
}

.item_box {
    padding: 0 !important;
    width: 14.28% !important;
}

.insta-paragraph {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    font-size: 14px;
    width: 100%;
    padding: 20px !important;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
    height: 100%;
}


.insta-paragraph a {
    color: #FFF;
}

.insta-column-image:hover .insta-paragraph {
    opacity: 1
}

.slick-slide img {
    width: 100%;
}

#pagination-div-id a {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    /* margin: 10px 4px; */
    text-align: center;
    width: 25px;
    color: #777;
    line-height: 23px;
}

.active.paginate_button.current {
    background: #e20f0f;
    color: #FFF !important;
}

.current-Specials .caption h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 5px 0px;
}

.about-style p {
    font-weight: 100;
    line-height: 26px;
    font-size: 15px;
}

.insta h2 img {
    width: 45px;
    margin-bottom: 7px;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 300px) {
    #instagram_feed .container-fluid #instafeed {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }


}


.jck#join-our-newsletter img {
    max-width: 500px;
}

.acc-cancel-btn {
    background-color: #000 !important;
}

#box_image .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-navbar .social_icons li.pipe:nth-child(3), #custom-navbar .social_icons li.pipe:nth-child(2), #custom-navbar .social_icons li.pipe:nth-child(4) {
    border-left: 1px solid #000;
    /* opacity: 80%; */
}

/* a.search_btns {
    opacity: 80%;
} */

.add-remove .social_icons li.pipe:nth-child(3),
.add-remove .social_icons li.pipe:nth-child(2),
.add-remove .social_icons li.pipe:nth-child(4) {
    border-left: 1px solid #000 !important;
}

nav.sticky .right_bar .social_icons li.pipe:nth-child(3),
nav.sticky .right_bar .social_icons li.pipe:nth-child(2),
nav.sticky .right_bar .social_icons li.pipe:nth-child(4) {
    border-left: 1px solid #000 !important;
}

/* select.countries,
select.countries option {
  color: #000000;
}

select.countries:invalid,
select.countries option[value=""] {
  color: #999999;
} */
.ir251-home-difference .container-fluid {
    background-color: #00000036;
    padding: 60px;
}

/* --------responsive of index page start--------- */
@media(max-width:1366px) {
    /* #jewelry_collection_slider .slick-prev {
        left: 45% !important;
        top: 520px;
    }

    #jewelry_collection_slider .slick-next {
        right: 45%;
        top: 520px;
    } */

    .text-panel {
        flex: 1;
    }

    .main-row .inner-column.custom-col .text-panel:nth-child(1),
    .main-row .inner-column.custom-col .text-panel:nth-child(2) {
        padding-left: 10px;
    }

    .jewelry_detail .product-cart a.button-additional {
        font-size: 13px;
    }
}

@media(max-width:1199px) {
    #custom_design img.diamonds-img {
        width: 230px;
        height: 230px;
    }

    /* #jewelry_collection_slider .slick-prev {
        top: 475px;
    }

    #jewelry_collection_slider .slick-next {
        top: 475px;
    } */

    #sparkling_section .sub_text,
    #custom_section .sub_text {
        min-height: 250px !important;
    }

    section#welcome_Blantons,
    #box_image,
    section.images_section,
    #jewelry_collection_slider,
    .ir251-home-difference,
    section#banner-section,
    #custom_design,
    #cut_diamond {
        padding: 55px 0 0px 0;
    }


    #jewelry_collection_slider .slick-prev {
        left: -15px !important;
    }

    #jewelry_collection_slider .slick-next {
        right: -15px !important;
    }

    div#navbarScroll {
        margin: 20px 0;
    }

    #custom-navbar {
        /* position: unset;  */
        /* background: #000; */
    }

    nav button.navbar-toggler i.fa.fa-bars {
        color: #000 !important;
        padding: 3px;
        font-size: 22px;
    }

    nav button.navbar-toggler {
        border-color: #000 !important;
    }

    .add-remove button.navbar-toggler i.fa.fa-bars {
        color: #000;
        padding: 3px;
        font-size: 22px;
    }

    .add-remove button.navbar-toggler {
        border-color: #000;
    }
}

@media(max-width:1220px) {
    #jewelry_collection_slider .slick-prev:before {
        font-size: 35px;
    }

    #jewelry_collection_slider .slick-next:before {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    #custom_design .diamond_image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    /* 
    #jewelry_collection_slider .slick-prev {
        top: 510px;
    }

    #jewelry_collection_slider .slick-next {
        top: 510px;
    } */
    footer#footer {
        padding: 20px 0 0 0;
    }

    .footer__ .container.py-5 {
        margin: 0px auto 0px auto;
    }

    .need-help-tin {
        display: block;
    }
    .product-detail.jewelry_detail .product-details-narrow .product-options_cart{
        padding-bottom: 20px !important;
    }
    .jewelry_detail .product-cart h4 {
        font-size: 25px;
    }


}

@media(min-width:768px) and (max-width:991px) {
    .logo-col {
        justify-content: center;
    }

    .address-panel {
        align-items: center;
        justify-content: center;
    }

    .address br {
        display: none;
    }
}

@media (max-width:767px) {

    section#welcome_Blantons .row h3,
    #jewelry_collection_slider h2,
    .ir251-heading a,
    #custom_design .row h3,
    #cut_diamond .row h3,
    #banner-section h1, #instagram_feed h4 {
        font-size: 45px;
        text-align: center;
    }

    #custom_design img.diamonds-img {
        width: 200px;
        height: 200px;
    }


    .logo-col {
        justify-content: center;
    }

    #footer .img-tag svg {
        width: 22px;
        height: 22px;
    }

    .footer-column .img-tag {
        padding: 10px;
    }

    .footer__ p.address br {
        display: none;
    }

    #footer .main-row .inner-column {
        /* align-items: flex-start !important; */
        justify-content: center;
    }

    #footer .main-row .inner-column {
        padding: 30px 30px 0;
    }

    .border-column {
        border-right: none;
    }

    #footer .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .copyright-sec {
        justify-content: center;
        flex-direction: column;
    }

    #cut_diamond .row p,
    #custom_design .row p {
        text-align: justify;
    }

    .inner_text {
        flex-direction: column;
    }

    section#welcome_Blantons .row {
        text-align: justify;
    }

    #welcome_Blantons .container {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:575px) {
    #custom_design img.diamonds-img {
        width: 150px;
        height: 150px;
    }

    .footer_container-fluid .policy-link a {
        margin-left: 0px !important;
    }

    section#welcome_Blantons .row h3,
    #jewelry_collection_slider h2,
    .ir251-heading a,
    #custom_design .row h3,
    #cut_diamond .row h3,
    #banner-section h1, #instagram_feed h4 {
        font-size: 40px;
    }

    section#welcome_Blantons .row {
        gap: 16px;
    }

    section#welcome_Blantons,
    #box_image,
    section.images_section,
    #jewelry_collection_slider,
    .ir251-home-difference,
    section#banner-section,
    #custom_design,
    #cut_diamond {
        padding: 45px 0 0px 0;
    }

    section#welcome_Blantons .row p {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    #jewelry_collection_slider .slider-item {
        margin: 0 25px 0px 0px;
    }

    #footer .row.main-row {
        width: 100%;
    }

    #welcome_section .row h1 {
        font-size: 40px;
        text-align: center;
    }

    #welcome_section .row h3 {
        /* font-size: 13px; */
        text-align: center;
        justify-content: center;
    }

    #welcome_section .row p {
        text-align: center;
        font-size: 13px;
    }

    #cut_diamond .row p,
    #custom_design .row p {
        font-size: 13px;
    }

    #banner-section p {
        font-size: 13px;
    }

    /* section.images_section .row {
        height: 420px;
    }
    section.images_section .container-fluid {
        height: 420px;
    } */
    .jewelry_detail .product-cart a.button-additional {
        font-size: 12px;
        padding: 15px 30px;
    }

    .text h3 {
        font-size: 40px;
    }
}

@media(max-width:450px) {
    .text h3 {
        font-size: 32px;
    }

}

@media(max-width:400px) {
    .connect-para {
        font-size: 13px;
    }

    #contact_section span {
        font-size: 14px;
    }

    ul.connect-list p {
        font-weight: 400;
        font-size: 13px;
    }

    .connect-list {
        padding-left: 0;

    }

    #welcome_section .row h1 {
        font-size: 32px;
    }

    section#welcome_Blantons .row h3,
    #jewelry_collection_slider h2,
    .ir251-heading a,
    #custom_design .row h3,
    #cut_diamond .row h3,
    #banner-section h1, #instagram_feed h4 {
        font-size: 32px;
    }

    section#welcome_Blantons .row p {
        font-size: 12px;
    }

    #welcome_section .row h1 {
        font-size: 32px;
    }

    #jewelry_collection_slider .slick-prev {
        left: 35% !important;
    }

    #jewelry_collection_slider .slick-next {
        right: 35% !important;
    }

    #cut_diamond .row p,
    #custom_design .row p {
        font-size: 12px;
    }

    #banner-section p {
        font-size: 12px;
    }

    .login-page .row.cart-body .form-group:nth-child(4) label {
        font-size: 13px;
    }

    .login-page .row.cart-body .form-group:nth-child(4) label a {
        font-size: 13px;
    }

    .forgot_password_box {
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .login-page .row.cart-body .form-group:nth-child(4) {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .panel-heading h4 {
        font-size: 30px !important;
    }

    .signup_text {
        font-size: 12px;
    }

    .jewelry_detail .product-cart a.button-additional {
        padding: 15px 10px;
    }
    #instagram_feed #instafeed {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width:470px) {
    #jewelry_collection_slider .slick-prev {
        top: 630px;
    }

    #jewelry_collection_slider .slick-next {
        top: 630px;
    }
}


section#banner-section {
    padding: 0px 0 0;
    margin-top: 0px;
}

#footer .main-row .inner-column {
    padding: 24px 0;
}

@media(max-width:1399px) {
    /* .text-panel {
        padding: 0 20px;
    } */
}

@media (min-width:992px) and (max-width:1199px) {
    #footer .logo-col {
        width: 100%;
        justify-content: center;
    }

    #footer .custom-col {
        width: 33.33%;
        justify-content: center;
        margin-top: 40px;
    }
}

.slider-details:hover p.login-text:before {
    width: 19%;
    transform: scaleX(1);
}

a.slider-login p.login-text:before {
    content: '';
    position: absolute;
    width: 0%;
    transform: scaleX(0);
    height: 2px;
    left: 120px;
    margin: auto;
    background-color: #0a0a0a;
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    bottom: 19px;
}

@media(max-width:1330px) {
    nav ul.navbar-nav.navbar-right {
        gap: 15px;
    }
}

/* ============================================================
   GLOBAL UNIFIED BUTTON STYLE  — matches login page "SIGN IN"
   ============================================================ */

/* Base: all .btn classes */
.btn:not(.btn-close):not(.navbar-toggler):not(.dropdown-toggle),
button.btn:not(.btn-close),
.button-search,
input[type="submit"],
input[type="button"] {
    background-color: #4862a6 !important;
    border-color: #4862a6 !important;
    color: #fff !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 13px 30px !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
    border-width: 1px !important;
    border-style: solid !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

.btn:not(.btn-close):not(.navbar-toggler):not(.dropdown-toggle):hover,
button.btn:not(.btn-close):hover,
.button-search:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #3a4f8a !important;
    border-color: #3a4f8a !important;
    color: #fff !important;
}

/* Specific contexts — full-width inside forms */
.login_page_box .btn,
.register_box_text button,
.forgot .submit_text button,
.contact-form button.btn,
.panel-footer button,
.address_box.main button,
.your_order_box.main button,
.row.cart-body .login_button button.btn,
.product-detail.jewelry_detail .cart_button button,
#myModaljewelryinquiry button.btn,
#myModaljewelry button.btn,
#myModalappointment .button-set button {
    width: 100%;
    padding: 14px 30px !important;
    font-size: 14px !important;
    letter-spacing: 2.5px;
}

/* Keep close buttons unaffected */
.btn-close {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
    padding: 0 !important;
}

/* Keep navbar toggler unaffected */
.navbar-toggler {
    background-color: transparent !important;
    border-color: rgba(255,255,255,0.5) !important;
}

/* Keep pxl-btn (custom design CTA) unaffected */
button.pxl-btn,
a.pxl-btn {
    border-radius: 0 !important;
}

/* Add To Cart / cart action buttons in product slider */
.button.add-cart {
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.55) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    font-size: 10px !important;
    letter-spacing: 2px;
    border-radius: 0 !important;
}
.button.add-cart:hover {
    background-color: #4862a6 !important;
    border-color: #4862a6 !important;
    color: #fff !important;
}

/* hero-btn and eternal-cta keep their own border animation */
.hero-btn,
.eternal-cta {
    background-color: transparent !important;
    border: 1px solid #4862a6 !important;
    color: #4862a6 !important;
    padding: 15px 48px !important;
    border-radius: 0 !important;
    letter-spacing: 3.5px;
    font-size: 11px !important;
}
.hero-btn:hover,
.eternal-cta:hover {
    background-color: #4862a6 !important;
    color: #fff !important;
}

@media(max-width:1044px) {

    /* nav ul.navbar-nav.navbar-right li.custom-inline a.nav-link {
        font-size: 12px;
    } */

    nav li.inline-nav:nth-child(2) {
        padding-left: 8px;
    }

    nav li.inline-nav:nth-child(3) {
        padding-left: 8px;
    }

    nav .right_bar .social_icons li#show-search {
        padding-left: 8px;
    }
}

@media(max-width:1399px) {
    #jewelry_collection_slider .slider-item .icon a {
        letter-spacing: 1px;
        white-space: nowrap;
    }

    #jewelry_collection_slider .slider-item .icon .icons a {
        padding: 15px 6px;
    }
}

@media (max-width: 575px) {
    #jewelry_collection_slider {
        padding: 45px 0 0;
    }

    /* #jewelry_collection_slider h2 {
        font-size: 35px;
    } */

    #jewelry_collection_slider .slider-item {
        margin: 0 10px;
    }

    #jewelry_collection_slider img.img-fluid.without_hover {
        min-height: 100px;
    }

    .product-detail.jewelry_detail ul.product-links li a {
        font-size: 13px;
    }

    #myModaljewelryinquiry .form-horizontal .form-group,
    #myModaljewelry .form-horizontal .form-group label,
    #myModalappointment .form-horizontal .form-group label {
        display: none;
    }

    #myModaljewelryinquiry textarea.form-control,
    #myModaljewelry textarea.form-control,
    #myModalappointment textarea.form-control {
        border: 1px solid #ccc !important;
        padding: 20px;
        border-radius: 5px !important;
        height: 65px;
    }

    #myModaljewelryinquiry input.form-control,
    #myModaljewelry input.form-control,
    #myModalappointment input.form-control {
        border: 1px solid #ccc !important;
        padding: 20px;
        border-radius: 5px !important;
    }

    #myModaljewelryinquiry button.btn,
    #myModaljewelry button.btn,
    #myModalappointment button.btn {
        margin-top: 50px;
    }

    #myModaljewelryinquiry button.btn,
    #myModaljewelry button.btn,
    #myModalappointment button.btn {
        padding: 9px 18px;
    }

    #myModaljewelryinquiry h4.modal-title,
    #myModaljewelry h4.modal-title,
    #myModalappointment h4.modal-title {
        font-size: 25px;
    }

    #myModalappointment select#dropdownval {
        font-size: 16px;
        color: #ccc;
        border: 1px solid #ccc !important;
        padding-left: 18px;
        border-radius: 5px !important;
        height: 42px;
    }

    #myModalappointment .button-set {
        margin-top: 10px;
    }

}

/* @media (width:575px) {
    #jewelry_collection_slider .slick-prev {
        top: 448px;
    }

    #jewelry_collection_slider .slick-next {
        top: 448px;
    }
} */

/* @media (max-width:574px) {
    #jewelry_collection_slider .slick-prev {
        top: 728px;
    }

    #jewelry_collection_slider .slick-next {
        top: 728px;
    }
} */
@media(max-width:475px) {
    .product-details-narrow ul.product-links {
        gap: 10px;
    }
    #productDetails li {
        flex: 0 40%;
    }
}

@media (max-width:575px) {
    #jewelry_collection_slider .slick-prev {
        top: -40px;
        left: 45% !important;
    }

    #jewelry_collection_slider .slick-next {
        top: -40px;
        right: 45% !important;
    }

    .row.cart-body .panel-body .form-group .form-control {
        font-size: 12px;
        padding-right: 0px;
    }

    .login-box .custom_input_block.d-flex.align-items-center svg {
        width: 15px;
    }
}

@media(max-width:370px) {
    .breadcrumb_edit span.page-title {
        font-size: 14px;
    }

    .breadcrumb_edit h2 span {
        font-size: 24px;
    }
}

@media(max-width:347px) {
    .breadcrumb_edit h2 span {
        font-size: 20px;
    }

    .breadcrumb_edit a {
        font-size: 12px;
    }

    .breadcrumb_edit span.page-title {
        font-size: 12px;
    }
}

/*----------information-page---------*/

#sparkling_section .sub_text,
#custom_section .sub_text {
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #f7f1e0;
}

#sparkling_section p {
    margin-bottom: 0px;
}

.connect-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0px;
}

ul.connect-list p {
    color: #000;
}

@media(max-width: 400px) {
    #jewelry_collection_slider .slick-prev {
        top: -40px;
        left: 35% !important;
    }

    #jewelry_collection_slider .slick-next {
        top: -40px;
        right: 35% !important;
    }

    .register_box_text button {
        font-size: 14px;
    }

    .register_box_text button {
        width: 65% !important;
    }

    .register_box_text button {
        padding: 10px 20px !important;
    }

    .register_box_text .signup_text {
        margin-top: 18px !important;
    }
}

.col-lg-6.col-md-12.col-sm-12.col-xs-12.reset-pass-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 40px 45px;
    background-color: #fff;
    border-radius: 30px;
}

.reset-pass-box .panel-heading h4 {
    font-family: "Cormorant Upright", serif;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.reset-pass-box .panel-heading {
    background-color: transparent !important;
    text-align: center;
}

.reset-pass-box .panel-body {
    gap: 22px;
    display: flex;
    flex-direction: column;
}

.reset-pass-box .reset_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.reset-pass-box .reset_button button.btn {
    padding: 12px 50px;
    font-size: 16px;
    width: 85%;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.reset-password-page {
    padding: 90px 0;
}

.register_box_text .panel-heading p,
.login-box .panel-heading p {
    white-space: nowrap;
}

@media(max-width:336px) {
    .row.cart-body .panel-body .form-group .form-control {
        padding-left: 22px;
    }

    .login-box .custom_input_block.d-flex.align-items-center svg {
        width: 15px;
        margin-left: 0px;
    }
}

@media(max-width:350px) {
    #welcome_section .row h1 {
        font-size: 28px !important;
    }
}

@media(max-width:435px) {
    #welcome_section .row h1 {
        font-size: 32px;
    }

    #welcome_section .row p {
        font-size: 12px;
    }
}

.form-check-input:checked {
    background-color: #000;
    border: #000;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

@media(max-width:348px) {
    nav button.navbar-toggler {
        margin-top: 10px;
    }
}

/* @media(max-width:1039px){
    .home-ir234-shop-diamonds li {
        margin-bottom: 15px;
    }
} */
@media(min-width:992px) and (max-width:1199px) {
    nav ul.navbar-nav.navbar-right {
        gap: 43px !important;
        font-size: 15px;
    }
}

.shop-diamond .slick-prev:before,
.shop-diamond .slick-next:before {
    color: #000;
}

.shop-diamond a:focus {
    outline: none;
}

.new-collection-slider .slider-item .slider-img {
    border-bottom: 1px solid #ccc;
}

.new-collection-slider .slider-item .slider-details p {
    margin-bottom: 0;
}

.new-collection-slider .slider-item .slider-details {
    padding: 16px;
    width: 100%;
    position: relative;
}

.new-collection-slider .slider-item .slider-details .slider-detail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/* .jewelry_detail .fa-envelope:before,
.jewelry_detail .fa-print:before,
.jewelry_detail .fa-exchange:before,
.jewelry_detail .fa-clock-o:before {
    color: #000;
} */

/* side nav---*/
.sidenav-user li {
    display: block;
    border-bottom: 1px solid #FFF;
}

.sidenav-user a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: normal;
    background: #5b5150;
}


.myAccount-tab .sidenav-user li {
    flex: 0 0 100%;
    border-bottom: 1px solid #FFF;

}

.myAccount-tab .sidenav-user li a {
    font-family: 'jost';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000;
    background-color: #fff;
    /* border: 1px solid #fff; */
    padding: 10px 13px;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.2); */
    border-radius: 3px;
    /* border: 1px solid #f2c253; */
    text-align: center;
}
@media(min-width:992px){
    .myAccount-tab .sidenav-user li a{
        width: 100%;
    }
}

.myAccount-tab .sidenav-user li a.active {
    background-color: #4862a6;
    color: #fff !important;
    border: 1px solid #4862a6;
}

/* .myaccount-container{
    max-width: 768px;
    width: 100%;
    margin: auto;
} */

.myaccount-container .login-box {
    max-width: unset !important;
    box-shadow: none;
    border: 1px solid #f2c455;
}

.myaccount-container .login-box .panel {
    margin-bottom: 0 !important;
    background-color: #fff;
    border: none !important;
    border-radius: 7px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 24px 12px;
}

.myaccount-container .login-box .panel-footer {
    background-color: transparent !important;
}

.myaccount-container .login-box .panel-footer button.btn,
.login-box .address-form.col-sm-12 .Address-submitbtn button.btn {
    height: auto;
    min-height: unset;
    line-height: unset;
    padding: 5px 40px;
    border-radius: 0px !important;
    background-image: linear-gradient(to right top, #ebb455, #f2bd4d, #f3c95b, #f1be0a, #e4be04);
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 24%);
    font-family: 'jost';
    /* width: 30%; */
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
    font-size: 16px;
}

.myaccount-container .login-box .panel-footer button.btn:hover,
.login-box .address-form.col-sm-12 .Address-submitbtn button.btn:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 24%);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.myaccount-container .login-box .panel-footer {
    border-top: none;
}

.myaccount-loginpage.login-page {
    background-color: #fff;
}

@media(max-width:455px) {

    /* .d-flex.enteries-inner-block {
        flex-direction: column;
    } */
    .custom-container .header-column.pull-right .dropdown #sort {
        width: 100%;
    }

    /* .hide_show_button button {
        padding: 5px 40px 5px 40px !important;
    } */
    /* .entries-responsive .pagination-container.wow.fadeInUp {
        position: absolute;
        left: 59px;
        border: 1px solid #000;
        padding: 9px 37px;
    } */
    /* .entries-responsive .pagination-info.font-additional.pull-left {
        font-size: 13px;
        font-weight: 400;
    } */
    .hide_show_button button div {
        display: none;
    }

    .hide_show_button button {
        position: relative;
    }

    .hide_show_button button .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .hide_show_button button .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }

    .hide_show_button button:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
}

@media(min-width:455px) {
    .hide_show_button button span {
        display: none;
    }
}

@media (max-width:992px) {

   
    .myaccount-container.container {
        width: 100%;
    }

    .myAccount-tab .sidenav-user li a {
        font-size: 15px;
    }

    .myAccount-tab .sidenav-user ul {
        display: flex;
        justify-content: space-between;
        /* flex-wrap: wrap; */
        /* gap: 10px; */
        flex-direction: row;
        padding-left: 0px;
        margin-right: 0;
    }

    #sparkling_section {
        padding: 40px 0 20px !important;
    }

    #contact_section {
        padding: 20px 0;
    }

    #contact_section .inner_text {
        margin-bottom: 0rem !important;
    }
    .product-detail.jewelry_detail .product-gallery_preview {
        min-width: 300px !important;
        max-width: 200px;
    }
    .product-detail.jewelry_detail #bx-pager a {
        min-width: 100px !important;
        max-width: 100px;
    }

}

@media (max-width:576px) {

    .product-detail.jewelry_detail .product-options_header h3 {
        font-size: 22px;
    }

    .product-price.font-additional.font-weight-normal.customColor {
        font-size: 20px !important;
    }
    .myAccount-tab .sidenav-user ul {
        width: 100%;
        /* padding: 10px 24px; */
        justify-content: center;
        flex-direction: column;

    }

    .myAccount-tab .sidenav-user li a {
        font-size: 20px !important;
    }

    .myAccount-tab .sidenav-user li a {
        border-radius: 0px;
    }

    .myAccount-tab .sidenav-user li a {
        padding: 10px 2px !important;
    }

    .myAccount-tab .sidenav-user li {
        flex: 0 0 25% !important;
        justify-content: center;
        display: flex;
    }
    .banner-section {
        margin-top: 80px !important;
    }
}

input:focus-visible {
    outline: none;
}

/* alertify start*/
.alertify .ajs-header {
    display: none;
}

.alertify .ajs-dialog {
    padding: 27px 30px 27px !important;
    border: 2px solid #727272;
    border-radius: 45px 0;
}

.alertify .ajs-body {
    margin-top: 26px;
    text-align: center;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    border: 2px solid #4862a6;
    color: #fff;
    background-color: #4862a6;
    transition: all 0.5s ease-in-out;
}

button:focus-visible {
    outline: none !important;
}

.alertify .ajs-body .ajs-content {
    padding: 0px 24px 16px 16px !important;
}

.ajs-content b {
    font-size: 28px;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:hover {
    background-color: transparent !important;
    color: #4862a6;
}

/* alertify end*/
a.add-cart:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

a.add-cart::before {
    content: '';
    position: absolute;
    width: 39%;
    height: 1px;
    border-radius: 4px;
    background-color: #fff;
    bottom: 17px;
    left: 14px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

a.add-cart-similar:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

a.add-cart-similar::before {
    content: '';
    position: absolute;
    width: 79%;
    height: 1px;
    border-radius: 4px;
    background-color: #fff;
    bottom: 17px;
    /* left: 14px; */
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
span.price.price--withoutTax.login.product-detail-login {
    padding: 0 0 12px;
}
span.price.price--withoutTax.login.product-detail-login p::before {
    content: '';
    position: absolute;
    width: 9%;
    height: 2px;
    border-radius: 4px;
    background-color: #000;
    bottom: 20px;
    /* left: 14px; */
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
span.price.price--withoutTax.login.product-detail-login:hover p::before {
    transform-origin: left;
    transform: scaleX(1);
}
/*------ button css------*/
button.pxl-btn.outline-under.draw.icon-ps-right:after,a.pxl-btn.outline-under.draw.icon-ps-right:after {
    content: "";
    border: 1px solid #ccc;
    width: 100%;
    position: absolute;
    height: 100%;
    transition: .3s;
    pointer-events: none;
    top: 7px;
    left: 7px;
    /* border-color: red!important; */
}

span.pxl-button-text {
    position: relative;
    z-index: 1;
}

span.draw-bottom-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

span.draw-bottom-left:before {
    top: auto;
    bottom: -7px;
    left: 7px;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #010101;
    transition: transform .72s cubic-bezier(.71, .01, .51, .99);
    will-change: transform;
    transform: scaleX(0);
    transform-origin: left;
}

span.draw-bottom-left:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #010101;
    transition: transform .72s cubic-bezier(.71, .01, .51, .99);
    will-change: transform;
    transform: scaleY(0);
    transform-origin: bottom;
    top: auto;
    right: auto;
    bottom: -7px;
    left: 7px;
}

span.draw-top-right:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #010101;
    transition: transform .72s cubic-bezier(.71, .01, .51, .99);
    will-change: transform;
    transform: scaleY(0);
    transform-origin: top;
    top: 7px;
    right: -7px;
}

span.draw-top-right:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #010101;
    transition: transform .72s cubic-bezier(.71, .01, .51, .99);
    will-change: transform;
    transform: scaleX(0);
    transform-origin: right;
    top: 7px;
    left: 7px;
}

span.draw-top-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

button.pxl-btn.outline-under.draw.icon-ps-right,a.pxl-btn.outline-under.draw.icon-ps-right {
    padding: 28px 35px 18px;
    max-width: 390px;
    width: 100%;
    height: 50px;
    background-color: #4862a6;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--heading-font-family);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    letter-spacing: .1em;
    /* padding: 15px 35px; */
    /* background-color: var(--primary-color); */
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    /* border: 0 solid var(--primary-color); */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
    border: none;
    transition: all 300ms cubic-bezier(.34, .18, 1, 1);
}

button.pxl-btn.outline-under.draw.icon-ps-right:hover,a.pxl-btn.outline-under.draw.icon-ps-right:hover {
    padding: 8px 35px;
    color: #fff;
    outline: none;
    text-decoration: none;
    background-color: #000;
}

button.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-top-right:before,
a.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-top-right:before {
    transform: scaleX(1);
}

button.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-top-right:after,
a.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-top-right:after {
    transform: scaleY(1);
}

button.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-bottom-left:before,
a.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-bottom-left:before {
    transform: scaleX(1);
}

button.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-bottom-left:after,
a.pxl-btn.outline-under.draw.icon-ps-right:hover span.draw-bottom-left:after {
    transform: scaleY(1);
}
.alert-block {
    display: flex;
    justify-content: center;
    /* padding: 20px; */
}
.form-group :focus-visible {
    outline: none !important;
}

/* 10-jun-2024 ravi css */
.myAccount-tab {
    padding-bottom: 20px;
}



nav .right_bar .social_icons .search-input-open-active {
    position: absolute;
    right: 0px;
    display: block;
    top: 35px;
}
.top-search .form-input{
    top: 0 ;    
    right:0;
    left: 0;
}
li#show-search {
    position: relative;
}
@media(max-width:1200px){
    nav .right_bar .social_icons .search-input-open-active {
        position: absolute;
        right: -40px;
        display: block;
        top: 35px;
    }
}

@media(min-width:993px){
    .address_box.main .address-form {
        width: 90%;
        margin: auto;
        background-color: transparent;
    }
    .address_box.main .address-form form#address-form {
        width: 100%;
        padding: 0px  30px !important;
    }
}
@media(max-width:992px){
    .address_box.main .address-form{
        width: 100%;
        background-color: transparent;
    }
    form#address-form {
        width: 100%;
        /* padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 30px !important; */
        padding: 30px !important;
    }
    .breadcrumb_edit {
        margin-top: 10px;
    }
    #instagram_feed #instafeed {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px 5px;
    }
}


@media(max-width:768px){
    .login-design .main .box-body .form-group {
        width: 90%;
        margin: auto;
    }
    .login-design .main .box-body .form-group .input_area {
        width: 100%;
    }
    #instagram_feed #instafeed {
        grid-template-columns: repeat(3, 1fr);
    }


}

.login-design .main .panel-footer{flex-direction: unset !important;}

@media(max-width:575px){
    .login-design {
        padding: 50px 0;
    }
    .login-design .main .panel-footer {
        flex-direction: column !important ;

    }
    #contact_section a.footer-column p.info-contact {
        font-size: 13px;
    }
    #instagram_feed #instafeed {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* NEW INDEX CSS START */
.wel-our-jewl{
    position: relative;
    margin-bottom: 100px;
}
.wel-our-jewl::before{
    background:  url("../../assets/images/pattern02.svg") no-repeat center center;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 164px;
    height: 164px;
    z-index: 0;
}
.wel-our-jewl a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    max-width: 65px;
    display: block;
    position: relative;
    margin: auto;
    transition: all 0.3s;
}
.wel-our-jewl a:hover{
    color: #DAA14C;
}
.bridal-jewelry {
    position: relative;
}
.jewelry-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px;
}
.jewelry-data h2 {
    font-family: "Cormorant Upright", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #000;
    text-transform: capitalize;
}
.jewelry-data p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
}
a.primary-link {
    background: transparent;
    padding: 9px 20px;
    border: 1px solid #000;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
}
a.primary-link:hover {
    background: #DAA14C;
    color: #fff;
}
.jewel-design {
    margin-left: 15px;
}
.do-data p {
    color: #DAA14C;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.do-data h1 {
    font-family: "Cormorant Upright", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 65px;
    line-height: 1.21;
    text-transform: capitalize;
    color: #30373E;
    display: block;
    margin: 0 auto 50px;
    max-width: 1094px;
}
.data-img {
    text-align: right;
}
section#what-wedo {
    margin-top: 70px;
}
.modal-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-transform: lowercase;
    margin-top: 90px;
    max-width: 501px;
    color: #000;
}
.jewel-custom {
    margin-left: 18%;
}
.new-banner {
    background: url("../../assets/images/main-banner.jpg") no-repeat center center;
    width: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    height: 100%;
}
section#top-banner .stylish-collection h1 {
    color: #000;
}
section#top-banner .stylish-collection p {
    color: #000;
    font-weight: 400;
}
section#top-banner .stylish-collection a {
    border: 1px solid #000;
    color: #000;
}
section#top-banner .stylish-collection a:hover {
    background: #DAA14C;
    color: white;
    border: 1px solid #fff;
}
.stylish-collection h1 {
    color: white;
    font-size: 70px;
    font-family: "Cormorant Upright", serif;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
}
.stylish-collection p {
    font-size: 18px;
    color: white;
    max-width: 510px;
}
.stylish-collection a {
    background: transparent;
    border: 1px solid #fff;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0;
    padding: 13px 30px;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
.stylish-collection {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background: #0000004d;
    padding: 35px;
}
section#new-banner .stylish-collection {
    text-align: center;
}
.banner-data {
    position: absolute;
    top: 15%;
    left: 13%;
}
section#new-banner {
    margin-top: 70px;
}
.stylish-collection a:hover {
    background: #DAA14C;
    color: white;
    border: 1px solid #fff;
}
#jewelry_collection_slider p {
    color: #DAA14C;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.diamond-pacakage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.select-text h2 {
    font-family: "Cormorant Upright", serif;
    color: #30373E;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
}
.select-text p {
    text-transform: capitalize;
    color: #666;
    margin: auto;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
section#three-type {
    margin-top: 60px;
}
#scroll-banner{
    margin-top: 50px;
}
#scroll-banner .new-banner {
    background: url("../../assets/images/banner-scroll.jpg") no-repeat center center;
    width: 100%;
    min-height: 600px;
    position: relative;
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
}
#scroll-banner .stylish-collection h1 {
    color: white;
    font-size: 70px;
    font-family: "Cormorant Upright", serif;
    line-height: 1;
    text-transform: capitalize;
}
section#subscribe-section {
    margin-top: 70px;
    text-align: center;
}
.get-know h1 {
    font-family: "Cormorant Upright", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 1.21;
    text-align: center;
    text-transform: capitalize;
    color: #30373E;
    display: block;
    margin-bottom: 40px;
}
.get-know p {
    font-size: 16px;
    color: #30373E;
    font-weight: 400;
    line-height: 24px;
}
.input-button a {
    text-align: center;
    background: #263036;
    border: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.input-button input[type="email"] {
    padding: 15px;
    border: none;
    background: #6c6c6c;
    height: 54px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    text-transform: capitalize;
    color: #666;
    width: 400px;
}
.input-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
section#top-banner .new-banner {
    background: url("../../assets/images/top-banner.jpg") no-repeat center center;
    width: 100%;
    min-height: 800px;
    position: relative;
    background-size: cover;
    height: 100%;
    top: 52px;
}
section#top-banner .stylish-collection {
    background: none;
}

#video-section .banner-slider button.slick-prev.slick-arrow {
    z-index: 1;
}
#video-section .banner-slider .slick-prev {
    left: 17px;
}
#video-section .banner-slider .slick-next {
    right: 17px;
}
#video-section .banner-slider .slick-prev:before, #video-section .banner-slider .slick-next:before {
    font-size: 25px;
}

/* NEW INDEX CSS END */


/* ============================================================
   PXL-BTN FLAT OVERRIDE — Remove animation spans, flat button
   ============================================================ */

button.pxl-btn,
a.pxl-btn,
button.pxl-btn.outline-under.draw.icon-ps-right,
a.pxl-btn.outline-under.draw.icon-ps-right {
    background-color: #4862a6 !important;
    border: 1px solid #4862a6 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 14px 30px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    vertical-align: top;
    line-height: normal !important;
}

button.pxl-btn:hover,
a.pxl-btn:hover,
button.pxl-btn.outline-under.draw.icon-ps-right:hover,
a.pxl-btn.outline-under.draw.icon-ps-right:hover {
    background-color: #3a4f8a !important;
    border-color: #3a4f8a !important;
    color: #fff !important;
    padding: 14px 30px !important;
}

/* Hide animation span decorators */
button.pxl-btn span.draw-top-right,
button.pxl-btn span.draw-bottom-left,
a.pxl-btn span.draw-top-right,
a.pxl-btn span.draw-bottom-left {
    display: none !important;
}

/* Hide after pseudo-element shadow border */
button.pxl-btn.outline-under.draw.icon-ps-right::after,
a.pxl-btn.outline-under.draw.icon-ps-right::after {
    display: none !important;
}

/* Login page button full width */
.login_button button,
.login_button a.pxl-btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 30px !important;
    font-size: 14px !important;
    letter-spacing: 2.5px !important;
}

/* Signup / register button full width */
.signup_text button,
.register_box_text button,
.forgot .submit_text button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 30px !important;
    font-size: 14px !important;
    letter-spacing: 2.5px !important;
}

/* Contact / modal / profile form buttons */
.contact-form button,
.panel-footer button,
.address_box.main button,
.your_order_box.main button,
#myModaljewelryinquiry button.btn,
#myModaljewelry button.btn,
#myModalappointment .button-set button {
    width: 100% !important;
    max-width: 100% !important;
}

/* btn-danger stays red but still flat */
.btn-danger:not(.btn-close) {
    background-color: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.btn-danger:not(.btn-close):hover {
    background-color: #a93226 !important;
    border-color: #a93226 !important;
}
.alert-dismissible .btn-close {
    top: 12px !important;
    right: 12px !important;
}