/** Shopify CDN: Minification failed

Line 45:13 Expected ")" to end URL token
Line 46:13 Expected ")" to end URL token
Line 47:10 Expected ")" to end URL token
Line 48:10 Expected ")" to end URL token
Line 49:10 Expected ")" to end URL token

**/
/* Cam's Foundation Extras */

/* Some things need to be hidden sometimes */
.hidden {
  display: none;
}

/* Some things need aligning */
.align-right {
  text-align: right;
}

/* Why the hell do lists still put their style outside the div? */
ol,
ul {
  list-style-position: inside;
  margin-left: 0;
}

/* Product Loop - Change the breakpoint of product grids to suit */
@media only screen and (min-width: 620px) {
  .product-preview.large-4 {
    position: relative;
    width: 33.33333%;
  }
}

/* Foundation reveal reveals some problems */
.reveal-modal {
  top: 10% !important;
}

/* Foundation Icon Fonts */
@font-face {
  font-family: 'foundation-icons';
  src: url({{'foundation-icons.eot'|asset_url}});
  src: url({{'foundation-icons.eot?#iefix'|asset_url}}) format('embedded-opentype'),
    url({{'foundation-icons.woff'|asset_url}}) format('woff'),
    url({{'foundation-icons.ttf'|asset_url}}) format('truetype'),
    url({{'foundation-icons.svg#fontcustom'|asset_url}}) format('svg');
}
.white {
  color: white !important;
}

/* Contact Form */
textarea {
  min-height: 100px;
}

/* Top Bar Form Height Fix */
.top-bar input[type='text'],
.top-bar .button {
  height: 1.9rem;
}

/* Recent Blog Snippet */
ul.recent-blog {
  list-style-type: none;
}

/* Product Page Thumbs */
.product_thumbs {
  margin-top: 20px;
}

/* General */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .index ._header {
    bottom: 30% !important;
    right: 60% !important;
  }

  .index .minor-cell {
    margin-top: 60px !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.overlay-is-visible {
  overflow-y: hidden;
  padding-right: 17px;
}

.pink-text {
  color: #ffa998 !important;
}

.black-text {
  color: #000000 !important;
}

.blue-quote {
  color: #90a9b7;
}

.ornamental-break-black {
  background: #000000;
}

.ornamental-break-green {
  background: #c2edd5;
}

.ornamental-break-gray {
  background: #777777;
}

.ornamental-break-white {
  background: #ffffff;
}

.ornamental-break-left {
  margin: 45px 0px;
}

.left-align {
  text-align: left;
}

/* Home Page */
#HomeBlock3 {
  padding: 0px 20px 50px 20px;
}
@media only screen and (min-width: 1024px) {
  #HomeBlock3 {
    padding: 0 20px 100px 20px;
  }
}

.home-collage-layout {
  /*padding-bottom: 30px;*/
}

.home-info-links {
  font-family: 'Montserrat', sans-serif;
}

.home-info-links a {
  font-weight: normal !important;
}

.share-label {
  position: relative;
  float: right !important;
}

.home-collage-layout .collage-image .ui-label {
  float: left;
}

/* Footer */

.footer-logo-container {
  margin: 1em;
  padding: 1em;
}

.footer-logo-block {
  text-align: center;
  padding: 1em;
}

.footer-logo {
  margin: 0 auto;
  opacity: 0.75;
  width: auto;
}
.footer-logo.active-state,
.footer-logo:hover {
  opacity: 1;
}

.footer-logo-container.pure-g .footer-logo-block img {
  max-width: 120px;
}

@media only screen and (max-width: 599px) {
  .footer-logo-container.pure-g .footer-logo-block img {
    max-width: 100%;
  }
  .footer-logo-block {
    text-align: center;
    padding: 7px;
  }
  .footer-logo-container {
    margin: 0;
    padding: 8px;
  }
}

/* Main Navigation */

.navigation-menu-link,
.navigation-menu a {
  margin: 10px 0 !important;
}

.social-navigation a {
  margin: 0 10px;
  color: #cccccc;
}

.social-navigation a:hover {
  color: #ffa998;
}

.contact-link {
  color: #777777;
}

.contact-link:hover {
  color: #ffa998;
  text-decoration: none;
}

.navigation-menu-gray a {
  color: #777777;
  text-transform: none !important;
  margin: 10px 0;
}

.navigation-address {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.23em;
  margin: 10px 0;
  font-weight: 400;
}

/* Banner Images */

@media screen and (max-width: 768px) {
  .page-banner-layout {
    min-height: 350px;
  }
}

/* Secondary Navigation */

.tab-bar-menu-item figure,
.tab-bar-menu a figure {
  margin-bottom: 0px !important;
}

.tab-bar-menu-item,
.tab-bar-menu a {
  font-size: 11px !important;
  color: #212121;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .tab-bar-menu-item,
  .tab-bar-menu a {
    padding: 20px 5px 20px 5px;
  }
  .tab-bar-menu-item figure,
  .tab-bar-menu a figure {
    line-height: 80px;
  }
}

.tab-bar-menu a:first-child {
  border-left: none;
}

.tab-bar-menu a:last-child {
  border-right: none;
}

.tab-bar-menu a:hover {
  color: #ffa998;
}

@media screen and (max-width: 1024px) {
  .tab-bar-menu a {
    width: 100px;
  }
}

/* Newsletter Sign-Up */

.sign-up {
  background-color: #202020;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  width: 30%;
  font-size: 15px;
}

.email-input {
  width: 50%;
  padding: 10px;
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .email-input {
    width: 65%;
  }
  .sign-up {
    width: 25%;
  }
}

/* The Greener Diamond */

.percentages {
  margin: 0 auto;
  text-align: center;
  color: #202020;
  padding: 1em;
}

.percentages img {
  margin: 1em 0;
  height: 70px;
  width: auto;
}

.percentages p {
  margin: 1em;
}

.home-try-on-remove {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 11;
}

.home-try-on-selection {
  position: relative;
}

/* Why Choose Conflict Free */

.warning {
  padding: 1em;
}

.warning-row {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 4em 0;
}

.project-background {
  z-index: 0;
  width: 100%;
  background: url(../assets/map.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 3em;
}

.project-content {
  z-index: 5;
  display: block;
  width: 98%;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 4em;
}

.project-content img {
  padding: 1em;
}

.project-grid {
  margin: 2em 0;
}

.x {
  max-width: 60px;
}

/* Home Try-On */

.ring-sizer {
  margin: 1em 0;
  padding: 6em 2em;
}

/* Ring Size Form */
.ring-size-form input::-webkit-input-placeholder:after {
  content: '*';
  color: #ffa998;
}

/* Contact Us */

#contact-us .ui-tabs .ui-tabs-nav {
  max-width: 1200px;
  padding-left: 10%;
}

#contact-us .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
  float: none;
}

#contact-us .ui-tabs .ui-tabs-panel {
  background: #ffffff;
  color: #777777;
  top: 3em;
}

#contact-us .ui-tabs .ui-tabs-panel a {
  color: #212121;
}

#contact-us .ui-tabs .ui-tabs-panel .pink-btn {
  color: #ffffff;
}

#contact-us .ui-widget-content .ui-state-default {
  background: #ffffff;
  width: 25%;
  padding: 1em 2em;
  margin: 0 1em;
  border: 1px solid #d2d2d2;
}

#contact-us .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  border-bottom: 0;
}

#contact-us .ui-widget-content .ui-state-hover a,
.ui-widget-content .ui-state-active a {
  color: #202020 !important;
}

#contact-us .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #f6f6f6 !important;
  padding: 1em 2em;
}

.tab-img {
  max-height: 50px;
  width: auto;
  margin-bottom: 1em;
}

@media all and (max-width: 1024px) {
  #contact-us .ui-tabs .ui-tabs-nav li {
    float: none;
    display: block;
    clear: both;
    padding: 1em 0;
  }

  #contact-us .ui-widget-content .ui-state-default {
    width: 80%;
    margin: 0 auto;
  }
  #contact-us .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 0;
  }
}

/* Contact Us Form */

.contact-us-form {
  background: #ffffff;
  margin: 2em auto;
  padding: 2em;
  width: 100%;
  background: #ddb7aa;
}

.contact-us-form-container {
  background: #ffffff;
  width: 90%;
  margin: 2em auto;
  padding: 2em;
}

.contact-us-form h2 {
  font-style: normal;
  color: #202020;
}

.contact-us-form-container a {
  color: #ffa998 !important;
  cursor: pointer;
}

.required {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #ffa998;
  text-transform: uppercase;
}

.contact-us-form label {
  color: #202020;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.contact-us-form input {
  margin: 1em 0;
  background: #f6f6f6;
  border: #f6f6f6;
  color: #202020;
}

.contact-us-form select {
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #777777;
  width: 95%;
  height: 50px;
  border-radius: 0;
  padding-left: 1em;
  margin: 1.4em 0;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  text-align: center;
}

.contact-us-form textarea {
  margin: 1em 0;
  background: #f6f6f6;
  border: #f6f6f6;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-us-form ::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #777777;
  text-align: center;
}

.contact-us-form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #777777;
  text-align: center;
}

.contact-us-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #777777;
  text-align: center;
}

.contact-us-form :-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #777777;
  text-align: center;
}

.submit-btn {
  position: relative;
  bottom: 6.2em;
  left: 47%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .submit-btn {
    left: 42%;
    bottom: 6.8em;
  }
}

@media screen and (max-width: 425px) {
  .contact-us-form ::-webkit-input-placeholder {
    font-size: 12px;
  }

  .contact-us-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
  }

  .contact-us-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
  }

  .contact-us-form :-ms-input-placeholder {
    font-size: 12px;
  }
  .contact-us-form select {
    font-size: 12px;
  }
  .contact-us-form {
    background: #ffffff;
    margin: 2em auto;
    width: 100%;
    background: #ddb7aa;
    padding: 5px;
  }

  .contact-us-form-container {
    background: #ffffff;
    width: 90%;
    margin: 2em auto;
    font-size: 13px;
  }
  .phone-number {
    font-size: 20px;
  }
  .submit-btn {
    left: 35%;
    bottom: 6.2em;
  }
}

/* Visit Us */

#visit-us .contact-header-right {
  text-decoration: underline;
}

#visit-us .banner-img-left {
  opacity: 0.3;
}

#visit-us .banner-img-left:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.bucket-img {
  height: 150px;
  padding: 10px;
}

.faq {
  padding: 1em;
}

.faq h3 {
  margin-bottom: 1em;
}

.faq-button {
  margin-top: 3em;
  display: block;
}

/* Press Room */

.press-room-logo-container {
  background-color: #90a9b7;
  margin: 0 !important;
}

.press-room-cell {
  border: 2em solid #90a9b7;
  border-bottom: 0;
}

.gray-fill-btn {
  background-color: #777777;
  border: 1px solid #777777;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 1em 0;
  width: 35%;
  font-size: 15px;
  text-transform: uppercase;
  margin: 3em auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 1em 0;
  width: 35%;
  font-size: 15px;
  text-transform: uppercase;
  margin: 3em auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gray-text {
  color: #777777 !important;
}

.press p {
  margin: 1em 0;
}

.press {
  border-right: 1px #d2d2d2 solid;
  padding: 2em;
}

@media screen and (max-width: 768px) {
  .press {
    border-right: none;
    border-bottom: 1px #d2d2d2 solid;
    height: auto;
  }
}

.press-last p {
  margin: 1em 0;
}

.press-last {
  padding: 2em;
}

.white-text {
  color: #ffffff !important;
}

.press-room-title {
  margin-top: 3em;
  padding: 1em;
}

/* How We Give */
.custom-green-heading {
  margin-bottom: 0px !important;
}

.green-btn {
  cursor: pointer;
}

.how-we-give-container > section {
  margin: 7rem 0 !important;
}

/* Reviews */
.rating-header {
  font-size: 32px !important;
}

.reviews {
  text-align: left;
}

.reviews p {
  margin: 15px auto;
}

.reviews-name {
  font-style: italic;
  margin: 10px auto !important;
}

.reviews-name a {
  color: #000000;
  text-decoration: underline;
}

.continuation-button {
  cursor: pointer;
}

.lowercase {
  text-transform: lowercase !important;
}

.reviews-pink-btn {
  margin: 1em auto !important;
  max-width: 300px !important;
  padding: 15px !important;
  cursor: pointer;
}

.inverse-pink-btn {
  background-color: transparent !important;
  border: 1px solid #ffa998 !important;
  color: #ffa998 !important;
}

.inverse-pink-btn:hover {
  background-color: #ffa998 !important;
  color: #ffffff !important;
}

.trustpilot-widget {
  margin-top: 50px;
  max-width: 1400px;
  margin: 50px auto 0;
  min-height: 140px !important;
}

/* Product Detail Page */

.ring-builder > ._overview .text-style-callout {
  font-size: 35px !important;
}

.strike-price {
  text-decoration: line-through;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

/* Breadcrumbs */

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/* Collection Filter */

.filter-button {
  font-size: 12px !important;
}

/* Page Overlay */

.page-overlay-layout > ._dimmer.dark {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* Navigation Menu */

.menu-style-secondary {
  margin: 25px 0px !important;
}

/* Quick Guide */

/*.quickguide-zozo-tabs .nested-tabs .descriptive-content ._body, .quickguide-zozo-tabs .nested-tabs .descriptive-content .mobile-only {
  margin-top: 15rem !important;
}*/

.diagram {
  max-width: 1440px !important;
}

.stop-flick {
  -webkit-backface-visibility: inherit;
}

/* -- header adjustments -- */

.svg-button {
  display: inline-block;
  vertical-align: top;
}

.svg-button svg {
  display: block;
  height: 20px;
}

/*-- IMAGE ONLY BANNERS -
  -fixed height for "in body banner images"
--*/

.formatted-image.-wide {
  padding: 0;
  padding-top: 547px;
}

/*-- PRODUCT DETAIL PAGE --
  -- alternative hint style for dark backgrounds
  -- currently used in product detail page in the ring builder
--*/

.hinted-2 {
  font-size: 0.8em;
  opacity: 0.5;
}

/*-- Adds padding to related products and recommended products on the product detail page --*/

._related.content-cell {
  padding: 67px 26px;
}

@media only screen and (min-width: 750px) {
  ._related.content-cell {
    padding: 67px 50px;
  }
}

@media only screen and (min-width: 1024px) {
  ._related.content-cell {
    padding: 117px 50px;
  }
}

/*-- stone shapes & material box --*/

.product-shapes {
  display: inline-block;
  text-align: center;
  width: 25%;
}

.product-shapes-unit {
  display: inline-block;
  text-align: left;
}

/* -- Stone Info popup box -- */
.inspector-region {
  outline: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
}

.inspector-region:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 25px 0;
  border-color: transparent #f6f6f6 transparent transparent;
  -webkit-transform: rotate(360deg);
}

/*-- Rig Builder Stone Captions --*/
.stone-caption {
  font-size: 14px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  opacity: 0.75;
}

/*-- Ring Builder: Video Overlay (fix dots from overlapping video button) --*/

@media only screen and (min-width: 750px) {
  .product-preview-layout > ._images .slick-dots {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 26px;
    width: 200px;
    transform: translateX(-50%);
    line-height: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .product-preview-layout > ._images .slick-dots {
    width: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-preview-layout > ._images .slick-dots {
    width: 200px;
  }
}

@media only screen and (min-width: 1440px) {
  .product-preview-layout > ._images .slick-dots {
    width: 360px;
  }
}

@media only screen and (min-width: 1760px) {
  .product-preview-layout > ._images .slick-dots {
    width: 530px;
  }
}

/* -- STONE DETAIL PAGE -- */

.ui-icon-menu .ui-icon-menu-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

@media only screen and (min-width: 750px) {
  .ui-icon-menu .ui-icon-menu-title {
    padding-left: 35px;
  }
  .product-editor-layout .ui-spec-table {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 749px) {
  .product-editor-layout .ui-icon-menu {
    line-height: 2.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .product-editor-layout .ui-icon-menu a[href] i {
    font-size: 15px;
    width: 24px;
  }
}

@media only screen and (min-width: 1250px) {
  .product-editor-layout .ui-icon-menu a[href] i {
    font-size: 20px;
    width: 35px;
  }
}

/*-- STONE GUIDE SECTION --*/

/*-- PRESS PAGE --*/

.press-links-layout > ._filters button {
  outline: none;
}

/*-- clearfix to stop rows form breaking on press links --*/

.press-links-layout ._content > a {
  clear: both;
}

.press-links-layout ._content > a:after {
  clear: both;
  /*content: "";*/
  display: table;
}

@media only screen and (min-width: 1024px) {
  .press-links-layout > ._content a h3 {
    border-right: none;
  }
  .press-links-layout > ._content a p {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/*-- Ordered List Item --*/

.ol-item {
  display: list-item;
  margin-left: 26px;
  /*-- $inset-size --*/
  list-style-type: decimal;
}

/*-- Email Signup Form Success --*/

.email-signup-form {
  position: relative;
  display: block;
}

.sign-up {
  font-size: 10px;
  height: 38px;
}

.sign-up:focus {
  outline: none;
  opacity: 0.8;
  text-decoration: underline;
}

/*--alert box--*/

.email-alert {
  display: none;
  position: relative;
  clear: both;
  width: 91%;
  margin: 10px auto;
  padding: 17px;
  color: #35491e;
  background: #e1fac9;
  padding: 10px 25px;
  border: 2px solid #91c753;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*--error--*/

.email-alert-error {
  color: #5f2423;
  background: #fbdbcf;
  border-color: #f3746d;
}

.email-alert-error a {
  text-decoration: underline;
  color: #e84c4a;
}

.email-alert-error:before,
.email-alert-error:after {
  content: '';
  position: absolute;
  top: 38%;
  right: 14px;
  width: 3px;
  height: 12px;
  background: #e84c4a;
  transform: rotate(-45deg) translateY(0%);
}

.email-alert-error:after {
  transform: rotate(45deg) translateY(0%);
}

/*--success--*/

.email-alert-success {
  color: #35491e;
  background: #e1fac9;
  border-color: #91c753;
}

.email-alert-success a {
  text-decoration: underline;
  color: #61a136;
}

.email-alert-success:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  width: 14px;
  height: 7px;
  border: solid #61a136;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg) translateY(-120%);
  -moz-transform: rotate(-45deg) translateY(-120%);
  -ms-transform: rotate(-45deg) translateY(-120%);
  -o-transform: rotate(-45deg) translateY(-120%);
  transform: rotate(-45deg) translateY(-120%);
}

@media only screen and (min-width: 400px) {
  .sign-up {
    font-size: 15px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .email-alert {
    width: 80%;
  }
}

/*-- jQuery UI diolog  (lots of !importants to over-ride jQ-UI's--*/

.ui-dialog.ui-widget-content .ui-dialog-buttonset button {
  margin: 5px 0;
  width: 100%;
}

.ui-dialog.ui-widget-content.no-title .ui-dialog-titlebar {
  display: none;
}

.ui-widget-content a {
  color: #ffa998 !important;
  outline: none;
  text-decoration: underline;
}
.ui-widget-content a:focus {
  outline: none;
  text-decoration: underline;
}

.successFormDiolog {
  width: auto !important;
  top: 130px !important;
  left: 10% !important;
  right: 10% !important;
  padding: 20px;
  background: white;
  border-radius: 2px;
  text-align: center;
}

.successFormDiolog .ui-button {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 20px !important;
  width: 20px !important;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: transparent;
  cursor: pointer;
  z-index: 100;
}

.successFormDiolog .ui-dialog-titlebar button {
  display: block !important;
}

.successFormDiolog .ui-button:hover {
  opacity: 1;
}

.successFormDiolog .ui-state-default .ui-icon {
  background-image: url(close-large.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  background-position: 0 0;
}

.successFormDiolog .ui-dialog-titlebar {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  border: 0;
  background: transparent !important;
}

.successFormDiolog .ui-widget-content {
  color: #777;
  padding: 60px 20px;
}

.successFormDiolog h2 {
  margin-bottom: 15px;
}

.successFormDiolog p {
  color: rgb(80, 80, 80);
  font-size: 25px;
  text-align: center;
}

/*-- Setmore popup/diolog box --*/

#setmore-fancy-box #setmore-fancy-box-close-icon {
  background: url(close-large.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 20px;
  height: 20px;
  opacity: 0.75;
}

#setmore-overlay {
  background: rgba(0, 0, 0, 0.65) !important;
  opacity: 1 !important;
}

/*-- PRODUCTS --*/

.boast-section {
  background: #f6f6f6;
  text-align: center;
  padding: 21px;
  font-style: italic;
}

@media only screen and (min-width: 1024px) {
  .boast-section {
    font-size: 26px;
  }
}

.small-screen-border-bottom {
  position: relative;
  margin-bottom: 76px;
}

.small-screen-border-bottom:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70%;
  left: 50%;
  bottom: -76px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1023px) {
  .small-screen-border-bottom {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .small-screen-border-bottom {
    margin-bottom: 0;
  }
  .small-screen-border-bottom:after {
    display: none;
  }
}

/* -- tools -- */

.hide-for-ss-inline {
  display: none;
}

@media only screen and (min-width: 640px) {
  .hide-for-ss-inline {
    display: inline;
  }
}

/* -- CSS LOADER / SPINNER -- */

.loader-pannel {
  min-height: 250px;
  position: relative;
}

.loader-container {
  position: absolute;
  width: 225px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load-spinner {
  color: #505050;
  font-size: 40px;
  text-align: left;
  position: relative;
  top: 50%;
  width: 230px;
}

.load-text {
  display: block;
  float: left;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  position: absolute;
  right: 33px;
  top: 22px;
  display: block;
  float: right;
  color: #505050;
  font-size: 4px;
  margin: 0;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loader-container-searching {
  width: auto;
  position: relative;
  margin: 0;
}

@media (max-width: 749px) {
  .loader-container-searching.stone-settings {
    margin: 20px 0;
    top: inherit;
    left: inherit;
    transform: inherit;
  }

  .loader-container-searching.stone-settings .load-spinner {
    font-size: inherit;
  }
}

.loader-container-searching .load-spinner {
  width: 100%;
  text-align: center;
}

.loader-container-searching .load-spinner .load-text {
  font-size: 20px;
  display: inline-block;
  float: none;
}

/* -- Load spinner 2 -- */

.loader-2 .load-text {
  float: none;
}
.loader-2 {
  margin: 0 0 0 -5px;
  text-align: center;
  display: inline-block;
}

.loader-2 > div {
  width: 6px;
  height: 6px;
  background-color: #505050;

  border-radius: 100%;
  display: block;
  float: left;
  margin-right: 2px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader-2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.no-matching-settings {
  display: none;
}

/* adjustments for product load spinner */

.loader-container.loader-container-product {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  transform: translate(0, 0);
  left: 0;
  top: 0;
  margin: 0 auto;
}

.loader-container-product .load-text,
.loader-container-product .loader {
  color: #bfbfbf;
}

/* -- COLLECTIONS FILTER: Slider Enhancements -- */

.filter-control-set {
  min-height: auto !important;
}

.filter-option-menu {
  max-width: 1440px;
  margin: 0 auto;
}

.ui-slider-range,
.ui-slider-handle {
  cursor: pointer;
}

/* info box */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.filters-section {
  padding-top: 30px;
}

.filter-control-set ._buttons a.filter-info-button {
  display: block;
  width: 62px;
  margin: -35px auto 0 auto;
  padding: 25px 0 15px 0;
}

.filter-info {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  position: relative;
  margin: -26px;
  padding: 30px;
  background: #d9d9d9;
  color: inherit;
  opacity: 1;
  transition: opacity 0.4s;
}

.filter-info.ng-hide {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

.filter-info .text-style-caption-title {
  margin-bottom: 20px;
}

.filter-info p {
  margin-bottom: 20px;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}

.filter-info .text-style-caption-title {
  font-size: inherit;
  color: #000;
}

.filter-info-toggle-button {
  background-image: url(close-white.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.filter-info-toggle-button:focus {
  outline: none;
}

@media only screen and (min-width: 640px) {
  .filter-info-toggle-button:hover {
    opacity: 0.75;
  }
}

@media only screen and (min-width: 750px) {
  .filter-info {
    margin: -50px;
  }
}

/* -- Footer Small Screen Menus -- */
.sm-only {
  display: block;
}
.med-lg-only {
  display: none;
}
.room-right {
  padding-right: 10px;
}
footer ._closing {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
  .med-lg-only {
    display: block;
  }
}

ul.subnavigation {
  margin-bottom: 26px;
}
ul.subnavigation li {
  list-style: none;
}
ul.subnavigation a {
  color: #777;
  letter-spacing: 0.12em;
  text-transform: none;
}
ul.subnavigation a:hover {
  color: #ffa998;
}

.product-shapes img {
  height: 50px;
  width: 50px;
}

.filter-control-set {
  min-height: 271px;
}

.filter-summary {
  min-height: 98px;
}

.loading {
  font-size: 40px;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loading.no-position {
  position: inherit;
  top: inherit;
  transform: inherit;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: '\2026'; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

.loading-container {
  position: absolute;
  height: 50%;
  width: 20%;
  top: 30%;
  left: 55%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.filter-control-set {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.subtotal-table {
  margin-top: 3.5em;
}

.product-loading {
  display: inline-block;
  position: relative;
  font-size: 40px;
  cursor: default;
}

.product-loading:after {
  overflow: hidden;
  display: block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 1100ms infinite;
  animation: ellipsis steps(4, end) 1100ms infinite;
  content: '\2026';
  width: 0px;
  cursor: default;
  position: absolute;
  left: 103%;
  top: 0;
}

.sale-price {
  color: #ff6e69 !important;
}

p a {
  color: #505050;
  text-decoration: underline;
}

.text-style-chapter-title,
.cell-style-C .text-style-chapter-title {
  color: #777777;
}

.navigation-menu-link,
.navigation-menu a,
.navigation-address {
  font-size: 12px;
}

#NavigationOverlay .social-navigation {
  text-align: left;
}

#NavigationOverlay .social-navigation .fa {
  font-size: 12px;
}

.financing.affirm-prequal-text {
  padding: 15px 7%;
  margin-top: 50px;
}

/* Cart promo message */
.promo-messaging {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  color: #212121;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
}

.promo-messaging.alert {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.promo-messaging.success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155725;
}

/* Fixing insta feed */

.fs-wrapper div.fs-timeline-entry {
    background-size: cover !important;
}

/* Fixing insta feed ends */

/* Collection copy */
.collection-bottom-copy {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px 40px 50px;
  font-family: 'Montserrat',sans-serif;
}

@media(max-width: 700px){
  .collection-bottom-copy {
    padding: 26px;
}
}

.collection-bottom-copy h2:first-child{
    margin-top: 0px;
}

.collection-bottom-copy h2{
  font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.collection-bottom-copy p{
    margin-bottom: 10px;
  font-size: 14px;
  
}
/* Collection copy */

/* Global Grid */
.image-grid-global {
    display: flex;
    align-items: center;
    gap: 20px;
}

.image-grid-global div{
    flex-basis: 50%;
}

@media(max-width: 700px){
    .image-grid-global {
    flex-direction: column;
    }

    .image-grid-global.reverse {
    flex-direction: column-reverse;
    }
}

  .top-engagement-ring {
    max-width: 1000px;
    margin: auto;
}

.image-grid-global {
    margin: 20px 0;
}

.top-engagement-ring {
    padding: 0 20px;
  margin-bottom: 40px;
}
/* Global Grid ends */
/* Blog styles */
.six-flex-products {
    margin: 40px 0;
}

.six-flex-products a.grid-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gray;
    max-width: 200px;
    margin: 20px auto;
    text-decoration: none !important;
    color: white !important;
    padding: 10px;
}

.six-flex-products a.grid-button:hover {
    background-color: #808080e0;
}
/* Blog styles ends */