@media all and (min-width: 800px) {
  .conceal {
    display: none !important;
  }
}
@media all and (max-width: 800px) {
  .conceal {
    display: inherit;
  }
}
@media all and (min-width: 800px) {
  .reveal {
    display: inherit;
  }
}
@media all and (max-width: 800px) {
  .reveal {
    display: none !important;
  }
}
@media all and (min-width: 800px) {
  .reveal-m {
    display: inherit;
  }
}
@media all and (max-width: 800px) {
  .reveal-m {
    display: none !important;
  }
}
@media all and (min-width: 800px) and (max-width: 1100px) {
  .reveal-m {
    display: none !important;
  }
}
body .content_wrapper {
  min-height: none !important;
}
.ring-info-tabs .constrain .cards .card .richtext a {
  display: none;
}
#inquire-modal .modal {
  max-width: 600px;
  background: #fff;
  text-align: left;
}
@media all and (max-width: 800px) {
  #inquire-modal .modal {
    text-align: center;
  }
}
#inquire-modal .modal .text {
  color: #76787c;
  font: normal 1em "Timeless", serif;
  margin-bottom: 15px;
}
#inquire-modal .modal .text p {
  margin-bottom: 8px;
}
#inquire-modal .modal .text p:last-of-type {
  margin-bottom: 0;
}
#inquire-modal .modal .flexbox .image {
  flex: 0 0 113px;
  padding-top: 15px;
}
@media all and (max-width: 800px) {
  #inquire-modal .modal .flexbox .image {
    flex: 1;
  }
}
#inquire-modal .modal .flexbox .image img {
  display: block;
}
@media all and (max-width: 800px) {
  #inquire-modal .modal .flexbox .image img {
    margin: 0 auto;
  }
}
#inquire-modal .modal .flexbox .form {
  flex: 1;
}
@media all and (min-width: 800px) {
  #inquire-modal .modal .flexbox .form {
    padding-left: 15px;
  }
}
@media all and (min-width: 800px) {
  #inquire-modal .modal .flexbox .form form .unit1of2.left {
    padding-right: 10px;
  }
}
@media all and (min-width: 800px) {
  #inquire-modal .modal .flexbox .form form .unit1of2.right {
    padding-left: 10px;
  }
}
@media all and (max-width: 800px) {
  #inquire-modal .modal .flexbox .form form .unit1of2.right {
    padding-bottom: 10px;
  }
}
#inquire-modal .modal .flexbox .form form .field {
  margin-bottom: 10px;
  text-align: left;
}
#inquire-modal .modal .flexbox .form form .field:last-of-type {
  margin-bottom: 0;
}
#inquire-modal .modal .flexbox .form form .field label {
  color: #76787c;
  font: normal 1em "Timeless", serif;
  font-size: 0.94em;
  display: block;
  margin-bottom: 2px;
}
#inquire-modal .modal .flexbox .form form .field input, #inquire-modal .modal .flexbox .form form .field textarea {
  border: 1px solid #d4d4d4;
  color: #76787c;
  display: block;
  width: 100%;
}
#inquire-modal .modal .flexbox .form form .field textarea {
  height: 80px;
}
#inquire-modal .modal #inq-message {
  padding: 10px 0;
  text-align: right;
}
#inquire-modal .modal #inq-message p.note {
  margin: 0;
}
#inquire-modal .modal .buttons {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
#inquire-modal .modal .buttons .btn {
  flex: 0 0 48%;
}
.iframe-wrapper p.no-results {
  font: normal 1em "Timeless", serif;
  font-size: 15px;
  color: #76787c;
  background: #fff;
  padding: 15px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.iframe-wrapper header.iframe {
  background: #fff;
  padding: 0 0 15px 0;
  position: relative;
}
.iframe-wrapper header.iframe.bar {
  border-bottom: 30px solid #bbe1ee;
}
.iframe-wrapper header.iframe .constrain {
  max-width: 900px;
  padding: 0 20px;
  position: static;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain {
    padding: 0 12px;
  }
}
.iframe-wrapper header.iframe .constrain .top {
  height: 70px;
  padding: 10px 0;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top {
    height: 60px;
    padding: 5px 0;
  }
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox {
    flex-direction: row;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox .icons {
  flex: 1 1 30%;
  padding-top: 13px;
}
.iframe-wrapper header.iframe .constrain .top .flexbox .icons ul {
  list-style-type: none;
}
.iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li {
  display: inline-block;
  margin-right: 15px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li {
    margin-right: 5px;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li:last-of-type {
    margin-right: 0;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li a img {
  display: block;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .icons ul li a img {
    width: 18px;
    height: 18px;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox form {
  flex: 0 1 280px;
  position: relative;
  padding-top: 7px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox form {
    flex: 0 0 50%;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox form input {
  display: block;
  width: 100%;
  font: normal 1em "Arial", sans-serif;
  color: #272727;
  font-size: 15px;
  border: 2px solid #bbe1ee;
  border-radius: 20px;
  padding: 8px 35px 8px 10px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox form input {
    font-size: 14px;
    padding: 7px 35px 6px 10px;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox form a.icon-search {
  font-size: 22px;
  color: #bbe1ee;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 14px;
  z-index: 2;
}
.iframe-wrapper header.iframe .constrain .top .flexbox form a.icon-search:hover {
  color: #5b93a5;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox form a.icon-search {
    top: 12px;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox .saved {
  flex: 1 1 30%;
  text-align: right;
  padding-top: 11px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .saved {
    padding-top: 14px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .saved {
    padding-top: 15px;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox .saved a {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #bbe1ee;
}
.iframe-wrapper header.iframe .constrain .top .flexbox .saved a:hover {
  color: #5b93a5;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .saved a span.icon2-heart1 {
    font-size: 16px;
    position: relative;
    top: 2px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .saved a span.icon2-heart1 {
    font-size: 12px;
  }
}
.iframe-wrapper header.iframe .constrain .top .flexbox .saved a p.txt {
  display: inline-block;
  font: normal 1em "Timeless", serif;
  font-size: 22px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .saved a p.txt {
    font-size: 16px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper header.iframe .constrain .top .flexbox .saved a p.txt {
    font-size: 12px;
  }
}
.iframe-wrapper header.iframe .constrain .logo {
  text-align: center;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain .logo {
    margin-top: 10px;
  }
}
.iframe-wrapper header.iframe .constrain .logo a {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.iframe-wrapper header.iframe .constrain .logo a img {
  display: block;
}
@media all and (min-width: 0) and (max-width: 500px) {
  .iframe-wrapper header.iframe .constrain .logo a img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
.iframe-wrapper header.iframe .constrain nav {
  margin-top: 20px;
  text-align: center;
}
.iframe-wrapper header.iframe .constrain nav ul {
  list-style-type: none;
}
.iframe-wrapper header.iframe .constrain nav ul li {
  display: inline-block;
  margin-right: 10%;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain nav ul li {
    margin-right: 30px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper header.iframe .constrain nav ul li {
    margin-right: 15px;
  }
}
.iframe-wrapper header.iframe .constrain nav ul li:last-of-type {
  margin-right: 0;
}
.iframe-wrapper header.iframe .constrain nav ul li a {
  font: normal 1em "Timeless", serif;
  color: #76787c;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 20px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain nav ul li a {
    font-size: 18px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper header.iframe .constrain nav ul li a {
    font-size: 16px;
  }
}
.iframe-wrapper header.iframe .constrain nav ul li a:hover {
  color: #bbe1ee;
}
.iframe-wrapper header.iframe .constrain nav ul li a span.ar {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 1px;
  transition: all 300ms ease;
}
@media all and (max-width: 800px) {
  .iframe-wrapper header.iframe .constrain nav ul li a span.ar {
    font-size: 15px;
    top: 1px;
  }
}
.iframe-wrapper header.iframe .constrain nav ul li a.active {
  color: #bbe1ee;
}
.iframe-wrapper header.iframe .constrain nav ul li a.active span.ar {
  transform: rotate(90deg);
}
.iframe-wrapper .col-dropdown {
  background: #fff;
  z-index: 5;
  padding: 5px 0 20px 0;
  text-align: center;
  display: none;
}
.iframe-wrapper .col-dropdown .constrain {
  max-width: 720px;
  display: flex;
}
.iframe-wrapper .col-dropdown .constrain ul {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.iframe-wrapper .col-dropdown .constrain ul li {
  width: 10ch;
}
.iframe-wrapper .col-dropdown .constrain ul li:last-of-type {
  margin-right: 0;
}
.iframe-wrapper .col-dropdown .constrain ul li a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.iframe-wrapper .col-dropdown .constrain ul li a img {
  display: block;
  width: 100%;
}
.iframe-wrapper .col-dropdown .constrain ul li a p.name {
  font: normal 1em "Timeless", serif;
  color: #272727;
  font-size: 15px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper .col-dropdown .constrain ul li a p.name {
    font-size: 14px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper .col-dropdown .constrain ul li a p.name {
    font-size: 12px;
  }
}
.iframe-wrapper .col-dropdown .constrain ul li a:hover p.name {
  color: #5b93a5;
}
.iframe-wrapper .if-bar {
  width: 100%;
  height: 30px;
  background: #bbe1ee;
}
.iframe-wrapper .r-loading {
  text-align: center;
  padding: 10px;
}
.iframe-wrapper .ring-grid {
  background: #bbe1ee;
  padding: 15px 0 30px 0;
  overflow: hidden;
}
.iframe-wrapper .ring-grid.touch .flexbox .ring .top a .overlay {
  display: none;
}
.iframe-wrapper .ring-grid.touch .flexbox .ring .top a .vid .ov {
  display: none;
}
.iframe-wrapper .ring-grid .page-buttons {
  background: #fff;
  max-width: 875px;
  margin: 10px auto 0 auto;
  padding: 10px;
  width: calc(100% - 25px);
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
.iframe-wrapper .ring-grid .page-buttons li {
  display: block;
  flex: 0 0 40px;
  margin: 0 1px;
}
.iframe-wrapper .ring-grid .page-buttons li a, .iframe-wrapper .ring-grid .page-buttons li span {
  background: #dcdcdc;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  padding-top: 9px;
  color: #565656;
}
.iframe-wrapper .ring-grid .page-buttons li a.active, .iframe-wrapper .ring-grid .page-buttons li span.active {
  background-color: #bbe1ee;
}
.iframe-wrapper .ring-grid .page-buttons li a:hover, .iframe-wrapper .ring-grid .page-buttons li span:hover {
  background-color: #bbe1ee;
}
.iframe-wrapper .ring-grid .page-buttons li a.icon-right-big, .iframe-wrapper .ring-grid .page-buttons li a.icon-left-big, .iframe-wrapper .ring-grid .page-buttons li span.icon-right-big, .iframe-wrapper .ring-grid .page-buttons li span.icon-left-big {
  font-size: 13px;
  padding-top: 8px;
}
.iframe-wrapper .ring-grid .page-buttons li span {
  opacity: 0.35;
}
.iframe-wrapper .ring-grid .page-buttons li span:hover {
  background-color: #dcdcdc;
}
.iframe-wrapper .ring-grid .filter-wrap {
  text-align: center;
}
.iframe-wrapper .ring-grid .filter-wrap .links a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
  font: normal 1em "Timeless", serif;
  font-size: 20px;
  vertical-align: top;
  padding: 3px;
}
.iframe-wrapper .ring-grid .filter-wrap .links a:last-of-type {
  margin-right: 0;
}
.iframe-wrapper .ring-grid .filter-wrap .links a:hover {
  color: #5b93a5;
}
.iframe-wrapper .ring-grid .filter-wrap .links a.reset {
  background: #93b0bc;
}
.iframe-wrapper .ring-grid .filter-wrap .links a.reset:hover {
  background: shade(#93b0bc, 10%);
  color: #fff;
}
.iframe-wrapper .ring-grid .filter-wrap .links a span.txt {
  font: normal 1em "Timeless", serif;
  display: block;
  font-size: 20px;
}
.iframe-wrapper .ring-grid .filter-wrap .links a span.icon-down-big {
  font-size: 18px;
  display: inline-block;
  transition: all 300ms ease;
  position: relative;
  bottom: 0;
}
.iframe-wrapper .ring-grid .filter-wrap .links a.up span.icon-down-big {
  transform: rotate(180deg);
  bottom: 4px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  display: none;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section {
  padding: 5px 10px 7px 10px;
  border-bottom: 1px solid #bbe1ee;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section:last-of-type {
  border-bottom: 0;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .fp-text {
  font: normal 1em "Timeless", serif;
  font-size: 14px;
  padding: 5px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .fp-text a {
  color: #5b93a5;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .fp-text a:hover {
  color: #dcb8aa;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section > h3 {
  color: #272727;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section > h3::after {
  content: " ";
  display: block;
  transform: rotate(90deg);
  width: 15px;
  height: 18px;
  background-image: url("/assets/blue_arrow.png");
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 6px;
  transition: transform 300ms ease;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section > h3 span.fcount {
  font-size: 0.6em;
  color: #737373;
  display: inline-block;
  margin-left: 5px;
  line-height: 18px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section > h3:hover {
  color: #5b93a5;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section.collapsed > h3::after {
  transform: rotate(0deg);
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section.clp .filters, .iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section.clp .fp-text {
  display: none;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters {
  padding-top: 8px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .fh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .fh.fs {
  justify-content: flex-start;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  flex: 0 0 65px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  padding: 3px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter {
    margin: 0 5px 12px 5px;
  }
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.disabled {
  cursor: default;
  background: #404040;
  opacity: 0.8;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.disabled .swatch {
  opacity: 0.5;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.disabled .caption {
  color: #fff;
  opacity: 0.5;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.selected::after {
  content: "-";
  color: #d45858;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-family: Arial;
  display: inline-block;
  line-height: 8px;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 8px;
  border: 1px solid black;
  text-align: center;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.selected.text::after {
  top: 3px;
  right: 1px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch {
  width: 55px;
  height: 55px;
  margin: 0 auto 3px auto;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch span.number {
  font: normal 1em "Timeless", serif;
  font-size: 11px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch p.abbr {
  font: normal 1em "Timeless", serif;
  font-size: 22px;
  position: relative;
  top: 14px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch div.col {
  width: 78px;
  height: 50px;
  transform: rotate(45deg);
  position: absolute;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch div.col.first {
  left: 5px;
  bottom: 19px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch div.col.second {
  top: 19px;
  right: 5px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter .swatch.blank {
  background-size: 60%;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter p.caption {
  font: normal 1em "Timeless", serif;
  font-size: 11px;
  color: #272727;
  line-height: 13px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.text {
  flex: 0 0 100%;
  text-align: left;
  padding: 5px;
  margin-bottom: 3px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.text p.caption {
  font-size: 13px;
  line-height: 15px;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.text:hover p.caption {
  color: #bbe1ee;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section .filters .filter.text.disabled:hover p.caption {
  color: #fff;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section#prev .filters .filter.text p.caption, .iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section#green .filters .filter.text p.caption {
  color: #d45858;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section#prev .filters .filter.text p.caption:hover, .iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section#green .filters .filter.text p.caption:hover {
  color: #bbe1ee;
}
.iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section#prev .filters .filter.text.disabled p.caption, .iframe-wrapper .ring-grid .filter-wrap aside.filter-bar section#green .filters .filter.text.disabled p.caption {
  color: #fff;
}
.iframe-wrapper .ring-grid .flexbox {
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper .ring-grid .flexbox {
    flex-direction: row;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 3px;
}
@media all and (min-width: 500px) and (max-width: 700px) {
  .iframe-wrapper .ring-grid .flexbox .ring {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media all and (min-width: 300px) and (max-width: 500px) {
  .iframe-wrapper .ring-grid .flexbox .ring {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 0) and (max-width: 300px) {
  .iframe-wrapper .ring-grid .flexbox .ring {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring.video .top a .overlay {
  opacity: 0;
}
.iframe-wrapper .ring-grid .flexbox .ring.video .top a .vid {
  display: block;
}
.iframe-wrapper .ring-grid .flexbox .ring .top {
  background: #fff;
  position: relative;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay {
  background-color: rgba(187, 225, 238, 0.9);
  color: #fff;
  text-align: center;
  padding: 8px 5px 5px 5px;
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 3;
}
@media all and (max-width: 800px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a .overlay {
    display: none;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay span.nv {
  display: block;
  height: 20px;
  margin: 0 0 50px 0;
}
@media all and (max-width: 550px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a .overlay span.nv {
    margin-bottom: 30px;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay img.play {
  display: block;
  margin: 0 auto 50px auto;
}
@media all and (max-width: 550px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a .overlay img.play {
    margin-bottom: 30px;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay img.play:hover {
  opacity: 0.5;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay .in {
  display: block;
  font: normal 1em "Timeless", serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 15px 0;
}
@media all and (max-width: 800px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a .overlay .in {
    font-size: 16px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a .overlay .in {
    font-size: 14px;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay .price {
  display: block;
  font: normal 1em "Timeless", serif;
  font-weight: bold;
  font-size: 15px;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay .det {
  display: inline-block;
  font: normal 1em "Timeless", serif;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 3px;
  border-radius: 5px;
  width: 50px;
  position: absolute;
  bottom: 5px;
  left: 45%;
  left: calc(50% - 25px);
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .overlay .det:hover {
  color: #5b93a5;
  border-color: #5b93a5;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .vid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  display: none;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .vid .ov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.iframe-wrapper .ring-grid .flexbox .ring .top a .vid .player {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 100%;
  height: calc(100% + 30px);
  z-index: 2;
  text-align: center;
}
@media all and (min-width: 0) and (max-width: 900px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a .vid .player {
    top: 0;
    height: calc(100% + 14px);
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .top a img.mi {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 0) and (max-width: 910px) {
  .iframe-wrapper .ring-grid .flexbox .ring .top a img.mi {
    width: 100%;
    height: auto;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .top a:hover .overlay {
  opacity: 1;
}
.iframe-wrapper .ring-grid .flexbox .ring .more {
  background: #fff;
  text-align: center;
  height: 42px;
  padding: 5px 0;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs {
  opacity: 0;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs.slick-slider {
  opacity: 1;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs button.slick-arrow {
  font-size: 14px;
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs button.slick-arrow.slick-prev {
  left: -16px;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs button.slick-arrow.slick-next {
  right: -19px;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li {
  margin-right: 4px;
  width: 33.3333%;
  width: calc(33.333% - 4px);
  position: relative;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 32px;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li a:focus {
  outline-width: 0;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li a img {
  display: block;
  margin: 0 auto;
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li a .icon2-play {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  color: #fff;
  font-size: 24px;
  width: 32px;
  height: 32px;
  background: #bbe1ee;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding: 5px 0 0 5px;
}
@media all and (max-width: 800px) {
  .iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li a .icon2-play {
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 23px;
    padding: 4px 2px 0 5px;
  }
}
@media all and (max-width: 550px) {
  .iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li a .icon2-play {
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    font-size: 18px;
    padding: 3px 2px 0 5px;
  }
}
.iframe-wrapper .ring-grid .flexbox .ring .more .slick-holder ul.thumbs li.vid a img {
  opacity: 0;
}
