@font-face {
  font-family: MaisonNeue-Book;
  src: url(../fonts/MaisonNeue-Book.woff) format('woff'),
       url(../fonts/MaisonNeue-Book.ttf) format('truetype'),
	   url(../fonts/MaisonNeue-Book.svg) format('svg'),
	   url(../fonts/MaisonNeue-Book.eot) format('eot');
}
@font-face {
  font-family: MaisonNeue-Light;
  src: url(../fonts/MaisonNeue-Light.woff) format('woff'),
       url(../fonts/MaisonNeue-Light.ttf) format('truetype'),
	   url(../fonts/MaisonNeue-Light.svg) format('svg'),
	   url(../fonts/MaisonNeue-Light.eot) format('eot');
}
@font-face {
  font-family: MaisonNeue-Medium;
  src: url(../fonts/MaisonNeue-Medium.woff) format('woff'),
       url(../fonts/MaisonNeue-Medium.ttf) format('truetype'),
	   url(../fonts/MaisonNeue-Medium.svg) format('svg'),
	   url(../fonts/MaisonNeue-Medium.eot) format('eot');
}
@font-face {
  font-family: ProximaNova-Semibold;
  src: url(../fonts/ProximaNova-Semibold.woff) format('woff'),
       url(../fonts/ProximaNova-Semibold.ttf) format('otf'),
	   url(../fonts/ProximaNova-Semibold.eot) format('eot');
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url(../fonts/ProximaNova-Regular.woff) format('woff'),
       url(../fonts/ProximaNova-Regular.ttf) format('otf'),
	   url(../fonts/ProximaNova-Regular.eot) format('eot');
}


.slick-initialized .slick-slide {
	outline: 0;
}

body,
html {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: MaisonNeue-Book;
	font-size: 16px;
	color: #5D5D5D;
	letter-spacing: 0;
}

img {
	max-width: 100%;
}

.mobile-btn {
	display: none;
}

a {
	color: #5D5D5D;
}


.blox-loading-ani {
	margin: 0 auto;
	margin-bottom: 50px;
}

.text-link {
	display: block;
	margin-top: 20px;
	font-family: MaisonNeue-Book;
	font-size: 13px;
	color: #5D5D5D;
	letter-spacing: 0;
	line-height: 23px;
	text-decoration: underline;
}

.woocommerce-page .wrapper,
.wrapper.blox-no-sections {
	padding: 50px 0;
}

.woocommerce-page .woocommerce h2 {
	font-family: OldStandardTT-Italic;
	font-weight: normal;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0;
	line-height: 26px;
}

.woocommerce table.shop_table th {
	font-weight: lighter;
	font-family: OldStandardTT-Italic;
	font-weight: normal;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0;
	line-height: 26px;
}

@media(min-width: 1150px) {
	.woocommerce td.product-name .wc-item-meta dd,
	.woocommerce td.product-name dl.variation dd {
		float: right;
		padding-right: 50px;
	}

	.woocommerce td.product-name .wc-item-meta dd p,
	.woocommerce td.product-name dl.variation dd p {
		margin: 0;
	}

	.woocommerce table.shop_table td .variation {
		max-width: 350px;
		font-size: 14px;
		opacity: 0.75;
	}
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 10px;
	line-height: 20px;
	width: 150px;
	text-align: center;
}

.woocommerce a.remove {
	color: #a5a5a5 !important;
	font-weight: lighter;
}

.woocommerce .quantity .qty {
	padding: 10px 8px;
	padding-left: 20px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

#main.padded {
	padding: 100px 0;
}

.content {
	font-family: MaisonNeue-Book;
	font-size: 16px;
	color: #5D5D5D;
	line-height: 28px;
}

.content em,
.content i {
	font-family: OldStandardTT-Italic;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
}

input {
	font-family: MaisonNeue-Book;
}

iframe {
  border: none;
}

button,
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border-radius: 0;
    box-sizing: border-box;
    max-width: 100%;
}

main#main,
.container {
	width: 1115px;
	margin: 0 auto;
	max-width: 100%;
}

.container-small {
	width: 735px;
	margin: 0 auto;
	max-width: 100%;
}

.line-sep {
	padding: 0 35px;
}

.vertical-align {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

h1,
h2,
h3 {
	margin-top: 0;
}

h2 {
	font-family: OldStandardTT-Bold;
	font-size: 16px;
	color: rgba(0,0,0,0.90);
	letter-spacing: 5px;
	line-height: 44px;
}

/* Clear All */
.blog-wrapper .blog-row::after,
.woocommerce div.product::after,
.container.catalog::after,
.opening-hours-wrapper::after,
section.footer-blocks::after,
footer .foot-bottom::after,
footer .foot-top::after,
nav.main-nav::after {
	content: '';
	display: block;
	clear: both;
}
/* End Clear All */


.btn {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	color: #5D5D5D;
	text-align: center;
	line-height: 28px;
	border: 1px solid rgba(151, 151, 151, 0.25);
	padding: 12px;
	width: 209px;
	display: inline-block;
	box-sizing: border-box;
}

.btn-purple {
	background: #605997;
	color: #fff;
	border: 0;
}

.btn-margin {
	margin-right: 32px;
}



body .wpcf7-response-output {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 12px;

}

body span.wpcf7-not-valid-tip {
	color: #dc6565;
	line-height: 1;
	position: absolute;
	margin-top: -18px;

}

/* Opening Hours HTML */

.opening-hours-wrapper {
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 28px;
}

.opening-hours-wrapper .opening-day {
	float: left;
	padding-right: 35px;
}

.opening-hours-wrapper .opening-day div {
	color: #000;
	font-size: 12px;
}

/* Header */

header {
	position: relative;
	min-height: 114px;
}

.header-msg {
	background: #D4D9F4;
	text-align: center;
	height: 26px;
}

.header-msg > p{
    display: inline-block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-left: -45px;
}

.header-msg,
.header-msg a {
	font-family: MaisonNeue-Medium;
	font-size: 12px;
	color: #350D48;
	text-decoration: none;
	line-height: 26px;
}

a.site-logo {
	width: 160px;
	height: 91px;
	background: url(../images/logo.svg) center no-repeat;
	display: block;
	text-decoration: none;
	color: transparent;
}

header a.site-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

nav.main-nav {
	border-bottom: 1px solid rgba(151, 151, 151, 0.25);
	box-sizing: border-box;
	padding-left: 18px;
}

nav.main-nav .nav-tools {
	width: 160px;
	height: 113px;
	padding: 24px 0;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	box-sizing: border-box;
	z-index: 999999;
}

nav.main-nav .nav-tools::before {
	content: '';
	display: block;
	height: 60px;
	width: 1px;
	background: #979797;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

nav.main-nav .nav-tools > div {
	padding-left: 40px;
	box-sizing: border-box;
	margin: 12px 0px;
}

nav.main-nav .nav-tools .tool-phone {
	background: url(../images/ico-phone-grey.svg) no-repeat;
	background-position: 10px 0;
}

nav.main-nav .nav-tools .tool-cart {
	background: url(../images/ico-cart-grey.svg) no-repeat;
	background-position: 10px 0;
}

nav.main-nav .nav-tools a {
	font-size: 13px;
	color: #727272;
	text-decoration: none;
}

nav.main-nav .right > div {
	float: left;
	margin: 0;
}

nav.main-nav .left {
	float: left;
}

nav.main-nav .right {
	float: right;
}

nav.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-nav ul.menu > li {
	display: inline-block;
}

nav.main-nav .left ul.menu > li > a {
	margin-right: 30px;
}

nav.main-nav .right ul.menu > li {
	margin-left: 30px;
}

nav.main-nav ul.menu > li > a {
	padding: 50px 20px 45px 20px;
	border-bottom: 5px solid transparent;
	display: block;
	font-family: MaisonNeue-Book;
	text-decoration: none;
	font-size: 13px;
	color: #5D5D5D;
	text-align: right;
	transition: border-color 0.5s;
	background: #fff;
	z-index: 99999;
	position: relative;
}

nav.main-nav ul.menu > li > a:hover, nav.main-nav ul.menu > li.current-menu-item > a {
	border-color: #D4D9F4;
}

/* Pre Footer */

section.footer-blocks {
	height:180px;
	background: #1A1A1A;
}

section.footer-blocks .footer-block {
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(151, 151, 149, 0.25);
	box-sizing: border-box;
	padding-top: 38px;
}

section.footer-blocks .footer-block:last-child {
	border-right: 0;
}

section.footer-blocks .footer-block > i {
	display: inline-block;
	width: 25px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

section.footer-blocks .footer-block.phone > i { background-image: url(../images/ico-phone.svg); }
section.footer-blocks .footer-block.address > i { background-image: url(../images/ico-address.svg); }
section.footer-blocks .footer-block.email > i { background-image: url(../images/ico-email.svg); }
section.footer-blocks .footer-block.facebook > i { background-image: url(../images/ico-fb.svg); }

section.footer-blocks .footer-block > div {
	font-family: MaisonNeue-Medium;
	font-size: 12px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 28px;
}

section.footer-blocks .footer-block > div span {
	display: block;
	max-width: 200px;
	margin: 5px auto;
}

section.footer-blocks .footer-block > div span,
section.footer-blocks .footer-block > div span a {
	color: #fff;
	text-decoration: none;
	line-height: 18px;
}


section.newsletter-signup {
	height: 277px;
	background: #605997;
}

section.newsletter-signup .container {
	position: relative;
	height: 100%;
}

section.newsletter-signup h3 {
	font-family: 'Old Standard TT', serif;
	font-weight: normal;
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	position: absolute;
	max-width: 50%;
	left: 0;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}

section.newsletter-signup .ajax-signup {
	position: absolute;
	max-width: 50%;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

section.newsletter-signup .ajax-signup .signup-message {
	color: #fff;
}

section.newsletter-signup .ajax-signup label {
	width: 380px;
	display: block;
	font-family: MaisonNeue-Book;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0;
	line-height: 28px;
	float: left;
}

section.newsletter-signup .ajax-signup label input {
	display: block;
	width: 100%;
	border: none;
	background: transparent;
	padding: 6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

section.newsletter-signup .ajax-signup label input,
section.newsletter-signup .ajax-signup label input::placeholder {
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0;
	line-height: 28px;
}

section.newsletter-signup .ajax-signup input[type=submit] {
	width: 152px;
	height: 56px;
	float: right;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	margin-top: 14px;
}

/* Footer */

footer {
	padding: 42px 0;
}

footer .foot-top {
	padding: 30px 0;
	border-bottom: 1px solid rgba(151,151,151,0.5);
}

footer .foot-bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(151, 151, 151, 0.25);
}

footer .foot-bottom,
footer .foot-bottom a {
	font-family: MaisonNeue-Medium;
	font-size: 12px;
	color: rgba(26, 26, 26, 0.5);
	letter-spacing: 0;
	line-height: 28px;
	text-decoration: none;
}

footer .foot-bottom .copyright-info,
footer .foot-top .site-logo {
	float: left;
}

footer .foot-bottom .made-by-freeform,
footer .foot-top .footer-guild {
	float: right;
}

footer .foot-nav {
	border-top: 1px solid rgba(151, 151, 151, 0.25);
	border-bottom: 1px solid rgba(151,151,151,0.5);
	padding: 35px 0 30px 0;
	margin: 4.5px 0;
	height: 200px;
}

footer .foot-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .foot-nav ul.menu > li:not(:first-child) > ul.sub-menu {
	margin-top: -28px;
}

footer .foot-nav ul.menu li {
	vertical-align: top;
}

footer .foot-nav ul.menu > li:first-child {
	width: 200px;
	display: inline-block;
}

footer .foot-nav ul.menu > li:nth-child(2) {
	width: 555px;
	height: 200px;
	display: inline-block;
}

footer .foot-nav ul.menu > li:last-child {
	width: 350px;
	display: inline-block;
}

footer .foot-nav a {
	font-family: MaisonNeue-Medium;
	font-size: 12px;
	color: #1A1A1A;
	letter-spacing: 0;
	line-height: 28px;
	text-decoration: none;
}

footer .foot-nav .sub-menu li {
	width: 174px;
	display: inline-block;
	float: left;
}

footer .foot-nav ul.menu > li:not(:first-child) > .sub-menu li:first-child {
	margin-left: 174px;
}

footer .foot-nav .sub-menu a {
	color: #727272;
	font-family: MaisonNeue-Light;
}





h1 {
    font-family: 'Old Standard TT', serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	color: #301145;
	letter-spacing: 0;
	line-height: 44px;
}

h3 {
    font-family: 'Old Standard TT', serif;
    font-weight: normal;
    font-style: italic;
	font-size: 18px;
	margin:0;
	color: #5D5D5D;
	letter-spacing: 0;
	line-height: 18px;
}

.woocommerce h3 {
	margin: 30px 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #ffff;
	border-radius: 0;
	border-top: 1px solid rgba(114, 114, 114, 0.25);
}

.woocommerce-checkout #payment .form-row {
	padding: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
}

.woocommerce-privacy-policy-text {
	font-size: 12px;
	text-align: center;
	opacity: 0.8;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
	padding: 0;
}

.select2-search--dropdown {
	display: none;
}

.select2-results {
	border-top: 1px solid rgba(114, 114, 114, 0.25);
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	padding: 10px;
	height: 47px;
}

.select2-results__option {
	padding: 10px 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #5f5997;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	text-align: center;
}

.woocommerce form.checkout_coupon {
	max-width: 400px;

}

.woocommerce form .form-row .required {
	font-size: 10px;
	vertical-align: top;
	opacity: 0.5;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 6px 20px;
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 28px;
	border: 1px solid rgba(114, 114, 114, 0.25);
}

.woocommerce form .form-row textarea {
	padding: 20px;
	resize: none;
	height: auto;
}

/* Online Store */

.shop-header-top {
	border-bottom: 1px solid rgba(114, 114, 114, 0.25);
}

.shop-header-top .container {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
}

.shop-header-top .container::before {
	content: '';
	width: 180px;
	height: 180px;
	background: url(../images/emblem.svg);
	display: block;
	position: absolute;
	right: -90px;
	bottom: -90px;
	opacity: 0.5;
}

.shop-header-desc {
	background: rgba(239, 239, 239, 0.5);
	border-bottom: 1px solid rgba(114, 114, 114, 0.25);
	overflow: hidden;
}

.shop-header-desc .header-content,
.shop-header-desc .header-content a {
	font-family: MaisonNeue-Book;
	font-size: 16px;
	color: #5D5D5D;
	line-height: 28px;
	text-decoration: none;
}

.shop-header-desc .header-content {
	text-align: center;
	width: 730px;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0 55px 0;
}

.shop-header-desc .header-content.blog-header {
	padding-bottom: 30px;
	width: 100%;
}

.shop-header-desc .header-content.blog-header .blog-image {
	height: 423px;
	background-size: cover;
	background-position: center;
	width: 925px;
	margin: 0 auto;
	max-width: 100%;
}

.shop-header-desc .header-content.blog-header .blog-actions {
	padding-top: 40px;
	text-align: left;
}

.shop-header-desc .header-content.blog-header .blog-actions a {
	font-family: MaisonNeue-Book;
	font-size: 13px;
	color: #5D5D5D;
	letter-spacing: 0;
	line-height: 23px;
	text-decoration: underline;
}

.shop-header-desc .header-content.blog-header .blog-actions .share-links {
	width: 141px;
	float: right;
	font-family: MaisonNeue-Light;
	font-size: 14px;
	color: #5D5D5D;
	line-height: 26px;
}

.shop-header-desc .header-content.blog-header .blog-actions .share-links .blox-share-links {
	float: right;
}

.shop-header-desc .header-content.blog-header .blog-actions .share-links .blox-share-links:hover .social {
	opacity: 0.5;
}

.shop-header-desc .header-content.blog-header .blog-actions .share-links .blox-share-links .social:hover {
	opacity: 1;
}

.shop-header-desc .header-content.blog-header .blog-actions .share-links .social {
	display: inline-block;
	width: 16px;fe
	height: 12px;
	color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 12px;
	vertical-align: middle;
	transition: opacity 0.5s;
}

.shop-header-desc .header-content.blog-header .blog-actions .share-links .social-facebook {
	background-image: url(../images/share-facebook.svg);
}
.shop-header-desc .header-content.blog-header .blog-actions .share-links .social-twitter {
	background-image: url(../images/share-twitter.svg);
}
.shop-header-desc .header-content.blog-header .blog-actions .share-links .social-gplus {
	background-image: url(../images/share-gplus.svg);
}

.shop-header-desc .header-content p {
	margin: 0;
	margin-bottom: 20px;
}

body.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
	background: #fff;
	display: inline-block;
	padding: 0 6px;
	border: 1px solid rgba(151, 151, 151, 0.25);
	border-top: 0;
}

body.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb, .woocommerce-breadcrumb a, body.woocommerce .woocommerce-breadcrumb a {
	font-family: MaisonNeue-Light;
	font-size: 11px;
	color: #605997;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}

.container.catalog {
	padding: 70px 0;
}

.catalog .product-tile {
	position: relative;
	display: block;
	width: 33.33%;
	border: 1px solid rgba(151, 151, 151, 0.25);
	border-top: 0;
	height: 355px;
	text-align: center;
	float: left;
	text-decoration: none;
	box-sizing: border-box;
}

.catalog .product-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
	z-index: 0;
}

.catalog.gemstones .product-image {
	width: 136px;
	height: 136px;
	border-radius: 80px;
	left:  50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.catalog .product-tile:hover .product-image {
	transform: scale(1.05);
}

.catalog.gemstones .product-tile:hover .product-image {
	transform: translate(-50%,-50%);
	border-radius: 50px;
}

.catalog .product-tile:nth-child(1),
.catalog .product-tile:nth-child(2),
.catalog .product-tile:nth-child(3),
li.product:nth-child(1),
li.product:nth-child(2),
li.product:nth-child(3) {
	border-top: 1px solid rgba(151, 151, 151, 0.25) !important;
}
li.product:nth-child(3n+2),
li.product:nth-child(3n+3),
.catalog .product-tile:nth-child(3n),
.catalog .product-tile:nth-child(3n+2) {
	border-left-width: 0 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button:disabled[disabled] {
	border-radius: 0;
	background: #605997;
	color: #fff;
	font-weight: normal;
	padding: 10px 40px;
	line-height: 22px;
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.catalog .product-tile .product-title {
	padding: 60px 10px;
	text-transform: uppercase;
	font-family: ProximaNova-Semibold;
	font-size: 16px;
	color: #605997;
	letter-spacing: 6.67px;
	text-align: center;
	line-height: 18px;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
}

.catalog .product-tile .view-product-btn {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid rgba(151, 151, 151, 0.25);
	padding: 18px;
	box-sizing: border-box;
	line-height: 17px;
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: #5D5D5D;
	transition: all 0.5s;
	z-index: 20;
}

.catalog .product-tile:hover .view-product-btn {
	background: #605997;
	color: #fff;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
	text-align: center;
	margin-top: 50px;
}

.woocommerce-ordering .woocommerce-ordering__filter {
	display: inline-block;
	margin-right: 20px;
}

.woocommerce-ordering .woocommerce-ordering__filter:last-child {
	margin: 0;
}

.woocommerce-ordering .woocommerce-ordering__filter span {
	vertical-align: middle;
	font-family: MaisonNeue-Book;
	font-size: 12px;
	color: #5D5D5D;
	line-height: 28px;
	padding: 5px;
	display: inline-block;
	padding-right: 15px;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	margin: 0;
	width: 33.33%;
	flex-basis: 33.33%;
	min-height: 470px;
	text-align: center;
	border: 1px solid rgba(151, 151, 151, 0.25);
	border-top: 0;
	box-sizing: border-box;
	padding-bottom: 45px;
}
.woocommerce ul.products li.product:hover .item-btn,
.woocommerce-page ul.products li.product:hover .item-btn {
	background: #605997;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination {
	padding: 50px 0;
	padding-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 15px;
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: #5D5D5D;
	text-align: center;
	line-height: 1;
}

.woocommerce .woocommerce-ordering select {
	min-width: 118px;
	-webkit-appearance: none;
	padding: 10px 15px 8px 15px;
	background: #fff;
	background-image: url(../images/dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 15px;
	border: 1px solid rgba(151, 151, 151, 0.25);
	border-radius: 0;
	font-family: MaisonNeue-Book;
	font-size: 12px;
	color: #5D5D5D;
	line-height: 18px;
}

.product .item-inner .item-image {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}

.product .item-inner img {
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product .item-inner .item-details {
	text-align: left;
	padding: 0 30px;
	box-sizing: border-box;
}

.feature-products .product-info h4,
.product .item-inner h2 {
	margin: 0;
	font-family: 'Old Standard TT', serif;
	font-weight: normal;
	font-size: 24px;
	color: #301145;
	letter-spacing: 0;
	line-height: 24px;
	text-align: left;
}

.feature-products .product-info .product-sku,
.product .item-inner .item-sku {
    font-family: 'Old Standard TT', serif;
    font-style: italic;
	font-size: 12px;
	color: rgba(26, 26, 26, 0.5);
	letter-spacing: 0;
	line-height: 26px;
}

.feature-products .product-info .product-desc,
.product .item-inner .item-details .item-desc {
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 0;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 130px;
}



.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #fff;
	border: none;
	line-height: 42px;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none;
}

.product .item-inner .item-details .item-desc p {
	margin: 0;
}

.product .item-inner .item-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #5D5D5D;
	line-height: 28px;
	padding: 8px 0;
	border-top: 1px solid rgba(151, 151, 151, 0.25);
	transition: all 0.5s;
}

body.single-product main#main {
	padding: 10px 0;
}

body.single-product div.product div.summary {
	padding-top: 35px;
}

body.single-product div.product div.summary p {
    font-size: 14px;
    line-height: 20px;
}

body.single-product .upsells.products {
	clear: both;
	position: relative;
}

body.single-product .related.products {
    margin-top: 70px;
    padding-top: 95px;
    border-top: 1px solid rgba(151, 151, 151, 0.5);
    position: relative;
    clear: both;
}

body.single-product .related.products::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(151, 151, 151, 0.25);
}

body.single-product .upsells.products > h2,
body.single-product .related.products > h2 {
	font-family: OldStandardTT-Bold;
	font-size: 16px;
	color: rgba(0,0,0,0.90);
	letter-spacing: 5px;
	text-align: center;
	line-height: 44px;
	text-transform: uppercase;
	margin: 0;
}

body.single-product .related.products ul {
	margin-top: 35px;
}

/*  Image gallery styling  */

body.single-product div.product div.images .flex-control-thumbs {
	max-height: 133px;
	overflow: visible;
}

body.single-product div.product div.images.woocommerce-product-gallery {
	border: 1px solid rgba(151, 151, 151, 0.25);
	position: relative;
	overflow:hidden;
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-viewport{
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-control-nav > li{
    border: 1px solid rgba(151, 151, 151, 0.25);
    margin: 1px;
    min-width: calc(25% - 4px);
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-control-nav{
    display: flex;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-control-nav.faded{
    transition: transform 0.5s ease-in-out;
    opacity: 0;
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav{
    list-style: none;
    display: flex;
    position: absolute;
    padding: 0;
    top: 493px;
    left : 457px;
    height: 50px;
    width: 100px;
    background: url('../images/btn-bg.jpg');
}

@media(max-width: 1150px){
    body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav{
        left:450px;
        top: 483px;
    }
}


@media(max-width: 600px){
    body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav{
        display: none;
    }
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav > li > a{
    text-decoration: none;
    display: block;
    height: 100%;
    width:100%;
    top:0;
    left:0;
    font-size: 0;
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav > li{
    height: 50px;
    width: 48px;
f
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next{
    background: url('../images/product-gallery-arrow.svg');
    transform: rotateZ(180deg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;

}

body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev{
    background: url('../images/product-gallery-arrow.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:center;
}

body.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev:before{
    position: absolute;
    content: '';
    border: 0.5px solid rgba(255,255,255,0.2);
    right: 50px;
    z-index:999;
    height: 40px;
    top: 5px;
}



body.single-product h2.product_title {
	font-family: 'Old Standard TT', serif;
    font-size: 30px;
    font-weight: normal;
    color: #301145;
    letter-spacing: 0;
    line-height: 44px;
}

body.single-product .woocommerce-product-details__sku {
    font-family: 'Old Standard TT', serif;
    font-style: italic;
	font-size: 12px;
	color: #727272;
	line-height: 20px;
}

body.single-product.woocommerce p.price,
body.single-product.woocommerce ul.products li.product .price{
    font-family: 'Old Standard TT', serif;
    font-style: italic;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 20px;
    margin: 20px 0;
    margin-bottom: 25px;
}

body.single-product.woocommerce .woocommerce-product-details__short-description {
	color: #222222;
	line-height: 26px;
	max-width: 460px;
}

body.single-product.woocommerce .payment-options {
	opacity: 0.5;
}

.products .product .item-details .item-desc{
    margin: 10px auto 20px auto;
}

.products .product .item-details .metal-container .metals{
    display: flex;
    justify-content: space-evenly;
}

.products .product .item-details .metal-container .metals .metal-attr-container > input{
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 15px;
    border-radius: 20px;
    outline: 0;
}

.related-products .products .product .item-details .metal-container .metals .metal-attr-container > input {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 15px;
    border-radius: 20px;
    outline: 0;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 50%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 46%;
}

.woocommerce .woocommerce-product-gallery__wrapper > div > a {
	display: block;
	padding: 50px;
	box-sizing: border-box;
}

body.single-product div.product .variations_form {
	padding: 20px 0;
	margin: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #605997;
	width: 100%;
	border-radius: 0;
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	height: 61px;
	line-height: 28px;
	box-sizing: border-box;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #605997;
}


.single-product .metal-selector .metals{
    display: flex;
    flex-direction: row;
    align-items:center;
}


.single-product .metal-selector .metals .metal-attr-container:nth-child(1),
.single-product .metal-selector .metals .metal-attr-container:nth-child(2),
.single-product .metal-selector .metals .metal-attr-container:nth-child(3){
    margin-top: -6px;
}


.single-product .metal-selector input[type=radio] {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	margin: auto;
	border-radius: 20px;
	outline: 0;
	position:relative;
}

.single-product .metal-selector input[type=radio]:checked {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
}

.single-product .metal-selector .metal-attr-container{
    display: flex;
    height: 47px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: -30px;
}

.single-product  .metal-selector .metal-attr-container .metal-desc{
    position: relative;
    top: 10px;
    font-size: 12px;
    width: 60px;
    text-align:center;
    margin:auto;
    padding:4px 0px;
    background: #D0D0D0;
    line-height: 12px;
    opacity: 0;
    visibility:hidden;
    transition: all 0.5s ease-in-out;
}


.single-product .metal-selector .metal-attr-container input:hover + div{
    visibility: visible;
    opacity:1;
}



/* Hover labels for metal selection for other sections */



.related .metal-selector .metal-attr-container,
.upsells .metal-selector .metal-attr-container,
.blox-section-featured-products .metal-selector .metal-attr-container{
    display: flex;
    height: 47px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: -30px;
}

.related .metals .metal-attr-container,
.upsells .metals .metal-attr-container,
.blox-section-featured-products .metals .metal-attr-container,
.archive .products .product .item-details .metal-container .metals .metal-attr-container{
    display: flex;
    height: 47px;
    width: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.archive .products .product .item-details .metal-container .metals .metal-attr-container{
    display: flex;
    height: 47px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.related .metals .metal-attr-container .metal-desc,
.upsells .metals .metal-attr-container .metal-desc,
.blox-section-featured-products .metals .metas-attr-container .metal-desc,
.archive .products .product .item-details .metal-container .metals .metal-attr-container .metal-desc{
    position: relative;
    top: 10px;
    font-size: 12px;
    width: 60px;
    transform: translateX(-20px);
    text-align:center;
    margin:auto;
    padding:4px 0px;
    background: #D0D0D0;
    line-height: 12px;
    opacity: 0;
    visibility:hidden;
    transition: all 0.5s ease-in-out;
    z-index:99999999;
}


.blox-section-featured-products .metals .metal-attr-container input:hover + div,
.related .metals .metal-attr-container input:hover + div,
.upsells .metals .metal-attr-container input:hover + div,
.archive .products .product .item-details .metal-container .metals .metal-attr-container input:hover + div{
    visibility: visible;
    opacity:1;
}

.archive .products .product .item-details p.price{
    font-family: 'Old Standard TT', serif;
    font-style: italic;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px
    text-align:left;
    margin-bottom: 20px;
}



.woocommerce div.product .variation-wrapper {
	border-top: 1px solid rgba(151, 151, 151, 0.5);
}

.woocommerce div.product form.cart .variations .metal-wrapper {
	border-bottom: 1px solid rgba(151, 151, 151, 0.5);
	border-top: 1px solid rgba(151, 151, 151, 0.25);
	padding-top: 20px;
	padding-bottom: 15px;
}

.woocommerce div.product form.cart .variations .metal-wrapper .metal-selector {
	width: 50%;
	float: left;
}

.woocommerce div.product form.cart .variations .product-ring-size {
	display: block;
	float: right;
	font-family: OldStandardTT-Italic;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	height: 61px;
	width: 50%;
	vertical-align: top;
	border: 1px solid rgba(151, 151, 151, 0.25);
	padding: 18px;
	box-sizing: border-box;
	position:relative;
	top: 10px;
}


.woocommerce div.product form.cart .variations {
	padding-top: 5px;
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations > div {
	width: 50%;
	float: left;
}

.woocommerce div.product form.cart .variations > div:nth-child(2n) .simpleselect .placeholder {
	border-right: 0;
}

.woocommerce div.product form.cart .variations .attr-pa_metal {
	width: 100%;
	padding-bottom: 5px;
}

.woocommerce div.product form.cart .variations .attr-pa_metal.hide-select {
	display: none;
}

.woocommerce div.product form.cart .variations .metal-wrapper::after,
.woocommerce div.product form.cart .variations::after {
	clear: both;
	content: '';
	display: block;
}

.woocommerce div.product form.cart .variations .simpleselect {
	width: 100%;
	height: 60px;
}

.woocommerce div.product form.cart .variations .simpleselect .placeholder,
.woocommerce div.product form.cart .variations .simpleselect .options .option,
.woocommerce div.product form.cart .variations .simpleselect .options .optgroup .optgroup-label {
	padding: 17px;
	border: 1px solid #e9e9e9;
	text-align: center;
	border-radius: 0;
	box-sizing: border-box;
	font-family: OldStandardTT-Italic;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
}

#simpleselect_pa_ring-size .option {
	width: 50%;
	float: left;
	border-bottom: 1px solid rgba(151, 151, 151, 0.25);
	padding: 0px;
	font-family: OldStandardTT-Italic;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0;
	text-align: center;
	line-height: 36px;
}

#simpleselect_pa_ring-size .option:nth-child(2n) {
	border-right: 1px solid rgba(151, 151, 151, 0.25);
}

#simpleselect_pa_ring-size .option:first-child {
	width: 100%;
	float: none;
	line-height: 26px;
	margin-top: -1px;
	background: #fff !important;
	color: #000 !important;
	padding: 17px;
}

#simpleselect_pa_ring-size .options::after {
	content: '';
	display: block;
	clear: both;
}

.woocommerce div.product form.cart .variations label {
	font-family: OldStandardTT-Italic;
	font-weight: normal;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0;
	line-height: 26px;
}

/* Double Border */

.blog-single-wrapper .the-content blockquote,
.double-border {
	border-top: 1px solid rgba(151, 151, 151, 0.5);
	border-bottom: 1px solid rgba(151, 151, 151, 0.25);
	position: relative;
}

.blog-single-wrapper .the-content blockquote::before,
.blog-single-wrapper .the-content blockquote::after,
.double-border::before,
.double-border::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
}

.blog-single-wrapper .the-content blockquote::before,
.double-border::before {
	top: 5px;
	background: rgba(151, 151, 151, 0.25);
}


.blog-single-wrapper .the-content blockquote::after,
.double-border::after {
	bottom: 5px;
	background: rgba(151, 151, 151, 0.5);
}

/* Clear Both */

.woocommerce-variation-add-to-cart::after {
	content: '';
	display: block;
	clear: both;
}


 .side-link:hover{
    background : rgb(100,0,0) ;
 }


.feature-products {
	width: 355px;
	max-width: 100%;
	margin: 0 12.5px;
	display: inline-block;
	text-align: center;
	background: #E7E9F4;
	padding: 24px;
	box-sizing: border-box;
	vertical-align: top;
	height: 600px;
}

.feature-products:first-child {
	margin-left: 0;
}
.feature-products:last-child {
	margin-right: 0;
}

.feature-products h3 {
	font-family: ProximaNova-Semibold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #605997;
	letter-spacing: 5px;
	text-align: center;
	line-height: 18px;
	position: relative;
	z-index: 999;
	margin: 0;
}

.feature-products .product-list {
	margin-top: -42px;
}

.feature-products .product-thumb {
    height: 260px;
    width:307px;
    position: relative;
    top: 5px;
    z-index: 100;
    max-width: 100%;
}

.feature-products .product-thumb img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	object-position: 0px 40px;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	background: #fff;
}

.feature-products .product-info {
	text-align: left;
	background: #fff;
	padding: 30px 20px 5px 20px;
	box-sizing: border-box;
	margin-top: -15px;
	height: 312px;
	z-index: 110;
}


.feature-products .product-info .product-sku {
	margin: 15px 0 8px 0;
}

.feature-products .product-inner {
	position: relative;
	text-decoration: none;
	color: #000;
	overflow: hidden;
}


.feature-products .product-inner .product-price {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding-bottom: 20px;
	background: #fff;
}

.feature-products .product-inner .product-price span {
	font-family: OldStandardTT-Italic;
	font-size: 12px;
	color: #1A1A1A;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	margin-bottom: 8px;
}

.feature-products .product-inner .product-price .view-product-btn {
	padding: 5px;
	border: 1px solid #ccc;
	width: 246px;
	max-width: 100%;
	margin: 0 auto;
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: #5D5D5D;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.feature-products .product-inner .product-price .view-product-btn:hover {
	background: #605997;
	color: #fff;
}

.feature-products .slick-arrow {
	width: 50px;
	height: 25px;
	background: url(../images/slick-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	color: transparent;
	-webkit-appearance: none;
	border: none;
	position: absolute;
	right: 0;
	top: 160px;
	outline:0;
	z-index: 9999;
	padding: 0;
	background-position: right;
}

.feature-products .slick-arrow.slick-prev {
	transform: scale(-1);
	right: unset;
	left: 0;
}


.ring-size-guide {
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(26, 26, 26, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}

body.ring-size-popup .ring-size-guide {
	opacity: 1;
	pointer-events: all;
}

.ring-size-guide .popup-content {
	box-sizing: border-box;
	padding-top: 80px;
	background: #fff;
	position: absolute;
	width: 711px;
	height: 90vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.ring-size-guide .popup-content img {
	display: block;
	margin: 0 auto;
	max-height: 95%;
}

.ring-size-guide .popup-content .close-popup {
	font-family: MaisonNeue-Book;
	font-size: 14px;
	color: #5D5D5D;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	background: rgba(96, 89, 151, 0.2);
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 33px;
}

.ring-size-guide .popup-content .close-popup span {
	font-size: 20px;
	color: rgba(0,0,0,0.5);
	vertical-align: bottom;
	display: inline-block;
	margin-left: 5px;
	line-height: 25px;
}

.ring-size-guide .popup-content h3 {
	font-family: OldStandardTT-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #301145;
	letter-spacing: 0;
	line-height: 44px;
	text-align: center;
	margin-top: -50px;
}


/*  Breating animation for banner link button.  */

.slide-link{
    -webkit-animation: breathing-text 7s ease-out infinite normal;
    animation: breathing-text 7s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
    animation-play-state: running;
}

.slide-link::before{
    -webkit-animation: breathing-bar 7s ease-out infinite normal;
    animation: breathing-bar 7s ease-out infinite normal;
    animation-play-state: running;
}

.slide-link:hover::before{
    animation-play-state: paused;
    transition: all 0.5s ease-in-out;
    opacity: 0.85;
}

.slide-link:hover{
    animation-play-state: paused;
}


@-webkit-keyframes breathing-bar {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

@keyframes breathing-bar {
  0% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}

@-webkit-keyframes breathing-text {
   0% {
    font-size: 14px;
  }

  25% {
    font-size: 16px;
  }

  60% {
    font-size: 14px;
  }

  100% {
    font-size: 14px;
  }
}

@keyframes breathing-text {
     0% {
    font-size: 14px;
  }

  25% {
    font-size: 16px;
  }

  60% {
    font-size: 14px;
  }

  100% {
    font-size: 14px;
  }
}

.content-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.blog-wrapper .blog-row {
	width: 1115px;
	max-width: 100%;
	padding: 50px 0;
	margin: 74px auto;
	position: relative;
	border-bottom: 1px solid rgba(151, 151, 151, 0.25);
	border-top: 1px solid rgba(151, 151, 151, 0.5);
}

.blog-wrapper .blog-row::before {
	content: '';
	border-top: 1px solid rgba(151, 151, 151, 0.25);
	border-bottom: 1px solid rgba(151, 151, 151, 0.5);
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0;
	height: calc(100% - 10px);
	box-sizing: border-box;
}

.blog-wrapper .content-wrapper .vertical-align {
	padding-left: calc(50% + 80px);
}

.blog-wrapper .content-wrapper h2 {
	font-family: OldStandardTT-Regular;
	font-size: 40px;
	font-weight: normal;
	color: #605997;
	letter-spacing: 0;
	line-height: 44px;
	margin: 0;
	margin-bottom: 20px;
}

.blog-wrapper .content-wrapper .content {
	max-height: 162px;
	overflow: hidden;
	font-family: MaisonNeue-Light;
	font-size: 16px;
	color: #5D5D5D;
	letter-spacing: 0;
	line-height: 26px;
}

.blog-wrapper .blog-article {
	display: block;
	position: relative;
	text-decoration: none;
}

.blog-wrapper .blog-article.large {
	height: 383px;
}

.blog-wrapper .blog-article.large .container {
	height: 100%;
	box-sizing: border-box;
}

.blog-wrapper .blog-article.large .blog-thumb {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.blog-wrapper .blog-article.tile {
	box-sizing: border-box;
	width: 33.33%;
	height: 433px;
	float: left;
	vertical-align: top;
	border: 1px solid rgba(151, 151, 151, 0.25);
}

.blog-wrapper .blog-article.tile .post-inner {
	padding: 20px;
}

.blog-wrapper .blog-article.tile:nth-child(1):not(:last-child),
.blog-wrapper .blog-article.tile:nth-child(2):not(:last-child) {
	border-right: 0;
}

.blog-wrapper .blog-article.tile .blog-thumb {
	width: 100%;
	height: 183px;
	background-size: cover;
	background-position: center;
}

.blog-wrapper .blog-article.tile  h2 {
	font-family: OldStandardTT-Regular;
	font-weight: normal;
	font-size: 24px;
	color: #301145;
	letter-spacing: 0;
	line-height: 30px;
	margin-top: 23px;
	margin-bottom: 12px;
}

.blog-wrapper .blog-article.tile h2,
.blog-wrapper .blog-article.tile .content,
.blog-wrapper .blog-article.tile .text-link {
	padding: 0 13px;
	box-sizing: border-box;
}

.blog-wrapper .blog-article.tile .text-link  {
	margin-top: 12px;
}

.blog-wrapper .blog-article.tile .content {
	font-family: MaisonNeue-Light;
	font-size: 14px;
	color: #5D5D5D;
	letter-spacing: 0;
	line-height: 26px;
	max-height: 78px;
	display: block;
	overflow: hidden;
}

.blog-wrapper > .double-border {
	margin-top: 78px;
}

.blog-single-wrapper {
	padding: 70px 0;
	width: 735px;
	margin-left: 60px;
	max-width: 100%;
}

body.single .blog-pagination {
	padding-bottom: 50px;
	max-width: 830px;
	font-family: MaisonNeue-Book;
	font-size: 13px;
	color: #5D5D5D;
	letter-spacing: 0;
	line-height: 23px;
}

body.single .blog-pagination::after {
	content: '';
	display: block;
	clear: both;
}

body.single .blog-pagination .alignright {
	float: right;
}

body.single .blog-pagination .alignleft {
	float: left;
}

.blog-single-wrapper .the-content {
	font-family: MaisonNeue-Book;
	font-size: 16px;
	color: #727272;
	letter-spacing: 0;
	line-height: 28px;
}

.blog-single-wrapper h1 {
	margin-bottom: 40px;
}

.blog-single-wrapper .the-content blockquote {
	font-family: OldStandardTT-Regular;
	font-size: 40px;
	color: #301145;
	letter-spacing: 0;
	line-height: 50px;
	margin: 40px 0;
}

.page-template-template-gemstones .btn.view-all {
	margin: 0 auto;
	display: block;
	clear: both;
	margin-bottom: 50px;
}

.shop-footer-links {
	background: #1A1A1A;
	display: flex;
}

.shop-footer-links a {
	font-family: OldStandardTT-Bold;
	display: block;
	flex: 1;
	text-align: center;
	padding: 30px 20px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-align: center;
	line-height: 43px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid rgba(151, 151, 151, 0.25);
	border-left: 0;
}

.shop-footer-links a:last-child {
	border-right: 0;
}

@media (max-width: 1300px) {
	.shop-header-top .container::before {
		display: none;
	}
}

@media (max-width: 1200px) {

	nav.main-nav .nav-tools {
		padding: 0;
		height: auto;
		width: auto;
		position: absolute;
		float: none;
		right: 0;
		top: -21px;
	}

	nav.main-nav .nav-tools .tool-cart {
		margin: 0 20px;
	}

	nav.main-nav .nav-tools::before,
	nav.main-nav .nav-tools .tool-phone { display: none; }

	nav.main-nav ul.menu > li > a {
		margin: 0 !important;
	}

	.shop-header-top .container {
		padding: 50px 20px;
		box-sizing: border-box;
	}

	.woocommerce .products ul, .woocommerce ul.products {
		padding: 20px;
		box-sizing: border-box;
	}

}

@media (max-width: 1150px) {

	body.single .blog-pagination {
		padding: 20px;
		box-sizing: border-box;
	}

	.blog-single-wrapper {
		margin: 0;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	.shop-header-desc .header-content.blog-header .blog-image {
		height: 45vw;
	}

	.woocommerce-page .wrapper, .wrapper.blox-no-sections {
		padding: 40px 20px;
	}

	.shop-header-desc .header-content {
		padding: 20px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 24px;
	}

	body.single-product div.product div.images .flex-control-thumbs {
		display: none;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		float: none;
		width: 550px;
		margin: 0 auto;
		max-width: 100%;
	}

    .feature-products, .feature-products:first-child, .feature-products:last-child {
        display: block;
        margin: 20px auto;
    }

    .container.catalog {
    	padding: 70px 20px;
    	box-sizing: border-box;
    }

    section.newsletter-signup {
		height: auto;
		padding: 50px 20px;
	}

    section.newsletter-signup h3 {
    	position: initial;
    	transform: none;
    	width: auto;
    	max-width: unset;
    	text-align: center;
    	margin-top: 0;
    }

    section.newsletter-signup .ajax-signup {
    	margin: 0 auto;
    	margin-top: 40px;
    	position: initial;
    	transform: none;
    	max-width: 500px;
    }

	section.newsletter-signup .ajax-signup input[type=submit],
    section.newsletter-signup .ajax-signup label {
		width: 100%;
		float: none;
	}

	footer .container {
		padding: 20px;
		box-sizing: border-box;
	}

	footer .foot-nav {
		height: auto;
	}

	footer .foot-nav ul.menu > li:first-child {
		width: 100%;
	}

	footer .foot-nav ul.menu > li:nth-child(2) {
		margin-top: 30px;
		width: 100%;
		height: auto;
	}

	footer .foot-nav ul.menu > li:last-child {
		margin-top: 30px;
		width: 100%;
	}

	footer .foot-bottom .copyright-info {
		float: none;
		text-align: center;
	}

	footer .foot-bottom .made-by-freeform {
		margin-top: 20px;
		float: none;
		display: block;
		text-align: center;
	}

	.blog-wrapper .blog-article.large {
		height: auto;
	}

	.blog-wrapper .blog-article.large .blog-thumb {
		position: initial;
		width: 100%;
		height: 40vw;
		max-width: 800px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.blog-wrapper .content-wrapper .vertical-align {
		position: relative;
		transform: none;
		padding: 0;
	}

	.blog-wrapper {
		padding: 20px;
		box-sizing: border-box;
	}

	.blog-wrapper .blog-article.tile, .blog-wrapper .blog-article.tile:nth-child(1):not(:last-child), .blog-wrapper .blog-article.tile:nth-child(2):not(:last-child) {
		display: block;
		float: none;
		border: 1px solid rgba(151, 151, 151, 0.25);
		margin: 20px auto;
		width: 400px;
		max-width: 100%;
	}
}

@media (max-width: 1000px) {
	.catalog .product-tile {
		width: 100%;
		float: none;
		margin-top: 20px;
		border-top: 1px solid rgba(151, 151, 151, 0.25);
	}

	.catalog .product-tile:nth-child(1), .catalog .product-tile:nth-child(2), .catalog .product-tile:nth-child(3), li.product:nth-child(1), li.product:nth-child(2), li.product:nth-child(3),li.product:nth-child(3n+2), li.product:nth-child(3n+3), .catalog .product-tile:nth-child(3n), .catalog .product-tile:nth-child(3n+2) {
		border-width: 1px !important;
	}

	section.footer-blocks .footer-block {
		width: 50%;
		height: 50%;
		border-bottom: 1px solid rgba(151, 151, 149, 0.25);
	}

	section.footer-blocks .footer-block:nth-child(2) {
		border-right: 0;
	}

	section.footer-blocks .footer-block:nth-child(3),
	section.footer-blocks .footer-block:nth-child(4) {
		border-bottom: 0;
	}

	section.footer-blocks {
		height: 360px;
	}

	.catalog .product-tile .product-title {
		padding-top: 30px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
		margin-bottom: 20px;
		border: 1px solid rgba(151, 151, 151, 0.25);
		height: auto;
		padding-bottom: 70px;
		flex-basis: 100%;
	}
}

@media (min-width: 800px) {
	nav.main-nav .submenu-wrapper {
		position: absolute;
		background: #fff;
		width: 100%;
		left: 0;
		z-index: 9999;
		top: 113px;
		box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		max-height: 0;
		overflow: hidden;
		transition: all 0.5s;
	}

	nav.main-nav .submenu-wrapper > * {
		transition: opacity 1s;
		opacity: 0;
		width: 925px;
		margin: 0 auto;
	}

	nav.main-nav ul.menu li.menu-item-has-children:hover > .submenu-wrapper > * {
		opacity: 1;
	}

	nav.main-nav ul.menu > li.menu-item-has-children::before {
		content: '';
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		height: 113px;
		width: 100%;
		z-index: 10000;
		pointer-events: none;
	}

	nav.main-nav ul.menu li.menu-item-has-children:hover > .submenu-wrapper {
		max-height: 650px;
		padding-top: 40px;
		overflow: visible;
		border-top: 1px solid rgba(151, 151, 151, 0.25);
	}

	nav.main-nav ul.menu li.menu-item-has-children > .submenu-wrapper > .sub-menu {
		padding-right: 385px;
		padding-top: 40px;
		padding-bottom: 70px;
		margin-top: -40px;
		box-sizing: border-box;
		background-position: 100% top;
        background-repeat: no-repeat;
        background-size: 300px 225px;
	}
	nav.main-nav ul.menu li.menu-item-has-children > .submenu-wrapper .sub-menu::after {
		content: '';
		display: block;
		clear: both;
	}

	nav.main-nav ul.menu li.menu-item-has-children > .submenu-wrapper.deep-submenu .sub-menu {padding-right: 250px;}

	nav.main-nav ul.menu li.menu-item-has-children > .submenu-wrapper .sub-menu .sub-menu {
		display: inline;
		width: auto;
	}

	nav.main-nav ul.menu .submenu-wrapper .submenu-title a {
		font-family: OldStandardTT-Regular;
		font-size: 40px;
		color: #301145;
		letter-spacing: 0;
		line-height: 44px;
		text-decoration: none;
		margin-bottom: 20px;
		display: block;
	}

	nav.main-nav ul.sub-menu li.submenu-title {width: 560px;}

	nav.main-nav ul.sub-menu li.menu-item {
		letter-spacing: 0;
		line-height: 40px;
		width: 50%;
		float: left;
	}

	nav.main-nav .submenu-wrapper.deep-submenu > ul.sub-menu > li.menu-item  {
		width: 33.33%;
	}

	nav.main-nav .submenu-wrapper.deep-submenu > ul.sub-menu > li.menu-item > a {
		display: block;
		opacity: 1;
	}

	nav.main-nav .submenu-wrapper.deep-submenu > ul.sub-menu ul.sub-menu li.menu-item {
		width: 100%;
	}

	nav.main-nav ul.sub-menu li.menu-item a {
		font-family: MaisonNeue-Medium;
		font-size: 16px;
		color: #301145;
		text-decoration: none;
		opacity: 0.3;
		transition: all 0.5s;
	}

	nav.main-nav ul.sub-menu li.menu-item.current-menu-item > a {
		opacity: 1;
		text-decoration: underline;
	}

	nav.main-nav ul.sub-menu li.menu-item a:hover {
		opacity: 1;
	}
}

@media (max-width: 800px) {
	.woocommerce-ordering .woocommerce-ordering__filter {
		display: block;
		margin: 0;
		margin-top: 20px;
		text-align: left;
		padding: 0 20px;
	}

	.woocommerce-ordering .woocommerce-ordering__filter span {
		display: inline-block;
		width: 40px;
	}
	.woocommerce .woocommerce-ordering select {
		width: calc(100% - 64px);
	}

	.mobile-btn {
	  position: absolute;
	  right: 20px;
	  top: 40px;
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  text-decoration: none;
	  color: transparent;
	}

	.mobile-btn i,
	.mobile-btn i::before,
	.mobile-btn i::after {
	  position: absolute;
	  left:0;
	  content: '';
	  display: block;
	  width: 25px;
	  height: 2px;
	  background: rgba(48, 16, 68, 0.75);
	  transition: all 0.5s;
	}

	.mobile-btn i {
	  top: 50%;
	}

	.mobile-btn i::before {
	  top: -8px;
	}

	.mobile-btn i::after {
	  bottom: -8px;
	}

	body.menu-active .mobile-btn i::before,
	body.menu-active .mobile-btn i::after {
	  top: 0;
	  bottom: 0;
	  transform: rotate(-90deg);
	}

	body.menu-active .mobile-btn i::after {
	  opacity: 0;
	}

	body.menu-active .mobile-btn i {
	  transform: rotate(45deg);
	}

	.header-msg {
		display: none;
	}

	nav.main-nav {
		visibility: hidden;
		pointer-events: none;
		padding: 0;
		height: 0;
		overflow: hidden;
		transition: opacity 0.5s;
		position: absolute;
		top: 114px;
		z-index: 9999;
		opacity: 0;
	}

	body.menu-active nav.main-nav {
		display: block;
		background: #fff;
		padding: 0;
		padding-top: 30px;
		width: 100%;
		visibility: visible;
		pointer-events: all;
		height: auto;
		opacity: 1;
	}

	nav.main-nav .right > div,
	nav.main-nav .left,
	nav.main-nav .right {
		float: none;
	}

	nav.main-nav .nav-tools {
		top: 20px;
	}

	nav.main-nav ul.menu > li {
		display: block;

	}

	nav.main-nav ul.menu > li > a {
		text-align: center;
		padding: 20px;
		border-bottom: 1px solid rgba(212, 217, 244, 0.25);
	}

	nav.main-nav ul.menu > li > a:hover, nav.main-nav ul.menu > li.current-menu-item > a {
		border-bottom: 1px solid rgba(212, 217, 244, 0.25);
	}

	nav.main-nav .right ul.menu > li {
		margin: 0;
	}

	.submenu-wrapper {
		display: none;
	}

	.shop-footer-links {
		display: block;
	}

	.shop-footer-links a {
		display: block;
		border: 0;
		border-top: 1px solid rgba(151, 151, 151, 0.25);
		font-size: 14px;
		padding: 15px;
	}

	.shop-header-top .container {
		background: #fff !important;
	}

	h1 {
		font-size: 26px;
		line-height: 1;
	}

	body.single-product .related.products {
		margin-top: 0;
		padding-top: 40px;
	}

}

@media (max-width: 600px) {
	.opening-hours-wrapper .opening-day {
		width: 100%;
		margin-bottom: 20px;
		float: none;
		padding: 0;
		text-align: center;
	}

	.blox-section-contact .row-opening-hours h3 {
		text-align: center;
	}

	.blox-section-contact form .row label, .blox-section-contact form .row label:last-child {
		float: none;
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 500px) {
	section.footer-blocks .footer-block {
		width: 100%;
		height: 25%;
		border-right: 0;
	}
	section.footer-blocks {
		height: 720px;
	}
	section.footer-blocks .footer-block:nth-child(3), section.footer-blocks .footer-block:nth-child(4) {
		border-bottom: 1px solid rgba(151, 151, 149, 0.25);
		border-right: 0;
	}

	.feature-products .product-inner .product-price {
		padding: 20px;
		box-sizing: border-box;
	}
}

@media(max-width: 400px) {
	footer .foot-nav ul.menu li,
	footer .foot-nav .sub-menu li {
		width: 100%;
		text-align: center;
	}

	footer .foot-nav ul.menu > li:not(:first-child) > ul.sub-menu {
		margin-top: 0;
	}
	footer .foot-nav ul.menu > li:not(:first-child) > .sub-menu li:first-child {
		margin-left: 0;
	}

	footer .foot-top .footer-guild {
		display: none;
	}

	footer .foot-top .site-logo {
		float: none;
		margin: 0 auto;
	}

	.woocommerce div.product form.cart .variations .metal-wrapper .metal-selector {
		width: 100%;
		float: none;
	}

	body.ring-size-popup .ring-size-guide,
	.woocommerce div.product form.cart .variations .product-ring-size {
		display: none;
	}

	.woocommerce div.product form.cart .variations > div {
		float: none;
		width: 100%;
	}

	.woocommerce div.product form.cart .variations > div:nth-child(2n) .simpleselect .placeholder {
		border-right: 1px solid #e9e9e9;
		border-bottom: 0;
	}

	.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float: none;
		width: 100%;
	}

	#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

/*** Gift Card Internal Page Styling  ****/


form.gift-cards_form.cart .gift-cards-list{
	display: flex;
	flex-directon: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

form.gift-cards_form.cart .gift-cards-list > h3{
	flex-basis: 100%;
	font-family: MaisonNeue-Book;
    font-size: 16px;
    color: #5D5D5D;
    font-style: unset;
    margin-block-start: 2em;
    margin-block-end: 10px;

}

form.gift-cards_form.cart .gift-cards-list > button{
    flex-basis: 24%;
    padding: 10px 0px;
    border: 1px solid #605997;
    transition: all 0.5s ease-in-out;
}

form.gift-cards_form.cart .gift-cards-list > button:focus{
	outline: none;
}

form.gift-cards_form.cart .gift-cards-list > button.selected_button{
	background: #605997;
}

form.gift-cards_form.cart .gift-cards-list > button:not(.selected_button){
	color: #605997;
}

form.gift-cards_form.cart .gift-card-content-editor.step-content .ywgc-message{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

form.gift-cards_form.cart .gift-card-content-editor.step-content .ywgc-message label{
	flex-basis: 100%;
	margin-bottom: 10px;
}

form.gift-cards_form.cart .gift-card-content-editor.step-content .ywgc-message textarea{
	flex-basis: 100%;
	resize: none;
	font-family: MaisonNeue-Book;
    font-size: 14px;
    padding: 10px;
    float: unset;
}

form.gift-cards_form.cart .gift_card_template_button.variations_button{
    margin-top: 20px;
}

form.gift-cards_form.cart .gift_card_template_button.variations_button .quantity{
    float: unset;
    margin: 10px 0px;
}

form.gift-cards_form.cart .gift_card_template_button.variations_button .quantity label{
    text-transform:capitalize;
	margin-right: 40px;
	clip: unset;
    height: auto;
    overflow: visible;
    position: relative !important;
    width: auto;
}

.ywgc_have_code .woocommerce-info{
	padding-left: 0px;
}


.ywgc_enter_code > div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.ywgc_enter_code > div > p:not(.form-row){
    flex-basis: 100%;
    padding-left: unset;
}

.ywgc_enter_code > div > p.form-row{
	width: auto;
	height: 48px;
	padding: unset;
    margin: unset;
    float: unset;
}

.ywgc_enter_code > div > p.form-row > input{
    height: calc(100% - 13px);
    padding: 5px;
    margin-right: 5px;
}

.ywgc_enter_code > div > p.form-row > button{
	height: 100%;
	background-color: #605997 !important;
	transition: all 0.5s ease-in-out;
}

.ywgc_enter_code > div > p.form-row > button:hover{
	background-color: #605997dd !important;
}


/*** Product Gallery Slider Styling - Feb, 2021 ***/

.woocommerce.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    transition:all 0.25s ease-in-out 0.25s;
}

.woocommerce.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
    transition:all 0.25s ease-in-out;
    opacity: 0;
}

.woocommerce.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide{
    transition:all 0.25s ease-in-out 0.75s;
    opacity: 1;
}


/*** Image Padding - March 2021 ***/

body.archive.term-unique-products ul.products .product .item-image{
  margin-bottom: 25px;
}
