/*Start Common Code here --- Transpacific Software PVT LTD*/
/*color variable*/
/*  --primary-site-color: #14213D;
	--secondary-site-color: #E4D6A3;
	--site-white-color : #fff
	--site-text-color : #000
	--site-faint-bg-color : #f2f2f2*/
/*End*/

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

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison_Neue_light.eot');
    src: url('../fonts/Maison_Neue_light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Maison_Neue_light.woff2') format('woff2'),
        url('../fonts/Maison_Neue_light.woff') format('woff'),
        url('../fonts/Maison_Neue_light.ttf') format('truetype'),
        url('../fonts/Maison_Neue_light.svg#Maison_Neue_light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison_Neue_regular.eot');
    src: url('../fonts/Maison_Neue_regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Maison_Neue_regular.woff2') format('woff2'),
        url('../fonts/Maison_Neue_regular.woff') format('woff'),
        url('../fonts/Maison_Neue_regular.ttf') format('truetype'),
        url('../fonts/Maison_Neue_regular.svg#Maison_Neue_regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison_Neue_medium.eot');
    src: url('../fonts/Maison_Neue_medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Maison_Neue_medium.woff2') format('woff2'),
        url('../fonts/Maison_Neue_medium.woff') format('woff'),
        url('../fonts/Maison_Neue_medium.ttf') format('truetype'),
        url('../fonts/Maison_Neue_medium.svg#Maison_Neue_medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison_Neue_bold.eot');
    src: url('../fonts/Maison_Neue_bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Maison_Neue_bold.woff2') format('woff2'),
        url('../fonts/Maison_Neue_bold.woff') format('woff'),
        url('../fonts/Maison_Neue_bold.ttf') format('truetype'),
        url('../fonts/Maison_Neue_bold.svg#Maison_Neue_bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-menu-item-18171 > ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout.mega-menu-item-18171 ul.mega-sub-menu{
   	opacity: 1;
   	visibility: visible;
    transform: translate(0, 0);
   }
*/


.tps-common-container {
	max-width: 1440px;
	padding-inline: 15px;
	margin-inline: auto;
}

body {
	font-family: Maison Neue;
	font-weight: normal;
}

* {
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	font-family: Maison Neue;
	color: var(--site-text-color);
}
a:hover, a:focus, a:active{
	color: var(--primary-site-color);
}
a,
li,
button {
	text-decoration: none !important;
	outline: none;
	box-shadow: none;
}

h1,
.tps_main_heading {
	color: var(--site-text-color);
	font-family: "URWClassico";
	font-size: 40px;
	line-height: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	word-break: keep-all;
	white-space: normal;
}

h2,
.tps_subtittle_heading {
	font-family: 'URWClassico';
	font-size: 35px;
	line-height: normal;
	font-weight: 400;
	word-break: keep-all;
	 white-space: normal;
}

h3,
.tps-sub-heading .elementor-heading-title {
	font-size: 25px;
	line-height: normal;
	color: var(--site-text-color);
	font-family: 'URWClassico';
	font-weight: 600;
	word-break: keep-all;
	 white-space: normal;
}

h4 {word-break: keep-all;
	 white-space: normal;}

h5 {word-break: keep-all;
	 white-space: normal;}

h6 {word-break: keep-all;
	 white-space: normal;}

.tps_common_space {
	margin-bottom: 100px;
}

p,
.tps-para {
	font-size: 16px;
	line-height: 26px !important;
}

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

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

#masthead .inside-header.grid-container {
	max-width: 1440px;
	padding: 0px 15px 0px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
}
.nav-float-right .header-widget {
    margin-left: 0px;
    position: relative;
    top: 50%;
    transform: translateY(0%);
    right: 0;
    z-index: 111;
    margin-top: 8px;
}
.nav-float-right #site-navigation {
	margin-inline: auto !important;
	padding-right: 4%;
	background-color: var(--site-white-color);
}
.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(--secondary-site-color);
	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 #00000014;
	z-index: 9999;
	background-color: var(--site-white-color);
}

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

/*#masthead .tps-header-left-side-bar ul {
	grid-gap: 30px;
}
*/
#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-color);
	font-family: Maison Neue;
	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 20px 5px 5px;
    font-family: Maison Neue;
    color: var(--site-text-color);
    background-color: var(--site-white-color);
    border: none;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down_arrow.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
}
.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-text-color) !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 .tps-header-icon-span,
#masthead ul li.tps-header-left-right-icon .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 .tps-header-icon-span::before,
#masthead ul li.tps-header-left-right-icon.tps-wishlist .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-wishlist .top_wishlist-heart::before{
	width: 22px;
}

#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 .top_wishlist-heart::before {
	background-position: -260px -16px;
}

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

#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: -8px;
    top: -9px;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
    line-height: 35px;
}
#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: var(--site-text-color);
    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-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-color);
	color: var(--site-text-color);
	font-size: 14px;
	line-height: 24px;
	font-family: Maison Neue;
	font-weight: normal;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	background-color: var(--site-white-color);
}

#masthead .ysm-search-widget .search-field[type=search]::placeholder {
	font-size: 14px;
	line-height: 24px;
	font-family: Maison Neue;
	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-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: Maison Neue;
	padding-top: 10px;
}

#masthead .shortcode-wrapper .wmc-content {
	top: 20px !important;
	background-color: var(--site-white-color);
}

#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);
	/*text-transform: uppercase;*/
	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-color);
	text-transform: capitalize;
	font-family: Maison Neue;
	padding: 7px 10px 7px 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0 0 0 250px !important;
    top: 88px;
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.25));
    background-color: var(--site-white-color);
}

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

#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) {
	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 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12,
#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-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-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-1-of-12{
    /* width: 22.22%; */
    padding-top: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mega-tps_mega_menu_wedding_band > ul.mega-sub-menu > li.mega-tps_mega_menu_banner.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_jewlery > 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_education > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{
	padding-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary {
	padding: 24px 0 8px 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(--primary-site-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: 100%;
	margin-inline: auto;
	float: unset !important;
	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 {
        width: 15%;
    }*/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mega-tps_mega_menu_en > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
        width: 11.6%;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mega-tps_mega_menu_en > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 18%;
    }
#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;
}

#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.mega-tps-inner-menu-tx{
  padding: 10px !important;
  background-color: var(--site-faint-bg-color);
  padding-bottom: 4px !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.mega-tps-inner-menu-tx a{
  float: none !important;
  margin: auto;
}

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-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-color) !important;
	font-family: Maison Neue;
	font-weight: 600 !important;
	text-transform: capitalize;
	margin-bottom: 5px;
	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.mega-tps-contact-us-font-0>a.mega-menu-link:nth-child(1){
	font-size: 0 !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>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: Maison Neue;
	font-size: 14px;
	line-height: 20px;
	color: var(--site-text-color) !important;
	margin: 0px 0px 10px 0px;
	position: relative;
	width: fit-content;
	font-weight: 400;
	display: flex !important;
    align-items: center;
}

#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{
	text-transform: capitalize;
}

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: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_en .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image{
	max-width: 340px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_wedding_band .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image {
    max-width: 355px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_jewlery .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image {
    max-width: 334px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_education .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image {
    max-width: 364px;
}

#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-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: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item a.mega-menu-link:before {
	width: 25px !important;
	margin-right: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item a.mega-menu-link:after {
	left: 32px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item.mega-Yellow-Gold a.mega-menu-link:before {
	background-position: -73px -139px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item.mega-White-Gold a.mega-menu-link:before {
	background-position: -13px -136px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item.mega-Rose-Gold a.mega-menu-link:before {
	background-position: -131px -137px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item.mega-Platinum a.mega-menu-link:before {
	background-position: -184px -137px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-metal li.mega-menu-item.mega-Titanium a.mega-menu-link:before {
	background-position: -235px -137px !important;
}


#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-style li.mega-menu-item.mega-Solitaire a.mega-menu-link:before {
	background-position: -8px -91px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-style li.mega-menu-item.mega-Trilogy a.mega-menu-link:before {
	background-position: -59px -91px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-style li.mega-menu-item.mega-Toi-et-Moi a.mega-menu-link:before {
	background-position: -116px -91px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-style li.mega-menu-item.mega-Halo a.mega-menu-link:before {
	background-position: -176px -91px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-shop-by-style li.mega-menu-item.mega-Unique a.mega-menu-link:before {
	background-position: -233px -91px !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-tps-design-your-own-ring li.mega-menu-item.mega-Design-Your-Own-Earrings a.mega-menu-link:before {
	background-position: -234px -91px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery li.mega-menu-item a.mega-menu-link:before{
	width: 28px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery li.mega-menu-item a.mega-menu-link:after{
	left: 37px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-tps-for-the-wrist li.mega-menu-item a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-tps-for-the-ear li.mega-menu-item a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-tps-for-the-head li.mega-menu-item a.mega-menu-link:before{
	width: 33px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-tps-for-the-wrist li.mega-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-tps-for-the-ear li.mega-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-tps-for-the-head li.mega-menu-item a.mega-menu-link:after{
	left: 41px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps-mega-menu-col.mega-tps-for-the-wrist{
	width: 13% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps-mega-menu-col.mega-tps-design-your-own-ring{
	width: 16% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-design-your-own-ring li.mega-menu-item.mega-Design-Your-Own-Ring a.mega-menu-link:before {
	background-position: -12px -351px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-design-your-own-ring li.mega-menu-item.mega-Design-Your-Own-Earrings a.mega-menu-link:before {
	background-position: -64px -349px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-design-your-own-ring li.mega-menu-item.mega-Design-Your-Own-Pendants a.mega-menu-link:before {
	background-position: -120px -346px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-wrist li.mega-menu-item.mega-Tennis-Bracelets a.mega-menu-link:before {
	background-position:  -6px -234px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-wrist li.mega-menu-item.mega-Bangles a.mega-menu-link:before {
	background-position:  -59px -234px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-wrist li.mega-menu-item.mega-Chains a.mega-menu-link:before {
	background-position:  -111px -233px !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-neck li.mega-menu-item.mega-Tennis-Necklace a.mega-menu-link:before {
	background-position:  -366px -234px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-neck li.mega-menu-item.mega-Diamond-Pendants a.mega-menu-link:before {
	background-position:  -314px -236px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-neck li.mega-menu-item.mega-Gemstone-Necklaces a.mega-menu-link:before {
	background-position:  -410px -236px !important;
}


#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-ear li.mega-menu-item.mega-Diamonds-Studs a.mega-menu-link:before {
	background-position:  -7px -271px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-ear li.mega-menu-item.mega-Huggies a.mega-menu-link:before {
	background-position:  -52px -271px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-ear li.mega-menu-item.mega-Hoops a.mega-menu-link:before {
	background-position:  -96px -271px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-ear li.mega-menu-item.mega-Gemstone-Earrigns a.mega-menu-link:before {
	background-position:  -141px -271px !important;
}



#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-head li.mega-menu-item.mega-Diamonds-Rings a.mega-menu-link:before {
	background-position:  -203px -272px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-head li.mega-menu-item.mega-Gold-Rings a.mega-menu-link:before {
	background-position:  -255px -272px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-head li.mega-menu-item.mega-Gemsotne-Rings a.mega-menu-link:before {
	background-position:  -307px -272px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps-for-the-head li.mega-menu-item.mega-Stackable-Bands  a.mega-menu-link:before {
	background-position:  -358px -271px !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-color);
	font-family: Maison Neue;
	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: Maison Neue;
	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-color);
}

.site-footer {
	background-color: var(--primary-site-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: 1370px;
    margin-inline: auto;
    padding: 51px 15px 10px;
    border-bottom: 1px solid var(--site-white-color);
}
.footer-widgets {
    padding: 0 0 0px 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 .tps-footer-heading {
	font-size: 16px;
    color: var(--site-white-color);
    font-weight: 600;
    font-family: Maison Neue;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.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: Maison Neue;
	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: space-evenly;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block:not(.widget_text) {
	width: 33.33%;
	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: 9px 35px 8px 10px !important;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: var(--site-white-color);
	border-color: var(--site-white-color);
	font-family: Maison Neue;
	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: Maison Neue;
}

.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:0px;
	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;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	max-width: 285px;
	text-transform: capitalize;
}


.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;
	align-items: baseline;
}

.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;
}
.tps-footer-social-col li.tps-youTube a::after{
	background-position: -291px -135px;
}	

.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: 8px;
    right: 6px;
    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: 1370px;
	padding: 10px 15px 35px 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;
}
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: 300;
}

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: Maison Neue !important;
	color: var(--site-text-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-color) !important;
	font-weight: 600 !important;
}

.wp-gr.wpac a.wp-google-name {
	color: var(--site-text-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(--primary-site-color) !important;
	background-color: transparent;
	border: 1px solid var(--primary-site-color);
	border-radius: 0px !important;
}
.tps-common-btn.tps-button-trans a:focus{
	color: var(--primary-site-color) !important;
	background-color: var(--site-white-color);
	border: 1px solid var(--site-white-color);
}

.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: 12px;
}

.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: 14px;
    line-height: 20px;
    color: var(--site-white-color);
    font-family: Maison Neue;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
}
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: Maison Neue;
}

.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-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 .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: var(--site-text-color);
	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-allmodule-info-popup-wrapper {
	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: flex;
    justify-content: center;
}

.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,
.tps-allmodule-info-popup-wrapper.tps-allmodule-info-popup{
	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,
.tps-allmodule-info-popup-wrapper .tps-allmodule-info-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-color);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Maison Neue;
    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,
.tps-allmodule-info-popup-wrapper .tps-allmodule-info-popup-content {
	width: fit-content;
	padding: 19px 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 19px;
	color: var(--site-white-color);
	font-family: Maison Neue;
	background-color: var(--site-text-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-allmodule-info-popup-wrapper .tps-allmodule-info-popup-content {
    max-width: 700px;    
}
.tps-allmodule-info-popup-wrapper .tps-allmodule-info-popup-content .tps-bespoke-content.tps-bespoke-content-metal {
	height: 450px;
    overflow-y: scroll;
}
.tps-bespoke-content h2{
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  color: var(--site-text-color);
  margin-bottom: 20px;
  font-family: 'URWClassico';
  font-weight: 400;
}
.tps-bespoke-content p {
    margin: 0 0 5px 0;
}
.tps-bespoke-content .tps-bespoke-content-text {
    padding-bottom: 20px;
}

.tps-bespoke-content h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--primary-site-color), transparent);
}
.tps-bespoke-content h2:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 85%;
    left: calc(50% - 9px);
    width: 14px;
    height: 14px;
    background-color: var(--primary-site-color);
    border: 1px solid var(--primary-site-color);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--site-white-color), 0 0 0 4px var(--site-white-color);
}
.tps-bespoke-content-images-text strong {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.tps-bespoke-content-images span img{
	margin: 20px 0px;
}

.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,
.tps-allmodule-info-popup-wrapper .tps-allmodule-info-popup-content {
	color: var(--primary-site-color);
	background-color: var(--site-white-color);
}
.tps-allmodule-info-popup-wrapper .tps-allmodule-info-popup{
	position: relative;
}
.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,
.tps-allmodule-info-popup-wrapper .tps-allmodule-info-popup .tps-allmodule-info-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-info-popup-wrapper .tps-allmodule-info-popup .tps-allmodule-info-popup-close{
	z-index: 1;
	top: 0;
    right: 0;
}

.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;
    font-size: 14px;
    line-height: 24px !important;
}
.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-color);
	padding: 20px;
	position: relative;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2 {
	font-size: 22px;
	color: var(--site-text-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Maison Neue;
	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-form-submited p.tps-email-drophint-form-popup-descr {
    display: none;
}

.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%;
	position: relative;
}
.tps-form-lodding-loder span.tps-form-img-loader {
    width: 270px;
    height: 270px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 5%;
}
.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-color) !important;
	border-radius: 3px;
	padding: 12px 25px 12px 15px;
	font-size: 14px;
	background-color: var(--site-white-color);
	font-family: Maison Neue;
	color: var(--site-text-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: Maison Neue;
	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-color);
	font-family: Maison Neue;
	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: Maison Neue;
}

.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: Maison Neue;
	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: Maison Neue;
	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: Maison Neue;
	font-weight: 600;
	color: var(--site-text-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: Maison Neue;
	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-loose-diamond-breacrum .tps-loose-diamond-breacrum-item a,
.tps-earringbuilder-breacrum a, .tps-pendantbuilder-breacrum a, .tps-loose-gemstone-breacrum a{
	color: var(--site-color-5);
	font-size: 12px;
}

.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 !important;
}
.tps-rtw-breacrum {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
}
.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: Maison Neue;
	color: var(--site-text-color);
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	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(--site-text-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;
}

.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: 'URWClassico';
    margin: 0;
}
.tps-wishlist-page .tinv-wishlist tbody tr td.product-action .button {
    padding: 13px 5px 11px !important;
    font-family: Maison Neue;
    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: Maison Neue;
    font-size: 16px;
    background-color: var(--site-white-color) !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: Maison Neue;
    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: Maison Neue;
    font-weight: 500;
    color: var(--site-text-color);
    letter-spacing: 1px;
    font-size: 14px;
    background-color: var(--site-white-color);
    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: -15px;
    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: Maison Neue;
    color: var(--site-text-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;
}
#mega-menu-wrap-primary {
    background: var(--site-white-color);
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item#mega-menu-item-18228{
	padding: 0px 30px 0px 30px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item#mega-menu-item-18228 a::after{
	display: none !important;
}
/*#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_en .mega-menu-column.mega-tps-mega-menu-col{
	width: 18.75% !important;
}*/
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col{
	width: 16% !important;
}	
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col{
	width: 12% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps-mega-menu-col{
	width: 15% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps-mega-menu-col{
	width: 25% !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-tps_mega_menu_banner {
	width: 30% !important;
	padding: 20px 20px 12px 20px;
	 background-color: var(--site-faint-bg-color);
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps_mega_menu_banner {
	background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_en .mega-menu-column.mega-tps_mega_menu_banner{
	width: 42% !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps_mega_menu_banner{
	width: 38% !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps_mega_menu_banner{
	width: 26% !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-tps_mega_menu_banner  img{
	width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps_mega_menu_banner {
	width: 37.5% !important;
	padding-inline: 1%;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps_mega_menu_banner :nth-last-child(1){
	padding-right: 0%;
	display: block;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps_mega_menu_banner :nth-last-child(2){
	padding-left: 0%;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-tps_mega_menu_contact{
	max-width: 1000px;
}
#masthead ul li.tps-header-left-right-icon .wishlist_products_counter_text{
	display: none;
}
#masthead ul li.tps-header-left-right-icon .tps-header-icon-span.tps_search_close{
	z-index: 99999;
}
/*#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu::after{
	content: '';
    width: 32.5%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: var(--site-faint-bg-color);
    display: block;
    top: 0;
}*/
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col.mega-tps-shop-by-metal{
	width: 10% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-0,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-4{
	width: 17% !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu#mega-menu-item-18278>ul.mega-sub-menu::after{
	display: none !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 li#mega-menu-item-18201 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-18203 a.mega-menu-link{
	font-weight: 600 !important;
}
.tps-contact-section-link li a{
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.tps-contact-section-link li a::before{
	content: '';
	width: 25px;
	height: 20px;
	background-image: url(../images/heade-footer-sprite.svg);
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.tps-contact-section-link li a::after{
	left: 31px;
}
.tps-contact-section-link li:nth-child(1) a::before{
	background-position: -398px -478px;
}
.tps-contact-section-link li:nth-child(2) a::before{
	background-position: -344px -478px;
}
.site-footer .inside-footer-widgets .widget_block#block-44{
	display: none;
}
#block-43 .tps-contact-section-link li a::after{
	left: 30px;
}
.site-footer #block-43 .tps-footer-heading+ul.wp-block-list li a{
	text-transform: lowercase !important;
}
.mega-tps-contact-us-link-menu li a,
.mega-tps-contact-us-link-menu li{
	cursor: pointer !important;
	pointer-events: unset !important;
}
/*#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col.mega-tps-mega-menu-col-edu-1{
	width: 19% !important;
}*/
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col.mega-tps-mega-menu-col-edu-3,
#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col.mega-tps-mega-menu-col-edu-4{
	width: 13% !important;
}

/*end*/
/*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-color) !important;
		border-color: 1px solid var(--site-text-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: transparent !important;
		color: var(--primary-site-color) !important;
		border-color: var(--primary-site-color) !important;
	}
	.tps-common-btn.tps-button-trans a:hover{
		background-color: var(--site-white-color) !important;
		color: var(--primary-site-color) !important;
		border-color: var(--site-white-color) !important;
	}

	.site-footer #block-38 .tps-common-opp-btn a:hover {
		background-color: var(--site-white-color) !important;
		color: var(--site-text-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%;
	}

	#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.mega-tps-inner-menu-tx:hover{
    background-color: var(--primary-site-color);
	color: var(--site-white-color);
   }

   #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.mega-tps-inner-menu-tx:hover a{
	color: var(--site-white-color) !important;
   }

}

@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-color);
	}

}

@media(max-width:1600px){
	.site-footer #footer-widgets .grid-container, 
	footer .grid-container {
        padding-inline: 35px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
   		padding: 0 0 0 90px !important;
	}
}
@media(max-width:1500px){
	.site-footer #footer-widgets .grid-container, 
	footer .grid-container {
        padding-inline: 45px;
    }
}



@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 .tps-footer-heading+ul.wp-block-list li a,
	.site-footer #block-38 .tps-footer-heading+ul.wp-block-list li:nth-child(2),
	footer .footer-bar ul li,
	footer .footer-bar ul a {
		font-size: 14px;
		line-height: 20px;
	}

	.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:1366px) {
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps_mega_menu_banner {
	    width: 27% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-0{
    	width: 19% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col {
    	width: 17% !important;
	}
}


@media(max-width:1350px) {
	.tps-footer-social-col {
		grid-gap: 15px;
	}
	.site-footer #footer-widgets .grid-container, 
	footer .grid-container {
        padding-inline:60px;
    }
    h1, .tps_main_heading{
    	font-size: 35px;
    }
    h2, .tps_subtittle_heading{
    	font-size: 30px;
    }
}

@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;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0 0 0 40px !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-size: 12px;
    	line-height: 22px;
    }
    #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 {
	   margin-bottom: 0px;
	}

}

@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) {
	    #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 {
	   margin-bottom: 10px;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0 0 0 20px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-tps_mega_menu_banner {
	    width: 25% !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col {
	    width: 18% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-0, #mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-4 {
	    width: 18.5% !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_en .mega-menu-column.mega-tps_mega_menu_banner {
    	width: 35% !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mega-tps_mega_menu_en > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
	    width: 13.6%;
	}

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

	.nav-float-right .header-widget {
	    margin-top: -2px;
	}
	.nav-float-right #site-navigation {
	    padding-right: 2%;
	}
	.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: 80px;
	}

/*	#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%;
	}	

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

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

	.site-footer #footer-widgets .grid-container,
	footer .grid-container{
		padding-inline: 20px;
	}

}
@media(min-width:1121px) {
 	#masthead .inside-header.grid-container .site-logo{
		display: none !important;
	}
}
@media(max-width:1120px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25));
	}
	.inside-header.grid-container form#alg_currency_selector select {
    background-image: url(../images/white_down_arrow.svg);
    background-position: 100% center;
}
.inside-header.grid-container form#alg_currency_selector select option {
  color: var(--site-text-color); /* Sets the text color of options to blue */
}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 10px 20px 0px 20px !important;
    }
    #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-left: 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_en .mega-menu-column.mega-tps_mega_menu_banner,
    #mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps_mega_menu_banner,
    #mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps_mega_menu_banner {
        width: 100% !important;
    }

/*    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-tps_mega_menu_en .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image{
	    max-width: 100%;
	}*/
/*	#mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-tps_mega_menu_banner img,
	#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,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_en .mega-menu-column.mega-tps_mega_menu_banner {
	    width: 100%;
	}*/
	#masthead ul li.tps-header-left-right-icon.tps-wishlist span.wishlist_products_counter_number{
		background-color: var(--site-white-color) !important;
		color: var(--site-text-color) !important;
	}

	 body.home #masthead{
    	background-color: transparent;
    }
   #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        top: -33px;
        left: 0;
        background-color: transparent !important;
    }
    .site-header .header-widget {
        margin: 0px;
        padding: 0px;
        width: 100%;
        position: unset;
        transform: unset;
    }

    #mega-menu-wrap-primary .mega-menu-toggle div{
    	display: none !important;
    }
   
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item#mega-menu-item-18228{
    	display: none !important;
    }
    #masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart::before {
	    background-position: -215px -18px;
	}
	body.sticky-header #masthead .inside-header.grid-container{
		background-color: var(--site-white-color);
		border-bottom: 1px solid #00000014;
	}
	#masthead .inside-header.grid-container{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    position: relative;
	    transition: all 0.3s ease;
	}
	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary{
		background-color: var(--site-white-color);
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu::after{
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_en .mega-menu-column.mega-tps-mega-menu-col,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col.mega-tps-shop-by-metal,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-0, #mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col#mega-menu-18171-0-4,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_wedding_band .mega-menu-column.mega-tps-mega-menu-col, 
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps-mega-menu-col, 
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col,
	#mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-tps_mega_menu_banner,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps-mega-menu-col,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_contact .mega-menu-column.mega-tps_mega_menu_banner,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps-mega-menu-col.mega-tps-design-your-own-ring,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_jewlery .mega-menu-column.mega-tps-mega-menu-col.mega-tps-for-the-wrist{
		width: 100% !important;
	}
/*	#mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-tps_mega_menu_banner{
		padding-left: 0px;
	}*/
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 20px 0px 0px 0px !important;
    }

    body:not(.home) #masthead,
	body.sticky-header:not(.home) #masthead,
	body.sticky-header:not(.home) #masthead .inside-header.grid-container{
		background-color: var(--primary-site-color);
	}
	body:not(.home) #masthead .is-logo-image,
	body.sticky-header:not(.home) #masthead .is-logo-image{
		filter: brightness(0) invert(1);
	}
	body:not(.home) #mega-menu-wrap-primary .mega-menu-toggle{
		background-position: -425px -11px;
	}
	body:not(.home) #masthead ul li.tps-header-left-right-icon .tps-header-icon-search-span::before {
	    background-position: -161px -438px;
	}
	body:not(.home) #masthead ul li.tps-header-left-right-icon.tps-cart .wmc-cart::before {
        background-position: -216px -439px;
    }
    
    body:not(.home) #masthead ul li.tps-header-left-right-icon.tps-wishlist .top_wishlist-heart::before {
	    background-position: -262px -438px;
	}
	body:not(.home) #masthead ul li.tps-header-left-right-icon.tps-myaccount a.tps-header-icon-anchor::before {
	    background-position: -117px -438px;
	}
	body:not(.home) .inside-header.grid-container form#alg_currency_selector select{
		color: var(--site-white-color);
		background-color: transparent;
	}
    body:not(.home)  .wmc-count{
    	background-color: var(--site-white-color) !important;
    	color: var(--primary-site-color) !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col.mega-tps-mega-menu-col-edu-1,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col.mega-tps-mega-menu-col-edu-3,
	#mega-menu-wrap-primary #mega-menu-primary .mega-tps_mega_menu_education .mega-menu-column.mega-tps-mega-menu-col.mega-tps-mega-menu-col-edu-4{
		width: 100% !important;
	}
    .nav-float-right #site-navigation{
    	padding-right: 0%;
    	margin-inline: unset !important;
    	width: 100%;
    }

    .site-header .header-widget .tps-header-right-side-bar{
    	position: absolute;
        top: 22px;
        right: 15px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle{
    	background-color: transparent;
    	width: 30px;
    	height: 30px;
    	background-image: url(../images/heade-footer-sprite.svg);
    	background-position: -468px -11px;
    }

#masthead .inside-header.grid-container {
		padding: 15px 20px 10px 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
	}
	#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%);
	    }
	#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 {
		border-top: 1px solid var(--site-white-color);
	}

	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: 150px;
	}

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

	#masthead .ysm-search-widget .search-field[type=search] {
		border-color: var(--site-text-color);
		color: var(--site-text-color);
		padding: 6px 40px 5px 10px;
	}
	#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>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: -26px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		top: 0;
	}
	.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;
	}

	#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: -155px -11px;
		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%;
	}

	#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: 100%;
	}*/

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		padding: 10px 0px 0px 0px !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;
	}

	#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%;
	}

}

@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:992px) {
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: 87px;
	}*/

}
@media(min-width:991px){
   /*.nav-float-right:not(.home) .header-widget{
	display: none !important;
   }*/
}

@media(max-width:991px) {
	.tps-wishlist-page .inside-article {
    padding: 0 15px;
}

	
	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: 320px;
	}

	.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;
	}

	
	.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 {
		width: 33.33%;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget_block#block-38 {
		width: 25.6%;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2{
		width: 100%;
	}
	.footer-widgets .widget{
		margin-bottom: 0px;
	}
	ul.tps-contact-section-link li{
		display: flex;
		justify-content: center;
	}
	.tps-footer-social-col{
		margin-bottom: 30px !important;
	}	
   

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

@media(max-width:768px) {
	.tps-allmodule-info-popup-wrapper .tps-allmodule-info-popup {
    position: relative;
    width: 100%;
    max-width: 97%;
}
	.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;
	}

	footer .footer-bar ul li:nth-child(2):after {
		padding-top: 0px;
		display: none;
		padding-bottom: 8px;
		margin-top: -4px;
	}

	
	.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;
	}
	aside#block-54,
	.site-footer .inside-footer-widgets .widget_block#block-43{
    	display: none;
	}
	.site-footer .inside-footer-widgets .widget_block#block-44{
		display: block;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets{
		flex-direction: column-reverse;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1{
		align-items: flex-start;
		margin-top: 25px;
	}
	.site-footer #footer-widgets .grid-container{
		padding: 30px 15px 10px;
	}
	.tps-footer-social-col {
        margin-bottom: 20px !important;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets{
    	border-bottom: 1px solid var(--site-white-color);
    }
    .site-footer #footer-widgets .grid-container,
    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li{
    	border-bottom: none;
    }
    footer .footer-bar #block-22 ul li, footer .footer-bar #block-22 ul a{
    	font-size: 14px;
    }
    ul.tps-contact-section-link li{
    	justify-content: flex-start;
    }

}

@media(max-width:767px) {
	#masthead ul li.tps-header-left-right-icon.tps-myaccount a.tps-header-icon-anchor::before {
	    background-position: -113px -17px !important;
	}
	.nav-float-right .header-widget{
		z-index: 1;
	}
	body:not(.home) .inside-header.grid-container form#alg_currency_selector select {
        color: var(--site-text-color);
        background-color: var(--site-white-color);
    }
    .inside-header.grid-container form#alg_currency_selector select {   
	    background-image: url(../images/down_arrow.svg);
	}

	#masthead ul li.tps-header-left-right-icon a.tps-header-icon-anchor {
        font-size: 16px !important;
        line-height: 26px !important;
        color: var(--site-text-color);
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        left: 0;
        top: 0px;
    }
    div#tps-currency-switcher-box {
	    width: 25%;
	}
    #masthead ul li.mega-menu-item.tps-cur-and-lang-switcher-menu-item {
	    display: flex !important;
	    justify-content: space-between;
	}
	.tps-rtw-breacrum {
		position: relative;

	}
	.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: 28px !important;
	}
	h2,
	.tps_subtittle_heading {
		font-size: 25px;
		line-height: 35px !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: 15px 0px 30px 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-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: flex-start;
	    flex-wrap: wrap;
	}
	footer .footer-bar #block-22 ul li, footer .footer-bar #block-22 ul a {
	    font-size: 14px;
	}
	.site-footer #footer-widgets .grid-container, footer .grid-container {
        padding-inline: 15px;
    }
    .tps-common-btn a, .tps-common-custome-btn {
       font-size: 14px;
       line-height: 14px;    	
    }
    .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-size: 13px;
        line-height: 23px;
    }	
    #masthead .inside-header.grid-container{
    	padding: 15px 15px 10px 15px;
    }
}

@media(max-width:580px) {
	aside#block-25 .wp-block-group {
	    margin-top: 0;
	}
	.tps-section-common-spacing {
		margin-bottom: 40px;
	}

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

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

	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 .tps-footer-menus li {
		max-width: 274px;
	}
	.site-header .header-widget .tps-header-right-side-bar{
		top: 17px;
	}
	#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: 100%;
	}


}

@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: 85%;
	}
}

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

/*End  Common Code here*/