@charset "UTF-8";
/*!! AmazingWideMain.css */
.popup {
  display: none;
}

.customerWebID::after {
  bottom: 0;
  content: "ID: " attr(customerWebID);
  font-size: 14px;
  left: 0;
  padding-left: 10px;
  position: absolute;
}

#customerServicePop.customerWebID::after {
  padding-bottom: 37px;
  padding-left: 52px !important;
}

#sideMenu.customerWebID::after {
  padding-left: 25px;
}

#chatStatus {
  position: relative;
  left: 29px;
  top: -4px;
  font-size: 12px;
  color: #f5f5f5;
  animation-name: example;
  display: table-cell;
}

#chatStatus.off {
  animation-name: none;
}

.statusButton {
  display: none;
  position: fixed;
  top: 200px;
  right: -125px;
  width: 125px;
  height: 28px;
  z-index: 100002;
  background-color: #ff807f;
  transform: rotate(90deg);
  transform-origin: left top 0;
}

.editButton {
  background: #aaa !important;
  background: -ms-linear-gradient(top left, #aaa 0%, #9e9e9e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaaa", endColorstr="#9e9e9e") !important;
  background-color: #aaa !important;
  color: #fff !important;
  cursor: pointer !important;
  float: right !important;
  font-size: 10px !important;
  padding: 3px 12px !important;
}

.editButton:hover {
  background: #b8b8b8 !important;
  background: -ms-linear-gradient(top left, #b8b8b8 0%, #acacac 100%) !important;
  background-color: #b8b8b8 !important;
}

.bigButton {
  background: #585858 !important;
  background: -ms-linear-gradient(top left, #626262 0%, #585858 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626262", endColorstr="#585858") !important;
  border: 0 none !important;
  color: #fff !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: 0 -1px #393939 !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  text-transform: uppercase !important;
  font-family: montserrat !important;
}

.bigButton:hover {
  background: #948989 !important;
  background: -ms-linear-gradient(top left, #948989 0%, #857a7a 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#948989), to(#857a7a)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#948989", endColorstr="#857A7A") !important;
  box-shadow: none !important;
}

.bigButton.clicked {
  background: #3e2e2e !important;
  background: -ms-linear-gradient(top left, #3e2e2e 0%, #4c3a3a 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e2e2e), to(#4c3a3a)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E2E2E", endColorstr="#4C3A3A") !important;
  box-shadow: none !important;
}

.smallButton {
  background: #626262 !important;
  -moz-user-select: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#585858)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626262", endColorstr="#585858") !important;
  background: -o-linear-gradient(90deg, #626262, #585858);
  border: 0 none !important;
  cursor: pointer !important;
  font-family: montserrat !important;
  font-size: 10px !important;
  height: 23px !important;
  min-width: 60px !important;
  line-height: 23px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: 0 -1px #393939 !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.Notouch .smallButton:hover {
  background: #948989 !important;
  background: -ms-linear-gradient(top left, #948989 0%, #857a7a 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#948989), to(#857a7a)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#948989", endColorstr="#857A7A") !important;
  box-shadow: none !important;
  cursor: pointer;
}

.smallButton.clicked,
.Notouch .smallButton:active {
  background: #3e2e2e !important;
  background: -ms-linear-gradient(top left, #3e2e2e 0%, #4c3a3a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E2E2E", endColorstr="#4C3A3A") !important;
  box-shadow: none !important;
}

.smallButtonDisabled {
  -moz-user-select: none !important;
  background-color: #eee !important;
  border: 0 none !important;
  box-shadow: none !important;
  color: #9c9c9c !important;
  font-family: montserrat !important;
  font-size: 10px !important;
  height: 23px !important;
  line-height: 23px !important;
  min-width: 60px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

.WideBody #BodyContainer {
  width: 100% !important;
}

#WidePane .BreadCrumbs {
  font-size: 9px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline;
}

@keyframes PageLoader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.PageLoader {
  display: none;
  min-width: 100px;
  min-height: 100px;
  position: fixed;
  right: 50%;
  top: 40%;
}

.PageLoader:before {
  content: "Loading…";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -13px;
  margin-left: -13px;
}

.WithBorderBottom {
  border-bottom: 1px solid #e0e0e0;
}

#Results .moreResults.previous:after {
  content: "Previous Results";
}

.PagingFooter #Results .moreResults.next,
.PagingFooter #GalleryResults .AddMoreResults.results-down {
  display: block;
}

.PagingHeader #Results .moreResults.previous,
.PagingHeader #GalleryResults .AddMoreResults.results-up {
  display: block;
}

.gallery-scroll-up {
  background-color: #d2b595 !important;
  border: 1px solid #fff !important;
}

.PagingHeader .gallery-scroll-up {
  display: block;
}

.DeliveredBy,
#cyberLogo {
  display: none !important;
}

#WidePane > [reactroot] {
  max-width: inherit;
  padding: 0;
}

.WideBody header {
  clear: both;
  max-width: inherit;
  text-align: center;
}

.WeatherChatNotAvailable .weather-not-available {
  display: block !important;
}

.NewYearsChatNotAvailable .new-years-not-available {
  display: block !important;
}

.ChatNotAvailable #chatnowicon,
.NewYearsChatNotAvailable #chatnowicon,
.XMasChatNotAvailable #chatnowicon,
.WeatherChatNotAvailable #chatnowicon {
  display: none;
}

header .MainHeader .HeaderInfo .Logo .free-holiday-gifts {
  bottom: 5px;
  position: absolute;
  right: 57px;
  z-index: 100;
  line-height: 1em;
}

.WideBody .CloseFilters::before {
  content: "\e625";
  display: block;
  font-family: applefont;
  font-size: 15px;
  margin-bottom: -1px;
  text-align: center;
  transform: rotate(90deg);
}

.WideBody .Closed .CloseFilters::before {
  transform: rotate(270deg);
}

.WideBody #Pane {
  border: medium none;
  min-height: 500px;
  width: 980px;
}

.WithFunnel {
  margin-top: 325px !important;
}

.WideBody #WidePane > div {
  margin: 0 auto;
}

.WideBody header,
.WideBody footer,
.WideBody #WidePane > .WrapperSplash {
  padding: 0;
}

.WideBody #ParameterTip {
  display: none;
}

.WideBody .SearchPanel {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  max-height: 200px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 15px;
  vertical-align: top;
  background-color: #fff;
  transition: all 0.8s;
}

.WideBody .SearchFilters.Closed .SearchPanel {
  max-height: 0;
  padding: 0;
}

.WideBody .LooseDiamonds .SearchPanel {
  max-height: 402px;
  border-bottom: 1px solid #e0e0e0;
}

.WideBody .CloseFilters:after {
  content: "Close Filters";
}

.WideBody .Closed .CloseFilters:after {
  content: "Open filters";
}

.WideBody #ResetCriteria {
  margin: 0;
}

.WideBody #SearchPane #SearchParameters1,
.WideBody #SearchPane #SearchParameters2 {
  font-family: montserrat;
  font-size: 14px;
  height: auto;
  min-width: 471px;
  padding: 0;
  width: 46.5%;
}

.WideBody #SearchPane #SearchParameters1 > li,
.WideBody #SearchPane #SearchParameters2 > li {
  height: auto;
  line-height: inherit;
  margin-bottom: 29px;
  width: auto;
}

.WideBody #SearchPane,
.WideBody #Filters {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.WideBody #SearchPane #SearchParameters2 > li.HelpPopup {
  left: 59%;
}

.WideBody #SearchPane,
.WideBody #PriceRangeSlider,
.WideBody #AdvancedOptions,
.WideBody #SearchResults {
  font-size: inherit;
  font-family: inherit;
}

.WideBody .textStyle2 {
  font-family: inherit !important;
}

.WideBody #SearchPane.LooseDiamonds #SearchParameters2 {
  margin-left: 0;
  margin-top: 11px;
}

@media (max-width: 1024px) {
  .WideBody #SearchPane.LooseDiamonds #SearchParameters2 {
    position: relative;
    right: 4px;
  }

  #GalleryResults #navcontainer-results li.jewel-container {
    width: 32% !important;
  }

  .metal_color-filter {
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .metal_color-filter {
    width: 400px;
    left: 0 !important;
  }
  .metal_color-filter a {
    padding: 0 !important;
  }
  .metal_color-filter span.metal-filter.Selected::after, .metal_color-filter a.metal-filter.Selected::after {
    right: -9px;
    top: 2px;
  }
}
.FancyColorButton.ParameterSelected {
  background-color: #ffa9a9;
  border: 1px solid #ffa9a9 !important;
}

.FancyColorButton:hover {
  border: 1px solid #ffa9a9 !important;
}

.WideBody #SearchPane .SearchPanel .Filters ul li ul li {
  display: table-cell;
  float: none;
  height: auto;
  line-height: 0;
  width: auto;
}

.WideBody #SearchPane .SearchPanel .Filters ul li ul li a {
  display: inline;
  height: auto;
  width: auto;
}

.WideBody #Shape li span {
  color: #858585;
  display: none;
  float: none;
  font-size: 10px;
  left: 0;
  letter-spacing: 0.5px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
}

.WideBody .Filters {
  margin-bottom: 10px;
  width: 100%;
}

.WideBody .Filters > * {
  display: inline-block;
  width: 48%;
}

.WideBody .Filters > * ul {
  border-spacing: 0;
  display: table;
  font-size: 16px;
  height: 37px;
  margin: 0 0 14px;
  table-layout: fixed;
  width: 100%;
}

.WideBody .Filters > * ul > li:not(:last-child) {
  border-right: 0 none;
}

.WideBody .Filters > * ul:not(.SliderLables) > li:first-child {
  border: medium none !important;
  font-size: 14px;
  padding-left: 0;
  text-align: left !important;
  width: 60px !important;
}

.SliderLables {
  font-size: 15px !important;
  margin-left: 7px !important;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 93% !important;
  z-index: 9;
  transform: translate(-50%, 0);
}

.SliderLables > li {
  border-bottom: 2px none #fff !important;
  border-color: #fff !important;
  border-top: 2px none #fff !important;
  border-width: 1px !important;
  cursor: pointer;
}

.SliderLables > li:first-child {
  border-left: medium none !important;
}

.WideBody .Parameter.Disabled .ui-widget-header {
  background: none repeat scroll 0 0 #f1f1f1 !important;
  box-shadow: none;
}

.WideBody .Parameter.Disabled .ui-slider-handle {
  display: none !important;
}

.WideBody .Parameter.Disabled.Clickable .ui-slider-handle {
  display: block !important;
}

.Parameter.Disabled .SliderLables > li {
  color: #e1e1e1;
}

.Parameter.Disabled.Clickable .SliderLables > li {
  color: inherit;
}

.WideBody .Filters > * ul > li {
  border: 1px solid;
  display: table-cell;
  padding: 2% 0;
  text-align: center;
  vertical-align: middle;
}

.WideBody .Filters #Shape li:not(:first-child) {
  font-family: applefont;
  font-size: 24px;
  padding: 0;
}

.WideBody #Carat,
.WideBody #Price {
  display: inline-block;
  margin-bottom: 7px !important;
  table-layout: fixed;
}

.WideBody #Cut {
  margin-bottom: 18px !important;
}

.WideBody #Carat > *,
.WideBody #Price > * {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.WideBody #Carat > span,
.WideBody #Price > span {
  line-height: 27px;
  width: 60px;
}

.WideBody #Carat > div > div,
.WideBody #Price > div > div {
  box-sizing: border-box;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}

.WideBody .Tabs {
  font-size: 14px;
}

.DiamondExpert {
  background-color: #d2b595;
  bottom: 6px;
  color: #fff;
  float: right;
  height: 31px;
  line-height: 31px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  text-transform: uppercase;
}

.WideBody .Tabs > li {
  height: 36px;
  line-height: 36px;
}

.ResultsViewsOptions > a,
.ResultsViewsOptions > span,
.shipped-by > a {
  border: 1px solid #d6d6d6;
  float: left;
  font-family: applefont;
  font-size: 21px;
  line-height: 30px;
  margin-right: 6px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.shipped-by > a {
  font-size: 15px;
  font-family: inherit;
  height: 26px;
  line-height: 26px;
}

.shipped-by > a:not(.selected) {
  cursor: pointer;
}

.ResultsViewsOptions > a {
  cursor: pointer;
}

.ResultsViewsOptions > a.Selected,
.shipped-by > a.selected {
  background-color: #ffc9c9;
  border: 1px solid #ffa9a9;
}

.Notouch .tool-tip:hover::after {
  background-color: #fff7d2;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  content: attr(data-tip);
  font-family: montserrat;
  font-size: 12px;
  left: -11px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  text-align: center;
  top: -36px;
  z-index: 8;
  color: #656565;
}

.Notouch .tool-tip.big-tool-tip:hover::after {
  left: 30%;
  top: -96px;
  width: 270px;
}

.Notouch .tool-tip:hover:before {
  background-position: -38px -13px;
  content: "";
  height: 14px;
  left: 50% !important;
  position: absolute;
  top: -7px;
  transform: translate(-50%, 0);
  width: 15px;
  z-index: 9;
}

.Notouch .custom-tool-tip {
  background-color: #fff7d2;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-family: montserrat;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  position: absolute;
  z-index: 9999;
  max-width: 354px;
  text-align: center;
}

.Notouch .custom-tool-tip div {
  margin: 0 auto;
  display: block;
}

.Notouch .custom-tool-tip-arrow {
  background-position: -38px -13px;
  bottom: -12px;
  height: 14px;
  left: 50% !important;
  position: absolute;
  transform: translate(-50%, 0);
  width: 15px;
  z-index: 9;
}

.Notouch .custom-tool-tip-arrow-reversed {
  background-position: -38px -13px;
  top: -12px;
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 15px;
  z-index: 9;
  transform: rotate(180deg);
}

.ResultsViewsOptions {
  display: inline-block;
  margin-bottom: 10px;
}

.ResultsViewsOptions > .littleButton:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.ResultsViewsOptions > span {
  border: medium none;
  font-family: inherit;
  font-size: 15px;
  padding: 0;
  margin-right: 8px;
}

.Tablet #CompareColor {
  display: none;
}

.WideBody #Results {
  border-color: #e4e4e4;
}

#SearchPane .ResultsTitle {
  font-size: 22px;
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  clear: both;
}

.ResultsTitle > div,
.ResultsTitle > p {
  font-size: 12px;
  margin-top: 15px;
}

.WideBody .ui-slider-handle {
  margin-top: 0 !important;
}

.WideBody .Parameter input {
  height: 19px !important;
  margin-left: 0 !important;
  margin-top: 19px !important;
  width: 80px;
}

.ui-slider input {
  height: 12px;
  font-family: montserrat !important;
}

.WideBody #Results.TabsContent {
  overflow: visible;
}

.WideBody .Filters .Parameter > div {
  display: table;
  height: 37px;
  table-layout: fixed;
  width: 100%;
}

.Parameter.Disabled > div::before {
  content: "";
  height: 100%;
  opacity: 0.29;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 99;
}

.Parameter.Disabled.Clickable > div::before {
  content: none;
}

.WideBody .Parameter > *:not(ul):not(a) {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}

.WideBody .Filters .Parameter {
  display: table !important;
  width: 100% !important;
}

.Parameter > span {
  line-height: 36px;
  width: 65px !important;
}

.WideBody .Filters .Parameter > div > a:first-child {
  border: medium none;
  text-align: left !important;
  width: 75px !important;
}

.WideBody .Filters .Parameter > div > a,
.WideBody .Filters .Parameter > div > div:not(.GallerySlider) {
  border: 1px solid #e4e4e4;
  display: table-cell !important;
  height: auto !important;
  vertical-align: middle !important;
  width: auto !important;
  position: relative;
  text-align: center;
}

#Shape.Parameter.DisabledShape div a:nth-child(2)::after {
  content: "This diamond shape is not compatible with the ring setting you selected";
  font-family: montserrat;
  font-size: 13px;
  left: 0;
  position: absolute;
  top: -18px;
  white-space: nowrap;
}

.WideBody .Filters #Shape.Parameter > div > a:not(:first-child),
.WideBody .Filters #Shape.Parameter > div > a:not(:first-child),
.WideBody .Filters #Shape.Parameter > div > div:not(:first-child) {
  font-family: applefont;
  font-size: 23px;
  cursor: pointer;
}

.WideBody .Filters .Parameter > div > a:hover:not(.Disabled),
.WideBody .Filters .Parameter > div > div:hover:not(.Disabled):not(.GallerySlider) {
  border-color: #ffa9a9;
}

.WideBody .LooseDiamonds .Filters #Shape.Parameter > div > a:not(.Disabled):hover:after,
.WideBody .LooseDiamonds .Filters #Shape.Parameter > div > div:hover:after {
  content: attr(title);
  font-family: montserrat;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -17px;
  right: 0;
}

.WideBody .Filters .Parameter > div > a.ParameterSelected,
.WideBody .Filters .Parameter > div > div.ParameterSelected {
  background-color: #ffc9c9;
  border: 1px solid #ffa9a9;
}

.FiltersTest > div > div {
  display: table;
  height: 202px;
}

.FiltersTest > div a {
  border: 1px solid;
  display: table-cell;
  font-size: 94px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
}

.FiltersTest > div:first-child {
  font-family: applefont;
}

.FiltersTest > div a:hover:after {
  content: "123";
  font-family: montserrat;
  font-size: 45px;
  position: absolute;
  top: -50px;
  left: 0;
}

.WideBody #AdvancedOptionsMenu li#DepthPopup,
.WideBody #AdvancedOptionsMenu li#TablePopup {
  height: 53px;
  margin-top: 4px;
  padding: 0 26px 5px;
}

.RingsImagesResults li .wishlist-heart:hover,
.WideBody #SearchResults .RingsImagesResults li .compare-diamond:hover {
  transform: scale(1.1);
}

.WideBody .Filters .Parameter > div > a.Disabled,
.WideBody .Filters .Parameter > div > div.Disabled {
  background-color: #f6f6f6;
  color: #d4d4d4;
  cursor: default !important;
}

.WideBody .Filters .Parameter > div > a.FancyIcon,
.WideBody .Filters .Parameter > div > div.FancyIcon {
  width: 67px !important;
}

.WideBody #Gem .Filters .Parameter > div {
  height: 51px;
}

.WideBody .SearchBar {
  float: none;
  padding: 0;
  position: relative;
  line-height: normal;
}

.WideBody .buttonContainer {
  display: none;
}

.WideBody .sayRes {
  left: auto;
  line-height: normal;
  position: absolute;
  right: 0;
  text-align: left;
  top: 65px;
  z-index: 99;
}

.WideBody .searchContainer {
  position: static;
}

.WideBody #topCartTipex {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  height: 20px;
  left: auto;
  position: absolute;
  right: 1px;
  top: 17px;
  width: 95px;
  z-index: 10000;
}

.cart-image-link {
  height: 15px;
  padding: 5px 9px 7px 0;
  width: 76px;
}

.WideBody #cart ul li {
  float: none;
  margin-left: 0;
}

.WideBody #cart ul li.bind {
  top: -12px;
  left: 23px;
}

.WideBody .bigButton {
  background: none repeat scroll 0 0 #d2b595 !important;
  font-family: montserrat !important;
  text-shadow: inherit !important;
  font-size: 14px !important;
}

.WideBody #cart .Price,
.WideBody #cart .Subtotal .Amount {
  color: #d2b595 !important;
}

.WideBody #cart ul {
  background-color: #fff;
  border: 1px solid #b6b6b6;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-family: montserrat !important;
  left: auto;
  list-style: outside none none;
  margin-top: 20px;
  overflow: hidden;
  padding: 19px 5px 7px 10px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 320px;
}

.WideBody span {
  font-weight: normal !important;
}

#Results .moreResults.Waiting:before {
  content: "Loading";
}

#Results .moreResults:after {
  content: "More Results";
}

#Results .moreResults.Waiting {
  background-color: inherit;
  position: relative;
}

.WideBody #RightAboutPane {
  height: auto;
}

@media only screen and (max-width: 1150px) and (min-width: 0) {
  .WideBody #SearchResults .RingsImagesResults > li:nth-child(3n) {
    margin-right: 0 !important;
  }

  .WideBody #SearchResults .RingsImagesResults > li,
.WideBody .RingsImagesResults > li:nth-child(4n) {
    margin-right: 6.5% !important;
    width: 29% !important;
  }
}
#chatnowicon {
  position: fixed;
  width: 48px;
  height: 81px;
  top: 50%;
  left: 0;
  z-index: 999;
  cursor: pointer;
  background: #5ec5e4;
  color: #fff;
}

#chatnowicon .ChatNow {
  display: block;
  text-align: center;
  padding-top: 15px;
}

#chatnowicon .icon-chat-now {
  color: #fff;
  position: absolute;
  left: 10px;
  font-size: 25px;
  top: 6px;
  font-family: applefont;
}

#wideHPtopBannerContainer > div {
  vertical-align: top;
}

.motherDayHeaderBanner {
  position: absolute;
  background-repeat: no-repeat;
  width: 277px;
  height: 126px;
  margin-left: -305px;
  text-decoration: none;
  top: 0;
  z-index: 10;
  display: none;
}

@media only screen and (max-width: 1281px) {
  .motherDayHeaderBanner {
    margin-left: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1180px) {
  .motherDayHeaderBanner {
    margin-left: 0;
    left: 0;
    width: 156px;
    height: 101px;
  }
}
/*!! General.css */
input[type=text],
textarea {
  border: 1px solid #ddd;
}

#data-resolver {
  display: none;
}

canvas,
.StagePreloaderImg {
  cursor: ew-resize;
}

.WideBody .PipsSlider .ui-slider-handle:first-of-type {
  z-index: 10;
}

.apple-icon {
  font-family: applefont;
}

.justify-align {
  text-align: justify;
  font-size: 0.1px;
}

.justify-align > * {
  display: inline-block;
  float: none !important;
  font-size: 1rem;
  vertical-align: top;
}

.justify-align:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.table-display {
  display: table;
}

.table-display > * {
  display: table-cell;
}

.center-abs-both {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.center-abs-hor {
  left: 50% !important;
  transform: translate(-50%, 0);
}

.center-abs-ver {
  top: 50% !important;
  transform: translate(0, -50%);
}

.after-center-abs-both:after {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.after-center-abs-hor:after {
  left: 50% !important;
  transform: translate(-50%, 0);
}

.after-center-abs-ver:after {
  top: 50% !important;
  transform: translate(0, -50%);
}

.dashed {
  border-bottom: 1px dashed #656565;
  cursor: pointer;
}

.actionBtn {
  background-color: #d2b595;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  margin: 10px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 230px;
}

/*!! Other.css */
.button-x:before {
  content: "\e627";
  font-family: applefont;
  font-size: 15px;
  cursor: pointer;
}

.Options.popup input.closeButton,
.Continue.popup input.closeButton {
  margin: -3px -18px 0 0;
  width: 19px;
}

input.closeButton[type=button] {
  width: 21px;
  height: 21px;
  border: none;
  background-position: -400px -250px;
  background-color: transparent;
  float: right;
}

#askUsPane {
  display: inline-block;
  position: relative;
  top: -32px;
  width: 100%;
  height: 180px;
}

#faqAndAskus #askUsPane {
  top: 12px;
}

#askUs {
  background-position: -225px -264px;
  display: inline-block;
  height: 31px;
  padding-top: 5px;
  width: 67px;
}

#RingItem #askUs {
  width: 67px;
}

#askUsPane:hover #askUs {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#askUsPane:hover div#askUsPopup {
  visibility: visible;
}

#askUsPopup {
  width: 340px;
  border: 1px solid #adadad;
  position: absolute;
  top: -66px;
  left: -278px;
  background-color: #fff;
  visibility: hidden;
  box-shadow: 0 1px 4px 1px #adadad;
  z-index: 200;
}

#askUsPopup1 {
  margin-left: 125px;
  margin-top: 20px;
}

#askUsPopup a,
#askUsPopup1 a {
  border: 1px solid #fff;
  color: #656565;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 11px;
  height: 32px;
  margin-left: 5px;
  margin-right: 13px;
  margin-top: 13px;
  padding-right: 5px;
  padding-top: 6px;
}

#askUsPopup1 a {
  height: 42px;
}

#askUsPopup a span,
#askUsPopup1 a span {
  display: inline-block;
  cursor: pointer;
}

#askUsPopup a span:first-child,
#askUsPopup1 a span:first-child {
  vertical-align: sub;
  vertical-align: middle \9 ;
}

#askUsPopup a span:nth-child(2),
#askUsPopup1 a span:nth-child(2) {
  margin-left: -3px \9 ;
}

#call,
#call1 {
  background-position: -410px -112px;
}

#message,
#message1 {
  background-image: none;
  background-position: -341px -178px;
}

#Checkout #askUsPane #message {
  background-position: -341px -178px;
}

#chat,
#chat1 {
  background-position: -342px -218px;
}

#shpits {
  background-position: -390px -153px;
  width: 20px;
  height: 17px;
  position: relative;
  top: 64px;
  left: 256px;
}

/*!! DropdownFilter.css */
.WideBody #Results.TabsContent .DropDownFilter {
  float: right;
  margin-right: 0;
  position: relative;
}

.filters-column .DropDownFilter.Categories li {
  font-size: 13px;
}

.shipped-by {
  position: relative;
}

.shiped-by-new-years .button-x {
  top: 6px;
}

.shiped-by-new-years .button-x:before {
  color: #fff;
  font-size: 10px;
}

.DropDownFilter.Categories li {
  padding-left: 0;
}

.DropDownFilter.Categories li > div {
  display: table-cell;
}

.DropDownFilter.Categories li {
  display: table;
  padding-left: 0;
  width: 100%;
}

.DropDownFilter.Categories li > div a:hover {
  background-color: #fdd;
}

.DropDownFilter.Categories ul li:hover {
  background-color: inherit;
}

.DropDownFilter.Categories li > div:first-child {
  color: #ea7070;
  min-width: 54px;
}

.DropDownFilter.Categories li > div a {
  box-sizing: border-box;
  display: block !important;
  padding-left: 5px;
  width: 100%;
}

.DropDownFilter.Categories > span {
  padding-left: 5px;
}

.DropDownFilter.Categories {
  font-size: 14px;
}

.DropDownFilter.Categories font {
  color: #ea7070;
}

#GalleryInnerPage .DropDownFilter {
  margin-right: 0;
  width: auto !important;
  line-height: 31px;
  border: none;
}

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

#GalleryInnerPage .DropDownFilterWideUl {
  font-size: 15px !important;
}

#GalleryInnerPage .DropDownFilter ul li {
  white-space: nowrap;
}

.WideBody #SearchPane .SearchPanel .Filters .DropDownFilter ul li {
  font-size: inherit;
  width: 100% !important;
  margin: 0;
}

#SearchParameters2 .Parameter .DropDownFilter ul li div a {
  width: auto !important;
}

#SearchParameters2 .Parameter .DropDownFilter ul li div {
  text-align: left !important;
}

.DropDownFilter ul li:hover {
  background-color: #fdd;
}

.DropDownFilter.Open ul {
  display: block;
}

.DropDownFilter.Open .Title .ButtonIcon {
  border-color: #d2b595;
}

#GalleryInnerPage .DropDownFilter.Open .Title .ButtonIcon {
  border-color: #a2a2a2;
}

.DropDownFilter:hover .Title .ButtonIcon {
  border-color: #d2b595;
  color: #d2b595;
}

#GalleryInnerPage .DropDownFilter:hover .Title .ButtonIcon {
  border-color: #d2b595;
  color: #d2b595;
}

.DropDownFilter:hover ul,
.DropDownFilter:focus ul {
  display: block;
}

.inspiration-gallery-filters .DropDownFilter:hover ul,
.inspiration-gallery-filters .DropDownFilter:focus ul {
  display: none;
}

.inspiration-gallery-filters .DropDownFilter:hover .Title {
  border-color: #f00 !important;
}

.inspiration-gallery-filters #OrderByDropdownContainer li {
  font-size: 14px;
}

.inspiration-gallery-filters #OrderByDropdownContainer li:hover {
  background-color: #eee;
}

.Notouch .DropDownFilter:hover ul.hide,
.DropDownFilter:focus ul.hide {
  display: none !important;
}

.DropDownFilter.ChangeMetal:hover ul {
  display: block;
}

.DropDownFilter.Closed ul {
  display: none !important;
}

.DropDownFilter .Title {
  background-color: transparent !important;
  padding-bottom: 4px !important;
  word-spacing: -2px;
}

#GalleryInnerPage .DropDownFilter-header {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

#GalleryResultsInnerPage .DropDownFilter .TitleSortResults {
  background-color: #fff;
  display: block;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  color: #000;
  font-weight: 700;
}

.DropDownFilter .IconTitle {
  padding-left: 60px;
}

.RingSize .DropDownFilter,
.DropDownFilter.ChangeMetal {
  float: none;
  display: inline-block;
  z-index: auto;
}

.RingSize .DropDownFilter .IconTitle {
  padding-left: 5px;
}

.RingSize .DropDownFilter ul li {
  padding-left: 5px;
  line-height: 23px;
}

.DropDownFilter.ChangeMetal .IconTitle {
  padding-left: 0;
}

.DropDownFilter.ChangeMetal ul li {
  padding-left: 0;
  line-height: 23px;
}

/*!! Funnel.css */
.mobile-funnel {
  background-color: #fff4f4;
  background: linear-gradient(135deg, #d2b595 0%, #d2b595 0%, #d2b595 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #d2b595;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  display: table;
  height: 69px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-funnel.show {
  display: table !important;
  margin-bottom: 0.5em;
  z-index: 10;
  position: relative;
}

.mobile-funnel > li.done.open .dropdown {
  display: table;
}

.mobile-funnel > li.done .dropdown .image {
  display: table-cell;
  padding: 5px;
  width: 47px;
}

.mobile-funnel > li.done.diamondPair .dropdown {
  width: 230px;
}

.mobile-funnel > li.done.diamondPair .dropdown .image {
  display: table-cell;
  padding: 5px;
  width: 100px;
}

.mobile-funnel > li.done.diamondPair .dropdown .image img {
  width: 47px;
}

.mobile-funnel > li.done.diamondPair .dropdown .image .img1 {
  float: left;
}

.mobile-funnel > li.done.diamondPair .dropdown .image .img2 {
  float: right;
}

.mobile-funnel > li.done .dropdown .image img {
  height: 47px;
  vertical-align: top;
  width: 100%;
}

.mobile-funnel > li.done .details > .image {
  display: table-cell;
  padding: 5px;
  width: 47px;
}

.mobile-funnel > li.done .dropdown > div.details {
  display: table-cell;
  font-size: 10px;
  padding-top: 5px;
  vertical-align: top;
}

.mobile-funnel > li.done .details > div.price {
  color: #d2b595;
  font-size: 14px;
}

.mobile-funnel > li.done .details > div.buttons {
  bottom: 6px;
  overflow: hidden;
  position: absolute;
}

.mobile-funnel > li.done .details > div.buttons > div {
  background-color: #d2b595;
  color: #fff;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  width: 54px;
}

.mobile-funnel > li.done .details > div.buttons > div:first-child {
  margin-right: 5px;
}

.mobile-funnel > li.done .details > div img {
  vertical-align: top;
  width: 100%;
}

.mobile-funnel > li.done a::after {
  border-radius: 20px;
  content: "\e661";
  font-family: applefont;
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

.mobile-funnel > li {
  cursor: pointer;
  height: 100%;
  position: relative;
  border-radius: 0 0 6px 6px;
  display: table-cell;
  position: relative;
}

.mobile-funnel > li.done .remove {
  display: block;
}

.mobile-funnel > li .remove {
  border: 1px solid;
  bottom: -8px;
  display: none;
  height: 20px;
  position: absolute;
  width: 20px;
}

.mobile-funnel > li.setting a::before {
  content: "Setting";
}

.mobile-funnel > li.Ring a::before,
.mobile-funnel > li.Jewel a::before {
  content: "Setting";
}

.mobile-funnel > li.Diamond a::before,
.mobile-funnel > li.diamond a::before {
  content: "Diamond";
}

.mobile-funnel > li.pendant a::before,
.mobile-funnel > li.Pendant a::before {
  content: "Pendant";
}

.mobile-funnel > li.diamondPair a::before,
.mobile-funnel > li.diamondsPair a::before {
  content: "Diamonds";
}

.mobile-funnel > li.gemstone a::before,
.mobile-funnel > li.Gemstone a::before {
  content: "Gemstone";
}

.mobile-funnel > li.earring a::before,
.mobile-funnel > li.Earrings a::before,
.mobile-funnel > li.Earring a::before {
  content: "Earring";
}

.mobile-funnel > li.stone a::before {
  content: attr(step-title);
  font-size: 14px;
}

.mobile-funnel > li.complete a::before,
.mobile-funnel > li.Complete a::before {
  content: "Complete";
}

.mobile-funnel > li a::before {
  content: attr(step);
}

.mobile-funnel > li:not(:last-child)::after {
  background-color: #fff;
  background-position: -341px -8px;
  content: "";
  display: block;
  height: 70px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -3px;
  width: 24px;
}

.mobile-funnel > li.active:not(:last-child)::after {
  background-color: #fff;
  background-position: -305px -8px !important;
  content: "";
  height: 81px !important;
  position: absolute;
  right: 0;
  top: -3px !important;
  width: 27px !important;
}

.mobile-funnel > li.done .dropdown {
  line-height: normal;
  position: absolute;
  table-layout: fixed;
  top: 5px;
  width: 177px;
  z-index: 998;
  right: 30px;
}

/*!! Funnel-old.css */
#LooseDiamonds p {
  margin: 0;
  padding: 0;
}

.fs {
  margin: 10px auto;
  width: 470px;
  height: 50px;
  position: relative;
}

.FunnelRingSizeContainer .DropDownFilter:hover ul {
  display: none;
}

.FunnelRingSizeContainer .DropDownFilter:focus ul {
  display: block;
}

.box3.off .completeFunnel {
  top: 16px !important;
}

.notcomplete {
  background-position: -375px -8px !important;
}

.nodiamond1,
.nodiamond2 {
  background-position: -376px -46px;
  height: 23px;
  right: 26px;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 24px;
  width: 30px;
}

.noring1,
.noring2,
.nopendant1,
.noearrings1,
.notwostone1,
.nodiamondspair2,
.nodiamondspair1,
.noearrings2 {
  background-position: -377px -7px;
  height: 36px;
  right: 26px;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 16px;
  width: 25px;
  z-index: 13;
}

.complete-pendant {
  background-position: -419px -147px;
  width: 40px;
  height: 37px;
}

.complete-earrings {
  background-position: -416px -75px;
  width: 45px;
}

.complete-two-stone {
  background-position: -377px -147px;
}

.notwostone1 {
  background-position: -377px -111px;
}

.nodiamondspair2,
.nodiamondspair1 {
  background-position: -412px -40px;
  width: 53px;
}

.noearrings1,
.noearrings2 {
  background-position: -412px -9px;
  width: 53px;
}

.nopendant1 {
  background-position: -420px -112px;
  width: 38px;
}

.box1 {
  background-position: -11px -11px;
  height: 80px;
  left: -1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 321px;
}

.box2 {
  background-position: -12px -97px;
  height: 80px;
  left: 293px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 348px;
}

.box3 {
  background-position: -12px -184px;
  height: 81px;
  left: 613px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 349px;
}

.box2.off .num,
.box1.off .num,
.box3.off .num {
  padding-top: 30px !important;
}

.num {
  font-size: 51px;
  padding-left: 20px;
  padding-top: 33px;
  position: absolute;
}

.edit_1 {
  font-size: 12px;
  line-height: 0.9;
  padding-left: 55px;
  padding-top: 39px;
  position: absolute;
  z-index: 1;
}

.edit_2 {
  font-size: 12px;
  line-height: 0.9;
  padding-left: 85px !important;
  padding-top: 39px;
  position: absolute;
  z-index: 1;
}

.offtitle {
  padding-top: 13px;
}

div .off .title_1,
div .off .title_2,
div .off .title_3 {
  padding-top: 14px !important;
}

.viewchange {
  text-decoration: underline;
  cursor: pointer;
}

.title_1 span,
.title_2 span,
.title_3 span {
  font-size: 12px;
}

.box1.off .img_1,
.box2.off .img_2 {
  padding-top: 10px;
}

.img_1,
.img_2,
.img_3 {
  z-index: 1;
}

.img_1,
.img_2 {
  height: 45px;
  position: absolute;
  width: 45px;
  top: 7px;
  right: 138px;
}

@media (max-width: 1024px) {
  .img_1,
.img_2 {
    right: 111px;
  }
}
.img_3 {
  padding-left: 234px !important;
  padding-top: 8px;
  position: absolute;
}

.box1.off .change_1,
.box2.off .change_2 {
  padding-top: 42px !important;
}

.change_1,
.change_2 {
  font-size: 10px;
  position: absolute;
  right: 24px;
  top: 36px;
}

.box1.off .price_1,
.box2.off .price_2 {
  padding-top: 22px !important;
}

.price_1,
.price_2 {
  color: #d2b595;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 40px;
}

.sale-price-funnel {
  width: 37px;
}

.sale-price-funnel::before {
  margin-right: 10px;
}

.price_3 {
  color: #d2b595;
  font-size: 15px !important;
  font-weight: bold;
  top: 17px;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
}

.box2 span,
.box3 span {
  padding-left: 40px;
}

.off {
  background-image: none;
}

.spliter1,
.spliter2 {
  background-position: -341px -8px;
  display: block;
  height: 81px;
  left: 292px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -3px;
  width: 24px;
}

.spliter2 {
  top: -3px;
  left: 612px;
}

#FunnelPreview {
  background-color: #fff;
  box-shadow: 0 0 4px 1px #919191;
  display: none;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  z-index: 100;
  width: 500px;
  height: 550px;
}

.FunnelMainImage {
  background-color: #fafafa;
  border-color: #d2b595;
  border-style: solid;
  border-width: 1px;
  width: 269px;
  height: 250px;
  position: relative;
}

.FunnelMainImage img,
.FunnelMainImage span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.ItemRow div {
  float: left;
}

.ItemRow span {
  display: block;
}

.ItemRow .price,
.subtotal .price {
  color: #d2b595;
  font-size: 19px;
  float: right;
}

.viewchange_complete {
  float: right !important;
  font-size: 11px;
  padding-top: 4px;
}

.viewchange_complete a {
  text-decoration: underline;
}

.share_complete {
  margin-left: 3px;
  margin-top: 25px;
  right: 0;
}

.share_complete a:first-child {
  margin-left: 0 !important;
}

.share_complete a {
  margin-left: 10px;
}

.RingSizerFinder {
  background-position: -263px -60px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 18px;
  margin-left: 5px;
  margin-top: 3px;
  vertical-align: middle;
  width: 22px;
}

.share_complete .print {
  background-position: -728px -503px;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin-right: 2px;
  width: 35px;
}

.sharesAddToWish {
  background-color: #ccc;
  color: #424242;
  display: block;
  font-size: 12px;
  height: 37px;
  margin: 4px 0 0;
  text-align: center;
  text-decoration: none;
  width: 196px;
  cursor: pointer;
}

.saveToWish {
  border: 1px solid;
  color: #424242;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin: 4px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 196px;
  cursor: pointer;
  color: #d2b595;
}

ul#navcontainer li .Disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ItemRow .ByChristmasRibbon {
  width: 27px;
  height: 26px;
  position: absolute;
  background-size: cover;
  top: 9px;
  left: -2px;
}

.ItemRow .ByValentinesRibbon {
  width: 27px;
  height: 26px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

/*!! Gallery.css */
.wedding-jewels-main:hover,
.wedding-jewels-main:active,
.wedding-jewels-main.Selected {
  outline: 1px solid #d2b595;
}

.earring-jewels-main {
  width: 51px;
  height: 35px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: applefont;
  font-size: 40px;
  border-right: 14px solid #fff;
  border-left: 14px solid #fff;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}

.earring-jewels-main:hover,
.earring-jewels-main:active,
.earring-jewels-main.Selected {
  outline: 1px solid #d2b595;
}

.metaltype-color1 {
  background-position: -43px -380px;
}

.metaltype-color2 {
  background-position: -119px -380px;
}

.metaltype-color3 {
  background-position: -199px -380px;
}

.metaltype-color4 {
  background-position: -278px -380px;
}

.metaltype-color6 {
  background-position: -446px -380px;
}

.metaltype-color7 {
  background-position: -519px -380px;
}

ul#navcontainerColors {
  list-style-type: none;
  font-size: 10px;
  padding: 10px 0;
  margin-left: 1px;
}

ul#navcontainer li {
  display: table-cell;
  text-align: center;
  margin-right: 6px;
  position: relative;
  padding-bottom: 15px;
}

ul#navcontainer li:last-child:after {
  content: "";
  display: inline-block;
}

ul#navcontainerColors li {
  display: inline-block;
  margin-right: 5px;
}

ul#navcontainerColors li:not(:first-child) {
  margin-left: 3.2px;
}

ul#navcontainer li a {
  display: inline-block;
  width: 98%;
}

ul#navcontainerColors li a {
  display: flex;
  align-items: center;
}

ul#navcontainer li a div,
ul#navcontainerColors li a div {
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
}

.view-order-grid {
  background-position: -606px -379px;
}

.view-order-hand {
  background-position: -631px -379px;
}

.view-options {
  height: 22px;
  line-height: 22px;
}

.view-options a {
  display: block;
  float: left;
  height: 17px;
  margin-left: 5px;
  width: 17px;
  border: 1px solid #d6d6d6;
}

.view-font-icon {
  display: inline-block;
  font: normal normal normal 14px/1 applefont;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-align: center;
  font-size: 15px;
  background-color: #ffc9c9;
  height: 25px;
  width: 25px;
  border: 1px solid #ffa9a9;
  margin-left: 5px;
  line-height: 25px !important;
}

.custom-font-size {
  padding-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

.slider-input-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.slider-input-column {
  display: table-cell;
  width: 25%;
}

.filters-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .filters-row {
    margin-bottom: 0px;
  }
}

.filters-column {
  display: table-cell;
}

.filters-column-new {
  display: inline-block;
}

.filters-column.center-col {
  text-align: center;
  font-size: 22px;
  width: 580px;
}

.minInput {
  float: left;
}

.maxInput {
  float: right;
}

.price-range {
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
  width: 50% !important;
}

.slider-container-style {
  float: right;
  margin-top: 29px;
  max-width: 300px;
}

.slider-container.not-range .sliderInputs .minInput {
  display: none;
}

.float-items li {
  float: left !important;
  padding-right: 4px;
}

p.category-description-text {
  font-size: 12px;
  padding-top: 0;
  text-align: left;
  line-height: 20px;
  color: #777;
}

p.category-description-text:first-letter {
  text-transform: capitalize;
}

.right-column {
  text-align: right;
  vertical-align: bottom;
}

@media only screen and (max-width: 1085px) and (min-width: 0) {
  .shape-main {
    font-size: 55px;
  }

  .filters-column.center-col {
    width: 400px;
  }

  #Filters .div-designer-collection {
    top: 57px !important;
  }

  #Filters .white-seperator {
    top: 52px !important;
    background-color: #fff;
  }

  #Filters .dc-group-icon {
    background-position: 302px -362px !important;
  }

  #Filters .alt-color-main {
    width: 12px !important;
    height: 10px !important;
  }
}
.design-your-own-container .jewel-details-container .ItemPrice:after,
.how-he-asked-container .jewel-details-container .ItemPrice:after {
  content: "";
  color: #1b1b1b;
  position: absolute;
  font-size: 11px;
  width: 100%;
  top: 32px;
  right: 0;
  z-index: 100;
}

.filters-tabs > div {
  background-color: #ececec;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 24.5%;
}

.filters-tabs .selected {
  background: #ffd1d1;
}

.filters-tabs a {
  display: block;
}

ul.nav-container-box li {
  display: table-cell;
}

ul.nav-container-box li a {
  display: inline-block;
}

ul.nav-container-box li a div {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

ul.nav-container-box li a span {
  white-space: nowrap;
  display: block;
  text-align: center;
}

.design-your-own-container > li div.ItemPrice {
  position: relative;
}

#navcontainer-results.has-life-style > li div.ItemPrice {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 1102px) and (min-width: 0) {
  .fine-jewels-main {
    font-size: 36px !important;
    border-right: 20px solid #fff !important;
    border-left: 20px solid #fff !important;
  }

  ul.nav-container-box {
    font-size: 11px;
  }
}
.custom-dropdown-filter {
  border: 1px solid;
  box-sizing: border-box;
  position: relative;
  width: 180px;
  font-size: 14px;
  border-left: none;
  border-right: none;
  border-color: #dbdbdb;
  cursor: pointer;
  float: left;
  z-index: 200;
}

.custom-dropdown-filter ul {
  border: 1px solid;
  box-sizing: border-box;
  display: none;
  margin: 0;
  padding-left: 9px !important;
  padding-bottom: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  position: absolute;
  width: 100%;
  border-top: none;
  border-color: #dbdbdb;
  background-color: #fff;
  list-style: none;
}

.custom-dropdown-filter ul li {
  font-size: 14px;
  height: 31px;
  line-height: 206%;
  position: relative;
}

.custom-dropdown-filter.NoIcon ul li {
  padding-left: 0;
}

.custom-dropdown-filter.NoIcon .Icon {
  display: none;
}

.custom-dropdown-filter ul li:hover {
  background-color: #fdd;
}

.custom-dropdown-filter ul li .Icon {
  bottom: 4px;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 42px;
}

.custom-dropdown-filter.SmallIcon .Icon {
  width: 30px;
}

.custom-dropdown-filter .Icon.White14K {
  background-position: -594px -433px;
}

.custom-dropdown-filter .Icon.Round {
  background-position: -702px -5px;
}

.custom-dropdown-filter .Icon.Princess {
  background-position: -703px -77px;
}

.custom-dropdown-filter .Icon.Emerald {
  background-position: -704px -152px;
}

.custom-dropdown-filter .Icon.Asscher {
  background-position: -825px -5px;
}

.custom-dropdown-filter .Icon.Oval {
  background-position: -823px -75px;
}

.custom-dropdown-filter .Icon.Radiant {
  background-position: -762px -4px;
}

.custom-dropdown-filter .Icon.Pear {
  background-position: -762px -75px;
}

.custom-dropdown-filter .Icon.Heart {
  background-position: -762px -150px;
}

.custom-dropdown-filter .Icon.Marquise {
  background-position: -884px -5px;
}

.custom-dropdown-filter .Icon.Cushion {
  background-position: -702px -5px;
}

.custom-dropdown-filter .Icon.Solitaire {
  background-position: -70px -7px;
}

.custom-dropdown-filter .Icon.Pave {
  background-position: -70px -33px;
}

.custom-dropdown-filter .Icon.ChannelSet {
  background-position: -70px -60px;
}

.custom-dropdown-filter .Icon.Sidestone {
  background-position: -70px -88px;
}

.custom-dropdown-filter .Icon.Three-stone {
  background-position: -70px -115px;
}

.custom-dropdown-filter .Icon.MixedMetal {
  background-position: -70px -115px;
}

.custom-dropdown-filter .Icon.Tension {
  background-position: -133px -86px;
}

.custom-dropdown-filter .Icon.Halo {
  background-position: -134px -114px;
}

.custom-dropdown-filter .Icon.Vintage {
  background-position: -69px -143px;
}

.custom-dropdown-filter .Icon.WeddingSet {
  background-position: -133px -60px;
}

.custom-dropdown-filter .Icon.Designer {
  background-position: -70px -33px;
}

.custom-dropdown-filter.Open ul {
  display: block;
}

.custom-dropdown-filter.Open .Title .ButtonIcon {
  border-color: #d2b595;
}

.custom-dropdown-filter:hover .Title .ButtonIcon {
  border-color: #d2b595;
  color: #d2b595;
}

.custom-dropdown-filter:hover ul {
  display: block;
}

.custom-dropdown-filter .Title {
  border-left: 1px solid;
  border-right: 1px solid;
  display: block;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
  border-color: #dbdbdb;
}

.custom-dropdown-filter .Title .ButtonIcon {
  color: #d2b595;
  font-size: 9px;
  position: absolute;
  right: 11px;
  top: 7px;
}

.custom-dropdown-filter .Title .Icon {
  bottom: 5px;
  left: 6px;
  position: absolute;
  top: 2px;
  width: 42px;
}

#Filters .filters-rotate-message {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}

#Filters .filter-main-title {
  margin: 0;
  font-size: 22px;
}

#Filters .filters-title-message {
  text-align: left;
  margin: 0 !important;
  padding-bottom: 0 !important;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#Filters .white-seperator {
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #fff;
  top: 64px;
  display: none;
  z-index: 5000;
  right: 0;
}

#Filters .parent-element {
  cursor: pointer;
  text-align: right;
}

#Filters .parent-element .shape-main {
  color: transparent;
}

#Filters .dc-group-icon {
  background-position: 314px -359px;
}

.WhiteGold14K,
.WhiteGold18K,
.YellowGold14,
.YellowGold18,
.RoseGold,
.Platinum,
.RoseGold14,
.RoseGold18,
.Palladium {
  height: 28px;
  width: 30px;
}

.WhiteGold14K {
  background-position: -115px -380px;
}

.WhiteGold18K {
  background-position: -196px -380px;
}

.YellowGold14 {
  background-position: -274px -380px;
}

.YellowGold18 {
  background-position: -365px -380px;
}

.RoseGold {
  background-position: -515px -380px;
}

.RoseGold14 {
  background-position: -886px -380px;
}

.RoseGold18 {
  background-position: -931px -380px;
}

.Platinum {
  background-position: -441px -380px;
}

.Palladium {
  background-position: -841px -380px;
}

/*!! JewelGallery.css */
#Filters select,
#Filters input {
  font-family: montserrat;
}

.shape-main {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: applefont;
  font-size: 65px;
  color: #8a8a8a;
  border: 1px solid transparent;
  position: relative;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.shape-main:hover,
.shape-main:active,
.shape-main.Selected {
  border: 1px solid transparent;
  filter: sepia(5%) saturate(21) hue-rotate(678deg);
}

.color-main {
  width: 26px;
  height: 26px;
  text-decoration: none;
  display: inline-block;
  border-right: 22px solid #fff;
  border-left: 22px solid #fff;
  border-top: 9px solid #fff;
  border-bottom: 9px solid #fff;
}

.color-main:hover,
.color-main:active,
.color-main.Selected {
  outline: 1px solid #d2b595;
}

.alt-color-main {
  text-decoration: none;
  display: inline-block;
  padding: 0 0px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px !important;
  height: 10px !important;
}

.alt-color-dropdown {
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(0.9);
}

.alt-color-main:hover,
.alt-color-main:active,
.alt-color-main.Selected {
  transform: scale(1.1);
}

#priceSlider {
  margin-bottom: 12px;
}

#priceSlider > a:hover,
#priceSlider > a:focus {
  border-color: inherit !important;
  background-color: inherit !important;
}

.preset-sub-filters .shape-main {
  font-size: 40px;
}

.preset-icon-text {
  font-size: 10px;
}

.WideBody .ui-slider .ui-slider-handle {
  width: 26px !important;
  height: 26px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: -12px !important;
  border-style: none !important;
}

.WideBody .ui-slider-horizontal:not(.PipsSlider) {
  height: 4px !important;
  background: #eee !important;
  border-bottom: 0 !important;
}

.WideBody .ui-slider-range {
  margin-top: -1px !important;
}

.WideBody .ui-widget-header,
.WideBody .not-range .ui-slider-range {
  background: linear-gradient(#fdb5b6, #eb7170) !important;
  box-shadow: 0 2px 0 #ffd4d3;
}

.WideBody .sliderInputs {
  margin-top: 15px;
}

.WideBody .sliderInputs input {
  width: 55px;
}

.WideBody .slider-input-text {
  padding: 0 !important;
  text-align: center !important;
}

.WideBody .gallerySlider {
  margin-right: 12px;
}

.GallerySlider .ui-slider-pip {
  top: -1px !important;
}

body .ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider {
  position: relative;
  border: 1px solid #ddd;
}

.ui-slider .ui-slider-range {
  height: 100%;
  border: 0;
  top: 0;
  position: absolute;
}

.ui-slider .ui-slider-handle {
  margin-left: -0.6em;
}

.toggle-diamond-gemstone-container {
  position: relative;
  width: 364px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  border-radius: 5px;
  height: 38px;
  display: block;
  margin: 29px auto 20px;
}

.toggle-diamond-gemstone {
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.toggle-diamond-gemstone-bg {
  content: "";
  width: 182px;
  height: 38px;
  background: #d2b595;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.2s;
}

.toggle-diamond-gemstone > a {
  color: #1b1b1b;
  display: inline-block;
  width: 182px;
}

.toggle-diamond-gemstone-container.gemstone .toggle-diamond-gemstone-bg {
  left: 182px;
}

.toggle-diamond-gemstone-container.gemstone a.toggle-gemstone,
.toggle-diamond-gemstone-container.diamondstone a.toggle-diamond {
  color: #fff;
}

.Explanation {
  clear: both;
  color: #1b1b1b;
  padding-bottom: 30px;
  font-size: 11px;
  border-top: 1px solid #ddd;
}

.Explanation p {
  color: #1b1b1b;
  font-size: 12px;
  line-height: 140%;
}

.Explanation h3,
.Explanation h1 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

.WideBody .Tabs > li a.Selected {
  background-color: #ffdcdc;
}

.WideBody .Tabs > li a {
  background-color: #f6f6f6;
  border-color: #e4e4e4;
  text-shadow: inherit;
  text-transform: uppercase;
  z-index: inherit;
}

.Tabs {
  list-style: none outside none;
  margin: 12px 0 0;
  padding: 0;
  width: 960px;
}

.Tabs li {
  float: left;
  height: 33px;
  line-height: 33px;
  margin-right: 8px;
  text-align: center;
  width: 180px;
}

.Tabs li.last {
  margin-right: 0;
}

.Tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f1f1f1;
  border-color: #d3d3d3;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: #aaa;
  display: block;
  height: 100%;
  position: relative;
  text-shadow: 1px 1px #fff;
}

.Tabs li a.Selected {
  background-color: #fff;
  color: #1b1b1b;
}

.Tabs li a.EnableHover {
  color: #1b1b1b;
  cursor: pointer;
}

#Filters .filters-title-message .jewel-gallery-title {
  display: inline;
  font-size: 22px;
}

.material-ddl.disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}

.material-ddl-title.disabled {
  color: rgba(0, 0, 0, 0.25) !important;
}

.material-ddl .blank-space {
  display: none !important;
}

.material-dropdown-pane {
  border-radius: 2px;
  border: 0;
  position: relative;
  width: 100%;
  transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
}

.material-dropdown-pane .blank-space {
  display: none !important;
}

.material-dropdown-pane li a {
  padding-top: 10px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.87);
  display: block;
}

.material-ddl.disabled button {
  fill: #ced0da !important;
}

.material-ddl-selected,
.material-ddl-selected a {
  color: #d2b595 !important;
  background-color: #f7f7f7;
  pointer-events: none;
  cursor: default;
}

.MaterialDropDownFilter {
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.gallery-material-dropdown > span {
  padding-right: 8px;
}

.gallery-material-dropdown .material-ddl-wrapper {
  padding: 10px 5px;
  background: #f7f7f7;
  width: 230px;
  position: absolute;
  top: -29px;
  z-index: 2;
}
.gallery-material-dropdown .material-ddl-wrapper .material-ddl {
  border: 0px !important;
}
.gallery-material-dropdown .material-ddl-wrapper ul {
  position: relative;
  z-index: 991;
  background: #fff;
  left: 0;
  width: 100%;
  top: 4px;
}
.gallery-material-dropdown .material-ddl-wrapper ul li {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  box-sizing: border-box;
  transition: 0.3s ease all;
}
.gallery-material-dropdown .material-ddl-wrapper ul li a {
  padding: 0px !important;
  margin-bottom: 10px;
  display: inline-block !important;
}

.MaterialDropDownFilter ::-webkit-scrollbar {
  width: 11px;
  background-color: #f5f5f5;
}

.MaterialDropDownFilter ::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.material-ddl-wrapper[data-selected-special-date=ByXmas] button {
  fill: red;
}

.material-ddl-wrapper[data-selected-special-date=ByNewYears] button {
  fill: #e1920a;
}

.material-ddl-wrapper[data-selected-special-date=ByValentines] button {
  fill: red;
}

.material-ddl-wrapper[data-selected-special-date=ByXmas] .material-ddl {
  border: 1px solid #d2b595;
  border-width: 0 0 1px 0;
}

.material-ddl-wrapper[data-selected-special-date=ByNewYears] .material-ddl {
  border: 1px solid #e1920a;
  border-width: 0 0 1px 0;
}

.material-ddl-wrapper[data-selected-special-date=ByValentines] .material-ddl {
  border: 1px solid #d2b595;
  border-width: 0 0 1px 0;
}

.material-ddl-wrapper[data-selected-special-date] .material-ddl > div {
  padding-left: 26px !important;
}

.material-ddl-wrapper[data-selected-special-date] .ripplelink:before {
  content: "";
  width: 23px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 6px;
  left: 9px;
}

.material-dropdown-pane.dropdown-auto-width {
  max-width: 268px;
}

.material-dropdown-pane li[specialdate] div {
  position: relative;
}

.material-dropdown-pane li[specialdate] a {
  padding-left: 28px !important;
}

.material-dropdown-pane li[specialdate=ByValentines] div:before {
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  top: 0;
}

.shipped-by-tooltip {
  width: 320px;
  height: auto;
  padding: 15px;
  position: absolute;
  bottom: 40px;
  left: -10px;
  background-color: #fff;
  color: #434b52;
  border: 1px solid #e2e2e7;
  box-shadow: 0 3px 8px 0 rgba(45, 45, 84, 0.29);
  border-radius: 7px;
  text-align: center;
  display: none;
}

.shipped-by-tooltip::before,
.shipped-by-tooltip::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #e2e2e7;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateX(-50%);
}

.shipped-by-tooltip::after {
  z-index: 10;
  background-color: #fff;
}

.shipped-by-tooltip::before {
  z-index: -1;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(45, 45, 84, 0.29);
}

.close-shipped-by-tooltip {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  font-size: 16px;
}

.shipped-by-tooltip-title {
  font-size: 21px;
  font-weight: bold;
}

.shipped-by-tooltip-description {
  position: relative;
  line-height: 123%;
}

.shipped-by-tooltip-description > div {
  font-size: 15px;
  display: inline-block;
}

.ByChristmas .shipped-by-tooltip-image,
.ByXmasStones .shipped-by-tooltip-image {
  background-size: contain;
  width: 51px;
  height: 63px;
  position: absolute;
  left: -4px;
  top: -16px;
}

.ByNewYears .shipped-by-tooltip-image {
  background-size: contain;
  width: 51px;
  height: 63px;
  position: absolute;
  left: -4px;
  top: -16px;
}

.ByValentines .shipped-by-tooltip-image {
  background-size: contain;
  width: 36px;
  height: 42px;
  position: absolute;
  left: 1px;
  top: -1px;
}

.shipped-by-icon:before {
  content: "";
  width: 23px;
  height: 20px;
  position: absolute;
  background-size: cover;
  top: 5px;
  left: 28px;
}

.shipped-by-icon:after {
  padding-left: 56px;
}

.shipped-by-icon.ByXmasStones:after {
  content: "Ship in time for Christmas";
}

.shipped-by-icon.ByNewYearsStones:after {
  content: "Ship in time for New Year's";
}

.shipped-by-icon.ByValentinesStones:after {
  content: "Ships in time for Valentine's day";
}

.shipped-by-icon.InventoryShipping:after {
  content: "Prime Delivery";
  padding-left: 30px;
}

.shipped-by-icon.InventoryShipping:before {
  display: none;
}

/*!! Results.css */
.text-pad-left45 {
  padding-left: 45px;
}

.light-border {
  border: 1px solid #d2d2d2;
}

.price-font-color {
  color: #576c7a;
}

.canvas-image-loader {
  border: medium none;
  display: none;
  height: auto;
  left: 43%;
  position: absolute;
  top: 30%;
  width: auto;
  z-index: 101;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  opacity: 0.7;
  padding: 7px;
  width: auto !important;
}

.has-set img {
  position: absolute;
  top: 0;
  left: 0;
}

.jewel-image {
  display: block;
}

.image-on-top {
  z-index: 100 !important;
}

.gallery-scroll-up.visible {
  display: block !important;
  opacity: 1 !important;
}

.gallery-scroll-up {
  animation: 0.6s ease 0s normal none 1 FadeSlow;
  background-color: #f7f7f7 !important;
  bottom: 140px;
  width: 51px;
  height: 46px;
  cursor: pointer;
  display: none;
  font-size: 19px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  z-index: 999;
  overflow: hidden;
  right: -4px;
  -webkit-transform: translateZ(0);
  -webkit-animation: FadeSlow 0.6s;
  border-radius: -30%;
  -moz-animation: FadeSlow 0.6s;
  -ms-animation: FadeSlow 0.6s;
  -o-animation: FadeSlow 0.6s;
}

.gallery-scroll-up:after {
  box-shadow: 0 0 0 1px #f1b4a6 inset;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d2b595;
  z-index: -1;
  transform: translateY(100%);
  transition: 0.25s;
}

.top-button-content {
  font-size: 14px;
  padding-top: 2px;
}

.gallery-scroll-up span {
  display: block;
  font-size: 12px;
}

#BodyContainer.PagingHeader #Filters {
  display: none;
}

.Notouch #navcontainer-results > li:hover a.jewel-header-base,
.Notouch ul.RingsImagesResults > li:hover a.jewel-header-base {
  color: #fff !important;
  background: none repeat scroll 0 0 #d2b595 !important;
}

a.jewel-header-base {
  background: none repeat scroll 0 0 #d2b595 !important;
  box-shadow: none !important;
  line-height: 20px;
  text-shadow: inherit !important;
  height: 20px;
  position: absolute;
  top: 7px;
  z-index: 101;
  text-align: center;
  font-size: 11px;
  color: #fff !important;
  transition: all 0.5s ease;
}

a.jewel-item-page-link {
  left: 7px;
  width: 64px !important;
}

a.jewel-quick-view-link {
  text-align: center;
  font-family: applefont;
  right: 75px;
  width: 28px !important;
  font-size: 15px;
}

.quick-view-popup {
  width: 1102px;
  height: 675px;
  padding-bottom: 14px;
}

.gallery-item-box {
  float: left;
  position: relative;
  width: 25%;
  padding-bottom: 31%;
}

.gallery-item-boxInner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1150px) and (min-width: 0) {
  .gallery-item-box {
    width: 33.3%;
    padding-bottom: 39.3%;
  }
}
.WideBody #GalleryResults #navcontainer-results > li .SvgLoader {
  animation: dash 0.8s infinite linear;
  left: 46%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 57%;
}

.WideBody #GalleryResults #navcontainer-results > li .SvgLoaderBack {
  animation: inherit;
}

.WideBody #GalleryResults #navcontainer-results .DivSVG {
  position: absolute;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 80px;
  box-sizing: border-box;
  width: 55px !important;
  height: 55px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 35%;
  opacity: 1;
  pointer-events: none;
}

ul#navcontainer-results[selectedcategoryid="497"] .ring-widths-list {
  color: #f1f1f1;
}

.WideBody #SearchResults .RingPrice {
  color: #d2b595 !important;
  display: block !important;
  float: none !important;
  font-family: montserrat !important;
  font-size: 24px;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}

.WideBody #SearchResults .RingsImagesResults > li {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: auto !important;
  margin-right: 1%;
  padding-bottom: 20px !important;
  width: 24.25%;
}

.WideBody #SearchResults .RingsImagesResults > li .SvgLoader {
  animation: dash 0.8s infinite linear;
  left: 46%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 57%;
}

.WideBody #SearchResults .RingsImagesResults .canvasWrapper {
  height: auto !important;
  width: 100%;
}

.WideBody #SearchResults .RingsImagesResults .canvasWrapper > canvas {
  width: 100%;
}

.WideBody #SearchResults .RingsImagesResults .canvasWrapper > img {
  width: 100%;
  height: auto;
}

.WideBody #SearchResults .RingsImagesResults .react-player .canvasWrapper {
  height: 240px !important;
}

.WideBody #SearchResults .RingsImagesResults li:nth-of-type(4n) {
  margin-right: 0;
}

.WideBody #SearchResults .RingsImagesResults li .ItemDescription,
.WideBody #SearchResults .RingsImagesResults li .ItemLink {
  display: block;
  float: left;
  font-family: montserrat;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  padding-left: 8px;
  text-transform: uppercase;
  width: 86% !important;
}

.WideBody #SearchResults .RingsImagesResults li .smallButton {
  background: none repeat scroll 0 0 transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  display: block;
  font-family: inherit !important;
  font-size: 11px !important;
  height: 20px !important;
  left: inherit;
  line-height: 20px !important;
  right: 7px;
  text-shadow: inherit !important;
  width: 64px !important;
  transition: all 0.5s ease;
}

.WideBody #SearchResults .RingsImagesResults li .Wishlist {
  border: 1px solid;
  float: right;
  height: 20px;
  margin-right: 10px;
  width: 30px;
}

.WideBody #SearchResults .RingsImagesResults li .compare-diamond {
  bottom: 3px;
  font-size: 29px;
  left: 8px;
  position: absolute;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #a7a7a7;
}

.WideBody #SearchResults .RingsImagesResults li .wishlist-heart.active,
.WideBody #SearchResults .RingsImagesResults li .compare-diamond.active {
  color: #d2b595;
}

.WideBody #SearchResults .RingsImagesResults li .wishlist-heart {
  bottom: 3px;
  color: #a7a7a7;
  font-size: 28px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.ResultsCount.NoResults .MessageNoResults {
  font-size: 20px;
  text-align: center;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-details-container {
  display: none;
}

#GalleryResults #navcontainer-results span.empty-gallery-item {
  display: inline-block;
}

#GalleryResults #navcontainer-results li.life-style-wide {
  width: 49.5%;
}

#GalleryResults #navcontainer-results li.life-style-wide .main-jewel-container {
  max-width: 622px;
}

#GalleryResults #navcontainer-results li.life-style-wide {
  position: inherit !important;
}

#GalleryResults #navcontainer-results li.life-style-item {
  position: relative !important;
}

#GalleryResults #navcontainer-results li.life-style-item video {
  height: auto;
  max-width: 100%;
  min-width: initial;
}

#GalleryResults #navcontainer-results li.life-style-item img {
  height: auto;
  max-width: 100%;
  min-width: initial;
}

#GalleryResults #navcontainer-results li.life-style-wide img.jewel-image {
  width: 100%;
}

#GalleryResults #navcontainer-results li.life-style-wide .main-jewel-container {
  position: inherit !important;
}

#GalleryResults #navcontainer-results li.life-style-wide div.canvasWrapper {
  position: inherit !important;
}

#GalleryResults #navcontainer-results li.life-style-item .hover-data {
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 75%;
  color: #fff;
  text-align: center;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-price-lower {
  font-size: 25px;
  bottom: 0;
  margin-bottom: 57px;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-price-note {
  font-size: 12px;
  bottom: 0;
  margin-bottom: 40px;
}

#GalleryResults #navcontainer-results li.life-style-item:hover div.hover-data.ls-all {
  opacity: 1;
}

#GalleryResults #navcontainer-results.design-your-own-container li.life-style-item:hover div.ls-dyo {
  opacity: 1;
}

#GalleryResults #navcontainer-results li.life-style-item a::after {
  content: "";
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

#GalleryResults #navcontainer-results li.life-style-item a:hover::after {
  content: "";
  background-color: #002f3e;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}

#GalleryResults #navcontainer-results li.life-style-item .sale-price::before {
  color: #f3e4cd !important;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-title-upper {
  font-size: 25px;
  margin-top: 50px;
  padding: 10px;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-title-upper::before,
#GalleryResults #navcontainer-results li.life-style-item .jewel-title-upper::after {
  content: "";
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #fff;
  position: absolute;
  transform: scale3d(0, 1, 1);
  transition: transform 1s;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-title-upper::before {
  right: 0;
  top: 0;
  transform-origin: 100% 50%;
}

#GalleryResults #navcontainer-results li.life-style-item .jewel-title-upper::after {
  left: 0;
  bottom: 0;
  transform-origin: 0 50%;
}

#GalleryResults #navcontainer-results li.life-style-item:hover .jewel-title-upper::after,
#GalleryResults #navcontainer-results li.life-style-item:hover .jewel-title-upper::before {
  transform: scale3d(1, 1, 1);
}

#GalleryResults .ByChristmas::after,
#GalleryResults .ByValentines::after,
#GalleryResults .ByNewYears::after {
  position: absolute;
  z-index: 105;
}

#GalleryResults .ByChristmasRibbon,
#GalleryResults .ByNewYearsRibbon {
  left: -4px;
  top: -10px;
  width: 70px;
  height: 63px;
  background-image: url(/icons_images/funnel_sprite5.png);
  background-size: 70px 63px;
  display: inline-block;
  position: absolute;
  z-index: 105;
}

#GalleryResults .ByValentinesRibbon {
  left: 10px;
  top: -1px;
  width: 36px;
  height: 53px;
  background-size: 36px 53px;
  display: inline-block;
  position: absolute;
  z-index: 105;
}

#GalleryResults .ByChristmas::after,
#GalleryResults .ByNewYears::after {
  left: -4px;
  top: -10px;
  width: 70px;
  height: 63px;
  background-size: 70px 63px;
  display: inline-block;
  content: "";
}

#GalleryResults .ByValentines::after {
  content: url("");
  left: 7px;
  top: 0;
}

.Notouch .gallery-promotion:hover .on-hover {
  opacity: 0.85;
}

.gallery-promotion .on-hover {
  opacity: 0;
  background-color: #fc9091;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery-promotion .on-hover-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 29px;
  line-height: normal;
}

/*!! JewelsResults.css */
#navcontainer-results {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  padding-bottom: 25px;
  min-height: 400px;
}

#navcontainer-results .main-jewel-container {
  position: relative;
}

#navcontainer-results > li:last-child:after {
  content: "";
  display: inline-block;
  width: 100%;
}

#navcontainer-results div.canvasWrapper.react-player {
  height: 240px !important;
}

#navcontainer-results li canvas,
#navcontainer-results li video {
  box-sizing: border-box;
  width: 100%;
}

#navcontainer-results li canvas,
#navcontainer-results li img {
  box-sizing: border-box;
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}

#navcontainer-results .canvas-border img {
  vertical-align: top;
}

#navcontainer-results > li div.ItemPrice {
  text-align: center;
  font-size: 22px;
  padding-bottom: 15px !important;
}

.metal-description-text {
  letter-spacing: 0.5px !important;
  font-size: 10px !important;
  line-height: 138% !important;
  text-transform: capitalize;
  margin-top: 8px;
  color: #424242;
  height: 50px;
  text-align: center;
  padding: 20px 30px 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jewel-details-container .wishlist-heart {
  display: inline-block !important;
  height: 25px;
  position: absolute;
  width: 25px;
  z-index: 101;
  top: 10px;
  /* bottom: 40px; */
  right: 14px;
  text-decoration: none;
  text-align: center;
  font-family: applefont !important;
  font-size: 28px;
  color: #a7a7a7;
  background-image: url(/icons_images/stripe-icons.png);
  background-size: 880% auto;
  background-position: -113px -129px;
}

.wishlist-heart.selected-this {
  background-position: -113px -157px;
}

.jewel-details-container .wishlist-heart.active {
  color: #d2b595;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.metal-dropdown {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 0px;
  background-color: transparent;
  cursor: pointer;
  float: left;
  padding-bottom: 2px;
  padding-top: 2px;
  position: absolute;
  z-index: 106;
  margin-bottom: 7px;
  display: flex;
}

.metal-dropdown .ddlArrow {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #1b1b1b;
  margin-top: 5px;
  margin-right: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.metal-dropdown > ul {
  padding: 0;
  max-height: 223px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.4s ease-out;
}

.metal-dropdown.clicked > ul {
  max-height: 223px;
}

.react-player.has-set::after {
  display: none;
}

.has-set:after {
  font-family: "applefont";
  color: #8a8a8a;
  bottom: 5px;
  content: "\e63c";
  height: 30px;
  left: 6px;
  opacity: 0.8;
  position: absolute;
  width: 30px;
  z-index: 102;
  font-size: 25px;
}

.react-player .canvas-image-loader.DivSVG {
  display: none !important;
}

.jewel-details-container {
  margin-top: -5px;
}

.jewel-content-container {
  padding: 5px;
  text-align: center;
}

.jewel-reviews-footer {
  height: 30px;
  background-color: transparent;
  margin-left: -5px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.jewel-reviews-footer-content {
  display: table;
  vertical-align: middle;
  font-size: 11px;
  width: 94%;
  margin-right: 7px;
  margin-left: 7px;
  line-height: 17px;
  padding-top: 5px;
}

.jewel-reviews-footer-content span {
  display: inline;
}

.jewel-reviews-footer-content span:last-child {
  text-align: right;
}

.jewel-reviews-footer-content > span.pad-content {
  padding-left: 5px;
}

.jewel-reviews-footer-content span.footer-rating {
  letter-spacing: 1px;
  color: #c6c5c7;
  width: 62px;
  float: none !important;
}

.stars-main-image {
  display: inline-block;
  width: 70px;
  height: 12px;
  margin: 2px 0 0 2px;
}

.Stars5 {
  background-position: -498px -168px;
}

.Stars4 {
  background-position: -498px -187px;
}

.Stars3 {
  background-position: -498px -206px;
}

.Stars2 {
  background-position: -498px -224px;
}

.Stars1 {
  background-position: -498px -243px;
}

.Stars0 {
  background-position: -498px -258px;
}

#GalleryResults .AddMoreResults,
#GalleryQuickViewPop .AddMoreResults {
  border: medium none;
  box-shadow: none;
  cursor: pointer;
  display: none;
  height: 11px;
  position: relative;
  clear: both;
  color: #777;
  font-size: 13px !important;
  text-align: center;
  margin-top: 0;
  padding-bottom: 30px;
  background-color: #ffc8c8;
  margin-bottom: 12px;
}

#GalleryResults .AddMoreResults.results-up:after {
  content: "Previous Results";
  font-size: 13px;
}

#GalleryResults .AddMoreResults.results-down:after {
  content: "More Results";
}

#GalleryResults .AddMoreResults:after,
#GalleryQuickViewPop .AddMoreResults:after {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#GalleryResults .AddMoreResults.Disabled,
#GalleryQuickViewPop .AddMoreResults.Disabled {
  background-color: inherit;
  padding-top: 42px;
}

#GalleryResults .AddMoreResults.Disabled:after,
#GalleryQuickViewPop .AddMoreResults.Disabled:after {
  border-color: #848484 #848484 #fff #fff;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -48px;
  width: 20px;
  animation: mobileLoader 0.6s infinite linear;
}

#GalleryResults .AddMoreResults.Disabled:before,
#GalleryQuickViewPop .AddMoreResults.Disabled:before {
  color: #aeaeae;
  content: "Loading..";
}

.main-jewel-container .brand-logo {
  position: absolute;
  z-index: 200;
  bottom: 123px;
  left: 0;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

#GalleryResults #navcontainer-results .gallery-danhov > img {
  width: 119px;
  height: 14px;
  border: none;
}

#GalleryResults #navcontainer-results .gallery-jeff-cooper > img {
  width: 76px;
  height: 37px;
  border: none;
}

#GalleryResults #navcontainer-results .gallery-martin-flyer > img {
  width: 127px;
  height: 35px;
  border: none;
}

#GalleryResults #navcontainer-results .gallery-verragio > img {
  max-height: 50px;
  width: 100%;
  height: auto;
  margin-left: 5px;
  border: none;
}

#GalleryResults #navcontainer-results .gallery-unique > img {
  width: 120px;
  border: none;
}

#GalleryResults #navcontainer-results li.banner-item {
  position: relative;
}

#GalleryResults #navcontainer-results li .banner-terms {
  position: absolute;
  bottom: 16px;
  font-size: 10px;
  margin-left: 21px;
  margin-right: 21px;
  text-align: center;
}

#GalleryResults #navcontainer-results li .banner-terms-whitebox {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  margin: 0;
  font-size: 10px;
  text-align: center;
}

#GalleryResults #navcontainer-results li .banner-terms.terms-black {
  color: #000;
}

#GalleryResults #navcontainer-results li .banner-terms.terms-white {
  color: #fff;
}

/*!! videop.css */
.canvasWrapper {
  position: relative;
  text-align: center;
  position: relative;
  display: inline-block;
  border: none;
  width: 100%;
}

.diamondsPair .diamond2 .indicator_wrapper {
  margin-left: 0;
}

.indicator_wrapper {
  position: absolute;
  bottom: 0;
  height: 3px;
  margin-left: 244px;
  z-index: 11;
}

.indicator {
  float: left;
  height: 3px;
  display: block;
}

.rollingEducation .indicator_wrapper {
  margin: 0;
  bottom: -1px;
  bottom: -1px \9 ;
}

#eyeCleanDiamond1 .indicator_wrapper {
  bottom: -981px;
}

#eyeCleanDiamond2 .indicator_wrapper {
  bottom: -1438px;
}

.rollingEducation {
  width: 473px;
  margin-left: 100px !important;
  margin-top: 20px !important;
}

.rollingEducation .preloaderImg {
  display: none;
}

.indicator {
  float: left;
  height: 3px;
}

.loaded {
  background: -ms-linear-gradient(top left, #f25949 0%, #de2222 100%);
  background: -webkit-gradient(linear, center top, left bottom, from(#f25949), to(#de2222)) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F25949", endColorstr="#DE2222");
}

.preloaderImg {
  top: 0;
  left: 0;
  border: none none;
  outline: medium none;
  width: 473px;
}

.red {
  color: #de2222;
}

.diamondCanvas,
.srDiamondCanvas {
  left: 0;
  top: 0;
  width: 473px;
}

.diamondCanvas {
  margin: 0 244px;
}

#exhibition .diamond2 .preloaderImg {
  margin: 0;
  left: 487px;
}

#exhibition .preloaderImg {
  margin: 12px 0 0 244px;
  outline: medium none;
  position: absolute;
  top: 0;
  width: 473px;
  margin-top: 0;
}

.git_zoom_scale {
  position: absolute;
  z-index: 101;
  width: 29px;
  height: 151px;
  background: url("") no-repeat center center scroll transparent;
  top: 19px !important;
}

.git_zoom_polzun {
  position: absolute;
  width: 29px;
  height: 11px;
  background: url("") no-repeat center top scroll transparent;
}

.git_zoom_minus,
.git_zoom_plus {
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
}

.git_zoom_minus {
  bottom: 0;
}

.git_zoom_plus {
  top: 0;
}

/*!! DesignerCollection.css */
#Filters .div-designer-collection {
  height: 95px;
  width: 720px;
  display: none;
  position: absolute;
  z-index: 200;
  background-color: #fff;
  border: 1px solid #d2b595;
  top: 67px;
  right: 0;
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.18);
}

#Filters .div-designer-collection .dc-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

#Filters .div-designer-collection .dc-box:before {
  content: "";
  position: absolute;
  background-color: #fff1f1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

#Filters .div-designer-collection .dc-box:hover:before {
  top: 0;
}

#Filters .div-designer-collection .dc-box:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

#Filters .div-designer-collection .dc-box.brand-selected-bg {
  background-color: #fff1f1;
}

#Filters .div-designer-collection .dc-box .brand-selected:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
}

#Filters .div-designer-collection.shown {
  display: block;
}

#Filters .div-designer-collection .dc-image {
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#Filters .div-designer-collection.designer-active .brand-danhov {
  width: 131px;
}

#Filters .div-designer-collection.designer-active .brand-jeff-cooper {
  width: 92px;
}

#Filters .div-designer-collection.designer-active .brand-martin-flyer {
  width: 130px;
}

#Filters .div-designer-collection.designer-active .brand-verragio {
  width: 127px;
}

#Filters .div-designer-collection.designer-active .brand-unique {
  width: 127px;
}

#Filters .div-designer-collection .div-dc-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 81px;
}

.designer-secton a div {
  height: 30px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.designer-secton a {
  display: inline-block;
  width: 26%;
  margin-bottom: 5px;
}

.designer-secton h3 {
  letter-spacing: 1.5px;
}

.designer-secton a:not(:last-child) {
  border-right: 1px solid #eee;
  padding: 0 4px;
}

.sale-price.ItemPrice.price-font-color {
  margin: 0px -5px -5px;
  padding: 8px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
}

.dc-box {
  position: relative;
}

#selected-metal {
  transform: scale(1.2);
}

.brand-selected-bg::before {
  content: "";
  background: url("/img/check.png");
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: -14px;
}

.onsale {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 5px;
  z-index: 1;
  color: #ffffff;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  left: 5px;
  padding: 0 4px 0 4px;
}

.onsale:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  display: block;
  width: 10px;
  background: green;
  transform: skew(-30deg);
}

.sale-price::before {
  content: "";
}

.standalone-bottomline {
  width: 65%;
  margin: auto !important;
}

.product-stage--3ojzL {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 630px;
}

.Gd-video .volume {
  position: absolute;
  right: 23px;
  bottom: 12px;
  min-width: 39px;
}

.volume {
  max-width: 30px;
  position: absolute;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
}

.Gd-video {
  display: block;
  position: relative;
}

.sound-mute {
  display: none !important;
  pointer-events: none;
  max-width: 100%;
  width: 29px !important;
  position: absolute;
  top: -23px;
  right: 9px;
}

.volume.mute .sound-mute {
  display: block !important;
}

.sound-on {
  display: block;
  position: absolute;
  top: -31px;
  left: -3px;
  width: 40px;
  max-width: 100%;
}

.Gd-video .volume .sound-on {
  width: 50px;
  pointer-events: none;
}

.volume.mute .sound-on {
  display: none;
}

.detail-vedio {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-sizing: border-box;
}

.detail-vedio video {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-your-own-container {
  justify-content: flex-start;
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
}

#navcontainer-results > li.jewel-container {
  width: 23.25% !important;
  margin-right: 0px !important;
  height: auto !important;
}

.engagement-ring-listing {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 10px 0;
}
.engagement-ring-listing h1 {
  line-height: 36px;
  text-transform: uppercase;
  font-family: EB_Garamond;
}
.engagement-ring-listing p {
  font-family: montserrat;
  color: #1b1b1b;
}

@media (min-width: 1199px) {
  #Filters .wrapper-3-section .ring_filters {
    width: 100%;
  }
  #Filters .wrapper-3-section .ring_filters .filters-row.deskfilter {
    width: 28%;
    display: flex;
    padding: 0;
    margin: 0;
  }
  #Filters .wrapper-3-section .ring_filters .filters-row.deskfilter > div {
    margin: 0 auto;
  }
  #Filters .wrapper-3-section .ring_filters .main_filters {
    width: 48%;
  }
  #Filters .wrapper-3-section .ring_filters .Other_filters {
    width: 24%;
  }
  #Filters .wrapper-3-section .ring_filters .Other_filters .filter_head {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .filters-mb-resp {
    flex-wrap: wrap;
  }

  .deskfilter {
    order: 2;
  }

  .main_filters {
    order: 1;
  }
}
.ring_filters {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 10px;
  margin: 20px 0;
}
.ring_filters .main_filters {
  width: 75%;
}
.ring_filters .main_filters .main-filter-wrap {
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}
.ring_filters .main_filters .main-filter-wrap .all_metals::before {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #e0e1e1;
  position: absolute;
  top: -5px;
}
.ring_filters .main_filters .main-filter-wrap .filter_head {
  position: relative;
  cursor: pointer;
}
.ring_filters .main_filters .main-filter-wrap .filter_head::after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #e0e1e1;
  position: absolute;
  top: -5px;
  right: 0;
}
.ring_filters .main_filters .main-filter-wrap .filter_head .filter_title {
  color: #5c5e65;
  position: relative;
  padding: 5px 30px 5px 20px;
  margin: 0 5px;
}
.ring_filters .main_filters .main-filter-wrap .filter_head .filter_title::after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 5px;
  position: absolute;
  vertical-align: middle;
  font-weight: 900;
}
.ring_filters .Other_filters .sort_by::after {
  content: none !important;
}
.ring_filters .Other_filters .sort_by span {
  padding-right: 10px !important;
}
.ring_filters .Other_filters .filter_head {
  position: relative;
  cursor: pointer;
}
.ring_filters .Other_filters .filter_head::after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #e0e1e1;
  position: absolute;
  top: -5px;
  right: 0;
}
.ring_filters .Other_filters .filter_head .filter_title {
  color: #5c5e65;
  position: relative;
  padding: 5px 30px 5px 20px;
  margin: 0 5px;
}
.ring_filters .Other_filters .filter_head .filter_title::after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 5px;
  position: absolute;
  vertical-align: middle;
  font-weight: 900;
}

.metal_color-filter {
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 50px;
  left: -50%;
  border: 1px solid #d2b595;
  border-radius: 5px;
  padding: 10px;
}
.metal_color-filter ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.metal_color-filter ul li:not(:last-child) {
  position: relative;
}
.metal_color-filter ul li:not(:last-child)::after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #e0e1e1;
  position: absolute;
  top: -5px;
  right: 0;
}
.metal_color-filter ul a {
  padding: 0px 30px;
  align-items: flex-end;
}
.metal_color-filter ul a span.metal_name {
  padding-left: 10px;
}
.metal_color-filter ul::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 130px;
  transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-top: 1px solid #d2b595;
  border-right: 1px solid #d2b595;
}
.metal_color-filter .metaltype-all {
  width: 12px !important;
  height: 10px !important;
}
.metal_color-filter .metaltype-all span::after {
  content: none !important;
}

.ring_diamond_shape .material-ddl-wrapper {
  position: absolute;
  background: #fff;
  top: 20px;
  border: 1px solid #d2b595;
  border-radius: 5px;
  padding: 10px;
  left: -160px;
  z-index: 9;
  width: auto;
}
.ring_diamond_shape .material-ddl-wrapper::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 130px;
  transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-top: 1px solid #d2b595;
  border-right: 1px solid #d2b595;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul {
  display: flex;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape.Selected {
  outline: 0 solid #d2b595;
  filter: sepia(5%) saturate(22) hue-rotate(710deg);
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape {
  transition: 0.3s ease-in-out;
  padding: 0 8px;
  text-align: center;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape:hover .diamond_shape_icon {
  filter: sepia(5%) saturate(22) hue-rotate(710deg);
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape:hover a {
  color: #d2b595;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .diamond_shape_icon {
  background: url(/icons_images/stripe.png);
  background-size: 884% auto;
  height: 40px !important;
  width: 50px !important;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-round {
  background-position: -10px -11px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-princess {
  background-position: -10px -64px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-cushion {
  background-position: -66px -228px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-emerald {
  background-position: -10px -118px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-oval {
  background-position: -10px -228px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-radiant {
  background-position: -66px -11px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-asscher {
  background-position: -10px -175px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-marquise {
  background-position: -66px -176px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-heart {
  background-position: -66px -120px;
}
.ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul .dia-shape .icon-pear {
  background-position: -66px -66px;
}

.ring_price .slider-container {
  background-color: #ffffff;
  position: absolute;
  min-width: 360px;
  top: 4px;
  left: -28%;
  border: 1px solid #d2b595;
  padding: 20px;
  z-index: 99;
}
.ring_price .slider-container::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 100px;
  transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-top: 1px solid #d2b595;
  border-right: 1px solid #d2b595;
}

.sort_by .MaterialDropDownFilter.sort-by-list {
  position: absolute;
  background: #fff;
  top: 50px;
  border: 1px solid #d2b595;
  border-radius: 5px;
  padding: 10px 0;
  right: -10px;
  z-index: 99;
  min-width: 150px;
}
.sort_by .MaterialDropDownFilter.sort-by-list::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 15px;
  transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-top: 1px solid #d2b595;
  border-right: 1px solid #d2b595;
}
.sort_by .MaterialDropDownFilter.sort-by-list .sort-by-option {
  padding: 0px !important;
  border: 0px !important;
}
.sort_by .MaterialDropDownFilter.sort-by-list .sort-by-option .material-dropdown-pane {
  padding: 0px !important;
}
.sort_by .MaterialDropDownFilter.sort-by-list .sort-by-option .material-dropdown-pane .sort-li {
  transition: 0.3s ease-in-out;
}
.sort_by .MaterialDropDownFilter.sort-by-list .sort-by-option .material-dropdown-pane .sort-li a {
  padding: 7px 0;
  text-align: center;
}
.sort_by .MaterialDropDownFilter.sort-by-list .sort-by-option .material-dropdown-pane .sort-li:hover {
  background-color: #ede0d1;
}

.selected-filter {
  color: #d2b595 !important;
}

.hide-filter,
.filters-description-message,
.filters-title-message,
.jewel-reviews-footer,
.shapes-mount,
.close-filter {
  display: none;
}

li.jewel-container:hover .detail-vedio {
  border-color: transparent;
}

.metal-filter {
  position: relative;
}

ul#navcontainer li a span,
ul#navcontainerColors li a span {
  white-space: nowrap;
  display: block;
  text-align: center;
}

span.small-screen-filters {
  display: none;
}

.date_list {
  position: absolute;
  background: #fff;
  border: 1px solid #d1d1d1;
  width: 100%;
  z-index: 99;
}
.date_list li:hover {
  background-color: #ddd;
}
@media (max-width: 1024px) {
  .date_list {
    z-index: 100;
  }
}

.wedding-ring-select {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.wedding-ring-select .custom-font-size {
  position: relative;
}
.wedding-ring-select .custom-font-size::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #e0e1e1;
  position: absolute;
  top: -5px;
  right: -5px;
}
.wedding-ring-select .custom-dropdown-filter {
  width: 210px;
  border: 0px !important;
}
.wedding-ring-select .custom-dropdown-filter .selected-sort {
  padding: 10px !important;
  border: 1px solid transparent !important;
  margin-left: 5px;
}
.wedding-ring-select .custom-dropdown-filter .Title {
  position: relative;
}
.wedding-ring-select .custom-dropdown-filter .Title::after {
  font-size: 15px;
  top: 10px;
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 15px;
  position: absolute;
  vertical-align: middle;
  font-weight: 900;
}
.wedding-ring-select .custom-dropdown-filter ul {
  width: 97.25% !important;
  right: 0px;
  padding: 0px !important;
}
.wedding-ring-select .custom-dropdown-filter ul li {
  padding: 0 5px;
}
.wedding-ring-select .custom-dropdown-filter ul li:hover {
  background-color: #d2b595 !important;
  color: #fff !important;
}
.wedding-ring-select .custom-dropdown-filter ul li a {
  padding: 0 9px !important;
}
.wedding-ring-select .custom-dropdown-filter:hover .selected-sort {
  border-color: #d2b595 !important;
}
.wedding-ring-select .custom-dropdown-filter:hover ul {
  border-color: #d2b595 !important;
}
.wedding-ring-select .custom-dropdown-filter:hover .Title {
  position: relative;
}
.wedding-ring-select .custom-dropdown-filter:hover .Title::after {
  color: #d2b595;
}

@media (min-width: 1350px) {
  .main-container {
    max-width: 1350px !important;
    margin: 0 auto;
  }
}
@media (max-width: 1350px) {
  .main-container {
    max-width: 90% !important;
    width: 90% !important;
    margin: 0 auto !important;
  }

  .metal_color-filter ul a {
    padding: 0px 10px;
  }
}
@media (max-width: 1500px) {
  #navcontainer-results li canvas,
#navcontainer-results li img {
    height: 215px;
  }

  .ring_diamond_shape .material-ddl-wrapper {
    width: 700px;
  }
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul {
    flex-wrap: wrap;
    text-align: center;
  }
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul li {
    width: 20%;
  }
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul li .dia-shape {
    padding: 0 37px;
  }
}
@media (max-width: 1200px) {
  #navcontainer-results li canvas,
#navcontainer-results li img {
    height: 215px;
  }

  .ring_filters .main_filters {
    width: auto;
  }

  .ring_diamond_shape .material-ddl-wrapper {
    width: 550px;
    left: -71px;
  }
  .ring_diamond_shape .material-ddl-wrapper::after {
    top: -7px;
    left: 40px;
  }
  .ring_diamond_shape .material-ddl-wrapper ul {
    justify-content: space-between;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
  }
  .ring_diamond_shape .material-ddl-wrapper ul li {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ring_diamond_shape .material-ddl-wrapper {
    left: unset;
    right: 0;
  }
  .ring_diamond_shape .material-ddl-wrapper::after {
    top: -7px;
    left: 40px;
    left: unset;
    right: 40px;
  }
}
@media (max-width: 1200px) {
  .metal_color-filter ul {
    justify-content: space-between;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
  }
  .metal_color-filter ul::after {
    top: -7px;
    left: 40px;
  }
  .metal_color-filter ul li {
    width: 44%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .metal_color-filter ul li::after {
    content: none !important;
  }
  .metal_color-filter ul li a {
    justify-content: space-between;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .metal_color-filter ul li a .metal_name {
    text-align: left;
    width: 70%;
  }
  .metal_color-filter .metaltype-all {
    width: 60px !important;
  }
}
@media (min-width: 992px) {
  .mount-shapes {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .section_container {
    width: 85% !important;
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (max-width: 350px) {
  .section_container {
    width: 97% !important;
  }
}
@media (max-width: 992px) {
  .wedding-ring-select {
    width: 310px;
  }
  .wedding-ring-select .custom-dropdown-filter {
    width: 217px;
  }
}
@media (max-width: 992px) {
  .ring_filters .main_filters .main-filter-wrap .filter_head .filter_title {
    padding: 5px 21px 5px 6px;
  }
}
@media (max-width: 992px) {
  .metal_color-filter {
    width: 97%;
  }
}
@media (max-width: 992px) {
  .metal_color-filter,
.ring_diamond_shape .material-ddl-wrapper,
.ring_price .slider-container,
.mountFormobile {
    position: fixed;
    bottom: 0px;
    left: 0px;
    min-width: auto !important;
    right: 0px;
    top: auto;
    background-color: white;
    box-shadow: rgba(11, 11, 11, 0.25) 0px -10px 20px 0px;
    overflow: hidden;
    z-index: 999999;
    max-height: 100%;
  }
  .metal_color-filter:after,
.ring_diamond_shape .material-ddl-wrapper:after,
.ring_price .slider-container:after,
.mountFormobile:after {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 540px) {
  .metal_color-filter,
.ring_diamond_shape .material-ddl-wrapper,
.ring_price .slider-container,
.mountFormobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .slider-container {
    top: 74% !important;
  }
}
@media (max-width: 992px) {
  .ring_diamond_shape .material-ddl-wrapper {
    transition: all 0.5s;
    padding: 0 15px;
    box-sizing: border-box;
    left: 0px;
    border-radius: 0px;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 375px) {
  .ring_diamond_shape .material-ddl-wrapper {
    padding-bottom: 40px;
  }
  .ring_diamond_shape .material-ddl-wrapper span.small-screen-filters {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 992px) {
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul {
    flex-wrap: wrap;
  }
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul li {
    display: block;
    width: 46%;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-right: 0px !important;
  }
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul li div {
    display: flex;
    align-items: center;
  }
  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul li a {
    margin-left: 10px;
    padding-top: 0px;
    text-align: left !important;
  }
}
@media (max-width: 992px) {
  .ring_diamond_shape .material-ddl-wrapper::after {
    left: 165px;
  }
}
@media (max-width: 992px) {
  span.metal-filter.Selected::after {
    right: 10px;
  }
}
@media (max-width: 992px) {
  span.small-screen-filters {
    display: block;
    margin-bottom: 30px;
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .icon-close:before {
    content: "\e627";
  }
}
@media (max-width: 992px) {
  .close-filter {
    display: block;
    position: absolute;
    right: 8px;
    top: 6px;
  }
}
@media (max-width: 992px) {
  .shapes-mount {
    display: block;
  }
}
@media (max-width: 992px) {
  ul#navcontainer {
    display: flex;
    flex-wrap: wrap;
  }
  ul#navcontainer li {
    flex-basis: 30%;
  }
}
@media (max-width: 992px) {
  .slider-container-style {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  #navcontainer-results li.jewel-container .detail-vedio {
    height: 205px;
  }
}
@media (max-width: 768px) {
  #GalleryResults #navcontainer-results li.jewel-container {
    width: 48% !important;
  }
  #GalleryResults #navcontainer-results li.jewel-container .detail-vedio {
    height: 245px;
  }

  .ring_filters .main_filters .main-filter-wrap .filter_head .filter_title {
    padding: 5px 15px 5px 0px;
  }

  .engagement-ring-listing {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  #GalleryResults #navcontainer-results li.jewel-container {
    width: 100% !important;
  }
  #GalleryResults #navcontainer-results li.jewel-container .detail-vedio {
    height: auto !important;
    width: 100%;
    margin: 0 auto;
  }

  #navcontainer-results > li div.ItemPrice {
    font-size: 18px;
  }

  .ring_filters {
    padding: 0;
    border: 0px;
  }
  .ring_filters .main_filters {
    width: 100%;
  }
  .ring_filters .main_filters .filter_title {
    margin: 0px !important;
    padding: 1px 15px 5px 5px !important;
  }
  .ring_filters .main_filters .filter_title .all_metals::before {
    content: none;
  }
  .ring_filters .Other_filters {
    display: none;
  }
  .ring_filters .main_filters .main-filter-wrap {
    justify-content: space-between !important;
    position: relative;
  }
  .ring_filters .main_filters .main-filter-wrap .filter_head {
    position: initial !important;
    border-right: 1px solid #e0e1e1;
    width: 30%;
    text-align: center;
  }
  .ring_filters .main_filters .main-filter-wrap .filter_head::after {
    content: none !important;
  }
  .ring_filters .main_filters .main-filter-wrap .filter_head .filter_title::after {
    top: 3px;
  }
  .ring_filters .main_filters .main-filter-wrap .all_metals::before {
    content: none;
  }
  .ring_filters .main_filters .main-filter-wrap .ring_price {
    border: 0px !important;
  }
  .ring_filters .main_filters .main-filter-wrap .ring_price::after {
    content: none;
  }
  .ring_filters.filters-mb-resp .filters-row.deskfilter {
    text-align: center;
  }

  .remove-text {
    display: none;
  }

  .metal_color-filter {
    transition: all 0.5s;
    padding: 0 15px;
    box-sizing: border-box;
    left: 1px;
    width: 100%;
    border-radius: 0px;
  }
  .metal_color-filter ul {
    flex-wrap: wrap;
  }
  .metal_color-filter ul li:last-child {
    border: 0px !important;
  }
  .metal_color-filter ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-right: 0px !important;
  }
  .metal_color-filter ul li::after {
    content: none !important;
  }
  .metal_color-filter ul li a {
    padding: 0px !important;
  }
  .metal_color-filter ul li a .metal_name {
    width: 80%;
    text-align: left !important;
  }
  .metal_color-filter ul::after {
    left: 10%;
  }

  .ring_diamond_shape .material-ddl-wrapper .material-dropdown-pane ul li .dia-shape {
    padding: 0;
  }

  .gallery-material-dropdown {
    gap: 10px;
  }
  .gallery-material-dropdown .MaterialDropDownFilter .material-ddl-wrapper {
    width: 100%;
  }

  .onsale {
    top: 0 !important;
    left: 0px !important;
  }

  .metal-description-text .metal_text.font-ss {
    font-size: 14px;
  }
}
.section_container {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

@media (max-width: 480px) {
  .sale-price.ItemPrice.price-font-color {
    display: block !important;
    width: 100% !important;
  }

  .shipping_date_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }

  .funnel_section #Funnel {
    margin-top: 0px;
  }

  .engagement-ring-listing {
    padding: 0px;
  }
  .engagement-ring-listing h1 {
    font-size: 16px !important;
  }
  .engagement-ring-listing p {
    display: none;
  }

  .slider-container {
    top: 65% !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .deskfilter {
    order: 1;
    width: auto;
    margin-bottom: 0;
  }

  .ring_filters .main_filters {
    width: 100%;
  }
  .ring_filters .main_filters .main-filter-wrap {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .ring_diamond_shape .material-ddl-wrapper {
    width: 610px;
  }

  .metal_color-filter ul a {
    padding: 0px 15px;
  }
}
@media (max-width: 375px) {
  .slider-container {
    top: 62% !important;
  }
}
.img-container-wrap {
  position: relative;
}

.filterpopup {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #d2b595;
}
.filterpopup .showfliterdrop {
  display: none;
}
@media (max-width: 767px) {
  .filterpopup .showfliterdrop {
    display: block;
  }
}

.hw_outer {
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .ring_price .slider-container {
    left: unset !important;
    right: 0;
  }

  .ring_price .slider-container::after {
    right: 25px;
    left: auto;
  }
}
