@charset "UTF-8";

body {
  background: #fff;
  margin: 0 auto;
  color: #1b1b1b;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #1b1b1b;
  position: relative;
  margin: 0 0 10px;
}

h1 strong {
  font-family: 'Lust Script Display';
  font-size: 54px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 0;
}

h1 span {
  display: block;
}

h2 {
  font-size: 33px;
  font-weight: 400;
}

h2 span {
  font-size: 43px;
  font-family: 'Lust Script Display';
}

h3 {
  font-size: 40px;
  color: #1b1b1b;
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

h3 span {
  font-size: 45px;
  font-family: 'Lust Script Display';
  display: block;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #1b1b1b;
}

a {
  color: #7d3df3;
}

a:hover {
  text-decoration: none;
  color: #7d3df3;
}

:focus {
  outline: none;
}

.red-bg {
  background: #f06463 !important;
}

main.main {
  overflow-x: hidden;
}

.btn {
  background: #fff;
  display: block;
  border-radius: 0;
  color: #7d3df3;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 15px;
  max-width: 450px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover,
.btn:focus {
  background: #f7f7f7;
  color: #7d3df3;
}

.btn-large {
  max-width: 100%;
}

.btn-border {
  background: #fff;
  color: #1b1b1b;
  font-size: 18px;
  border: 1px solid #1b1b1b;
  max-width: 290px;
}

.btn-border:hover,
.btn-border:focus {
  background: #1b1b1b;
  color: #fff;
}

.btn-red {
  background: #c93821;
}

.btn-red:hover,
.btn-red:focus {
  background: #da4229;
}

.form-control:focus {
  box-shadow: none;
}

.show-tab {
  display: none !important;
}

.show-desktop {
  display: flex !important;
}

.faux-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: '../fonts/Lust Script Display';
  src: url('../fonts/LustScriptDisplay.woff2') format('woff2'), url('../fonts/LustScriptDisplay.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* ================= Header Start ================== */
header {
  position: relative;
  z-index: 10;
}

.top-header {
  background: #181833;
  padding: 6px 0;
}

.top-header ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -15px;
}

.top-header ul li {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
}

.middle-header {
  padding: 5px 0;
  border-bottom: 1px solid #b9b9b9;
}

.middle-header .header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.middle-header .header-links li:not(:last-child) {
  padding-right: 15px;
}

.middle-header .header-links li a {
  font-size: 12px;
  color: #3e3e3e;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.middle-header .header-links li a:hover,
.middle-header .header-links li a:focus {
  color: #7d3df3;
}

.middle-header .header-links li:first-child a span {
  display: block;
  font-size: 10px;
  color: #7d39ff;
  padding-left: 25px;
  position: relative;
  top: -5px;
}

.middle-header .header-links i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.middle-header .header-links i.icon-f-35 {
  position: relative;
  top: 3px;
}

.middle-header .navbar.navbar-expand-lg {
  justify-content: flex-end;
  padding: 0;
}

.middle-header .navbar.navbar-expand-lg .header-links li:not(:last-child) {
  padding-right: 20px;
}

.middle-header .navbar.navbar-expand-lg .header-links li a {
  text-transform: uppercase;
}

.middle-header .navbar.navbar-expand-lg .header-links li a .flag-icon {
  background: url(../images/flag-sprite.png) 0 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.middle-header .navbar.navbar-expand-lg .header-links li a .flag-icon.icon02 {
  background-position: -26px 0;
}

.middle-header .navbar.navbar-expand-lg .header-links li a .flag-icon.icon03 {
  background-position: -52px 0;
}

.middle-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  right: 0;
  left: inherit;
}

.bottom-header {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bottom-header.active {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.bottom-header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-header .navbar-nav {
  margin-left: 50px;
}

.bottom-header .navbar-nav .nav-link {
  color: #636363;
  font-size: 13px;
  padding: 25px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bottom-header .navbar-nav .nav-link:hover,
.bottom-header .navbar-nav .nav-link:focus,
.bottom-header .navbar-nav .active>.nav-link,
.bottom-header .navbar-nav .nav-link.active,
.bottom-header .navbar-nav .nav-link.show,
.bottom-header .navbar-nav .show>.nav-link {
  color: #7d3df3;
}

.bottom-header .navbar-nav .nav-item.dropdown {
  position: inherit;
}

.bottom-header .navbar-nav .dropdown-menu {
  width: 100%;
  left: 0;
  border-radius: 0;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #b9b9b9;
}

.bottom-header .navbar-nav .dropdown-menu .mega-menu {
  width: 100%;
}

.bottom-header .navbar-nav .dropdown-menu .mega-menu .nav-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 10px;
}

.bottom-header .navbar-nav .dropdown-menu .mega-menu ul:not(:last-child) {
  margin-bottom: 15px;
}

.bottom-header .navbar-nav .dropdown-menu .mega-menu ul li a {
  font-size: 13px;
  line-height: 27px;
  color: #636363;
}

.bottom-header .navbar-nav .dropdown-menu .mega-menu ul li a:hover,
.bottom-header .navbar-nav .dropdown-menu .mega-menu ul li a:focus {
  color: #151515;
}

.bottom-header .search-bar {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  margin-left: 15px;
  padding-top: 15px;
}

.bottom-header .navbar-nav .dropdown-menu .mega-menu .mega-links:not(:last-child) {
  border-right: 1px solid #b9b9b9;
}

.bottom-header .search-bar .form-group {
  margin-bottom: 0;
}

.bottom-header .search-bar .form-control {
  border: none;
  border-radius: 0;
  font-size: 13px;
  padding-left: 0;
}

.bottom-header .search-bar .search-icon {
  color: #363636;
  font-size: 18px;
}

.bottom-header .search-bar .search-icon:hover,
.bottom-header .search-bar .search-icon:focus {
  color: #7d3df3;
}

/* ================= Header End ================== */

/* ================= Banner Slider Start ================== */
.banner-slider {
  background: rgb(125, 61, 243);
  background: -moz-linear-gradient(left, rgba(125, 61, 243, 1) 1%, rgba(92, 87, 250, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(125, 61, 243, 1) 1%, rgba(92, 87, 250, 1) 100%);
  background: linear-gradient(to right, rgba(125, 61, 243, 1) 1%, rgba(92, 87, 250, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d3df3', endColorstr='#5c57fa', GradientType=1);
}

.banner-slider .banner-box h1 {
  font-size: 40px;
  color: #fff;
}

.banner-slider .banner-box .btn-wrap {
  margin-top: 35px;
}

.banner-slider .banner-box .btn-wrap li:not(:last-child) a {
  margin-bottom: 15px;
}

.banner-slider .banner-box .btn-wrap li a {
  margin: 0 auto;
}

/* ================= Banner Slider End ================== */

/* ================= Engagement Ring Start ================== */
.engagement-ring {
  padding: 100px 0 200px;
  position: relative;
}

.engagement-ring .title-bg {
  position: absolute;
  top: 180px;
  left: 125px;
  font-size: 150px;
  font-family: 'Lust Script Display';
  color: rgba(0, 0, 0, 0.10);
}

.engagement-ring h2 {
  text-transform: uppercase;
  line-height: 1;
}

.engagement-ring h2 span {
  text-transform: none;
  display: block;
}

.engagement-ring h2+p {
  padding-top: 70px;
}

.engagement-ring .text-01 {
  font-size: 18px;
  line-height: 25px;
}

.engagement-ring .text-01 a {
  display: block;
}

.engagement-ring .text-01 a:hover,
.engagement-ring .text-01 a:focus {
  text-decoration: underline;
}

.engagement-ring .btn-wrap {
  margin: 55px auto;
}

.engagement-ring .btn-wrap li a {
  margin: 0 auto;
}

.engagement-ring .btn-wrap li:first-child a {
  margin-bottom: 30px;
}

.engagement-ring .img-box {
  position: absolute;
  right: 50px;
  top: 0;
}

/* ================= Engagement Ring End ================== */

/* ================= Designer Collection Start ================== */
.designer-collection {
  background: #f9fbfe;
  padding: 100px 0;
}

.designer-collection .brand-logo {
  margin-bottom: 150px;
}

.designer-collection .brand-logo .logo-box {
  text-align: center;
}

.designer-collection .brand-logo .logo-box img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.designer-collection .brand-logo .logo-box:hover img {
  opacity: 1;
}

.designer-collection .collection-box .collection-bx {
  position: relative;
  overflow: hidden;
}

.designer-collection .collection-box .collection-bx .text-caption {
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding: 40px 0;
}

.designer-collection .collection-box .collection-bx img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.designer-collection .collection-box .collection-bx:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}

/* ================= Designer Collection End ================== */

/* ================= Product Slider Start ================== */
.product-slider {
  padding: 100px 0;
}

#product-slider01 {
  padding-top: 30px;
}

.product-slider .slick-list {
  padding: 0 !important;
}

.product-box {
  position: relative;
}

.slider-nav .product-box {
  padding-top: 50px;
}

.slider-for .product-box.slick-slide {
  min-height: 100px;
}

.product-box img {
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-box img+img {
  position: absolute;
  left: 35px;
  bottom: 0;
  transform: rotate(-180deg);
  opacity: 0.33;
  margin: 0 auto;
}

.product-box .slider-text {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  ;
}

.product-box .slider-text .title-01 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.product-box .slider-text p {
  font-size: 16px;
}

/*.product-box .gredient-bg { width: 100%; height: 105px; position: relative; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }*/
.product-box.slick-current img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product-box.slick-current .slider-text {
  opacity: 1;
  visibility: visible;
}

.product-slider .slick-prev,
.product-slider .slick-next {
  left: 37%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: inherit;
  bottom: -30px;
  z-index: 1;
}

.product-slider .slick-next {
  right: inherit;
  left: 63%;
}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
  content: "\e91d";
  font-family: 'web-icons' !important;
  color: #777;
  font-size: 30px;
}

.product-slider .slick-next:before {
  content: "\e91e";
}

.product-slider.slider02 h3 {
  margin-bottom: 15px;
}

.product-slider.slider02 .text-01 {
  font-size: 20px;
  margin-bottom: 70px;
  text-align: center;
}

/* ================= Product Slider Start ================== */

/* ================= Diamond Inspection Start ================== */
.diamond-inspection {
  position: relative;
  padding: 100px 0;
}

.diamond-inspection .img-box {
  padding-left: 0;
}

.diamond-inspection .content-box h3 {
  text-align: left;
  width: 70%;
}

.diamond-inspection .content-box p {
  width: 70%;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  padding: 50px 0 30px;
}

.diamond-inspection .content-box .btn {
  display: inline-block;
  max-width: 100%;
  border-color: #7d3df3;
  padding: 12px 20px;
}

.diamond-inspection .content-box .btn:hover {
  background: #7d3df3;
  color: #fff;
}

/* ================= Diamond Inspection End ================== */

/* ================= Growing Start ================== */
.growing {
  padding: 100px 0;
  background: #dad4f8;
  position: relative;
  margin-top: 200px;
  background: rgb(249, 251, 254);
  background: -moz-linear-gradient(left, rgba(249, 251, 254, 1) 0%, rgba(218, 212, 248, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(249, 251, 254, 1) 0%, rgba(218, 212, 248, 1) 100%);
  background: linear-gradient(to right, rgba(249, 251, 254, 1) 0%, rgba(218, 212, 248, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fbfe', endColorstr='#dad4f8', GradientType=1);
}

.growing.gredient {
  background: rgb(218, 212, 248);
  background: -moz-linear-gradient(left, rgba(218, 212, 248, 1) 0%, rgba(191, 183, 244, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(218, 212, 248, 1) 0%, rgba(191, 183, 244, 1) 100%);
  background: linear-gradient(to right, rgba(218, 212, 248, 1) 0%, rgba(191, 183, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad4f8', endColorstr='#bfb7f4', GradientType=1);
}

.growing .title-01 {
  font-family: 'Lust Script Display';
  font-size: 100px;
  color: #dad4f8;
  text-align: center;
  position: absolute;
  top: -130px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.growing h3 {
  font-family: 'Lust Script Display';
  font-size: 47px;
  margin-bottom: 20px;
  color: #5b4e9b;
}

.growing p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #5b4e9b;
  width: 35%;
  margin: 0 auto;
}

.growing .growing-box {
  padding-top: 100px;
}

.growing .growing-box .img-box img {
  border-radius: 15px;
  box-shadow: 0 0 65px rgba(150, 186, 242, 0.65);
}

.growing .growing-box .title-02 {
  font-family: 'Lust Script Display';
  font-size: 100px;
  color: rgba(91, 78, 155, 0.20);
  margin-top: 0;
}

.growing .growing-box:nth-child(odd) .title-02 {
  text-align: right;
}

.growing .growing-box .text-title {
  font-size: 44px;
  color: #5b4e9b;
  line-height: 50px;
  margin-bottom: 20px;
}

.growing .growing-box .text-title span {
  display: block;
}

.growing .growing-box p {
  font-size: 22px;
  line-height: 31px;
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
}

.growing .growing-box .btn-text {
  color: #5b4e9b;
  font-size: 25px;
  font-weight: 900;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growing .growing-box .btn-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5b4e9b;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growing .growing-box .btn-text:hover:before {
  height: 8px;
}

/* ================= Growing Start ================== */

/* ================= Diamond Concierge Start ================== */
.diamond-concierge {
  padding: 100px 0 0;
}

.diamond-concierge h3 {
  margin-bottom: 100px;
}

.diamond-concierge .wrap-box,
.diamond-concierge .wrap-box01 {
  display: flex;
  flex-direction: row;
}

.diamond-concierge .wrap-box:first-child {
  margin-bottom: 30px;
}

.diamond-concierge .wrap-box .img-box {
  width: 40%;
}

.diamond-concierge .wrap-box .content-box {
  width: 60%;
  background: #ebe7fb;
  padding: 30px 30px 30px 0;
}

.diamond-concierge .wrap-box01 .img-box {
  width: 50%;
}

.diamond-concierge .wrap-box01 .content-box {
  width: 50%;
  background: #ebe7fb;
  padding: 30px 0 30px 30px;
}

.diamond-concierge .content-box .text-content {
  border: 1px solid #5b4e9b;
  border-left: none;
  padding: 20px;
  padding-left: 10px;
  height: 100%;
}

.diamond-concierge .wrap-box01 .content-box .text-content {
  border: 1px solid #5b4e9b;
  border-right: none;
  height: 100%;
}

.diamond-concierge .content-box .text-content .text-01 {
  font-size: 22px;
  font-weight: 300;
  color: #5b4e9b;
  text-transform: uppercase;
}

.diamond-concierge .content-box .text-content .title-01 {
  color: #5b4e9b;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: 500;
}

.diamond-concierge .content-box .text-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #5b4e9b;
}

.diamond-concierge .wrap-box01 .content-box .text-content p:not(:last-child) {
  margin-bottom: 20px;
}

/* ================= Diamond Concierge End ================== */

/* ================= Gallery Start ================== */
.gallery {
  padding: 50px 0;
}

.gallery h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 10px;
}

.gallery p {
  font-size: 18px;
  text-align: center;
}

.gallery .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.gallery .gallery-wrap .gallery-box {
  width: 14.28%;
}

/* ================= Gallery Start ================== */

/* ================= Product Block Start ================== */
.product-block {}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}

.breadcrumbs li {
  font-size: 12px;
  padding: 0 8px;
  position: relative;
}

.breadcrumbs li:not(:last-child):before {
  content: "/";
  font-size: 12px;
  position: absolute;
  right: -2px;
  top: 0;
}

.breadcrumbs li a {
  color: #1b1b1b;
}

.breadcrumbs li:last-child a {
  color: #999;
  cursor: text;
}

.steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.steps li {
  width: 33.33%;
}

.steps li a {
  border: 1px solid #7d3df3;
  display: block;
  padding: 13px;
  border-right: none;
  position: relative;
  width: calc(100% - 41px);
}

.steps li a:before {
  content: "";
  background: url(../images/purple-arrow.png) no-repeat 0 0;
  width: 29px;
  height: 82px;
  position: absolute;
  right: -28px;
  top: -1px;
}

.steps li.active a:before {
  background: url(../images/white-arrow.png) no-repeat 0 0;
  z-index: 100;
}

.steps li a {
  background: #f0e9fc;
  color: #1b1b1b;
}

.steps li:nth-child(1) a {
  position: relative;
  z-index: 3;
}

.steps li:nth-child(2) a {
  position: relative;
  left: -41px;
  padding-left: 41px;
  z-index: 2;
  width: 100%;
}

.steps li:nth-child(3) a {
  position: relative;
  left: -41px;
  padding-left: 41px;
  z-index: 1;
  width: 100%;
}

.steps li.active a {
  color: #7d3df3;
  background: #fff;
}

.steps li a .step-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.steps li a .step-wrap .num {
  color: #1b1b1b;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  margin-right: 10px;
}

.steps li.active a .step-wrap .num {
  color: #7d3df3;
}

.steps li a .step-wrap span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.steps li a .step-wrap span span {
  font-size: 18px;
  display: block;
  font-weight: 400;
}

.steps li a .step-wrap span.ring-process01 {
  background: url(../images/ring-process.png) no-repeat 0 0;
  width: 22px;
  height: 28px;
  display: inline-block;
  position: absolute;
  right: 10px;
}

.steps li a .step-wrap span.ring-process02 {
  background: url(../images/ring-process.png) no-repeat -25px 0;
  width: 29px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 10px;
}

.steps li a .step-wrap span.ring-process03 {
  background: url(../images/ring-process.png) no-repeat -57px 0;
  width: 21px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 10px;
}

.select-ring {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.select-ring li {
  width: auto;
  text-align: center;
  padding: 0 5px;
  margin-top: 10px;
}

.select-ring li a {
  padding: 20px 30px;
  display: block;
  border: 1px solid transparent;
}

.select-ring li.active a,
.select-ring li a:hover,
.select-ring li a:focus {
  border: 1px solid #7d3df3;
}

.select-color {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}

.select-color li {
  width: 16.66%;
  padding: 0 5px;
}

.select-color li a {
  color: #555;
  padding: 10px;
  display: block;
  border: 1px solid transparent;
}

.select-color li a:hover,
.select-color li a:focus,
.select-color li.active a {
  border: 1px solid #7d3df3;
}

.select-color li .size {
  width: 30px;
  height: 30px;
  border: 3px solid #888;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  color: #555;
  display: block;
  margin: 0 auto 10px;
}

.select-color li .text-size {
  display: block;
  font-size: 12px;
  text-align: center;
}

.select-color li .size.yellow-color {
  border-color: #c9a63a;
}

.select-color li .size.rose-color {
  border-color: #ff8080;
}

.product-filter {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product-filter .text01 {
  width: 20%;
  color: #1b1b1b;
  font-size: 14px;
}

.product-filter .filter-box {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-filter .select-shape,
.product-filter .shipping-date {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
}

.product-filter .form-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}

.product-filter .form-group label {
  font-size: 12px;
  color: #aaa;
  width: 150px;
  margin-bottom: 0;
}

.product-filter .dropdown.bootstrap-select.form-control {
  width: 100%;
}

.product-filter button.btn.dropdown-toggle.btn-light {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #aaa;
  color: #656565;
  text-transform: none;
  padding: 5px 10px;
  outline: none !important;
  background: none !important;
}

.product-filter .bootstrap-select .dropdown-menu {
  max-height: 230px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 14px;
}

.product-filter .btn-light.focus,
.product-filter .btn-light:focus {
  box-shadow: none !important;
}

.product-filter .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.product-filter .dropdown-item.active,
.dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #f2f2f2;
}

.product-bx01 {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-bx01 .product-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

/*.product-bx01:hover {*/
/*  height: auto;*/
/*  overflow: visible;*/
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*  padding: 5px;*/
/*  -webkit-transform: translateX(-50%);*/
/*  -moz-transform: translateX(-50%);*/
/*  transform: translateX(-50%);*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*}*/

.product-bx01 .product-detail {
  padding: 20px 20px 10px;
  text-align: center;
}

.product-bx01 .product-detail .title01 a {
  color: #656565;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.product-bx01 .product-detail .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.product-bx01 .product-detail .price .base-price {
  font-size: 20px;
  line-height: 24px;
  color: #1b1b1b;
  text-decoration: line-through;
  padding-right: 10px;
}

.product-bx01 .product-detail .price .sale-price {
  font-size: 22px;
  line-height: 26px;
  color: #7d3df3;
}

.product-bx01 .product-detail .text-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.product-bx01:hover .product-detail .text-wrap {
  display: flex;
}

.product-bx01 .product-detail .text-wrap .show-ratings {
  line-height: 1.2;
}

.product-bx01 .product-detail .text-wrap .show-ratings a span {
  display: block;
  color: #333;
}

.product-bx01 .product-detail .text-wrap .wish-btn a {
  font-size: 24px;
  color: #aaa;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-bx01 .product-detail .text-wrap .wish-btn a:hover,
.product-bx01 .product-detail .text-wrap .wish-btn a:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.product-detail-block {
  padding: 70px 0;
}

.ratings-box {
  margin-bottom: 20px;
  margin-top: 5px;
}

.ratings-box a {
  font-size: 14px;
}

.ratings-box a span {
  padding-left: 5px;
  vertical-align: middle;
}

.product-title {
  font-size: 21px;
  line-height: 27px;
  font-weight: 600;
  width: 70%;
  margin-bottom: 10px;
}

.product-code {
  font-size: 16px;
  font-weight: 400;
  color: #bbb;
  margin-bottom: 15px;
}

.ring-select {
  position: relative;
  padding-bottom: 15px;
}

.ring-select a {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  width: 230px;
  display: inline-block;
  font-size: 16px;
  color: #656565;
  position: relative;
}

.ring-select a:after {
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ring-select a:focus {
  border-color: #656565;
}

.ring-select .size {
  width: 18px;
  height: 18px;
  font-size: 8.5px;
  border: 2px solid #888;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}

.ring-select #ring-select {
  position: absolute;
  left: 0;
  top: inherit;
}

.ring-select ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #c5c5c5;
  height: 225px;
  overflow: hidden;
  overflow-y: auto;
  width: 230px;
}

.ring-select ul li a {
  border: none;
  border-radius: 0;
}

.ring-select ul li a:after {
  display: none;
}

.ring-select ul li a:hover {
  background: #f8f8f8;
}

.ring-select ul li.active a {
  background: #f2f2f2;
}

.ring-select li .size.yellow-color {
  border-color: #c9a63a;
}

.ring-select li .size.rose-color {
  border-color: #ff8080;
}

.product-detail-block .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

.product-detail-block .price .base-price {
  font-size: 20px;
  line-height: 24px;
  color: #1b1b1b;
  text-decoration: line-through;
  padding-right: 10px;
}

.product-detail-block .price .sale-price {
  font-size: 22px;
  line-height: 26px;
  color: #7d3df3;
}

.product-detail-block .buy-wrap {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.product-detail-block .buy-wrap .buy-now {
  background: rgb(137, 43, 241);
  background: -moz-linear-gradient(left, rgba(137, 43, 241, 1) 0%, rgba(92, 87, 251, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(137, 43, 241, 1) 0%, rgba(92, 87, 251, 1) 100%);
  background: linear-gradient(to right, rgba(137, 43, 241, 1) 0%, rgba(92, 87, 251, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#892bf1', endColorstr='#5c57fb', GradientType=1);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  width: 230px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0 15px rgba(149, 142, 243, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-detail-block .buy-wrap .buy-now:hover,
.product-detail-block .buy-wrap .buy-now:focus {
  opacity: 0.95;
}

.product-detail-block .buy-wrap .wishlist {
  width: 52px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  height: 52px;
  font-size: 24px;
  color: #656565;
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-detail-block .buy-wrap .wishlist:hover,
.product-detail-block .buy-wrap .wishlist:focus {
  background: #f5f5f5;
}

.product-thumbnail {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.product-thumbnail li:not(:last-child) {
  padding-right: 20px;
}

.product-thumbnail li span {
  font-size: 12px;
  text-align: center;
  color: #656565;
  display: block;
  padding-top: 5px;
}

.product-thumbnail li a {
  width: 93px;
  height: 73px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 73px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-thumbnail li a:hover,
.product-thumbnail li a:focus,
.product-thumbnail li.active a {
  border-color: #656565;
}

.product-desc {
  padding-top: 70px;
  margin-bottom: 30px;
}

.product-desc .product-code {
  margin-bottom: 0;
  padding: 5px 0;
}

.product-desc .title02 {
  font-size: 18px;
  font-weight: 600;
}

.product-detail-block .nav-tabs .nav-item {
  margin-bottom: 0;
}

.product-detail-block .nav-tabs .nav-item:first-child {
  padding-right: 25px;
}

.product-detail-block .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #656565;
  border-bottom: 3px solid transparent;
}

.product-detail-block .nav-tabs .nav-link.active {
  color: #1b1b1b;
  font-weight: 700;
  border-bottom: 3px solid #7d3df3;
}

.product-detail-block .tab-content .tab-pane {
  padding: 20px 0 0;
}

.product-detail-block .tab-content .tab-pane .tab-title {
  font-size: 14px;
}

.product-detail-block .tab-content .tab-pane .table {
  margin-top: 10px;
}

.product-detail-block .tab-content .tab-pane .table td {
  border: none;
  font-size: 14px;
}

.product-detail-block .tab-content .tab-pane .table td:first-child {
  color: #656565;
}

.product-detail-block .tab-content .tab-pane .table tr:nth-child(odd) {
  background: #fbfbfb;
}

.product-detail-block .review-box {
  margin-top: 30px;
}

.product-detail-block .review-box .title02 {
  font-size: 18px;
  font-weight: 600;
}

.product-detail-block .btn-wrap {
  display: flex;
  flex-direction: row;
}

.product-detail-block .btn-wrap li:last-child {
  padding-left: 15px;
}

.product-detail-block .btn-wrap li a {
  background: #333;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-detail-block .btn-wrap li a:hover,
.product-detail-block .btn-wrap li a:focus {
  background: #1b1b1b;
}

/* ================= Product Block End ================== */

/* ================= Inner Content Start ================== */
.inner-content .title {
  font-size: 33px;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.inner-content p {
  margin-bottom: 20px;
}

.inner-content ul,
.inner-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.inner-content ul li {
  list-style-type: none;
}

.inner-content ol li {
  list-style-type: decimal;
}

.inner-content .text-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 20px;
}

/* ================= Inner Content End ================== */

/* ================= Footer Start ================== */
.footer {
  padding: 100px 0 60px;
  background: #0b1118;
}

.footer .newsletter {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}

.footer .newsletter .sign-btn {
  margin: 0 auto;
  text-align: center;
  margin-top: -48px;
  padding-bottom: 20px;
}

.footer .newsletter .sign-btn a {
  display: inline-block;
  background: #0c1117;
  padding: 14px 55px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}

.footer .newsletter .content-box p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.footer .newsletter .form-box .form-group {
  margin-bottom: 0;
  background: #fff;
  border-radius: 10px;
  display: flex;
}

.footer .newsletter .form-box .form-group .send-btn {
  background: #2290ff;
  display: inline-block;
  padding: 13px 25px 13px 15px;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer .newsletter .form-box .form-group .form-control {
  background: #fff;
  border: none;
  height: 56px;
  position: relative;
  left: -10px;
  border-radius: 10px;
  width: calc(100% - 110px);
}

.footer .newsletter .form-box .form-group .btn-wrap {
  display: flex;
  align-items: center;
}

.footer .newsletter .form-box .form-group .btn-wrap li {
  padding: 0 15px;
}

.footer .newsletter .form-box .form-group .btn-wrap li:not(:last-child) {
  border-right: 1px solid #292665;
}

.footer .newsletter .form-box .form-group .btn-wrap li a {
  font-size: 36px;
  line-height: 1.2;
  color: #ef6192;
}

.footer .newsletter .form-box .form-group .btn-wrap li:last-child a {
  color: #63b5f6;
}

.footer .link-title {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer .link-title span {
  display: block;
}

.footer .footer-links li a {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}

.footer .footer-links li a:hover,
.footer .footer-links li a:focus {
  text-decoration: underline;
}

.footer .social-icons {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.footer .social-icons li:not(:last-child) {
  padding-right: 10px;
}

.footer .social-icons li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer .social-icons li a:hover,
.footer .social-icons li a:focus {
  opacity: 0.8;
}

.footer .copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 20px;
  margin-top: 30px;
}

.footer .copyrights p {
  font-size: 15px;
  color: #fff;
}

.footer .links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.footer .links li {
  padding: 0 24px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer .links li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer .links li a {
  font-size: 14px;
  color: #fff;
}

.footer .links li a:hover,
.footer .links li a:focus {
  text-decoration: underline;
}

/* ================= Footer End ================== */

/* ================= tabs ================== */
#tab-outer {
  position: relative;
  text-align: center;
  margin-top: 50px;

}



#tab-wrapper {
  list-style: none;
  height: 30px;
  text-align: center;
  display: inline-flex;
}

#tab-wrapper li {
  list-style: none;
  float: left;

}

#tab-wrapper li a {

  background-color: #fbfbfb;
  padding: 7px 18px 7px 18px;
  text-transform: capitalize;

  font-size: 16px;
  display: flex;
  align-items: center;
  color: #1b1b1b;
  user-select: none;
  border: 1px solid #c6c6c6;
}

.diamond-icon--gQPJ6 {
  font-size: 20px;
  margin-bottom: -3px;
  margin-right: 4px;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: 'web-icons' !important;

  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Diamond_DYO::before {
  content: "";
}

#tab-wrapper li.active a {

  background-color: #fff;
  border: 1px solid #1b1b1b;
}

.leftSide--LIlGX {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.ships-checkbox-container {
  border: 1px solid #dfdfdf;
  padding: 10px;
  padding-left: 0;
  position: relative;
  cursor: pointer;

  display: flex;
  height: 38px;
  border-radius: 5000px;
  margin-right: 10px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 0;
}

.ships-checkbox-content {
  display: flex;
  align-items: center;
}

.BG {
  box-sizing: border-box;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: solid 0px rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.DropButton {
  box-sizing: border-box;
  width: fit-content;
  position: relative;
}

.DropButton .EClabel {
  box-sizing: border-box;
  user-select: none;
  border-radius: 5000px;
  width: fit-content;
  height: 38px;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: flex;

  align-items: center;
  padding-right: 14px;
  padding-left: 16px;
  border: 1px solid #dfdfdf;
  outline: none;
  background-color: #fff;
  white-space: nowrap;
}

.active--j_Iwh.natural--ipZmh {
  display: flex;
  align-items: center;
}

.active--j_Iwh.lab--KUAJI {
  display: flex;
  justify-content: unset;
}

.panel-container--D3HCf {
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.pairs-filters--H4arN {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 .5em;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.pairs-filters-list--lR_pj {
  font-family: Nunito Sans;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.genericFilterContainer--jNXRg {
  position: relative;
  width: calc(54% - 80px);
  margin-top: 56px;
}

.filter-container--JuYvf {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.label--aLVA3 {
  font-size: 14px;
  min-width: 80px;
  height: 100%;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  /* margin-bottom: 20px; */
}

span.q-mark-tooltip--hVpnd {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 4.5px;
  user-select: none;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.table-align_filter--Ctdaj {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.item--sJfv_ {
  border: 1px solid #afafaf;
  position: relative;
  width: 100%;

  transition: border-color .2s ease;
  background-color: #fbfbfb;
}

.longFilter--VqAB5 {
  height: 43px;
}

.single-item-container--P1Sh8 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.title--ORiOI {
  display: none;
  font-size: 13px;
  position: absolute;
  top: -21px;
  left: 0;
  white-space: nowrap;
  color: #656565;
}

.icon--nJnF7 {
  font-size: 24px;
  padding: 9px;
  cursor: pointer;
  display: flex;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: 'web-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.range {
  position: relative;
  width: 550px;
  height: 5px;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  height: 0;
  -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 0 !important;
}

.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 0 !important;
}

.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range input:focus {
  background: none;
  outline: none;
}

.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 17px -41px 0;
  padding: 0;
  list-style: none;
}

.range-labels li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}

.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  border-radius: 50%;
}

.range-labels .active {
  color: #000;
}

.range-labels .selected::before {
  background: #000;
}

.range-labels .active.selected::before {
  display: none;
}

::selection {
  color: #fff;
  background: #000;
}

.wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

header p {
  margin-top: 5px;
  font-size: 16px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #000;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.sliderInputsHolder {
  padding-top: 13px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.btnsContainer {
  position: absolute;
  box-sizing: border-box;
  right: 0;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 20px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #d2d2d2;
  border-left: solid rgba(153, 153, 153, .2745098039) 1px;
}

.sliderInputsHolder .inputContainer {
  position: relative;
}


.increaseBtn {
  border-bottom: solid rgba(153, 153, 153, .2745098039) 1px;
}

.decreaseBtn,
.increaseBtn {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  color: #999;
  fill: #999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}

.advanced-filters--FoMd9 {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.head--tLSLo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
  margin-top: -5px;
}

.head--tLSLo .advsTitle--XLpBs {
  min-width: 116px;
  user-select: none;
  width: 100%;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #656565;
  margin-right: 10.5px;
  height: 31px;
  margin-right: 10.5px;
  align-items: center;
}

.head--tLSLo .advBtnWrap--RBkzG {
  position: relative;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}

.head--tLSLo .advBtnWrap--RBkzG .openClosBtn--Og0zl {
  stroke: #b2b2b2;
  fill: #b2b2b2;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clearFiltersContainer--vxnkA {
  min-width: 116px;
  width: 116px;
  height: 100%;
  cursor: pointer;
  font-family: Nunito Sans;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: auto;
}

.clearFiltersContainer--vxnkA .text--cr0L8 {
  width: 100%;
  color: #656565;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-right: 19px;
  text-align: left;
}

.xClearFilters--TQW7R {
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
}

.xClearFilters--TQW7R svg {
  width: 9px;
  height: 9px;
}

.resultsTitleContainer--aPGY8 {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  margin-bottom: 23px;
  text-transform: capitalize;
  background-color: #fff;
  text-align: left;
  cursor: default;
  position: relative;
}

.titleFlexContainer--mxOXQ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
}

.titleFlexContainer--mxOXQ .mainTitleText--jssAo {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: #1b1b1b;

  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.descriptionContainer--t1VZn {
  height: 42px;
  min-height: 42px;
  max-width: 1213px;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
}

.descriptionContainer--t1VZn .description--Vykmg {
  font-size: 12px;
  width: 100%;
  line-height: 21px;

  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #333;
}

/* =================loose diamonds css ================== */

div#diamondSplash {
  background: url('../images/DiamondSplashTopBG2.jpg');
  height: 574px;
  background-position: center center;
  background-repeat: no-repeat;
  clear: both;
  background-size: cover;
}

#diamondSplash .sdBannerTitleContainer {
  position: absolute;
  margin-top: 100px;
  text-align: center;
  width: 46%;

  left: 15px;
  margin-bottom: 30px;
}

#diamondSplash .sdBannerTitle1 {
  font-size: 37px;
  margin-top: 0;

}

.main-sub-title {

  color: #1b1b1b;
  text-transform: uppercase;
  font-size: 26px;
}

.main-title {
  font-family: PlayfairDisplay;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-top: 25px;
  font-size: 30px;
}

.general-paragraph p {
  line-height: 28px;
  color: #1b1b1b;
  margin-top: 20px;
  font-size: 17px;
}

#diamondSplash .sdTitleBtn {
  position: relative;
  background-color: #fff;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 28px auto 0;
  width: 222px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  color: #656565;
  box-sizing: border-box;
}

#diamondSplash .play-video {
  position: absolute;

  top: 60%;
  right: 35%;
}

.MaxWidthSPL {
  margin: 0 auto;
  max-width: 1200px;
}

.real-time {
  background-color: #f8f8f8;
  display: table;
}

.real-time-title {
  text-align: center;

}

.real-time-text li {
  list-style-type: decimal;
}

.real-time-content {
  padding: 50px;
}

.RingSettingTitleSPL {
  font-size: 14px;
  margin-top: 25px;

}

.general-paragraph-small {
  font-size: 13px;
  color: #1b1b1b;
  text-align: center;
  margin: 20px;
}

.sdDesignYourOwnRight {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  background: #f9f7f4;
  width: 100%;
  padding: 40px;
  max-height: 409px;

}

.general-paragraph {

  color: #1b1b1b;
  line-height: 28px;
  font-size: 17px;
}

.TitleIconsSPL {
  color: #ff8080;
  font-family: 'web-icons' !important;
  font-size: 44px;
  letter-spacing: -9px;
  margin-top: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.BannerSign {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
  position: relative;
  top: -11px;
}

.lab-diamond-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding: 20px;
  background-color: #f3f6fb;
  text-align: center;
  box-sizing: border-box;
  background-image: url('../images/labGrownIcon_background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 77%;
}

.true-heart {
  display: flex;
  background: url('../images/true-heart-bg.jpg') no-repeat center 165px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lab-diamond-container .lab-diamond-title {
  color: #262626;
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}

.lab-diamond-container .icon-lab-diamond {
  font-size: 40px;
}

.lab-diamond-container .lab-diamond-text {
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  width: 87%;
  margin: 50px auto 0;
}

.lab-diamond-container .lab-diamond-text span {
  font-weight: 700 !important;
}

.lab-diamond-container .lab-diamond-link {
  text-decoration: underline;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 38.45px;
  text-transform: uppercase;
  margin-top: 15px;
}

span.main-sub-title {
  font-family: inherit;
}

.LinkSPL {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  color: #1b1b1b;
}

.sdConflictfreeContainer {
  background-image: url("../images/conflict-free-bg.jpg");
  background-position: center center;
  clear: both;
  height: 439px;
  position: relative;
}

.sdConflictfreeContainerText {
  text-align: center;
  top: 65px;
  width: 70%;
  margin: 100px auto 0;
}

.OurCommitmentCellSPL {
  text-align: center;
  vertical-align: top;
  width: 100%;
  background-color: #ffd8d8;
  padding-top: 40px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

span.main-sub-title.title-custom2 {
  font-size: 40px;
}

span.main-title.title-custom1 {
  font-size: 70px;
}

.general-paragraph.custom-para {
  width: 65%;
  margin: 0 auto;
}

.main-sub-title.title-custom3 {
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.OurCommLineSPL {
  border-color: #1b1b1b;
  border-style: solid none none;
  border-width: thin;
  margin: 45px auto;
  width: 80%;
}

.NewOurCommTitleSPL {
  text-transform: uppercase;
  font-size: 14px !important;
  width: 100%;
  text-align: center;
  margin-top: 0 !important;
}

.NewOurCommTitleSPL:not(:last-child)::after {
  background-color: #1b1b1b;
  height: 1px;
  width: 80px;
  display: block;
  content: "";
  margin: 20px auto;
}

span.fas.fa-gem {
  margin-right: 5px;
}


.my_tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 4px 4px 0 0;
    background-color: #f2f2f2;
    color: "black !important";
    cursor: pointer;
    z-index: 1;
    margin-top: 15px;
}

.links-container>a {
    display: flex;
    height: 100%;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 3px;
    max-width: 130px;
} 

.link-wrap {
    text-align: center;
    width: 100%;
}

.linki {
    position: relative;
    width: 100%;
    height: 90px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.link-image {
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-sizing: border-box;
}

.hor-ver-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.data-carat {
    font-size: 13px;
    font-weight: 800;
    color: #bebebe;
    margin-bottom: 8px;
    margin-top: 4px;
}

.link-data {
    color: #000;
}

.itemPriceContainer {
    display: flex;
    flex-direction: column;
}

.sl_font {
  font-size: .8rem !important;
  font-weight: bolder !important;
}