/*------------------------------------------------------------------------------------------------------
* Project       :                                        
* Design By     :  Piyush Tapaniya | +91 83060 05795
* Version       :  1.0
*------------------------------------------------------------------------------------------------------- 
NOTE: This is the main stylesheet of the template, This file contains the styling for the actual Template
------------------------------------------------------------------------------------------------------*/
.header-center {
    padding: 15px 0;
}

.header-bottom {
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.header .header-top {
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
}

.header .header-top .header-top-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .header-top .header-top-left .header-contact-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .header-top .header-top-left .header-contact-info li {
    position: relative;
    margin-right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.header .header-top .header-top-left .header-contact-info li a {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
}

.header .header-top .header-top-left .header-contact-info li a i {
    margin-right: 5px;
    font-weight: 500;
    font-size: 16px;
}

.header .header-top .header-top-left .header-contact-info li:nth-last-child(1) {
    margin-right: 0;
}

.header .header-top .header-top-right .header_account_dropdown ul li{
    font-size: 14px;
}

.header .header-social-media {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .header-social-media li a:hover {
    color: var(--black-color);
}

.header .header-social-media li a {
    position: relative;
    color: var(--black-color);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}


.header-center-wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .item-right {
    display: flex;
    justify-content: flex-end;
}

.header .menu>ul>li {
    display: inline-block;
    margin-right: 25px;
}

.header .menu>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    padding: 15px 0;
    display: inline-block;
}

.header .menu>ul>li>a>i {
    font-size: 10px;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: var(--white-color);
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 15px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 180px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 8px 0;
    display: inline-block;
    color: #555555;
    transition: 0.3s ease;
    font-size: 13px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
    padding-left: 3px;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    min-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.sub-menu.mega-menu.mega-menu-column-4 .list-item:nth-child(odd) {
    background: #f9f9f9;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 33.33%;
    padding: 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 14px !important;
    color: #000;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 5px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover{
	color: var(--black-color);
}  

 

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
} 

.search_container form {
    display: flex;
    border-radius: 30px;
    border: 1px solid #ededed;
    background: var(--white-color);
    width: 420px;
}

.search_box {
    position: relative;
    width: 100%;
}

.search_box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.search_box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.search_box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.search_box input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.search_box input {
    border: 0;
    background: inherit;
    width: 100%;
    height: 45px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    padding: 0 75px 0 20px;
    opacity: 0.7;
}

/* select start */
.search_box select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.search_box select::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.search_box select:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.search_box select:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.search_box select {
    border: 0;
    background: inherit;
    width: 100%;
    height: 45px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    padding: 0 75px 0 20px;
    opacity: 0.7;
}
/* select end */

.search_box button {
    border: 0;
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 48px;
    width: 60px;
    padding: 0;
    text-align: center;
    right: 0;
    font-weight: 400;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--primary-color);
    color: #fff;
}

.search_box button:hover {
    background: #222222;
}

.header_account_list {
    margin-right: 20px;
}

.header_account_list:last-child {
    margin-right: 0;
}

.header_account_list>div>a {
    font-size: 26px;
    display: flex;
    align-items: center;
}

.header_viewed a,
.header_store a {
    font-size: 14px;
}

.header_account_list svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.header_account_list>a:hover {
    color: var(--primary-color);
}

.header_account_list.register ul li {
    display: inline-block;
}

.header_account_list.register ul li a:hover {
    color: var(--primary-color);
}

.header_account_list.register ul li span {
    margin: 0 2px;
}

.header_account_list span.item_count {
    margin-left: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--primary-color);
    color: #222222;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
}

.header_account_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.ul-columns2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.menu-button a {
    border: 1px solid #ededed;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}

.menu-button a:hover {
    background-color: var(--primary-color);
    color: var(--black-color);
    border-color: transparent;
}

.ribbon-new {
    background: var(--primary-color);
    height: 15px;
    width: auto;
    margin: -4px 0 0 5px;
    position: relative;
    color: var(--black-color);
    padding: 0 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 17px;
    line-height: 15px;
}

.ribbon-new:after,
.ribbon-new:before {
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: -6px;
    position: absolute;
    border-left: 0 solid transparent;
    border-right: 12px solid transparent;
}

.ribbon-new::before {
    border-top: 15px solid var(--primary-color);
    z-index: 1;
}

.ribbon-new:after {
    border-bottom: 15px solid var(--primary-color);
}

.view-all-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.third-col-banner {
    background: #fff;
    border-top: 1px solid #f9f9f9;
    width: 100%;
}

.thirdbg-image {
    height: 110px;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px;
    background-size: 120px;
    transition: 0.3s;
}

.thirdbg-image:hover {
    background-size: 130px;
}

.rign-bg-image {
    background: url(https://kinclimg3.bluestone.com/f_webp/static/resources/themes/bluestone/images/new/menu-solitaire-ring.v1.png) no-repeat;
    background-position: right;
    transition: 0.3s;
}

.earrings-bg-image {
    background: url(https://kinclimg3.bluestone.com/f_webp/static/resources/themes/bluestone/images/new/menu-solitaire-ring.v1.png) no-repeat;
    background-position: right;
    transition: 0.3s;
}

.pendants-bg-image {
    background: url(https://kinclimg3.bluestone.com/f_webp/static/resources/themes/bluestone/images/new/menu-solitaire-ring.v1.png) no-repeat;
    background-position: right;
    transition: 0.3s;
}

.mobile-search,
.show-mobile,
.mobile-login{
	display: none !important;
}


.mobile-login {
    background-color: var(--primary-color);
    padding: 15px;
    z-index: 999;
}
.mobile-login-item {
    display: flex;
	align-items: center;
	gap: 15px;
}
.mobile-login-icon {
    height: 55px;
    width: 55px;
    background-color: var(--white-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-login-icon p{
	font-size: 24px;
	font-weight: 600;
}
.mobile-login-content p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}
.mobile-login-content h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

/*responsive*/
@media(max-width: 1199px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -8px;
    }

    .header .mobile-menu-trigger span:after {
        top: 8px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block !important;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        color: var(--black-color) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        /* height: 50px; */
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        /* justify-content: space-between; */
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        position: relative;
        left: 10px;
    }

    .header .menu .mobile-menu-close {
        height: 50px;
        width: 50px; 
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .header .menu .menu-main {
        height: calc(80% - 85px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .menu-button a {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .sub-menu.mega-menu.mega-menu-column-4 .list-item:nth-child(odd) {
        background: transparent;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
        padding-top: 145px;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

	.show-mobile,
	.mobile-login{
		display: block !important;
	}
}
@media(max-width: 767px){
	.container, .container-sm {
        max-width: 100%;
    }
	.header .header-top,
	.search_container{
		display: none;
	}
    .search_container.show-mobile-click {
        position: absolute;
        z-index: 9;
        width: 100%;
        display: block;
    }
    .search_container.show-mobile-click form { 
        width: 100%;
    } 
	.mobile-search{
		display: block !important;
	} 
	.header_account_list {
		margin-right: 0px;
	}
    .mini_cart_wrapper{
        display: none !important;
    }
}

 
.header .fix-logo{
    display: none;
}
@media(min-width: 1200px){
    .header.fixed-header .header-item {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }
    .header.fixed-header .header-bottom {
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        background-color: var(--white-color);
        -webkit-animation: fadeInDown 0.6s ease-in-out;
        -moz-animation: fadeInDown 0.6s ease-in-out;
        -o-animation: fadeInDown 0.6s ease-in-out;
        animation: fadeInDown 0.6s ease-in-out;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
        -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
        -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    }
    .listing-left .listing-filer-box{
        position: sticky;
        top: 50px;
    }
    .listing-left .filter-inner{
        overflow: auto;
        height: 90vh;
    }
    .header.fixed-header .fix-logo{
        display: block;
    }
    .header.fixed-header .fix-logo img {
        width: 100px;
    }
    .header.fixed-header .menu>ul>li {
        display: inline-block;
        margin-right: 15px;
    }
    .menu-overlay{
        display: none;
    }

}
@media(max-width: 1199px){
    .header.fixed-header {
        position: fixed;
        background: #fff;
        z-index: 9;
        top: 0;
    }
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
} 