/*Start Common Code here --- Transpacific Software PVT LTD*/

/*End*/
:root{
--font-body-family:'Noto Sans';
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Light.eot');
    src: url('../fonts/CormorantGaramond-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CormorantGaramond-Light.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Light.woff') format('woff'),
        url('../fonts/CormorantGaramond-Light.ttf') format('truetype'),
        url('../fonts/CormorantGaramond-Light.svg#CormorantGaramond-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
        url('../fonts/NotoSans-Bold.ttf') format('truetype'),
        url('../fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff'),
        url('../fonts/NotoSans-Regular.ttf') format('truetype'),
        url('../fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
   
.tps-common-container {
	max-width: 1440px;
	padding-inline: 15px;
	margin-inline: auto;
}

body {
	font-family: var(--font-body-family);
	font-weight: normal;
}

* {
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	font-family: var(--font-body-family);
	color: var(--site-text-black-color);
}

a,
li,
button {
	text-decoration: none !important;
	outline: none;
	box-shadow: none;
}

h1,
.tps_main_heading {
	color: var(--site-text-black-color);
	font-family: "Cormorant Garamond";
	font-size: 45px;
	font-weight: 600;
	line-height: 55px !important;
}

h2,
.tps_subtittle_heading {
	font-family: 'Cormorant Garamond';
	font-size: 35px;
	line-height: 45px !important;
	font-weight: 600;
	color: var(--site-text-black-color);
}

h3,
.tps-sub-heading .elementor-heading-title {
	font-size: 25px;
	line-height: 35px !important;
	color: var(--site-text-black-color);
	font-family: 'Cormorant Garamond';
	font-weight: 500;
}

.tps_common_space {
	margin-bottom: 100px;
}

p,
.tps-para {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.tps-para b, .tps-para strong {
    font-weight: 600 !important;
}

.tps-section-common-spacing {
	margin-bottom: 70px;
}

.tps-common-btn a,
.tps-common-custome-btn {
	font-size: 16px;
	line-height: 16px;
	color: var(--primary-site-color) !important;
	font-family: var(--font-body-family);
	font-weight: 500;
	background-color: transparent;
	border: 1px solid var(--primary-site-color);
	border-radius: 0px !important;
	transition: 0.5s ease;
}

#masthead .inside-header.grid-container {
	max-width: 1440px;
	padding: 0px 15px 0px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}

.nav-float-right #site-navigation {
	margin-left: unset !important;
}

.site-header .header-widget .tps-header-left-side-bar {
	position: absolute;
	left: 15px;
	top: 22%;
	width: 25%;
}

.site-header .header-widget .tps-header-right-side-bar {
	position: absolute;
	right: 15px;
	top: 18%;
	z-index: 91;
}

.top-bar-align-right.top-bar {
	background-color: var(--primary-site-color);
}

.top-bar-align-right.top-bar .grid-container {
	max-width: 1440px;
	padding: 5px 15px 5px 15px;
	margin-inline: auto;
}

.top-bar-align-right.top-bar p {
	color: var(--site-color-4);
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	width: 100%;
	text-align: center;
}

.top-bar-align-right.top-bar aside {
	margin-inline: auto;
}

#masthead {
	border-bottom: 1px solid var(--site-color-8);
}

/*#masthead .tps-header-left-side-bar ul,*/
#masthead .tps-header-right-side-bar ul {
	display: flex;
	align-items: center;
	grid-gap: 15px;
}

#masthead .tps-header-left-side-bar ul li a,
#masthead .tps-header-right-side-bar ul li a,
#masthead .tps-header-left-side-bar ul li span,
#masthead .tps-header-right-side-bar ul li span {
	font-size: 15px;
	line-height: 15px;
	color: var(--site-text-black-color);
	font-family: var(--font-body-family);
	font-weight: 300 !important;
}

#masthead ul li.tps-header-left-right-icon {
	display: inline-block;
	align-content: center;
	margin-bottom: 0px;
}
.inside-header.grid-container form#alg_currency_selector select {
    padding: 5px 15px !important;
    font-family: var(--font-body-family);
    color: var(--site-text-black-color);
    background-color: transparent;
    border: 1px solid var(--site-color-5);
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    height: auto !important;
}
.tps_lang_switcher .wpml-ls-item-legacy-dropdown .wpml-ls-flag{
    width: auto !important;
    display: unset;
}
#masthead ul li.tps-header-left-right-icon ul.wpm-language-switcher {
    margin: 0;    
}
#masthead ul li.tps-header-left-right-icon ul li.wpm-item-language-main.wpm-item-language-en,
#masthead ul li.tps-header-left-right-icon ul li.wpm-item-language-main.wpm-item-language-el,
#masthead ul li.tps-header-left-right-icon .wpm-switcher-dropdown .wpm-language-dropdown li.wpm-item-language-en,
#masthead ul li.tps-header-left-right-icon .wpm-switcher-dropdown .wpm-language-dropdown li.wpm-item-language-el{
    margin: 0;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid var(--site-color-5) !important;
}
#masthead ul li.tps-header-left-right-icon ul li.wpm-item-language-main.wpm-item-language-en span,
#masthead ul li.tps-header-left-right-icon ul li.wpm-item-language-main.wpm-item-language-el span,
#masthead ul li.tps-header-left-right-icon .wpm-switcher-dropdown .wpm-language-dropdown li.wpm-item-language-en span{
	font-size: 12px;
    line-height: 22px;
}
.wpm-switcher-dropdown .wpm-language-dropdown {
    margin: 0;
    width: 100%;
}
.site-header .header-widget .tps-header-left-side-bar li.tps-header-left-right-icon {
    width: 100%;
    max-width: 135px;
}


#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor,
#masthead ul li.tps-header-left-right-icon span.tps-header-icon-span,
#masthead ul li.tps-header-left-right-icon span.tps-header-icon-span-wish {
	position: relative;
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor::before,
#masthead ul li.tps-header-left-right-icon a span.tps-header-icon-span::before,
#masthead ul li.tps-header-left-right-icon a.top_wishlist-heart:before,
#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart::before,
#masthead ul li.tps-header-left-right-icon .tps-header-icon-search-span::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/heade-footer-sprite.svg);
	display: block;
}

#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart img {
	display: none;
}

.tps-hidden {
	display: none;
}

#masthead ul li.tps-header-left-right-icon.tps-header-call a.tps-header-icon-anchor::before {
	background-position: -15px -17px;
}

#masthead ul li.tps-header-left-right-icon.tps-book-an-appoinment a.tps-header-icon-anchor::before {
	background-position: -61px -17px;
}

#masthead ul li.tps-header-left-right-icon.tps-myaccount a.tps-header-icon-anchor::before {
	background-position: -113px -17px;
}

#masthead ul li.tps-header-left-right-icon.tps-wishlist a.top_wishlist-heart::before {
	background-position: -260px -17px;
}

#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart::before {
	background-position: -215px -17px;
}

#masthead ul li.tps-header-left-right-icon .tps-header-icon-search-span::before {
	background-position: -161px -17px;
}

#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart .wmc-count
 {
	height: 17px;
	width: 17px;
	color: var(--site-white-color);
	right: -9px;
	top: -9px;
	font-size: 11px;
	padding: 0px 0px 0px 2px;
	line-height: 35px;
	font-weight: 600;
}
#masthead ul li.tps-header-left-right-icon.tps-wishlist span.wishlist_products_counter_number {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top:-7px;
    right: -3px;
    color: var(--site-white-color) !important;
    border-radius: 50px;
    text-align: center;
    background: #000;
    font-size: 11px !important;
}


#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor {
	position: relative;
	overflow: hidden;
}

#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor::after {
	content: '';
	width: 0%;
	position: absolute;
	height: 1px;
	left: 25px;
	bottom: 0;
	background-color: var(--site-text-black-color);
	transition: width 0.5s ease;
}

#masthead ul li.tps-header-left-right-icon.tps-search {
	cursor: pointer;
	position: relative;
}
 #masthead ul li.tps-header-left-right-icon.tps-search p {
    display: none;
}
#masthead ul li.tps-header-left-right-icon.tps-search .tps-search-hide {
	display: none;
	width: 0;
	transition: width 0.5s ease;
}

#masthead ul li.tps-header-left-right-icon.tps-search .tps-header-search-expand {
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	z-index: 999;
}

#masthead .ysm-search-widget .search-field[type=search] {
	padding: 3px 40px 7px 10px;
	border-color: var(--site-text-black-color);
	color: var(--site-text-black-color);
	font-size: 14px;
	line-height: 24px;
	font-family: var(--font-body-family);
	font-weight: normal;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
}

#masthead .ysm-search-widget .search-field[type=search]::placeholder {
	font-size: 14px;
	line-height: 24px;
	font-family: var(--font-body-family);
	font-weight: normal;
}

#masthead .smart-search-popup {
	top: 38px;
	width: 350px !important;
	right: 0;
}

#masthead .widget .search-form button.search-submit:before {
	content: '';
	background-image: url(../images/heade-footer-sprite.svg);
	background-position: -161px -17px;
}

#masthead .ysm-search-widget-1 .smart-search-suggestions .smart-search-post-icon {
	height: 50px;
}

#masthead .smart-search-results .smart-search-suggestions .autocomplete-suggestion .smart-search-post-icon>img {
	height: 100%;
	width: 100%;
	object-fit: scale-down;
	font-size: 0px;
}

#masthead .smart-search-post-title {
	font-size: 14px;
	line-height: 20px;
	color: var(--site-text-black-color);
	font-weight: 500;
	margin-bottom: 10px;
}

#masthead .smart-search-post-sku {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.smart-search-post-price {
	font-size: 16px;
	margin-bottom: 10px;
}

#masthead .smart-search-post {
	padding: 5px 8px 0;
}

#masthead .smart-search-view-all-holder a {
	background-color: var(--primary-site-color);
	font-size: 16px !important;
	line-height: 16px !important;
	color: var(--site-white-color) !important;
	font-family: var(--font-body-family);
	padding-top: 10px;
}

#masthead .shortcode-wrapper .wmc-content {
	top: 20px !important;
}

#masthead .wmc-content:not(.wmc-empty) {
	width: 300px;
	height: 412px;
}

#masthead .wmc-subtotal {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ededed;
}

#masthead .wmc-content span.h3 {
	font-size: 18px !important;
	background-color: var(--primary-site-color);
	color: var(--site-white-color);
	line-height: 26px;
	width: 100%;
	display: block;
	padding: 7px 10px 7px 10px;
}

#masthead .shortcode-wrapper .wmc-content.wmc-empty span.h3 {
	font-size: 14px !important;
	background-color: var(--site-white-color);
	color: var(--site-text-black-color);
	text-transform: capitalize;
	font-family: var(--font-body-family);
	padding: 7px 10px 7px 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 30px 0 0px 0 !important;
    top: 48px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--site-text-black-color) !important;
	text-transform: uppercase;
	padding: 0 0 10px 0px;
	background-color: transparent !important;
	height: auto;
	position: relative;
	font-family: var(--font-body-family);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
	padding: 0px 20px 0px 20px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(1) {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) {
	padding-left: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-last-child(1) {
	padding-right: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary {
	padding: 15px 0 0 0;
	transition: all 0.3s ease;
}

.main-navigation .menu-item-has-children .dropdown-menu-toggle,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after {
	content: '';
	width: 0%;
	height: 2px;
	background-color: var(--site-text-black-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	transition: 0.5s ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after {
	left: 0;
	transform: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.active>a.mega-menu-link::after {
	width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_en,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_diamond,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_wedding_band,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_jewlery,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_gemstones,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_service,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_education,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_about,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_contact {
	max-width: 1260px;
	margin-inline: auto;
	float: unset !important;
	width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_diamond,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_gemstones {
	max-width: 1440px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_jewlery,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_service,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_about,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_contact {
	max-width: 700px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0px !important;
	margin-bottom: 20px;
}


li.mega-tps-custom-design, li.mega-tps-find-your-ring-size, li.mega-tps-shop-lab-grown-colored-diamonds,
li.mega-tps-shop-natural-colored-diamonds {
    margin-bottom: 0 !important;
    cursor: pointer
}
li.mega-tps-custom-design a:after, li.mega-tps-find-your-ring-size a:after,
li.mega-tps-shop-lab-grown-colored-diamonds a:after, li.mega-tps-shop-natural-colored-diamonds a:after{
	width: 0 !important;
	transition: 0.5s ease;
	background: var(--site-text-black-color) !important;
}
.main-navigation ul ul li.mega-tps-_mega_menu_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-size: 15px;
	line-height: normal;
	color: var(--site-text-black-color) !important;
	font-family: var(--font-body-family);
	font-weight: 600 !important;
	text-transform: capitalize;
	margin-bottom: 10px;
	pointer-events: none;
	    position: relative;
    width: fit-content;
    overflow: hidden;
	padding-bottom: 7px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--site-color-6);
    bottom: 0;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item#mega-menu-item-9127>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item#mega-menu-item-18180>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item#mega-menu-item-18171>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item#mega-menu-item-18163>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item#mega-menu-item-18164>a.mega-menu-link {
	pointer-events: unset !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link{
	font-family: var(--font-body-family);
	font-size: 13px;
	line-height: 20px;
	color: var(--site-text-black-color) !important;
	margin: 0px 0px 15px 0px;
	position: relative;
	width: fit-content;
	font-weight: 300;
	display: flex !important;
    align-items: center;
}
li.mega-tps-images-heading-menu {
    margin: 0 !important;
}
li.mega-tps-images-heading-menu a.mega-menu-link {
    padding: 0 !important;
}
li.mega-tps-images-heading-menu a.mega-menu-link:after{
	content: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image{
	margin-bottom: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-tps-images-explore-now-menu>a.mega-menu-link{
    font-weight: 400 !important;
}

li.mega-tps-about-Us-main a {
    font-size: 0 !important;
}
li.mega-tps-about-Us-main ul.mega-sub-menu .mega-tps-callcation-sub-menu a{
	font-size: 13px !important
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item:last-child>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item:last-child>a.mega-menu-link {
	margin-bottom: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-shop-by-shape-menu ul.mega-sub-menu li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-natural-diamonds ul.mega-sub-menu li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-gemstones-main ul.mega-sub-menu li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-shapes-gemstone ul.mega-sub-menu li.mega-menu-item {
    width: 50% !important;
    float: left !important;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_diamond>ul.mega-sub-menu>li.mega-menu-columns-3-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_diamond>ul.mega-sub-menu>li.mega-menu-columns-2-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_gemstones>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
	width: 22.22%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_wedding {
	width: 15.666667%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_c_design {
	width: 12.666667%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_diamond {
	width: 14.666667%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps-_mega_menu_banner {
	width: 24.666667%;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-tps_menu_icon>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
	overflow: hidden;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-tps_menu_icon>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after {
	left: 42px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .mega-tps_mega_menu_wedding_band li.mega-menu-column.mega-tps_menu_icon>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .mega-tps_mega_menu_jewlery li.mega-menu-column.mega-tps_menu_icon>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .mega-tps_mega_menu_en li.mega-menu-column.mega-tps_menu_icon:nth-child(1)>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after {
	left: 44px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .mega-tps_mega_menu_en li.mega-menu-column.mega-tps_menu_icon:nth-child(1)>ul.mega-sub-menu>li.mega-menu-item.mega-mega-tps-ready-to-wear-eng li.mega-menu-item>a.mega-menu-link::after {
	left: 0;
}

li.mega-tps_mega_menu_parent_row li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a {
	position: relative;
	display: inline-block !important;
	vertical-align: middle;
}

li.mega-tps_mega_menu_parent_row li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a::before {
	content: '';
	width: 34px !important;
	height: 25px !important;
	background-image: url(../images/heade-footer-sprite.svg) !important;
	margin-right: 0px !important;
	display: inline-block !important;
	float: left;
	margin-top: -2px !important;
	margin-right: 5px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu li.mega-mega-tps-ready-to-wear-eng ul.mega-sub-menu li.mega-menu-item a::before {
	content: none;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon:nth-child(1) ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a::before {
	margin-right: 10px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_education li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-create-your-own-engagement-ring a::before {
	background-position: -14px -350px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_education li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-create-your-own-pendant-or-necklace a::before {
	background-position: -123px -347px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_education li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-create-your-own-earrings a::before {
	background-position: -67px -350px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start-with-a-Diamond-Setting a::before {
	background-position: -10px -473px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start-with-a-Natural-Diamond a::before {
	background-position: -48px -473px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start-with-a-Lab-Grown-Diamond a::before {
	background-position: -89px -473px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start-with-a-Natural-Coloured-Diamond a::before {
	background-position: -131px -475px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start-with-a-Lab-Grown-Coloured-Diamond a::before {
	background-position: -174px -475px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Custom-Design-Your-Own a::before {
	background-position: -314px -237px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Custom-Design-Your-Own a::before {
	background-position: -314px -237px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-solitaire a::before {
	background-position: -9px -92px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-diamond-band a::before {
	background-position: -59px -92px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Halo_Hidden_Halo a::before {
	background-position: -118px -92px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-vintage a::before {
	background-position: -178px -92px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-hidden-halo a::before {
	background-position: -227px -92px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Three_Stone a::before {
	background-position: -283px -92px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-14K_White_Gold a::before {
	background-position: -11px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-18K_White_Gold a::before {
	background-position: -70px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-14K_Yellow_Gold a::before {
	background-position: -71px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-18K_Yellow_Gold a::before {
	background-position: -71px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-14K_Rose_Gold a::before {
	background-position: -129px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-18K_Rose_Gold a::before {
	background-position: -307px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Platinum a::before {
	background-position: -365px -137px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Round a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Round a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Round a::before{
	background-position: -11px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Princess a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Princess a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Princess a::before {
	background-position: -51px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Cushion a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Cushion a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Cushion a::before {
	background-position: -96px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-E-cushion a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-E-cushion a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-E-cushion a::before {
	background-position: -412px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Oval a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Oval a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Oval a::before {
	background-position: -218px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Asscher a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Asscher a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Asscher a::before{
	background-position: -140px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Radiant a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Radiant a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Radiant a::before {
	background-position: -374px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Pear a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Pear a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Pear a::before {
	background-position: -255px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Marquise a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Marquise a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Marquise a::before {
	background-position: -181px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Emerald a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Emerald a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Emerald a::before {
	background-position: -295px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Heart a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_en li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Heart a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Heart a::before {
	background-position: -332px -191px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Elongated_Cushion a::before {
	background-position: -414px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_Diamond a::before,
li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_earring_Diamond a::before {
	background-position: -14px -235px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_Setting a::before {
	background-position: -50px -235px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_p_Diamond a::before {
	background-position: -95px -235px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_p_Diamond a::before {
	background-position: -95px -235px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_p_Diamond a::before {
	background-position: -95px -235px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_p_Diamond a::before {
	background-position: -95px -235px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_p_setting a::before {
	background-position: -143px -236px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Start_With_a_earring_setting a::before {
	background-position: -142px -235px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Custom_Design_Your_Own a::before {
	background-position: -10px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Classic_Bands a::before {
	background-position: -62px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Textured_Bands a::before {
	background-position: -118px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Diamond_Bands a::before {
	background-position: -175px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Two_Tone_Bands a::before {
	background-position: -235px -274px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Classic_Bands a::before {
	background-position: -294px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Textured_Bands a::before {
	background-position: -348px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Diamond_Bands a::before {
	background-position: -348px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Cigar_Bands a::before {
	background-position: -403px -274px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Eternity_Bands a::before {
	background-position: -10px -312px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Anniversary_Bands a::before {
	background-position: -62px -312px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Curved_Bands a::before {
	background-position: -118px -312px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_wedding_band li.mega-tps_menu_icon.mega-tps_wonmen_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Unique_Bands a::before {
	background-position: -175px -312px !important;
}


li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Engagement_Rings a::before {
	background-position: -10px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Wedding_Bands a::before {
	background-position: -62px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Bespoke_One_of_One a::before {
	background-position: -120px -348px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Fashion_Rings a::before {
	background-position: -175px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Stackables a::before {
	background-position: -235px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Pendants a::before {
	background-position: -294px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Bracelets a::before {
	background-position: -344px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Earrings a::before {
	background-position: -401px -346px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Necklaces a::before {
	background-position: -9px -389px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_jewlery li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Anklets a::before {
	background-position: -62px -389px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu .mega-tps-gemstones-main ul.mega-sub-menu li.mega-menu-item a::before {
	background-image: url(../images/gemstone-sprite.png) !important;
	width: 33px !important;
   	height: 33px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Garnet a::before {
	background-position: -13px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Amethyst  a::before {
	background-position: -61px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Aquamarine a::before {
	background-position: -115px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Emerald-gem a::before {
	background-position: -168px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Moonstone a::before {
	background-position: -218px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Alexandrite a::before {
	background-position: -271px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Ruby a::before {
	background-position: -324px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Peridot a::before {
	background-position: -376px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Sapphire a::before {
	background-position: -425px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Tourmaline a::before {
	background-position: -479px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Topaz a::before {
	background-position: -532px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_gemstones li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Zicron a::before {
	background-position: -587px -3px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Old_Miner a::before {
	background-position: -451px -190px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-European_Cut a::before {
	background-position: -370px -235px !important;
}

li.mega-tps_mega_menu_parent_row.mega-tps_mega_menu_diamond li.mega-tps_menu_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-Other a::before {
	background-position: -410px -236px !important;
}

li.mega-tps_mega_menu_parent_row li.mega-tps_menu_icon.mega-tps_menu_diamond_ring_icon ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a::before {
	width: 25px !important;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-tps_menu_icon.mega-tps_menu_diamond_ring_icon>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link::after {
	left: 32px;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products {
	align-items: initial;
	flex-direction: column;
	grid-gap: 0px;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products .wmc-details span {
	font-size: 14px;
	font-weight: 500 !important;
	text-align: left;
	color: var(--site-text-black-color);
	font-family: var(--font-body-family);
	margin-bottom: 5px;
	line-height: 19px;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products .wmc-details span.wmc-price,
#masthead .shortcode-wrapper .wmc-content .wmc-products .wmc-details span.wmc-price span {
	font-weight: 600 !important;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products .wmc-details .wmc-product-title+p {
	text-align: left;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products li {
	justify-content: flex-start;
	padding: 14px 5px 14px 5px;
	margin-bottom: 0px;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products .wmc-remove {
	width: 22px;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products .wmc-image {
	width: 50px;
	margin-right: 10px;
}

#masthead .shortcode-wrapper .wmc-content .wmc-subtotal span.h5 {
	font-family: var(--font-body-family);
	font-size: 17px;
	font-weight: 500 !important;
	text-transform: uppercase;
}

#masthead .shortcode-wrapper .wmc-content .wmc-subtotal span.h5 span {
	font-size: 17px;
	font-weight: 500 !important;
}

#masthead .shortcode-wrapper .wmc-content .wmc-bottom-buttons {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

#masthead .shortcode-wrapper .wmc-content .wmc-bottom-buttons a {
	background-color: var(--primary-site-color);
	color: var(--site-white-color) !important;
	width: 49.5%;
	text-transform: uppercase;
	border: 1px solid var(--primary-site-color);
}

#masthead .shortcode-wrapper .wmc-content .wmc-products::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: var(--site-color-4);;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products::-webkit-scrollbar {
	width: 5px;
	background-color: var(--site-color-4);;
}

#masthead .shortcode-wrapper .wmc-content .wmc-products::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: var(--site-text-black-color);
}

.site-footer {
	background-color: var(--site-text-black-color);
}
.site-footer .inside-footer-widgets .widget_block#block-21 b {
    color: var(--site-white-color);
    text-align: center;
    display: block;
}
.site-footer #footer-widgets .grid-container {
	width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: 35px 15px 10px;
}
.footer-widgets {
    border-bottom: 1px solid var(--site-white-color);
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}
.footer-widgets .widget_media_gallery .wp-block-gallery figure.wp-block-image img {
    width: 100% !important;
    max-width: 255px !important;
    margin: auto;
}

.site-footer .inside-footer-widgets .widget_block {
	padding-left: 0px;
}

.site-footer .inside-footer-widgets .widget_block.widget_text {
	padding-left: 0px;
	margin-bottom: 10px;
}
.site-footer .inside-footer-widgets aside#block-54 {
    display: none;
}

.site-footer .tps-footer-heading {
	font-size: 16px;
	color: var(--site-white-color);
	font-weight: 600;
	font-family: var(--font-body-family);
	margin-bottom: 15px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0;
    flex-direction: row-reverse;
}

.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a,
.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li {
	font-size: 16px;
	line-height: 22px;
	color: var(--site-white-color);
	font-family: var(--font-body-family);
	font-weight: normal;
	position: relative;
}

.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a {
	width: fit-content;
	overflow: hidden;
}

.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a:after,
footer .footer-bar ul a:after {
	content: '';
	width: 0%;
	height: 1px;
	background-color: var(--site-white-color);
	position: absolute;
	bottom: 2px;
	left: 0;
	transition: width 0.5s ease;
}

footer .footer-bar ul a:after {
	left: 50%;
	transform: translateX(-50%);
}

.tps-footer-social-col {
	display: flex;
	grid-gap: 20px;
}

.tps-footer-social-col li a {
	font-size: 0px !important;
	line-height: 0px !important;
	color: var(--site-transparant-color);
}

.tps-footer-social-col li a::after {
    content: '' !important;
    width: 30px !important;
    height: 30px !important;
    background-image: url(../images/heade-footer-sprite.svg);
    display: block;
    background-color: transparent !important;
    position: relative !important;
}

.es-form-field-container {
	background-color: var(--site-transparant-color) !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100%;
	position: relative;
	margin-top: 10px;
}

form[data-form-id="2"] .es-form-field-container .gjs-row {
	margin: 0px !important;
	text-align: left;
}

form[data-form-id="2"] .es-form-field-container .gjs-cell {
	text-align: left !important;
}

.inside-footer-widgets>div {
	flex: unset;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
    width: 25%;
    padding-right: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block:not(.widget_text) {
    width: 25%;
    margin-bottom: 0px;
}
.tps-subscriber-policy span {
    color: var(--site-white-color);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 8%;
}
.tps-subscriber-policy {
    display: flex;
    align-items: center;
    grid-gap: 0 9px;
    margin-top: 15px;
    position: relative;
}
.tps-subscriber-policy span a{
	text-decoration: underline !important;
}
.tps-subscriber-policy input.tps-subscriber-policy-chk {
    width: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.tps-subscriber-policy input[type=checkbox]+span:after {
    content: '';
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: 1px solid var(--site-color-5);
}

.tps-subscriber-policy input[type=checkbox]:checked+span:after {
    background: url(../images/heade-footer-sprite.svg), var(--primary-site-color) !important;
    background-position: -416px -194px !important;
    border: 1px solid var(--primary-site-color);
}

form[data-form-id="2"] .es-form-field-container .gjs-cell .es-email {
	padding: 6px 35px 10px 10px !important;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: var(--site-white-color);
	border-color: var(--site-white-color);
	font-family: var(--font-body-family);
	border-left: 1px solid var(--site-white-color);
	outline: none !important;
	box-shadow: none !important;
}

form[data-form-id="2"] .es-form-field-container .gjs-cell .es-email::placeholder {
	font-size: 14px;
	line-height: 14px;
	color: var(--site-white-color);
	font-family: var(--font-body-family);
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 #block-18 {
	margin-bottom: 0px;
}

form[data-form-id="2"] .es-form-field-container .gjs-cell input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 37px !important;
	border: none !important;
	padding: 0px !important;
	width: 35px !important;
	color: transparent !important;
	font-size: 0px !important;
	background: url(../images/heade-footer-sprite.svg), var(--site-white-color) !important;
	margin: 0px !important;
	border-left: 1px solid var(--site-white-color) !important;
	background-position: -9px -50px !important;
	background-repeat: no-repeat !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li {
	display: inline-block;
	padding-left: 28px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	max-width: 285px;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/heade-footer-sprite.svg);
	margin-right: 10px;

}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li::before {
	background-position: -61px -59px;
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-5 .tps-footer-menus li a::after {
	left: 30px;
}

.tps-footer-social-col li {
	line-height: 0px;
}

.site-footer .inside-footer-widgets .widget_block#block-21 {
	margin-bottom: 20px;
}

.tps-footer-social-col li.tps-facebook a::after {
	background-position: -165px -55px;
}

.tps-footer-social-col li.tps-insta a::after {
	background-position: -219px -55px;
}

.tps-footer-social-col li.tps-pinterest a::after {
	background-position: -273px -55px;
}

.tps-footer-social-col li.tps-linkedin a::after {
	background-position: -327px -55px;
}

.tps-footer-social-col li.tps-twitter a::after {
	background-position: -382px -55px;
}

.es_subscription_message {
	font-size: 12px !important;
	line-height: 18px !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .emaillist {
	position: relative;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .emaillist #spinner-image {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 10px;
	right: 0;
	left: auto;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .emaillist #spinner-image img {
	display: none;
}

.es_subscription_message.success {
	display: flex;
	color: var(--site-white-color) !important;
	margin-top: 5px;
}

footer .grid-container .copyright-bar {
	display: none !important;
}

footer .grid-container {
	width: 100%;
	max-width: 1440px;
	padding: 0px 15px 0px 15px;
}
footer .grid-container .footer-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-bar ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
	align-items: center;
}
.tps-footer-social-col li:nth-child(1) {
    margin: 0;
    color: var(--site-white-color);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: auto;
}

footer .footer-bar #block-22 ul li,
footer .footer-bar #block-22 ul a {
	color: var(--site-white-color);
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	position: relative;
	font-weight: 500;
}

footer .footer-bar #block-22 ul li:not(:last-child):after {
	content: '';
	height: 80%;
	width: 1px;
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
	background-color: var(--site-white-color);
}

header {
	z-index: 99;
}

#masthead ul li.tps-header-left-right-icon.tps-cart {
	position: relative;
	margin-bottom: -3px;
}

.tps-header-search-expand-mobile {
	display: none;
}

#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart{
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_edu_diamond_section>ul.mega-sub-menu {
	display: flex !important;
	flex-wrap: wrap;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_edu_diamond_section>ul.mega-sub-menu>li.mega-menu-item {
	width: 50% !important;
}

.wp-gr.wpac .wp-google-left img {
	width: 30px !important;
	height: 30px !important;
}

.wp-gr .wp-google-time {
	display: none !important;
}

.wp-gr .grw-review .wp-google-stars {
	margin: 5px 0 7px !important;
}

.wp-gr .wp-google-text {
	font-size: 16px !important;
	font-family: var(--font-body-family) !important;
	color: var(--site-text-black-color) !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.wp-gr .grw-header .wp-google-left img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 0 !important;
}

.wp-gr .grw-header .wp-google-left {
	vertical-align: middle !important;
}

.wp-gr .wp-google-name {
	font-size: 16px !important;
	line-height: 16px !important;
	color: var(--site-text-black-color) !important;
	font-weight: 600 !important;
}

.wp-gr.wpac a.wp-google-name {
	color: var(--site-text-black-color) !important;
}

.wp-gr .grw-header .wp-google-name {
	font-weight: 500 !important;
}

.wp-gr .grw-btns {
	height: 50px !important;
	width: 50px !important;
	background-image: url(../images/homepage-sprite.svg) !important;
}

.wp-gr .grw-btns svg {
	display: none !important;
}

.wp-gr .grw-btns.tps-disable {
	opacity: 0.5;
	pointer-events: none;
}

.wp-gr .grw-btns.grw-prev {
	background-position: -255px -227px !important;
}

.wp-gr .grw-btns.grw-next {
	background-position: -285px -227px !important;
}

.smart-search-post-price-holder {
	display: flex;
	flex-direction: column;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::after {
	bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on a.mega-menu-link::after {
	width: 100%;
}

.tps-common-btn a:focus,
.tps-common-custome-btn:focus {
	color: var(--site-text-black-color) !important;
	background-color: var(--site-transparant-color);
	border: 1px solid var(--site-text-black-color);
	border-radius: 0px !important;
}

.tps-commom-link .elementor-widget-container,
.tps-commom-link .elementor-widget-container p {
	display: inline-block;
}

.tps-commom-link .elementor-widget-container p a,
.tps-commom-link .elementor-widget-container a {
	position: relative;
	color: var(--primary-site-color);
	font-weight: 600 !important;
	display: inline-block;
}

.tps-commom-link .elementor-widget-container p a::after,
.tps-commom-link .elementor-widget-container a::after {
	content: '';
	width: 100%;
	background-color: var(--primary-site-color);
	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
	transition: width 0.5s ease;
	display: block;
	position: absolute;
	height: 1px;
}

.tps-commom-link p {
	margin-bottom: 12px;
}

.site-footer .tps-footer-heading+ul.wp-block-list li {
	margin-bottom: 7px;
}

.site-footer .tps-footer-heading+ul.wp-block-list li a,
.site-footer #block-38 .tps-footer-heading+ul.wp-block-list li:nth-child(2),
.tps-footer-con-det li a {
	font-size: 16px;
	line-height: 20px;
	color: var(--site-white-color);
	font-family: var(--font-body-family);
	font-weight: 500;
	position: relative;
}
aside#block-25 .wp-block-group {
    margin-top: 30px;
}

.site-footer #block-38 .tps-footer-heading+ul.wp-block-list li:nth-child(1) {
	font-size: 14px;
	line-height: 18px;
	color: var(--site-white-color);
	font-weight: 600;
	font-family: var(--font-body-family);
}

.site-footer #block-38 .tps-common-opp-btn a {
	max-width: 170px !important;
	width: 100% !important;
	padding: 10.5px 10px;
	font-size: 16px !important;
	line-height: 16px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	background-color: transparent !important;
	border:1px solid var(--site-white-color) !important;
	color: var(--site-white-color) !important;
	display: flex;
	justify-content: center;
}
.site-footer #block-38 .tps-common-opp-btn a:after{
	content: none;
}

.site-footer #block-38 .tps-common-opp-btn {
	width: 100% !important;
}

.site-footer #block-38 .tps-common-opp-btn a:focus {
	background-color: var(--site-white-color) !important;
	color: var(--site-text-black-color) !important;
	border-color: var(--site-white-color) !important;
}

.site-footer #block-38 .wp-block-buttons {
	margin-top: 20px;
	grid-row-gap: 15px;
}

.site-footer .tps-footer-heading+ul.wp-block-list li a {
	width: fit-content;
	overflow: hidden;
}

.site-footer .tps-footer-heading+ul.wp-block-list li a::after,
.site-footer .tps-footer-con-det li a::after {
	content: '';
	width: 0%;
	height: 1px;
	background-color: var(--site-white-color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width 0.5s ease;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget_media_image {
	margin-bottom: 0px;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-logo-subheading {
	font-size: 12px;
	line-height: 20px;
	color: var(--site-white-color) !important;
}

.site-footer .inside-footer-widgets .widget_block#block-40 {
	margin-bottom: 8px;
	margin-top: -7px;
}

.site-footer .tps-footer-logo {
    margin: auto;
}

li.tps-common-opp-btn.tps-footer-contact-btn {
	margin-bottom: 15px !important;
	margin-top: 15px;
}

.tps-footer-social-col li a::after {
	transition-duration: .5s;
	transition-property: transform;
}

.tps-footer-social-col li.tps-tiktok a::after {
	background-position: -389px -389px;
}

.tps-full-page-loader {
	color: transparent;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #000;
	opacity: .25;
	z-index: 999999999999;
	left: 0;
	top: 0;
}

.tps-full-page-loader div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

.tps-full-page-loader div:before {
	transform: rotateZ(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: var(--site-white-color);
}

.tps-full-page-loader div:before,
.tps-full-page-loader div:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	transform: rotateX(70deg);
	animation: 1s spin linear infinite;
}

.tps-full-page-loader div:after {
	color: var(--site-white-color);
	transform: rotateY(70deg);
	animation-delay: .4s;
}

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotateZ(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}

@keyframes rotateccw {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}

@keyframes spin {

	0%,
	100% {
		box-shadow: .2em 0px 0 0px currentcolor;
	}

	12% {
		box-shadow: .2em .2em 0 0 currentcolor;
	}

	25% {
		box-shadow: 0 .2em 0 0px currentcolor;
	}

	37% {
		box-shadow: -.2em .2em 0 0 currentcolor;
	}

	50% {
		box-shadow: -.2em 0 0 0 currentcolor;
	}

	62% {
		box-shadow: -.2em -.2em 0 0 currentcolor;
	}

	75% {
		box-shadow: 0px -.2em 0 0 currentcolor;
	}

	87% {
		box-shadow: .2em -.2em 0 0 currentcolor;
	}
}

/*loose diamnd module pop up design  start*/
.tps-diamond-field-popup-wrapper,
.tps-allmodule-toast-msg-popup-wrapper,
.tps-gemstone-field-popup-wrapper {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 55%);
	align-items: center;
	z-index: 9999999999;
	display: none;
}

.tps-diamond-field-popup-wrapper.tps-popup-info-show,
.tps-allmodule-toast-msg-popup-wrapper.tps-show-popup,
.tps-gemstone-field-popup-wrapper.tps-popup-info-show {
	visibility: visible;
	opacity: 1;
	display: flex;
	justify-content: center;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content,
.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	position: relative;
}
.tps-email-drophint-form-popup-main {
    font-size: 22px;
    color: var(--site-text-black-color);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: var(--font-body-family);
    margin: 0px;
    font-weight: 600;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section,
.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup-content,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content {
	width: fit-content;
	padding: 19px 20px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 19px;
	color: var(--site-white-color);
	font-family: var(--font-body-family);
	background-color: var(--site-text-black-color);
	margin: auto;
	text-align: center;
	max-width: 300px;
	text-align: center;
	display: block;
}
.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content,
.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content{
	max-width:430px
}


.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section .tps-diamond-field-msg-heading,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-section .tps-gemstone-field-msg-heading {
	font-size: 20px;
	font-weight: 500;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content {
	color: var(--primary-site-color);
	background-color: var(--site-white-color);
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content .tps-diamond-field-popup-close,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content .tps-gemstone-field-popup-close {
	position: absolute;
	width: 23px;
	height: 23px;
	top: 10px;
	right: 10px;
	background-image: url(../images/contact_sprite.svg);
	background-position: -398px -369px;
	cursor: pointer;
	font-size: 0px;
}

.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup-close {
	width: 18px;
	height: 18px;
	display: block;
	background-image: url(../images/contact_sprite.svg);
	background-position: -193px -90px;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	color: transparent;
	right: 5px;
	top: 4px;
}

.tps-email-drophint-form-popup.active {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title p.tps-rtw-form-descr {
    margin: 0;
}
.tps-email-drophint-form-popup {
	position: fixed;
	right: 0%;
	bottom: 0%;
	background-color: #00000085;
	left: 0%;
	top: 0%;
	z-index: 999999999;
	display: none;
	overflow: auto;
	height: 100%;
	width: 100%;
	margin: 0 !important;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
	text-align: center;
	justify-content: center;
	align-items: center;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: var(--site-white-color);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0.3rem;
	outline: 0;
	max-width: 800px;
	min-width: 800px;
	justify-content: center;
	align-items: center;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-form-div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.tps-email-drophint-form-popup .form-group p {
	margin-bottom: 10px;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title {
	border-bottom: 1px solid var(--site-text-black-color);
	padding: 20px;
	position: relative;
	width: 100%;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2 {
	font-size: 22px;
	color: var(--site-text-black-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--font-body-family);
	margin: 0px;
}
p.tps-email-drophint-form-popup-descr {
    margin-bottom: 0;
}
.tps-email-drophint-form-popup .tps-email-drophint-form-popup-close {
	position: absolute;
	width: 23px;
	height: 23px;
	top: 10px;
	right: 10px;
	background-image: url(../images/contact_sprite.svg);
	background-position: -190px -57px;
	cursor: pointer;
	display: block;
}

.tps-email-drophint-form-popup .tps-form {
	display: flex;
	flex-wrap: wrap;
}

.tps-form .tps-form-image-block {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
	padding-right: 4%;
}

.tps-form .tps-form-image-block .tps-email-img-div p {
	margin: 0;
}

.tps-form .tps-form-image-block img.tps-email-img {
	width: 100%;
}

.tps-email-drophint-form-popup .email-us-form,
.tps-email-drophint-form-popup .drop-hint-form {
	width: 60%;
}

.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap input,
.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap input,
.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea {
	outline: none;
	box-shadow: none;
	border: 1px solid var(--site-text-black-color) !important;
	border-radius: 3px;
	padding: 12px 25px 12px 15px;
	font-size: 14px;
	background-color: var(--site-white-color);
	font-family: var(--font-body-family);
	color: var(--site-text-black-color);
	margin-bottom: 0px;
	width: 100%;
}

.tps-email-drophint-form-popup input.tps_fm_ctrl {
	width: 100%;
}

.tps_bttn_sub p {
	margin: 0 0;
}

.tps-email-drophint-form-popup .tps_bttn_sub .tps_eamil_us.btn_tps_bnr,
.tps-email-drophint-form-popup .tps_drop_hint.tps-btn {
	padding: 13px 20px 11px;
	font-family: var(--font-body-family);
	font-weight: 500;
	margin-bottom: 15px;
	border: 1px solid var(--primary-site-color);
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 14px;
	background-color: var(--primary-site-color);
	border-radius: 0px;
	color: var(--site-white-color);
	position: relative;
	width: 90%;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 30px auto 0px auto;
}

.tps-email-drophint-form-popup .wpcf7-response-output {
	width: 100%;
	border: none !important;
	font-size: 14px;
	color: red;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title .tps-loose-diamond-form-descr {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
	color: var(--site-text-black-color);
	font-family: var(--font-body-family);
	max-width: 380px;
	margin: 5px auto 0px auto;
	font-weight: 500;
}

.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-email-drophint-form-popup.drop-hint-form textarea {
	height: 150px;
}

.tps-email-drophint-form-popup .wpcf7-not-valid-tip {
	text-align: left;
	margin: -3px 0px 7px 1px;
	font-size: 12px;
	font-family: var(--font-body-family);
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr {
	width: 100%;
	max-width: 350px;
}
.tinv-wishlist .tinvwl-buttons-group button{
	background-color: var(--primary-site-color);
	color: var(--site-white-color);
}
.tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img{
	color: var(--primary-site-color);
}
.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-title {
	font-size: 18px;
	line-height: 22px;
	color: var(--primary-site-color);
	margin: 12px 0px 00px;
	font-family: var(--font-body-family);
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-subtitle {
	font-size: 12px;
	line-height: 24px;
	color: var(--primary-site-color);
	margin: 0px 0px 20px;
	font-family: var(--font-body-family);
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-loose-diamond-cbutton {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-close,
.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-icon.tps-icon-addto {
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	margin: auto;
	cursor: pointer;
	background: url(../images/diamond-listing-images/diamond-list-icon-icon.svg);
	color: transparent;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.tps-loading a::before {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-icon.tps-icon-addto {
	background-position: -300px -232px;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-close {
	background-position: -235px -227px;
}

.tps-email-drophint-form-popup .tps_recaptcha {
	width: fit-content;
	margin: auto;
	margin-bottom: 20px;
}

.tps-email-drophint-form-popup .tps_recaptcha .wpcf7-not-valid-tip {
	margin-top: 0px;
}

.tps-email-drophint-form-popup .tps_bttn_sub span.wpcf7-spinner {
	position: absolute;
	right: 57px;
	margin: auto;
	margin-top: -34px;
}

.tps-form-submited.tps-email-drophint-form-popup-title .tps-email-drophint-form-popup-main,
.tps-form-submited.tps-email-drophint-form-popup-title .tps-loose-diamond-form-descr {
	display: none;
}

.tps-form-submited.tps-email-drophint-form-popup-title {
	border-bottom: none !important;
}

.tps-form-submited.tps-email-drophint-form-popup-title h2.tps-email-drophint-form-popup-main,
.tps-form-submited.tps-email-drophint-form-popup-title p.tps-loose-diamond-form-descr {
	display: none;
	border-bottom: none;
}

.tps-form-submited.tps-email-drophint-form-popup-title {
	border-bottom: none !important;
}

.tps-email-drophint-form-popup-content {
	padding: 30px 20px;
}

.tps-email-drophint-form-popup .tps-form-image-block .tps-email-img-title {
	display: block;
	font-size: 18px;
	font-family: var(--font-body-family);
	font-weight: 600;
	color: var(--site-text-black-color);
	margin-top: 20px;
}

.tps-module-wishlist-popup {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(21 17 17 / 22%);
	display: flex;
	align-items: center;
	z-index: 999999;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr {
	width: fit-content;
	padding: 20px 20px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 20px;
	color: var(--primary-site-color);
	font-family: var(--font-body-family);
	background-color: var(--site-white-color);
	margin: auto;
	text-align: center;
	max-width: 300px;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr {
	width: 100%;
	max-width: 350px;
}
.thankyou span.icon-call {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    background-image: url(../images/contact_sprite.svg);
    background-position: -123px -58px;
}
.thankyou p {
    display: inline-block;
}

/*popup design end*/
/*breacrum design  start */
.tps-breadcrumb-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 15px;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}
.tps-page-ringbuilder-setting_listing .tps-breadcrumb-wrapper,
.tps-page-ringbuilder-diamond_listing .tps-breadcrumb-wrapper,
.tps-page-earringbuilder-setting_listing .tps-breadcrumb-wrapper,
.tps-page-earringbuilder-diamond_listing .tps-breadcrumb-wrapper,
.tps-page-pendantbuilder-setting_listing .tps-breadcrumb-wrapper,
.tps-page-pendantbuilder-diamond_listing .tps-breadcrumb-wrapper,
.tps-page-rtw-product_listing .tps-breadcrumb-wrapper,
.tps-page-rtw-product_detail .tps-breadcrumb-wrapper,
.tps-page-ringbuilder-setting_detail .tps-breadcrumb-wrapper,
.tps-page-ringbuilder-diamond_detail .tps-breadcrumb-wrapper,
.tps-page-earringbuilder-setting_detail .tps-breadcrumb-wrapper,
.tps-page-earringbuilder-diamond_detail .tps-breadcrumb-wrapper,
.tps-page-pendantbuilder-setting_detail .tps-breadcrumb-wrapper,
.tps-page-pendantbuilder-diamond_detail .tps-breadcrumb-wrapper,
.tps-page-pendantbuilder-final_pendant_detail .tps-breadcrumb-wrapper,
.tps-page-earringbuilder-final_earring_detail .tps-breadcrumb-wrapper,
.tps-page-ringbuilder-final_ring_detail .tps-breadcrumb-wrapper,
.home .tps-breadcrumb-wrapper,
.tps-page-loose-diamond-diamond_listing  .tps-breadcrumb-wrapper,
.tps-page-loose-diamond-diamond_detail .tps-breadcrumb-wrapper,
.tps-page-loose-gemstone-gemstone_detail .tps-breadcrumb-wrapper,
.tps-page-loose-gemstone-gemstone_listing .tps-breadcrumb-wrapper{
	display: none;
}

.tps-loose-diamond-breacrum .tps-loose-diamond-breacrum-item a,
.tps-earringbuilder-breacrum a, .tps-pendantbuilder-breacrum a, .tps-loose-gemstone-breacrum a,
.search-results.woocommerce .woocommerce-breadcrumb a, .tps-breadcrumb-wrapper  span a{
	color: var(--site-color-5);
	font-size: 12px;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb, .tps-breadcrumb-wrapper, .tps-breadcrumb-wrapper a{
  color: var(--primary-site-color) !important;
  font-size: 12px !important;
  line-height: 22px;
}
.page .tps-breadcrumb-wrapper span, .page .tps-breadcrumb-wrapper span a,
.blog .tps-breadcrumb-wrapper span, .blog .tps-breadcrumb-wrapper span a{
    color: var(--site-white-color) !important;
}
.page-id-9062 .tps-breadcrumb-wrapper span a, .page-id-9062 .tps-breadcrumb-wrapper span, .tps_contact_us .tps-breadcrumb-wrapper span a,
.tps_contact_us .tps-breadcrumb-wrapper span {
	color: var(--primary-site-color) !important;
}
.page-id-9062 .inside-article {
    padding: 0 15px !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag{
	width: auto !important;
}
.tps-ringbuilder-breacrum,
.tps-loose-diamond-breacrum, .tps-rtw-breacrum, .tps-earringbuilder-breacrum, .tps-pendantbuilder-breacrum,
.tps-loose-gemstone-breacrum {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.tps-page-rtw-product_detail .tps-rtw-breacrum {
    position: unset;
    transform: none;
    padding-inline: 0px;
}
.tps-rtw-breacrum {
    display: flex;
    margin: 15px auto;
    width: 100%;
    max-width: 1440px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 0px 15px;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item,
.tps-loose-diamond-breacrum .tps-loose-diamond-breacrum-item, .tps-rtw-breacrum .tps-rtw-breacrum-item,
.tps-earringbuilder-breacrum .tps-earringbuilder-breacrum-item,
.tps-pendantbuilder-breacrum .tps-pendantbuilder-breacrum-item,
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item {
	font-family: var(--font-body-family);
	color: var(--primary-site-color);
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a,
.tps-loose-diamond-breacrum span.tps-loose-diamond-breacrum-item a, .tps-rtw-breacrum .tps-rtw-breacrum-item a,
.tps-earringbuilder-breacrum .tps-earringbuilder-breacrum-item a,
.tps-pendantbuilder-breacrum .tps-pendantbuilder-breacrum-item a,
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item a {
	color: var(--primary-site-color);
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item span.tps-ringbuilder-br-icon,
.tps-loose-diamond-br-icon, .tps-rtw-breacrum .tps-rtw-breacrum-item span.tps-rtw-br-icon,
.tps-earringbuilder-breacrum .tps-earringbuilder-breacrum-item span.tps-earringbuilder-br-icon,
.tps-pendantbuilder-breacrum .tps-pendantbuilder-breacrum-item span.tps-pendantbuilder-br-icon,
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item span.tps-loose-gemstone-br-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/contact_sprite.svg);
	background-position: -180px -117px;
	background-repeat: no-repeat;
}

/*breacrum design  end */
/*currecy swithcer*/
#et-secondary-menu {
	margin-right: 80px;
}

.tps-header-icons {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
	width: 80%;
}

.tps-header-icons #alg_currency_select {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--site-color-7);
	cursor: pointer;
}

.tps-header-icons .tps-header-cur-switcher {
	position: absolute;
	top: 19px;
	right: 40px;
	z-index: 999999;
	text-align: center;
	cursor: pointer;
}

.tps-header-icons .tps-header-cur-switcher .tps-header-currency {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--site-color-9);
}

.tps-header-icons .tps-header-cur-switcher .tps-header-currency-dropdown {
	position: absolute;
	top: 21px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.tps-header-icons .tps-header-wishlist {
	position: absolute;
	top: 19px;
	right: 0;
	z-index: 999;
}
.tinv-wishlist table input[type=checkbox] {
    margin-right: 0;
    width: 18px;
    height: 18px;
}

.tps-header-icons .wishlist_products_counter .wishlist_products_counter_text {
	display: none;
}

.tps-header-icons .tps-header-wishlist .wishlist_products_counter_number {
	position: absolute;
	top: -4px;
	right: -2px;
}


.tinv-wishlist .tinv-header h2 {
    text-align: center;
    font-size: 30px;
    color: var(--primary-site-color);
    text-transform: capitalize;
    font-family: 'Cormorant Garamond';
    margin: 0;
}
.tps-wishlist-page .tinv-wishlist tbody tr td.product-action .button {
    padding: 13px 5px 11px !important;
    font-family: var(--font-body-family);
    font-weight: 500;
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
    border: 1px solid var(--primary-site-color);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
}
.tps-wishlist-page .tinv-wishlist tbody tr td {
    text-align: center;
    color: var(--primary-site-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    background-color: var(--site-color-8) !important;
}
.tps-wishlist-page .tinv-wishlist thead tr th.product-name,
.tps-wishlist-page .tinv-wishlist tbody tr td.product-name {
    text-align: left;
}
.tps-wishlist-page .tinv-wishlist table, .tps-wishlist-page .tinv-wishlist table td, .tps-wishlist-page .tinv-wishlist table th {
    border: none !important;
}
.tps-wishlist-page .tinv-wishlist table th {
    background-color: var(--primary-site-color) !important;
    color: var(--site-white-color);
    font-weight: 500;
}
.tps-wishlist-page .tinvwl-input-group .form-control {
    height: 40px;
}

.tps-wishlist-page .tinv-wishlist tfoot .button {
    padding: 13px 10px 11px;
    font-family: var(--font-body-family);
    font-weight: 500;
    background-color: var(--primary-site-color);
    margin-bottom: 0;
    border: 1px solid var(--primary-site-color);
    color: var(--site-white-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
    width: 100%;
}
.tps-wishlist-page .tinv-wishlist tfoot select {
    padding: 11px 10px 11px;
    font-family: var(--font-body-family);
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
}
.tps-wishlist-page .tinv-wishlist .product-remove button {
    width: 25px;
    height: 25px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0;
    margin-top: 0;
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
    transition: 0.3s ease;
    border: 2px solid var(--primary-site-color);
}
.inside-header.grid-container .tps_lang_switcher .wpml-ls-legacy-dropdown a {
    border: 1px solid var(--site-color-5);
    text-decoration: none;
    font-family: var(--font-body-family);
    color: var(--site-text-black-color) !important;
    text-align: left;
    font-size: 12px !important;
    line-height: 19px !important;
}
li.tps-header-left-right-icon.tps-myaccount a.tps-header-icon-anchor {
    font-size: 0 !important;
}

.woocommerce-shop .site-main .inside-article {
    padding: 0px 15px 0px 15px;
}
.site-footer aside#block-54 {
    	display: none;
	}
h1.tps-blog-title {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 50px;
    background: #f7f7f7;
    background-image: linear-gradient(48deg, #2A4365 15%, #F8E4C9 44%);
}
/*end*/

.tps-wishlist-page .tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn button.button, .tinv-wishlist .product-action .button {
    background: var(--primary-site-color) !important;
    color: var(--site-white-color) !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.tps-wishlist-page .tinv-wishlist .product-action {
    width: 235px;
    text-align: center;
}

[lang=el] h1, h2{
	font-weight: normal;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: "";
    display: block;
    border: none;
    position: absolute;
    background-image: url(../images/heade-footer-sprite.svg) !important;
    background-position: -450px -72px !important;
    width: 12px;
    height: 10px;
}
[lang=el] .tinvwl-input-group .form-control {
    height: auto !important;
    padding: 5px 15px !important;
}


/*Media Query Start Here*/
@media(hover:hover) {
	.tps-wishlist-page .tinv-wishlist tfoot .button:hover {
    background-color: var(--site-white-color);
    border-color: var(--primary-site-color);
    color: var(--primary-site-color);
}
.tps-wishlist-page .tinv-wishlist tbody tr td.product-action .button:hover,
 .woocommerce-message .button.wc-forward:hover {
    background-color: var(--site-white-color) !important;
    color: var(--primary-site-color);
    border: 1px solid var(--primary-site-color);
}

	.tps-subscriber-policy span a:hover{
	text-decoration: none !important;
}
	li.mega-tps-custom-design a:hover:after, li.mega-tps-find-your-ring-size a:hover:after,
	li.mega-tps-shop-lab-grown-colored-diamonds a:hover:after, li.mega-tps-shop-natural-colored-diamonds a:hover:after{
		width: 100% !important;
	}

	/*popup design start*/
	.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup-close:hover {
		background-position: -163px -90px;
	}

	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-close:hover {
		background-position: -160px -57px;
	}

	.tps-email-drophint-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr:hover,
	.tps-email-drophint-form-popup .tps_drop_hint.tps-btn:hover {
		background-color: var(--site-white-color) !important;
		border-radius: 0px;
		color: var(--site-text-black-color) !important;
		border-color: 1px solid var(--site-text-black-color);
	}

	/*popup design end*/
	/*breacrum design start*/
	.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a:hover {
		text-decoration: underline;
	}

	.tps-loose-diamond-breacrum .tps-loose-diamond-breacrum-item a:hover {
		text-decoration: underline;
	}

	/*end*/

	.site-footer .tps-footer-heading+ul.wp-block-list li a:hover::after,
	.site-footer .tps-footer-con-det li a:hover::after {
		width: 100%;
	}

	.tps-commom-link .elementor-widget-container p a:hover::after,
	.tps-commom-link .elementor-widget-container a:hover::after {
		width: 0%;
	}

	.tps-common-btn a:hover,
	.tps-common-custome-btn:hover {
		background-color: var(--primary-site-color) !important;
		color: var(--site-white-color) !important;
		border-color: var(--primary-site-color) !important;
	}

	.site-footer #block-38 .tps-common-opp-btn a:hover {
		background-color: var(--site-white-color) !important;
		color: var(--site-text-black-color) !important;
		border-color: var(--site-white-color) !important;
	}

	#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor:hover::after {
		width: 100%;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::after,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover::after,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover::after {
		width: 100%;
	}

	#masthead .shortcode-wrapper .wmc-content .wmc-bottom-buttons a:hover {
		background-color: var(--primary-site-color);
		border-color: var(--primary-site-color);
		color: var(--site-white-color) !important;
	}

	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a:hover:after,
	footer .footer-bar ul a:hover:after {
		width: 100%;
	}
}

@media only screen and (min-width: 769px) {

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
		background-color: var(--site-transparant-color);
		color: var(--site-text-black-color);
	}

}

@media(max-width:1440px) {

	.site-header .header-widget .tps-header-right-side-bar {
		right: 35px;
	}

	.site-header .header-widget .tps-header-left-side-bar {
		left: 35px;
	}
}

@media(max-width:1400px) {
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:not(.mega-tps-_mega_menu_banner) {
		padding-right: 10px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		padding: 0px 13px 0px 13px;
	}

	.site-footer #block-38 .tps-common-opp-btn a {
		font-size: 14px !important;
		line-height: 14px !important;
	}

	.site-footer #block-38 .tps-footer-heading+ul.wp-block-list li:nth-child(1) {
		font-size: 13px;
		line-height: 17px;
	}
}

@media(max-width:1350px) {
	.tps-footer-social-col {
		grid-gap: 15px;
	}
}

@media(max-width:1280px) {

	h1,
	.tps_main_heading {
		font-size: 30px;
		line-height: 40px !important;
	}

	h2,
	.tps_subtittle_heading {
		font-size: 28px;
		line-height: 38px !important;
	}

	h3,
	.tps-sub-heading .elementor-heading-title {
		font-size: 22px;
		line-height: 32px !important;
	}
}

@media(max-width:1200px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		padding: 0px 13px 0px 13px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	#masthead .tps-header-left-side-bar ul li a,
	#masthead .tps-header-right-side-bar ul li a,
	#masthead .tps-header-left-side-bar ul li span,
	#masthead .tps-header-right-side-bar ul li span,
	footer .footer-bar ul li,
	footer .footer-bar ul a {
		font-size: 14px;
		line-height: 14px;
	}

	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a,
	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li {
		font-size: 14px;
		line-height: 24px;
	}

	.site-header .header-widget .tps-header-right-side-bar {
		right: 15px;
	}

	.site-header .header-widget .tps-header-left-side-bar {
		left: 15px;
	}
}

@media(max-width:1199px) {
	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
		max-width: 90%;
		min-width: auto;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
		font-size: 13px;
		line-height: 19px;
	}

	#mega-menu-wrap-primary #mega-menu-primary {
		padding: 15px 0px 15px 0px;
	}

	#masthead .inside-header.grid-container {
		padding: 10px 15px 0px 15px;
	}

	#masthead .site-logo {
		width: 110px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		top: 55px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		padding: 23px 15px 0px 15px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item:nth-last-child(1) {
		width: 100%;
	}

	h2,
	.tps_subtittle_heading {
		font-size: 25px;
		line-height: 35px !important;
	}

	h1,
	.tps_main_heading {
		font-size: 28px;
		line-height: 38px !important;
	}

	h3,
	.tps-sub-heading .elementor-heading-title {
		font-size: 20px;
		line-height: 30px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_edu_diamond_section>ul.mega-sub-menu {
		flex-direction: column;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_edu_diamond_section>ul.mega-sub-menu li.mega-empty-menu>a.mega-menu-link {
		margin-top: -31px !important;
		margin-bottom: 0px !important;
		z-index: -1;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_edu_diamond_section>ul.mega-sub-menu>li.mega-menu-item {
		width: 100% !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_wedding {
		width: 19.666667%;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12.mega-tps_edu_diamond_section {
		width: 20%;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_en {
		width: 18.666667%;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets {
		flex-wrap: wrap;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
		width: 100%;
		padding-right: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 25px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
		width: 100%;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li {
		max-width: 300px;
	}

	.site-footer .tps-footer-logo {
		padding-left: 0px;
	}

	.site-footer .inside-footer-widgets .widget_block#block-21 {
		width: 100%;
	}

	.es-form-field-container {
		margin-inline: auto;
	}

	.site-footer .tps-footer-heading {
		margin-bottom: 10px;
	}

}

@media(max-width:1050px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		padding: 0px 10px 0px 10px;
	}
}

@media(max-width:1010px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		padding: 0px 7px 0px 7px;
	}
}

@media(min-width:991px) {
	body.sticky-header #masthead {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: var(--site-white-color);
		z-index: 999999999;
	}

	body.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		top: 48px;
	}

}

@media(max-width:991px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(1), #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2){
		margin-bottom: 30px;
	}
	#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
	    max-width: max-content !important;
	    width: auto !important;
	}
	.inside-header.grid-container form#alg_currency_selector select {
    	padding: 8px 15px !important;
    	max-width: 100%;
    	height: 36px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(1){
		padding-top: 0 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) a {
        border: 1px solid var(--site-color-5) !important;
        padding: 9px 15px;
        text-transform: capitalize;
    }

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) {
        width: 55%;
        display: block;
        position: absolute;
        right: 37%;
        left: auto;
        margin-top: 0;
    }

	li.mega-menu-item.tps-cur-and-lang-switcher-menu-item .wpml-ls-legacy-dropdown ul ul{
		left: 0;
		opacity: 1;
		overflow: visible;
		position: relative;
	}

	aside#block-25 .wp-block-group {
	    margin-top: 0;
	}

	form[data-form-id="2"] .es-form-field-container .gjs-cell input[type="submit"] {
    	right: 0;
	}
	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
		max-width: 80%;
		min-width: auto;
	}

	.inside-footer-widgets {
		flex-wrap: wrap;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
		width: 100%;
		padding-right: 0px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 25px;
	}

	.site-footer .inside-footer-widgets .widget_block#block-21 {
		margin-bottom: 15px;
		width: 100%;
		max-width: 330px;
	}

	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a,
	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li {
		font-size: 16px;
		line-height: 23px;
	}

	#masthead .inside-header.grid-container {
		padding: 5px 15px 5px 15px;
	}

	.site-header .header-widget .tps-header-right-side-bar,
	.site-header .header-widget .tps-header-left-side-bar {
		top: 26px;
		transform: translateY(-50%);
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		position: absolute;
		top: -42px;
		left: 0;
		background-color: transparent !important;
	}

	.nav-float-right #site-navigation {
		width: 100%;
	}

	#masthead .tps-header-left-side-bar ul,
	#masthead .tps-header-right-side-bar ul {
		grid-gap: 20px;
	}

	#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor {
		font-size: 0px;
		line-height: 0px;
		color: var(--site-transparant-color);
	}

	.site-header .header-widget .tps-header-left-side-bar {
	        left: 60px;
	        transform: translateY(-22%);
	        display: none;
	    }
	    #order_review{
	    	z-index: 0 !important;
	    }
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
		margin: 0px !important;
	}

	.top-bar-align-right.top-bar .grid-container {
		padding: 2px 15px 4px 15px;
	}

	#masthead {
		position: fixed;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		top: 26px;
		background: #00000029;
		z-index: 999999;
	}

	body:not(.home):not(.sticky-header) #masthead,
	body:not(.home):not(.sticky-header) .top-bar-align-right.top-bar {
		position: unset !important;
		transform: none !important;
	}

	body:not(.home) #masthead {
		background: var(--primary-site-color);
		border-top: 1px solid var(--site-white-color)fff30;
	}

	body:not(.home) .top-bar-align-right.top-bar p {
		color: var(--site-white-color);
	}

	.top-bar-align-right.top-bar {
		position: fixed;
		width: 100%;
		top: 0px;
		z-index: 99;
	}

	body.sticky-header #masthead {
		top: 0;
		background-color: var(--primary-site-color);
	}

	body.sticky-header .top-bar-align-right.top-bar {
		position: unset;
	}

	#masthead .site-logo {
		width: 100px;
	}

	#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart .wmc-count {
		font-size: 12px;
		padding: 0px 0px 0px 1px;
		line-height: 30px;
	}

	#masthead .ysm-search-widget .search-field[type=search] {
		border-color: var(--site-white-color);
		color: var(--site-white-color);
	}

	#masthead ul li.tps-header-left-right-icon.tps-header-call a.tps-header-icon-anchor::before {
		background-position: -15px -435px;
	}

	#masthead ul li.tps-header-left-right-icon.tps-book-an-appoinment a.tps-header-icon-anchor::before {
		background-position: -61px -435px;
	}

	#masthead ul li.tps-header-left-right-icon .tps-header-icon-search-span::before {
		background-position: -161px -435px;
	}

	#masthead ul li.tps-header-left-right-icon.tps-myaccount a.tps-header-icon-anchor::before {
		background-position: -113px -436px;
	}

	#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart::before {
		background-position: -215px -435px;
	}
	#masthead ul li.tps-header-left-right-icon.tps-wishlist a.top_wishlist-heart::before {
    background-position: -260px -436px;
}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated span {
		opacity: 0 !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
		width: 35px;
		height: 35px;
		background-image: url(../images/heade-footer-sprite.svg);
		background-position: -417px -7px;
		background-color: transparent;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(1) {
		padding: 10px 13px 10px 13px !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		padding: 30px 0px 0px 0px;
	}
		#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(1), #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) {
		width: 31%;
		display: block;
		padding: 0 0 0 15px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 16px;
		line-height: 16px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after,
	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		top: 0px;
	}

	.main-navigation .menu-item-has-children .dropdown-menu-toggle,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
		display: block;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		left: -80%;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		width: 100%;
		max-width: 80%;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::after,
	#mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^="slide_"]+button.mega-close {
		display: none;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
		line-height: 20px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_wedding,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_c_design,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_diamond,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps-_mega_menu_banner,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_diamond>ul.mega-sub-menu>li.mega-menu-columns-3-of-12,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_diamond>ul.mega-sub-menu>li.mega-menu-columns-2-of-12,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_gemstones>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
		width: 100%;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
		content: '';
		width: 20px;
		height: 20px;
		background-image: url(../images/heade-footer-sprite.svg);
		background-position: -448px -69px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
		content: '';
		background-position: -448px -53px;
	}

	.site-header .header-widget {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	#mega-menu-wrap-primary {
		display: block !important;
	}

	.site-header .header-widget .tps-header-right-side-bar .tps-header-search-expand {
		display: none !important;
	}

	.tps-header-search-expand-mobile {
		margin: 6px 0px 2px 0px;
		display: none;
	}

	.tps-header-search-expand-mobile.tps-search-show {
		display: block;
	}

	#masthead .widget .search-form button.search-submit:before {
		background-position: -151px -430px;
		width: 100%;
		height: 100%;
	}

	#masthead .smart-search-popup {
		top: 112px;
		width: 96% !important;
		right: 15px;
	}

	.smart-search-post-title {
		text-align: left;
	}

	.smart-search-post-excerpt {
		text-align: left;
		margin-top: 10px;
	}

	#masthead {
		border-bottom: none;
	}

	#masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart .wmc-count {
		top: -9px !important;
	}

	form[data-form-id="2"] .es-form-field-container .gjs-cell input[type="submit"] {
		border-radius: 0px !important;
		border: 1px solid var(--site-white-color) !important;
	}

	body.woocommerce-account #mega-menu-wrap-primary .mega-menu-toggle {
		left: -25px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_wedding {
		width: 100%;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12.mega-tps_edu_diamond_section {
		width: 100%;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12.mega-tps_edu_en {
		width: 100%;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
		margin-bottom: 10px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block#block-25,
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block#block-27,
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block#block-28,
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block#block-38 {
		width: 24.6%;
	}

}

@media(max-width:768px) {
		footer .grid-container .footer-bar {
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.footer-widgets {
	    padding: 0 0 0 0;
	}
		.tps-wishlist-page .tinv-wishlist tbody tr{
		margin-bottom: 10px;
	}
	.tps-wishlist-page .tinv-wishlist thead tr th.product-name,
	 .tps-wishlist-page .tinv-wishlist tbody tr td.product-name {
        text-align: center;
    }
    .tps-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
        border-bottom: 1px solid var(--site-color-5) !important;
        padding-bottom: 30px;
    }
    .tps-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list {
    	margin-bottom: 0;
	}
	

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2,
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3,
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-4,
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-5 {
		width: 100%;
		margin-bottom: 0px;
	}

	.site-footer .inside-footer-widgets div:not(.footer-widget-1) .widget_block.widget_text+.widget_block {
		display: none;
		padding: 0px 10px 15px 10px !important;
		border-bottom: 1px solid var(--site-white-color)fffa8;
	}

	.site-footer .inside-footer-widgets div:not(.footer-widget-1) .tps-footer-heading {
		margin-bottom: 0;
		padding: 15px 10px 15px 1px !important;
		position: relative;
	}
	.site-footer .tps-footer-heading {
        border-bottom: 1px solid var(--site-white-color);
    }

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2  #block-38.widget_block:not(.widget_text),
	.site-footer #block-38 .tps-footer-heading{
		border-bottom: none;
	}

	.site-footer .inside-footer-widgets div:not(.footer-widget-1) .tps-footer-heading.tps-footer-active {
		border-bottom: none;
	}

	.site-footer .inside-footer-widgets div:not(.footer-widget-1) .tps-footer-heading::after {
		content: '';
		width: 30px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(../images/heade-footer-sprite.svg);
		background-position: -311px -23px;
		display: block !important;
	}

	.site-footer .inside-footer-widgets div:not(.footer-widget-1) .tps-footer-heading.tps-footer-active::after {
		background-position: -311px -9px;
	}

	.site-footer .inside-footer-widgets .widget_block.widget_text {
		margin: 0px;
	}

	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li a,
	.site-footer .inside-footer-widgets .widget_block .tps-footer-menus li {
		font-size: 14px;
		line-height: 23px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu {
		grid-template-columns: 1fr;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-shop-by-shape-menu ul.mega-sub-menu {
	    grid-template-columns: 1fr 1fr !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.mega-tps-diamond-two-columns-menu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu {
		grid-template-columns: 1fr 1fr;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
	   width: 56%;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		padding: 10px 9px 0px 10px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    	width: 100%;
	}
	#mega-menu-wrap-primary #mega-menu-primary .mega-shop-by-shape-menu ul.mega-sub-menu li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-natural-diamonds ul.mega-sub-menu li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary .mega-tps-gemstones-main ul.mega-sub-menu li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-shapes-gemstone ul.mega-sub-menu li.mega-menu-item {
    	width: 100% !important;
	}
	footer .footer-bar ul li:nth-child(2):after {
		padding-top: 0px;
		display: none;
		padding-bottom: 8px;
		margin-top: -4px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:not(.mega-tps-_mega_menu_banner) {
		padding-right: 0px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item {
		width: 100%;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 #block-18 {
		margin-bottom: 5px;
		margin-top: 6px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .emaillist #spinner-image {
		right: 6px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block:not(.widget_text) {
		width: 100% !important;
	}

	.site-footer .tps-footer-heading {
		font-size: 14px;
		line-height: 14px;
	}

	.site-footer .tps-footer-heading+ul.wp-block-list li {
		margin-bottom: 5px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block:not(.widget_text) ul.wp-block-list {
		padding: 0px 0px 15px 0px;
		display: none;
		margin-top: 0px;
	}

	footer .footer-bar ul li:not(:last-child):after {
		right: -9px;
	}

	.footer-bar-active .footer-bar {
		margin-bottom: 0px !important;
	}

	.site-footer #block-38 .tps-common-opp-btn a {
		max-width: 220px !important;
	}
	

}

@media(max-width:767px) {
	.footer-widgets .widget {
	    margin-bottom: 5px;
	}

	/*popup*/

	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2 {
		font-size: 20px;
	}

	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
		max-width: 500px;
		width: 500px;
	}

	.tps-email-drophint-form-popup .tps-form {
		flex-direction: column-reverse;
		align-items: center;
		grid-gap: 40px 12px;
	}

	.tps-email-drophint-form-popup .email-us-form,
	.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap input,
	.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
	.tps-email-drophint-form-popup .drop-hint-form,
	.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap input,
	.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea {
		width: 100%;
	}

	.tps-email-drophint-form-popup .tps-form-image-block {
		display: none;
	}

	.tps-email-drophint-form-popup .tps-form-image-block .tps-email-img-div {
		max-width: 400px;
	}

	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title {
		padding: 0 10px 10px;
	}
	.tps-ringbuilder-form-popup-content.tps-email-drophint-form-popup-content.tps-handle-content {
	    padding: 0;
	}

	.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea {
		height: 200px;
	}

	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-content {
		height: 500px;
		overflow: hidden;
		overflow-y: auto;
	}

	.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
	.tps-email-drophint-form-popup.drop-hint-form textarea {
		height: 100px;
	}

	.tps-loose-diamond-breacrum {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	/* end */

	body.home:not(.sticky-header) #masthead {
		background-color: transparent;
	}

	h1, .tps_main_heading {
        font-size: 32px !important;
        line-height: 42px !important;
    }
	h2, .tps_subtittle_heading {
        font-size: 26px !important;
        line-height: 36px !important;
    }

	h3,
	.tps-sub-heading .elementor-heading-title {
		font-size: 18px;
		line-height: 28px !important;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.wp-gr .grw-row {
		flex-direction: column;
	}

	.wp-google-place {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		grid-row-gap: 20px !important;
	}

	.wp-gr .wp-google-right {
		width: fit-content !important;
		text-align: center !important;
	}

	.wp-gr .grw-header-inner {
		padding: 0px 0px 22px 0px !important;
	}

	.wp-gr.wpac .wp-google-name {
		padding-right: 0px !important;
	}

	.wp-gr .wp-google-right .wp-google-name+div {
		margin: 12px 0px 13px !important;
	}

	.tps-home-google-reivew>.e-con-inner .elementor-widget-heading .elementor-widget-container {
		padding: 0px 0px 25px 0px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        padding: 10px 0px 0px 0px;
    }

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item {
		color: var(--site-text-black-color) !important;
		opacity: 1 !important;
		visibility: visible !important;
		background-color: transparent !important;
		display: block !important;
		font-size: 14px !important;
	}
	footer .grid-container .footer-bar {
	    justify-content: center;
	    flex-wrap: wrap;
	}
	footer .footer-bar #block-22 ul li, footer .footer-bar #block-22 ul a {
	    font-size: 14px;
	}
}

@media(max-width:580px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(1), #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) {
        width: 49%;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2){
    	right: 6px;
    }

	aside#block-25 .wp-block-group {
	    margin-top: 0;
	}
	.tps-section-common-spacing {
		margin-bottom: 25px;
	}

	#masthead .site-logo {
		width: 70px;
	}

	.site-header .header-widget .tps-header-right-side-bar,
	.site-header .header-widget .tps-header-left-side-bar {
		top: 20px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		top: -40px;
	}

	.es-form-field-container,
	.site-footer .inside-footer-widgets .widget_block#block-21 {
		max-width: 100% !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		left: -10px;
	}

	.site-header .header-widget .tps-header-left-side-bar {
		left: 50px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li {
		max-width: 274px;
	}

}

@media(max-width:480px) {
	.tps-email-drophint-form-popup .tps-form-image-block .tps-email-img-div {
		max-width: 80%;
	}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-close {
        top: 0;
        right: 0;
    }
	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
		max-width: 375px;
		width: 375px;
	}

	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
		max-width: 95%;
		width: 95%;
		padding: 12px 12px;
	}

	#masthead .tps-header-left-side-bar ul,
	#masthead .tps-header-right-side-bar ul {
		grid-gap: 10px;
	}

	.site-header .header-widget .tps-header-left-side-bar {
		left: 46px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		left: -85%;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		width: 100%;
		max-width: 95%;
	}
	.top-bar .inside-top-bar>.widget {
       margin: 0;
    }
}

@media(max-width:390px) {
	.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
		max-width: 355px;
		width: 355px;
	}
}

/*End  Common Code here*/