@import url(colors.css);
a,
a:hover,
a:focus {
    text-decoration: none;
}
.topbar {
    background-color: var(--primary-color);
}
.top-icon {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
}
.text-white-fade {
    color: rgba(255, 255, 255, 0.7) !important;
}
.bg-orange {
    background: var(--orange-color);
}
.main-header {
    padding: 0px 0;
}
.navbar-nav {
    height: 80px;
}
.main-header .navbar-nav .nav-item {
    padding: 0 10px;
}
.main-header .navbar-nav li a {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--body-font-medium);
}
.main-header .navbar-nav .sub-list li a {
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: var(--body-font-medium);
}
.main-header .navbar-nav li .nav-link {
    padding: 30px 0 !important;
}
.mega-menu {
    top: 80px !important;
    border-top: 3px solid var(--primary-color);
}
.slider-1{
    /* background: #e6e6e6; */
    background: url(../images/hero-slider-pattern-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-2{
    background: url(../images/hero-slider-patterns-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-3{
    background-color: #EDF7FF;
}
.web-link{
    font-size: 25px;
    font-weight: 500;
    color: red;
}
.hero-head {
    padding: 5% 8%;
}
.pattern-bg{
    background: url(../images/slider-pattern.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-heading {
    font-size: 30px;
    line-height: 1.5;
    color: var(--dark-color);
    font-family: var(--heading-font-medium);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 30px;
}
.hero-heading-hindi {
    font-size: 36px;
    line-height: 1.3;
    color: var(--dark-color);
    font-family: var(--hindi-font);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1.8;
    color: red;
    font-style: italic;
}
.hero-subheading {
    font-family: var(--body-font-medium);
    font-weight: 500;
    color: var(--primary-color);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}

.hero-content {
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-color);
    font-family: var(--body-font);
    font-weight: 300;
}
.section-heading {
    font-size: 30px;
    line-height: 1.3;
    color: var(--dark-color);
    font-family: var(--heading-font);
    font-weight: 500;
    text-transform: none;
    margin-bottom: 40px;
}
.page-heading {
    font-size: 25px;
    line-height: 1.3;
    color: var(--dark-color);
    font-family: var(--heading-font-medium);
    font-weight: 500;
    text-transform: none;
    margin-bottom: 15px;
}
.section-subheading {
    font-family: var(--body-font-medium);
    font-weight: 500;
    color: var(--primary-color);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: capitalize;
}
.price-main{
    font-size: 25px;
    line-height: 1.3;
    color: var(--dark-color);
    font-family: var(--heading-font-thin);
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.imgzooomin {
    -webkit-animation: zoomin 20s ease-in infinite;
    animation: zoomin 20s ease-in infinite;
    transition: all 3s ease-in-out;
    overflow: hidden;
}
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.primary-btn {
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 500;
    letter-spacing: 1.5px;
}
.white-btn {
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    color: var(--dark-color-2);
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}
.white-btn-outline {
    font-size: 16px;
    line-height: 1.5;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}
.white-btn-outline:hover {
    background-color: #fff;
    color: var(--dark-color);
}
.white-btn:hover {
    border: 2px solid #fff;
    color: #fff;
}
.primary-btn:hover {
    background: var(--dark-color-2);
    color: #fff;
}
.section-spacing {
    padding: 60px 0;
}
.sm-btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 15px;
}
.gemstone-jew-banner {
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.3)
        ),
        url(../images/gemstone-jewellery-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}
.footer {
    background-color: var(--grey-color);
}
.muted-text-product {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: #777;
}
.gemstone-suggest-banner {
    background: linear-gradient(
        to right,
        var(--primary-color),
        var(--primary-color)
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 85px;
}
.customer-support-image {
    position: relative;
    top: -77px;
}
.page-banner-bg {
    background: var(--primary-color-fade-2);
    padding: 20px 0;
}
.image-box-2 {
    max-width: 160px;
    padding: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 15px;
}
.gem-benefit-ul li {
    display: inline-block;
    margin-right: 15px;
}
.benefit-head {
    font-size: 15px;
    font-family: var(--body-font-medium);
    color: var(--dark-color-2);
}
.hide {
    display: none;
}
.show {
    display: block;
}
.tab_div h1,
.tab_div h2,
.tab_div h3,
.tab_div h4,
.tab_div h5,
.tab_div h6 {
    font-size: 14px;
    font-family: var(--heading-font-medium);
}
.tab_div p,
.tab_div td,
.tab_div th {
    font-size: 12px;
    font-family: var(--body-font);
    font-weight: 400;
}
.button-accordion {
    background: transparent;
    padding: 10px;
    color: var(--dark-color-2);
    border: none;
    font-size: 15px;
    font-family: var(--body-font-medium);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--dark-color-2);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item {
    border: none;
    border-top: 1px solid var(--primary-color-fade-2);
    border-bottom: 1px solid var(--primary-color-fade-2);
}
.accordion-body {
    padding: 10px 10px;
}
.benefit-head {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 12px 16px;
    color: var(--dark-color);
    background: #f2f2f2;
    margin: 2px;
    border-radius: 3px;
}
.points-list li {
    display: inline-block;
}
.benefit-head:hover,
.benefit-head:focus {
    background-color: var(--primary-color);
    color: #fff;
}
ul.desktop-filter {
    z-index: 9;
    margin-bottom: 0;
    padding-left: 0;
}
ul.desktop-filter li.desktop-list {
    display: inline-block;
    margin-bottom: 7px;
}
.filter-btn {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    color: var(--dark-color);
    background: #f2f2f2;
    margin: 2px;
    border-radius: 3px;
    font-family: var(--body-font);
    font-weight: 400;
    border: 1px solid #eee;
}
.sort{
    width: 120px;
}
.navbar-nav.offcan{
    height: auto;
}
.filter-btn:hover,
.filter-btn:focus {
    background-color: var(--primary-color);
    color: #fff;
}
.border-bottom-2 {
    border-bottom: 1px solid #898989;
}
.border-top-2 {
    border-top: 1px solid var(--primary-color-fade);
    padding-top: 20px;
}
.thumb-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all ease;
    border: 1px solid #eee;
}
.category-heading {
    font-size: 13px;
    font-family: var(--body-font-bold);
    text-transform: uppercase;
}
.hover-target:hover {
    color: var(--primary-color);
}
.head-img {
    height: 30px;
    width: 30px;
}
.stone-title {
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.page-banner {
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.3)
        ),
        url(../images/page-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gemstone-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--primary-color-fade);
}
.gemstone-card img {
    height: 120px;
    width: 120px;
    display: block;
}
.gemstone-card .card-body {
    background-color: var(--primary-color-fade-2);
    padding: 10px 10px;
}
.gemstone-card .stone-title {
    font-size: 16px;
    font-family: var(--body-font-medium);
    margin-bottom: 0;
}
.card-product {
    border-radius: 10px;
    overflow: hidden;
}
.pagination .page-item {
    margin-left: 5px;
    margin-right: 5px;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 20px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.loader{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 90%;
}
.product-action {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.quantity {
    margin-right: 1rem;
    width: 8rem;
    position: relative;
    height: 45px;
}
.quantity input, .quantity select {
    outline: none;
}
.quantity .qtybutton {
    position: absolute;
    height: 45px;
    cursor: pointer;
    width: 2rem;
    font-size: 1.4rem;
    font-family: sans-serif;
    line-height: 1;
    top: 28%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.quantity-input {
    background: none;
    padding: 1rem;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    line-height: 5rem;
    color: inherit;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 45px;
    font-size: 16px;
}
.quantity .qtybutton.dec {
    left: 0;
}
.quantity .qtybutton.inc {
    right: 0;
}
.heading-section{
    background: #F5F5F5;
    padding: 17px 0px;
}
.product-detail-list {
    margin-top: 30px;
}
.product-detail-list .product-list-in {
    float: left;
    padding: 8px 20px;
}
.product-list-in .detail-text{
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.product-list-in .detail-text b {
    font-family: var(--body-font);
    color: #333;
    min-width: 40%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.container .product-list-in:nth-child(n+4):nth-child(-n+6), .container .product-list-in:nth-child(n+10):nth-child(-n+12) {
    background-color: #F5F5F5;
}
.product-detail-list .product-list-in {
    float: left;
    padding: 8px 20px;
}
.product-list-in .detail-text b:after {
    content: ':';
    position: absolute;
    right: 19%;
}
.product-detail-list  {
    border: 1px solid #B8B8B8;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.product-list-in.col-md-5 .detail-text b{
    min-width: 31%;
}
.review__title {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 1px solid #a3a3a3;
}
.review__item {
    margin-bottom: 2rem;
}
.review__avatar {
    -webkit-flex-basis: 6rem;
    -moz-flex-basis: 6rem;
    -ms-flex-preferred-size: 6rem;
    flex-basis: 6rem;
    max-width: 6rem;
    height: 6rem;
}
.review__text {
    -webkit-flex-basis: calc(100% - 6rem);
    -moz-flex-basis: calc(100% - 6rem);
    -ms-flex-preferred-size: calc(100% - 6rem);
    flex-basis: calc(100% - 6rem);
    max-width: calc(100% - 6rem);
    padding-left: 2rem;
}
.review__meta {
    margin-bottom: 1rem;
}
.review__published-date {
    font-size: 1.2rem;
}
.header-link{
    color: #000;
    font-family: var(--body-font-medium);
    font-size: 16px;
    letter-spacing: 0.5px;
}
.dropdown-item:hover, .dropdown-item:focus{
    background: transparent;
}
.dropdown-item:hover small, .dropdown-item:focus small{
    color: #999;
}
.header-link:hover{
    color: var(--primary-color);
}
.register-bg{
    background: url(../images/register-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.auth-card{
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 50px;
}
.form-group{
    position: relative;
}
.form-icon{
    position: absolute;
    right: 5%;
    top: 26%;
}
.form-control,.form-select{
    background-color: #fff;
    border: 1px solid #aeaaaa;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.form-control:focus, .form-select:focus{
    border: 2px solid var(--primary-color);
    box-shadow: none;
}
textarea.form-control{
    height: auto;
}
.search-box{
    height: 30px;
}
.pos-rel{
    position: relative;
}
.top-search-icon{
    position: absolute;
    color: #333;
    right: 4%;
    top: 24%;
    background-color: transparent;
    border: none;
}
.top-search-icon .top-icon{
    color: #333;
}

.table-borderless thead th, .table-borderless th {
    text-transform: uppercase;
    padding: 1rem 0;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 11px;
    border: none;
    vertical-align: middle;
}
.table-borderless tbody td.product-remove {
    width: 3rem;
    min-width: 3rem;
}
.table tbody td {
    padding: 0.5rem 10px;
}
.table-borderless td {
    vertical-align: middle;
    border: none;
}
.table tbody td.product-thumbnail {
    width: 6rem;
    min-width: 6rem;
}
.product-thumbnail img {
    background-color: #f1f1f1;
    width: 6rem;
    min-width: 6rem;
}
.product-thumbnail-sm{
    width: 3rem;
    min-width: 3rem;
}
.product-thumbnail-sm img{
    background-color: #f1f1f1;
    width: 3rem;
    min-width: 3rem;
}
.product-name h3{
    font-size: 16px;
    font-family: var(--body-font-medium);
    margin-bottom: 0;
}
.total-text{
    font-size: 18px;
    font-family: var(--body-font-bold);
    color: #000;
}
.grey-bg{
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}
.video-bg{
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.count-3{
    column-count: 3;
}
.count-6{
    column-count: 6;
}
@media(max-width:992px){
    .w-30{
        width: auto !important;
    }
    .hero-header-03, .hero-header-03 .vh-100{
        height: auto !important;
    }
    .count-3{
        column-count: 2;
    }
    .count-6{
        column-count: 2;
    }
    .section-spacing {
        padding: 40px 20px;
    }
    .gemstone-suggest-banner{
        height: auto;
    }
    .customer-support-image{
        top: 0;
    }
    .section-heading {
        font-size: 26px;
    }
    .footer.section-spacing{
        padding-left: 0;
        padding-right: 0;
    }
    .auth-card {
        padding: 30px 20px;
    }
    .form-icon{
        right: 9%;
    }
    .register-bg{
        padding-left: 0;
        padding-right: 0;
    }
    .w-sm-20{
        width: 20%;
    }
    .w-sm-80{
        width: 80%;
    }
    .owl-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .owl-nav button{
        font-size: 18px;
        margin: 10px;
    }
    .product-list-in .detail-text{
        font-size: 12px;
    }
}
.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 40px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #000;
    border: none;
}
.modal-header-abs{
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 99;
}
.modal-header-abs .btn-close{
    background-color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    opacity: 1;
}
.dropdown-menu{
    border-top: 3px solid var(--primary-color);
}